@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    
    color: #00008b;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
        letter-spacing: 0.1em;
}
.center {
	text-align: center;
}

/*ヘッダー
#003399; moto
-------------------------------------*/
.head {
	background-color: #fdd35c;
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 1rem;
}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}

.menu {
	background-color: #26499d;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover {
    background-color: #3366FF;    
	color: #fff;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
/*    margin-bottom: 20px; */
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.snsbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
letter-spacing: 0.1em;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #e6eae6;
	padding: 3rem;
}
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*新着情報
-------------------------------------*/
.news h2 {
    border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #26499d;
    padding: 5rem 0;
	color: #fff;
line-height:1em;
}
footer h5 {
    border-bottom: 2px solid #fff;
}
.snsbox {
	margin-right: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}

footer a {
    display:block;
    color: #e6e6fa;
    text-decoration-line: none;
}

footer a:hover { 
    color: #87cefa;

}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #003399;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #3366FF;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}


/*査定番号表示
-----------------------------------*/

table.number_tenpo{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
  box-sizing: border-box;
}

table.number_tenpo th,table.number_tenpo td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

table.number_tenpo th{
  background-color: #3cb371;
  color: white;
  border:solid 1px #927141;
  width: 15%;
}

table.number_tenpo td{
  background-color: #ffa500;
  border:solid 1px #af9d85;
  width: 15%;
  height: 100px;
/*  font-weight: bold;*/
  font-size: 150%
}


/* ----------------------------------------
  1-1.入力フォーム
---------------------------------------- */

kanri.input{font-size:3em;}



/* ----------------------------------------
   2-3.買取順番待ち番号Web表示用
---------------------------------------- */
table.number_web{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}


table.number_web th{

  text-align: center;
  padding: 10px 0;

  color: white;

  width: 20%;
}

table.number_web td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-color: #ffa500;
  border:solid 1px #af9d85;
  width: 20%;
  height:80px;
  font-size: 150%;

}

/* ----- 3-5.取扱機種一覧　一般----- */
table.tori_kisyu_list{
  border-collapse: collapse;
  border:1px solid #333;
  margin-left: 10px;
  width: 95%;
  font-size: 95%;
}

table.tori_kisyu_list thead th{
  color: #fff;
  background: #41a2e6;
  width: 60%;
}

table.tori_kisyu_list thead td{
  color: #fff;
  background: #41a2e6;
  width: 20%;
}

table.tori_kisyu_list th,table.tori_kisyu_list td{
  padding: 10px 0;
  text-align: center;
  border:1px solid #333;
  font-weight: normal;
}

table.tori_kisyu_list tr:nth-child(odd){
  background-color: #eee
}

/* ----- 3-5.取扱機種一覧ad　アダルト向け----- */
table.tori_kisyu_list_ad{
  border-collapse: collapse;
  border:1px solid #333;
  margin-left: 10px;
  width: 95%;
  font-size: 95%;
}

table.tori_kisyu_list_ad thead th{
  color: #fff;
  background: #ff69b4;
  width: 60%;
}

table.tori_kisyu_list_ad thead td{
  color: #fff;
  background: #ff69b4;
  width: 20%;
}


table.tori_kisyu_list_ad th,table.tori_kisyu_list_ad td{
  padding: 10px 0;
  text-align: center;
  border:1px solid #333;
  font-weight: normal;
}

table.tori_kisyu_list_ad tr:nth-child(odd){
  background-color: #eee
}

/* ----- 3-5.フロア案内リスト　----- */
table.floor_list{
  border-collapse: collapse;
  border:1px solid #333;
  margin-left: 5px;
  background: #dcdcdc;
font-size: 90%;
  width: 100%;
}

table.floor_list thead th,table.floor_list thead td{
  color: #24140e;
  background: #a0d8ef;
  width: 20%;
}

table.floor_list thead td{
  color: #24140e;
  background: #a0d8ef;
  width: 80%;
}

table.floor_list th,table.floor_list td{
  padding: 5px;
  text-align: center;
  border:1px solid #333;
  font-weight: normal;
}

table.floor_list tr:nth-child(odd){
  background-color: #eee
}


/* ----- 4-1.FAQ　----- */

.faq dl{  
  background-color : #f2f2e6;    
  margin-bottom : 30px;
  border-width : 2px;
  border-style : solid;
  border-color : #5a5a2e;
  margin-top : 5px;  
  margin-left : 10px;
  width: 90%;     
}

.faq dt{
  padding-left:20px;
  text-indent:-10px;

  color : #fafdff;
  background-color : #0068b7;
  text-align : left;
  margin-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #5a5a2e;
  padding-top : 7px; 
  padding-left : 10px
  padding-bottom : 7px;
}

.faq dd{
  line-height : 150%;
  padding-right : 10px;     
  padding-left : 10px;
  padding-bottom : 25px;
}

/* ----- 年齢認証　----- */
/************************************************************
 * modal
 ************************************************************/

.modal {
 position:fixed;
 display:none;
 z-index:9999;
  top: 10%;
  left: 0;
  height: 100%;
  width: 100%;
 color:#86544;
 text-align:center;
 border:1px solid #FFF;
 border-radius:10px;
}

.modal a { cursor:pointer; }

.age_check_btny {
  display: inline-block;
  width:150px;
  background: #f5b2ac; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 30px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 30px; /* 角を丸くする */
  font-size: 120%;
}

.age_check_btnn {
  display: inline-block;
  width:150px;
  background: #dcd6d2; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 30px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 30px; /* 角を丸くする */
  font-size: 120%;
}

.modalback {
 position:fixed;
 display:none;
 z-index:9999;
 top:40%;
 left:50%;
 width:600px;
 height:190px;
 margin:-116px 0 0 -221px;
 padding:20px;
 color:#86544;
 text-align:center;
 border:1px solid #FFF;
 border-radius:10px;

}


/* ----- 買取検索test　----- */
/************************************************************
 * 入力フォーム部分
 ************************************************************/

table.kensaku_input {
	border-collapse: collapse;
}

table.kensaku_input th {
  text-align: left;
  vertical-align:top;
  border-bottom: 0px;
  width:20%;
}

table.kensaku_input td {
  text-align: left;
  vertical-align:top;
  border-bottom: 0px;
  width:60%;
}

table.kensaku_input td.a {
  text-align: left;
  vertical-align:top;
  border-bottom: 0px;
  width:60%;
	background-color:#FFFFFF;
	border-left: 3px solid #a9a9a9;
	color:#444;

}


@media only screen and (max-width: 768px) {
 table.kensaku_input th {
 display: block;
 }

 table.kensaku_input td {
 display: block;
  width:95%;
 }
}


/* ----------------------------------------
  3-8.検索結果一覧　START
---------------------------------------- */
table.kensaku_list {
  width:100%;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.kensaku_list th,table.kensaku_list td  {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.kensaku_list th {
	background-color:#ff8c00;
	color:#444;
	letter-spacing:3px;
}
table.kensaku_list th.end {
	background-color:#a9a9a9;
}
table.kensaku_list td.a {
	background-color:#FFFFFF;
	border-left: 3px solid #a9a9a9;
	color:#444;
	text-align: right;
}
table.kensaku_list td.b {
	background-color:#FFFFFF;
	color:#444;
}
table.kensaku_list td.c {
	background-color:#FFFFFF;
	font-weight:bold;
	border-right: 3px solid #a9a9a9;
	color:#808080;
}
table.kensaku_list td.d {
	background-color:#FFFFFF;
	color:#444;
}
table.kensaku_list th.b,table.kensaku_list td.b {
	width: 6em;
	text-align: left;
}
table.kensaku_list th.b,table.kensaku_list td.b {
	width: 75px;
	text-align: center;
}

/* test */

table.kensaku_list th.d {
	width: 15%;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.kensaku_list th.e {
	width: 70%;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

table.kensaku_list th.f {
	width: 6em;
	text-align: left;
}


table.kensaku_list td.d {
	width: 6em;
	text-align: left;
}

table.kensaku_list td.e {
	width: 6em;
	text-align: left;
}

table.kensaku_list td.f {
	width: 6em;
	text-align: left;
}

summary {
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
/* ホバー時のスタイル */
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}
details[open] summary {
  background-color: #EFEFEF;
}
