
* {
	margin: 0;
	padding: 0;
}
#modalOuter{
	background-color: #fff;
	position: fixed;
	z-index: 99;
}
/*ヘッダー部分*/
#wrapper {
	position: relative;
}
#headerMain {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index:20000;
}
header {
	z-index:20000000;
	display: flex;
	background: rgba(225,225,225,0.9);
}
header #ecoRhyhm{
	margin-right: auto;
}
#headerRight {
	width: 15%;
	margin: 2% 8% 0.2% 0;
}
#ecoRhyhm {
	color:#1b1b1b;
	font-size: 3vw;
	font-weight: bold;
	margin: 1% 0 1% 3%;
	text-shadow: 0 15px 10px rgba(0,0,0,0.5);
}
#inText {
	font-size: 1vw;
	font-weight: lighter;
}
#telephone {
	text-align: right;
	font-size: 1.3vw;
	font-weight: bold;
	margin:0 11% 1% 0;
}
#telephone a {
	text-decoration: none;
	color: #1c1c1c;
}
#holiday {
	color: red;
	text-align: right;
	font-size: 0.8vw;
}
.day {
	color: black;
}
#menu {
	display: none;
}
#topPageText {
	font-weight: bold;
	font-size: 1.5vw;
	margin: 12% 0 0 5%;
	letter-spacing: 1px;
	text-shadow: 0 15px 10px rgba(0,0,0,0.5);
	color: #66cdaa;
}

#mainNav {
	display: flex;
	justify-content: center;
	background: rgba(16,16,16,0.9);
}
.list {
	width: 9%;
	text-align: center;
	padding: 1%;
}
.list a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1vw;
}
.list:last-child {
	width: 5%;
}
.list:first-child {
	width: 11%;
}
/*ここからメインbody*/
#mainBody {
	display: flex;
	flex-flow:column;
}
#beginner h2 {
	letter-spacing: 1px;
	font-size: 1.6vw;
}
#beginner {
	width: 80%;
	margin: 0 10%;
	color: #ffffff;
	font-weight: normal;
}
#inBeginner {
	background: rgba(16,16,16,0.5);
	width: 90%;
	font-size: 1.2vw;
}

/*ここからfooter*/
#footer {
	background: rgba(20,20,20,0.6);
}
.table {
	display: flex;
	justify-content: flex-end;
	font-size: 1vw;
	color: #fff;
}
.listTitel {
	text-align: left;
	width: 10%;
	padding: 1% 0 0 1%;
	font-weight: bold;
}
.content {
	width: 30%;
	padding: 1% 0 0 1%;
	margin-right: 3%;
}
#copyright {
	letter-spacing: 1px;
	font-size: 1vw;
	text-align: center;
}


/*ハンバーガーmenuのcss*/
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	display: none;
}
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 100000;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #1e1e1e;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/*買い取り実績ページcss*/
/*modalウィンドウ*/
#mainImg {
	position: relative;
}
.modals{
	display: flex;
	position: relative;
	justify-content: center;

}
.modals:first-child {
	padding-top: 15%;
}

.modal img {
	position: fixed;
	width: 25%;
}

.modals li {
	list-style: none;
	text-align:center;
	margin-bottom: 5%;

}
.modals ul {
	width: 25%;
	background: rgba(0,0,0,0.5);
	margin: 2%;
	padding-top: 1%;
}
.modals ul li img {
	width: 50%;
	cursor: pointer;
}
.modals ul li img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}



.modal {
	z-index: 100;
	position: absolute;
}
.grey {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	display: none;
	z-index: 0;
}
.font{
	z-index: 1000;
	position: absolute;
	display: none;
	color: #fff;

}
.modals p {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-weight: bold;
}
.modals .red {
	color: red;
	font-weight: bold;
	font-size: 1.5vw;
	margin-bottom: 6%;
}
/*買い取り実績の文字装飾*/
#buyTextIn {
	font-size: 1vw;
}
#itemlist_h2_1 {
	width: 88%;
	padding-left: 1vw;
	margin: 0 auto;
	font-weight: normal;
	font-size: 2.5vw;
	color: #444444;
	background: rgba(255,255,255,0.7);
	box-shadow:1px 1px 2px 1px #777777;
	border-radius: 6px;
	margin-top: 13%;
	margin-bottom: 3%;
	text-indent: 1px;
}
/*質問ページのcss*/
.q {
	margin: 0 0 1% 10%;
	font-size: 1.5vw;
	color: #fff;
}
.a {
	margin: 0 0 3% 12%;
	font-size: 1vw;
	color: #dcdcdc;
}

/*買取強化中のcss*/
#strong {
	text-align: center;
	margin-bottom: 3%;
}
#rolexImg {
	display: none;
}
#rolexText {
	display: none;
}



/*メディアスクリーン*/
@media(max-width: 906px){
	#wrapper {
		height: 100vh;

	}
	#container{
		padding: 30px 0 30px 0;
	}
	#headerMain {
		background: rgba(255,255,255,0.8);

	}
	#ecoRhyhm {
		font-size: 30px;
		color: #101010;
	}
	#inText {
		font-size: 13px;
	}
	#headerRight {
		display: flex;
		width: 100%;
		margin: 0 0 0 10px;
	}
	#headerRight p:last-child {
		margin-left: auto;
		padding-right: 20px;
	}
	#telephone {
		margin: 0 7px 0 6px;
		font-size: 14px;
	}
	#holiday {
		margin-top: 3px;
		font-size: 10px;
	}
	.day{
		font-size: 10px;
	}
	#menu {
		display: block;
		font-weight: bold;
		margin-top: 5px;
	}
	header {

		background: transparent;
		display: block;
	}
	#top-head {
		display: flex;
	}
	#mainNav {
		display: none;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: transparent;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(559px);
		transform: translateY(559px);
	}
	/*footer*/
	.table {
		font-size: 12px;
	}
	.listTitel {
		width: 120px;
	}
	.content {
		width: 220px;

	}
	#copyright {
		font-size: 10px;
		margin-top:8px;
	}
	#beginner h2 {
		font-size: 17px;
		font-weight: normal;
	}
	#inBeginner {
		font-size: 14px;
		width: 100%;
	}
	.modals p {
		font-size: 10px;
	}
	.modals .red {
		font-size: 14px;
	}
	.modals {
		flex-flow: wrap;
	}
	.modals ul {
		width: 85%;
		padding-top: 5%;
		border-radius: 5px;
	}
	.modals ul li {
		width: 90%;
		margin:0 auto;
	}
	.modals ul li img {
		width: 90%;
	}
	.modals:first-child {
		padding-top: 20%;
	}
	.modal img {
		width: 82%;
		position: fixed;
	}
	#itemlist_h2_1 {
		margin-top: 20%;
		font-size: 6vw;
		padding: 1vw;
	}
	#buyTextIn {
		font-size: 12px;
	}
	#topPageText {
		margin: 23% 0 0 5%;
		font-size: 14px;
		font-weight: normal;
	}
	.q {
	margin: 0 0 1% 10%;
	font-size: 18px;
	color: #fff;
}
.a {
	margin: 0 0 3% 12%;
	font-size: 15px;
	color: #dcdcdc;
}
/*買い取り強化中*/
#strong {
	display: none;
}
#rolexImg {
	display: block;
	text-align: center;
}
#rolexImg img {
	width: 90%;
	border-radius: 3px;
}
#rolexText {
	display: block;
	text-align: center;
}
}