@charset "UTF-8";
/* ==========================================
メニュー(SP)
============================================= */
.menu-pc{
	display: none;
}
.menu-trigger {
  position: fixed;
  cursor: pointer;
  top: 80px;
  right: 5px;
  z-index: 900;
  background: #ffd31d;
  border-radius: 4px;
  border: 1px solid #fff;
  height: 40px;
  width: 90px;
  text-align: center;
  padding: 12px 10px;
  transition: all .4s;
}
.menu-trigger.fixed{
	position: fixed;
	top: 28px;
}
.menu-trigger.active {
	border-color: #ffd31d;
}
.menu-btn {
	font-size: 14px;
	color: #3c3d3d;
	text-align: left;
	font-weight: bold;
}
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 8px;
	width: 17px;
	height: 2px;
	background-color: #3c3d3d;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 13px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
.menu-trigger.active span {
	box-shadow: none;
	width: 23px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translate(4px, 9px) rotate(-45deg);
	transform: translate(4px, 9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translate(4px, -5px) rotate(45deg);
	transform: translate(4px, -5px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 800;
	top: 0;
	transition: all .4s;
	right: -100%;
	padding-left: 1px;
	box-shadow: -1px 0 10px rgba(0, 0, 0, 0.15);
}
.menu.menu_active {
	right: 0;
	background: #fff;
	overflow-y: scroll;
	padding-bottom: 100px;
	-webkit-overflow-scrolling: touch;
	display: block;
}
.menu-item {
	padding-top: 60px;
	background: #ffd31d;
	padding-bottom: 20px;
	/* overflow-y: scroll; */
}
.menu-list {
	position: relative;
	z-index: 800;
	font-size: 1.25rem;
	background: #000;
	padding-bottom: 2px;
}
.menu-list:first-child {
	border-top: 2px solid #000;
}
.menu-list-link {
	color: #000;
	background-color: #fff;
	height: 4.4rem;
	line-height: 4.4rem;
	padding-left: 15px;
	width: 100%;
}
a.menu-list-link:hover {
	/* 		box-shadow: inset 0 -60px 10px rgba(0, 0, 0, 0.1); */
	background: #ffae1d;
	color: #fff;
}
.menu-list-link[href*="form"] {
	background: #394750;
	color: #3c3d3d;
}
.menu-list-pt01 a {
	position: relative;
}
.menu-list-pt01 a::after {
	content: '\f105';
	position: absolute;
	right: 10px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 1.3em;
}
.menu-list-link.beginner {
  padding-left: 38px;
}
.menu-list-link.beginner::before{
  content: "";
  background: url(../images/common/nav-icon01.png) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 14px;
}

/* ==========================================
追加分（ボタン型）
============================================= */
.menu-list-pt02 span {
	font-size:11px;
	display:block;
}
.menu-list-pt02 a{
	line-height:1.2;
	padding: 7px 0 6px 0;
	height:auto;
}

@media (max-height: 700px) {
	.menu-list-link{
		height:40px;
		line-height:40px;
	}
	.menu-list-pt02 a{
		padding: 6px 0 5px 0;

	}
}
/* 	ここからメニューの中身 */
.menu-sp-header{
	background:#ffd31d;
	padding: 0.5rem;
}
.menu-sp-header-logo{
	width: 70%;
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 1rem;
}
.menu-sp-header-logo img{
	width: 70%;
}
.menu-sp-search{
	width: 100%;
	text-align: center;
	padding: 2rem;
	position: relative;
}
.menu-sp-search-form{
	border:1px solid #e2e2e2;
	font-family: FontAwesome;
	width: 100%;
	line-height: 1;
	font-size: 1.8rem;
	padding: 1.5rem 1rem;
	-webkit-appearance: none;
	border-radius: 0;
	height: 50px;
}
.menu-sp-search-btn{
	position: absolute;
	top:2rem;
	right:2rem;
	font-size: 1.8rem;
	padding: 1.1rem 1.5rem;
	border:0px solid black;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	height: 50px;
}
.menu-sp-ttl{
	background: #333;
	color:#fff;
	font-size: 1.5rem;
	padding: 1rem 1rem;
	font-weight: bold;
    clear: both;
}

/* お問い合わせボタン */
.manu-sp-otoiawase {
	justify-content: space-between;
	padding: 12px 3%;
}
.manu-sp-otoiawase-tel,
.manu-sp-otoiawase-mail,
.manu-sp-otoiawase-line {
	text-align: left;
	font-size: 5vw;
	font-weight: bold;
	width: 100%;
	margin-bottom:10px;
	padding: 1rem 3vw 1rem 19vw;
	line-height: 1.2;
	border-radius: 5px;
	color: #fff;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.manu-sp-otoiawase-tel {
	background-color: #57BC13;
}
.manu-sp-otoiawase-tel:after {
	font-family: fontawesome;
	content: '\f098';
	color: #fff;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 4vw;
	font-size: 12vw;
	line-height: 1;
}
.manu-sp-otoiawase-mail {
	background-color: #BA2732;
}
.manu-sp-otoiawase-mail:after {
	font-family: fontawesome;
	content: '\f0e0';
	color: #fff;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 4vw;
	font-size: 10vw;
	line-height: 1;
}
.manu-sp-otoiawase-subtxt {
	font-size: 4vw;
	padding-top: 0.4rem;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: middle;
}
.manu-sp-otoiawase-line {
  background: #01C200;
  padding: 0;

}
@media (min-width: 768px) {
  .manu-sp-otoiawase {
      overflow:hidden;
      margin: 0 1%;
  }
  .manu-sp-otoiawase-tel,
  .manu-sp-otoiawase-mail,
  .manu-sp-otoiawase-line {
      font-size: 16px;
      width: 31.33%;
      float:left;
      margin-left: 2%;
      padding: 14px 5px 10px 68px;
      height: 110px;
      font-size: 44px;
  }
  .manu-sp-otoiawase-tel {
      margin-left: 0;
  }
  .manu-sp-otoiawase-tel:after,
  .manu-sp-otoiawase-mail:after {
      font-size: 44px;
      left:10px;
  }
  .manu-sp-otoiawase-line {
      padding-left:30px;
  }
  .manu-sp-otoiawase-subtxt {
      font-size:16px;
      vertical-align: text-top;
      margin-top: 5px;
  }
  .manu-sp-otoiawase-txt02 {
    display: none;
  }
}

/* 買取リスト */

.menu-sp-kaitori {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.menu-sp-kaitori-item {
  overflow: hidden;
  padding: 5px 1% 10px;
}
.menu-sp-kaitori-list {
	display: block;
	width: calc(50% - 10px);
	text-align: left;
	background: #fff;
	border:1px solid #ccc;
	border-radius:5px;
	float: left;
	overflow: hidden;
	margin: 2px 5px;
}
.menu-sp-kaitori-list-text {
  font-size: 1.2rem;
  color: #666;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-left:1rem;
  padding-top: 5px;
  padding-bottom:5px;
}

.menu-sp-kaitori-list-link-pt01{
	width: 100%;
	padding: 1.5rem 1rem;
	font-size: 1.5rem;
	position: relative;
	color: rgb(0,71,157);
	font-weight: bold;

}
.menu-sp-kaitori-list-link-pt02{
  width: 100%;
  padding: 1.25rem 1rem;
  font-size: 1.5rem;
  position: relative;
  color: rgb(0,71,157);
  font-weight: bold;
  overflow: hidden;
}


.menu-sp-kaitori-list-link-pt01:after,
.menu-sp-kaitori-list-link-pt02:after{
  font-family: fontawesome;
  content: "\f138";
  margin: auto 0;
  padding-left: 5px;
  float: right;
}

.menu-sp-kyouka-list{
	display:block;
    overflow: hidden;
    width: 100%;
	background: #fff;
    clear: both;
    font-size: 1.3rem;
    position: relative;
    font-weight: bold;
    color: #FF6000;
    padding-bottom:15px;
}
.menu-sp-kyouka-list-li{
    display: block;
    width: calc(50% - 4px);
    margin:2px;
	text-align: left;
	background: #fff;
	border:1px solid #ccc;
	border-radius: 5px;
    box-sizing: border-box;
    float: left;
}
.menu-sp-kyouka-list-li.purchase{
	display: block;
    width: 98%;
	text-align: center;
}
.menu-sp-kyouka-list-link{
	width: 100%;
	padding: 1.5rem 1rem;
	font-size: 1.3rem;
	position: relative;
	font-weight: bold;
	color: #FF6000;
 }

.menu-sp-kyouka-list-link:after{
	font-family: fontawesome;
	content: "\f138";
	position: absolute;
	right: 8%;
	margin: auto 0;
}
.menu-sp-kyouka-list-li.purchase .menu-sp-kyouka-list-link{
	font-size: 1.6em;
}
.menu-sp-ichiran-ul {
	padding: 0 0.2rem 15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.menu-sp-ichiran-ul .page_item {
	width: 50%;
	font-size: 1.2rem;
	padding: 1rem;
	color: rgb(0, 71, 157);
	text-align: left;
}
.menu-sp-ichiran-ul .page_item a {
	color: rgb(0, 71, 157);
}
.menu-sp-ichiran-ul .page_item a:before {
	font-family: fontawesome;
	content: "\f138";
	padding-right: 0.4rem;
}
.sp-menu-close{
	background: #e2e2e2;
	padding: 1rem;
	text-align: center;
}
.menu-close-btn{
	background-color: #ffd31d;
	border-radius: 5px;
	border:solid #333 2px;
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem;
	width: 60%;
    margin: 20px auto;

}
.menu-close-btn:after{
	font-family: fontawesome;
	content:'\f00d';
	padding-right: 0.5rem;
	float: right;
}
.menu-sp-info-ul{
	width: 100%;
	text-align: left;
}
.menu-sp-info-link{
	border-bottom: 1px solid #e2e2e2;
	padding: 1.5rem;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	color: rgb(0,71,157);
  position: relative;
}
.menu-sp-info-link::after {
  font-family: fontawesome;
  content: "\f138";
  margin: auto 0;
  padding-left: 5px;
  float: right;
}
.menu-sp-info-link.beginner {
  padding-left: calc(1.5rem + 22px + 8px);
}
.menu-sp-info-link.beginner::before {
  content: "";
  background: url(../images/common/nav-icon01.png) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 1.5rem;
}
.menu-sp-bana{
	padding: 2rem 0;
	text-align: center;
}
.menu-buy-link{
	margin: 0 1rem;
}
@media (min-width: 400px) {
	.menu-trigger {
		top: 45px;
	}
}
@media (min-width: 560px) {
	.menu-list{font-size: 16px;}
	.menu-list-link{height: 50px;line-height: 50px;}
	.menu-sp-ichiran-ul .page_item {
    width: 33%;
	}
}
@media (min-width: 900px) {
	/* ==========================================
	メニュー(PC)
	============================================= */
	.menu-pc{
		display: block;
	}
	.menu-sp{
		display: none;
	}
	.menu {
		clear: both;
		background: #ffd31d;
		width: 100%;
		z-index: 400;
		top: 0;
		right: 0;
		height: auto;
		position: relative;
	}
	.menu-item {
    display: flex;
		margin: auto;
		position: relative;
		padding: 0;
		max-width: 1250px;
	}
	.menu-list {
		font-size: 15px;
/*		display: table-cell;*/
		vertical-align: middle;
		line-height: 1.3;
		position: relative;
		text-align: center;
		white-space: nowrap;
		background: transparent;
		border-bottom: none;
        width: 100%;
/*		width: 16.2%;*/
		/* height: 44px; */
	}
	.menu-list-link {
		/* color: #ffffff; */
		font-weight: bold;
		display: block;
		height: 100%;
		padding: 13px 13px;
		font-size: 14px;
		background: transparent;
		line-height: 1.2;
		letter-spacing: 1px;
		transition: .4s;
		box-shadow: inset 0 -60px 10px rgba(0, 0, 0, 0);
	}

	.menu-list:before {
		content: "";
		display: block;
		height: 44px;
		width: 1px;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.4);
		top: 0;
		left: 0;
	}
	.menu-item:after {
		content: "";
		display: block;
		height: 44px;
		width: 1px;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.4);
		top: 0;
		right: 0;
	}
	.menu-list-link[href*="form"] {
		margin: 5px 0 5px 5px;
		height: 54px;
		padding: 8px 16px;
		border-radius: 4px;
		text-shadow: -1px -1px 0 #fff;
	}
	.menu-list:first-child {
		border-top: none;
	}
	.menu-list-pt01 a:after {
		display: none;
	}
	.menu-trigger {
		display: none;
	}

/* ==========================================
メニュー(ホバー分（PCのみ）
============================================= */
  .menu-list{
    position:relative;
  }
  .menu-data-item,
  .menu-data-item02 {
    display:none;
    position:absolute;
    top: 44px;
    z-index:999;
    background: #efefef;
    color: #3c3d3d;
    box-shadow: 0px 0px 1px #3c3d3d;
  }
  .menu-data-item {
    width: 640px;
    padding:20px 25px 15px;
    left:0;
  }
  .menu-data-item02 {
    width: 170px;
    left:initial;
    right: 0;
    padding: 10px 20px 10px;
  }
  .menu-list:hover > .menu-data-item,
  .menu-list:hover > .menu-data-item02{
    display: block;
  }
  .menu-data-item:before,
  .menu-data-item02:before {
    content:"";
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 15px solid #efefef;
  }
  .menu-data-item:before{
    left:60px;
  }
  .menu-data-item02:before{
    left:100px;
  }
  .menu-data-list-ttl{
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
  .menu-data-list,
  .menu-data-list02 {
    text-align: left;
    font-size: 13px;
  }
  .menu-data-list {
    width:30%;
    float:left;
    margin-right: 5%;
  }
  .menu-data-list:nth-child(3n+1) {
    margin-right: 0;
  }
  .menu-data-list02 {
    display: block;
    width:100%;
  }
  .menu-data-list a,
  .menu-data-list02 a {
    color: #3c3d3d;
    padding: 8px 0;
  }
  .menu-data-list a:before,
  .menu-data-list02 a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 0.5em;
  }
  .menu-data-list a:hover,
  .menu-data-list02 a:hover {
    color:#eb6100;
  }
}
