body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
font-size:17px;

}
/*テーブルレスポンシブ*/
table.responwak {
   display: block;
   border: none;
}
table.responwak tr {
   display: inline;
}
table.responwak td {
   display: inline-block;
/*   margin: 10px 5px 10px;*/
  padding: 10px 10px 10px;
}


/*商品名がはみ出るのでtableを指定*/
table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-all;
}


a.item:link, a:visited, a:hover, a:active {
  color: #333333;
text-decoration: none;
/*margin: 10px 10px 10px;*/
}

.main{
  max-width: 750px;
  width: 100%;
  margin: 0 auto;

font-size:17px;
}


.center{
text-align:center;
margin:0 auto;
}
/*送信ボタン*/
.formbtn {
-webkit-appearance: none;
border-style: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  background-color: #FFCCCC;
/*  background-color: #99CCFF;*/
  padding: 0px;
  text-align: center;
  color: #000000;
font-size: 17px;
  width: 44px;
  height: 40px;
}

/*リンクボタン*/
.linkbtn {
-webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #FFFFFF;
  padding: 2px;
  text-align: center;
  color: #666;
font-size: 17px;
}

.text-wrap {
font-size:17px;
//  border-radius: 5px;
//  border: 1px solid #ccc;
}

/*テキストボックス*/
input[type='text'] ,input[type='number']{
  width: 100%;
  max-width: 230px;
  padding: 4px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
font-size:17px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*セレクトボックス*/
select{
font-size:15px;
border:1px;
}

/*formボックス*/
.select-wrap {
  position: relative;
  padding: 0px;
/*  width: 100%;*/
  width: 100%;
  max-width: 250px;
}

/*下記を有効にすると画像も入れられる*/
/*.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/select.png) no-repeat;
  background-size: contain;
}*/

.select-wrap select{
/*  width: 100%;*/
  width: 80px;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap select::-ms-expand {
  display: none;
}

/*幅が狭い画面は下にずらす
wrapper指定で中央寄せできる*/

.wrapper {
overflow: hidden ;
max-width:760px;
/*width:800px;*/
margin:0 auto;
}

@media only screen and (min-device-width: 480px) {
.left {
width:50%;
float:left;
}

.right {

width:50%;
float:right;
}

/*footerの回り込みを解除しておく*/
#footer {
clear:both;
	}
}

/* スマホ以外で telリンク無効 */
/*	a[href="tel:"] {
		pointer-events: none;
	} */
[href^="tel"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
			  color: #ff0000;
    }
}

/*文字を丸で囲む*/
.maru {
display: inline-block;
  height:36px;
  width:36px;
  border-radius:50%;
  line-height:36px;
  text-align:center;
  background:pink;
  font-size:20px;
  margin-left:-10px;
}
/*.maru2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  height:100%;
  width:100%;
}*/


/* ページ移動  */

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0px;
  padding: 0;
  display: inline-block;
/*  background:#99CCFF;*/
  background:#FFFFFF;
  width: 40px;
  height: 40px;
font-size:16px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid #FFCCCC;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
//  color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000000;
//  background: #FF9966;
  background: #FFCCCC;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
//  color: #ffffff;
  color: #000000;
  text-decoration: none;
}

/*@media only screen and (max-width: 767px){
@media only screen and (max-width: 10px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}*/

/*ページトップjs*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 36px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*旧ハンバーガーメニューボタン（使わなくなったら削除）*/
#humberger {
  position: relative;
  height: 18px;
  width: 18px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #FFF;
//  border: 1px solid #444;
  border-radius: 3px;
}
#humberger div {
  position: absolute;
  left: 2px;
  height: 2px;
  width: 18px;
  background-color: #999;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div:nth-of-type(1) {
  top: 3px;
}
#humberger div:nth-of-type(2) {
  top: 8px;
}
#humberger div:nth-of-type(3) {
  bottom: 3px;
}

/*新ハンバーガーメニュー*/
/* :::::: toggle button (right):::::: */
 
#navTgl {
  display: none;
}
 
label.flotopen,
label.flotclose {
  cursor: pointer;
  position: fixed;
  top: 10;
  right: 15;
/*float: right;*/

}
 
.flotopen {
  z-index: 2;
  width: 26px;
  height: 26px;
  color: #666;
  background-color: #FFF;
  font-size: 1.5em;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
 
#navTgl:checked + .flotopen {
  background-color: rgba(255, 255, 255, 3.6);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}


 
.flotclose {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}


 
#navTgl:checked ~ .flotclose {
  pointer-events: auto;
  background-color: rgba(100,100,100,.3);
}
 
/* :::::: drawer flotmenu :::::: */
 
.menu {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;

/*メニューバックカラー*/
  background-color: rgba(255,255,255,3.6);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
 
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*文字色*/ 
.menu p,
.menu li a {
  color: #333;
}
 
.menu p {
  text-align: center;
}
 
.menu ul {
  padding: 0;
  list-style-type:none;
}
/*メニュー線の色*/
.menu li {
  border-bottom: 1px solid rgba(60,60,60,.6);
  font-size: .9em;
  line-height: 1.4;
}
/*一番上の線の色*/
.menu li:first-child {
  border-top: 1px solid rgba(60,60,60,.6);
}
 
.menu li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  transition: background-color .6s;
}
 
.menu li a:hover {
  background-color: #ccc;
}

/*項目タイトルバー*/
p.title {
  color: #000;/*文字色*/
  padding: 0.2em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
}

p.title:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/*印刷時非表示 class="no-print"*/
@media print {
  .no-print{display:none;}
}

/*テーブル行マウスオーバーで色を変えるlog.phpに使用*/
#table-color tr:hover td {
/*  background-color: #ffdaf8;*/
  background-color: #ffe4e1;
}

/*URLなどポップアップ*/
.success-msg {
-webkit-appearance: none;
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

/* help.php　アコーディオンメニュー */
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '＋';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 42px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*カテゴリーアコーディオンメニュー /itemtest/category.php テスト中*/
.details-details {
    border: 1px solid #999;
    background: #eee;
}
.details-summary {
	cursor: pointer;
	transition: 0.2s;
	padding: 6px;
	border-radius: 6px;
/*	font-size: 20px;*/

	/* ホバー時のスタイル */
	&:hover {
		cursor: pointer;
		background-color: #bee1de;
	}

	/* タブフォーカス時のスタイル */
	&:focus-visible {
		outline: dashed #00a5a0;
	}
}

