/* Reset CSS */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	background-color: #f8fbf8; /* 白磁*/
	scroll-behavior: smooth;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
	background-color: #302833;/* 桎梏*/
	color: #f8fbf8;/* 白磁*/
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 20px;
}

#Logo {
	margin-bottom: 5px;
}

#Logo img {
	width: 100%;
}

@media screen and (max-width: 1000px){
	#Container {
		width: 95%;
		margin: 0px auto 0px;
	}
	#Logo {
		width: 45%;
	}
}


@media screen and (min-width: 1001px){
	#Container {
		width: 1001px;
		margin: 0px auto 0px;
	}
	#Logo {
		width: 35%;
	}
}

#PageTop {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
}


#Close {
	margin-bottom: 10px;
	text-align: right;
}

#Close > p {
	color: #d7003a;
}

@media screen and (max-width: 768px){
	#Close {
		font-size: 4vw;
	}
}

@media screen and (min-width: 769px) {
	#Close {
		font-size: 24px;
	}
}

@media screen and (min-width: 769px){
	#BuyPriceButton {
		width: 25%;
		overflow: auto;
	}
	#Telephone {
		width: 25%;
		overflow: auto;
	}
	#Telephone > a {
		display: none;
	}
	#Telephone > a img {
		display: none;
	}
	#Telephone > img {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#BuyPriceButton {
		width: 40%;
		overflow: auto;
	}
	#Telephone {
		width: 40%;
		overflow: auto;
	}
	#Telephone > a {
		display: block;
	}
	#Telephone > a > img {
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}
	#Telephone > img {
		display: none;
	}
}

#BuyPriceButton img {
	width: 100%;
	display: block;
}

#Holiday {
	font-size: 1.5vw;
	width: 30%;
	padding-right: 10px;
	text-align: right;
}

#Movie {
	width: 100%;
}

#Movie video {
	width: 100%;
}
/* お知らせ */

#Info {
	margin: 0px auto 30px;
	border: 2px solid #9ACBD0;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
}


#Frame {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

#Info img {
	display: inline;
}
#Info .Day {
	font-weight: bold;
	width: 40%;
	padding: 5px;
	background-color: #48A6A7;
	color: #ffffff;
	text-align: center;
}

#Info .Title {
	font-weight: bold;
	padding: 5px 5px 5px 10px;

}

#Info .Text {
	padding: 5px 5px 10px 10px;
	border-bottom: 1px dashed #000000;
}

@media screen and (max-width: 768px){
	#Info {
		width: 100%;
	}
	#Info img {
		width: 40%;
	}
	#Info .Day {
		font-size: 4vw;
	}
	
	#Info .Title {
		font-size: 4vw;
		} 
	
	#Info .Text {
		font-size: 4vw;
	}
}
@media screen and (min-width: 769px){
	#Info {
		width: 80%;
	}
	#Info img {
		width: 25%;
	}
	#Info .Day {
		font-size: clamp(20px,2vw,22px);
	}
	
	#Info .Title {
		font-size: clamp(20px,2vw,22px);
		} 
	
	#Info .Text {
		font-size: clamp(18px,1.5vw,20px);
	}
}


#PriceTable {
	margin-bottom: 20px;
}

#PriceTable h2 {
	width: 100%;
	margin-bottom: 20px;
}

#PriceTable h2 img {
	display: block;
	margin: 0px auto 10px;
}

#PriceList {
	margin: 0px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}

#PriceList p img {
	width: 100%;
}

@media screen and (max-width: 768px){
	#PriceTable h2 img {
		width: 50%;
	}
	#PriceList p {
		width: calc((100% - 0px * 2) / 2 );
	}
}

@media screen and (min-width: 769px){
	#PriceTable h2 img {
		width: 40%;
	}
	#PriceList p {
		width: calc((100% - 0px * 2) / 3 );
	}
}

@media screen and (min-width: 1000px){
	#PriceTable h2 img {
		width: 35%;
	}
	#PriceList p {
		width: calc((100% - 0px * 2) / 4 );
	}
}



/* 値段ページ */


#Product {
	width: 100%;
	padding: 10px;
	border: 1px solid #48a6a7;
	margin-bottom: 40px;
}

#Product #BuyTitle {
	width: 100%;
	display: flex;
	border-bottom: 1px dashed #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#BuyList {
	margin: 0px auto 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}

#BuyList > div {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
}

#BuyList div > div .Number {
	line-height: 1;
	letter-spacing: -0.1em;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#BuyList div > div .Yen {
	width: 100%;
	text-align: right;
	padding: 0px 5px 5px 0px;
}

@media screen and (max-width: 768px){
	#Product #BuyTitle img {
		width:50%;
	}
	#BuyList > div {
		width: calc((100% - 0px * 2) / 2);
	}
	#BuyList div > div .Number {
		font-size: 5.5vw;
	}

	#BuyList div > div .Yen {
		font-size: 4vw;
	}
}

@media screen and (min-width: 769px){
	#Product #BuyTitle img {
		width:25%;
	}
	#BuyList > div {
		width: calc((100% - 0px * 2) / 3);
	}
	#BuyList div > div .Number {
		font-size: 26px;
	}

	#BuyList div > div .Yen {
		font-size: 20px;
	}

}

@media screen and (min-width: 1000px){
	#BuyList > div {
		width: calc((100% - 0px * 2) / 4);
	}
	#BuyList div > div .Number {
		font-size: 26px;
	}

	#BuyList div > div .Yen {
		font-size: 20px;
	}
}

#BuyList div > div {
	width:100%;
	border: 1px solid #000000;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

#BuyList div > div > a {
	display: block;
	width: 100%;
}
#BuyList div > div > a > img {
	width: 100%;
	vertical-align:top;
}


#BuyList div > div > p > .Kg{
	position: bottom;
}

.PriceRed {
	display: inline;
	vertical-align: baseline;
	color: #e60033;
	font-size: inherit;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	#All {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex: 1;
	}
	#All > p {
		margin-bottom: 10px;
		border-collapse: collapse;
		border-bottom: 1px dashed #9ACBD0;
	}
	#All > p:nth-child(odd) {
		width: 35%;
		padding-bottom: 10px;
	}

	#All > p:nth-child(even) {
		width: 65%;
		font-size: 5vw;
		text-align: right;
	}

	#All > p:nth-child(odd) > a {
		display: block;
		width: 100%;
	}


	#All > p > a > img {
		width: 100%;
	}

	#All > p > .AllpriceRed {
		color: #e60033;
		font-weight: bold;
	}
}

@media screen and (min-width: 769px){
	#All {
		width: 100%;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
	}
	#All > p {
		width: calc((100%) / 4);
		margin-bottom: 10px;
		border-collapse: collapse;
		border-bottom: 1px dashed #9ACBD0;
	}
	#All > p:nth-child(even) {
		padding: 0px 10px 10px 0px;
	}
	#All > p:nth-child(even){
		text-align: right;
	}
	#All > p > a {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	#All > p > a > img {
		width: 100%;
	}
	#All > p > .AllpriceRed {
		color: #e60033;
		font-size: 22px;
		font-weight: bold;
	}
}

@media screen and (min-width: 1000px){
	#All {
		width: 100%;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
	}
	#All > p {
		width: calc((100%) / 6);
		margin-bottom: 10px;
		border-collapse: collapse;
		border-bottom: 1px dashed #9ACBD0;
	}
	#All > p:nth-child(even) {
		padding: 0px 10px 10px 0px;
	}
	#All > p:nth-child(even){
		text-align: right;
	}
	#All > p > a {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	#All > p > a > img {
		width: 100%;
	}
	#All > p > .AllpriceRed {
		color: #e60033;
		font-size: 22px;
		font-weight: bold;
	}
}

#Pickup {
	width: 100%;
}

#Pickup h2 {
	width: 100%;
}

#Pickup h3 {
	width: 100%;
}

#Pickup h2 img {
	display: block;
	margin: 0px auto 10px;
}

#Pickup h3 img {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}

#Pickup p {
	width: 100%;
}

#Pickup p img {
	display: block;
	width: 100%;
	margin: 0px auto 15px;
}

#Step {
	border-bottom: 1px dashed #9ACBD0;
	width: 90%;
	margin: 0px auto 20px;
}

#Step div p img {
	width: 100%;
}

#Step div p {
	font-size: clamp(20px,2vw,22px);
	width: 95%;
	margin: 0px auto 20px;
}

#Step div h3 {
	width: 100%;
}

#Step div h3 img {
	width: 100%;
}

@media screen and (min-width: 769px){
	#Pickup h2 img {
		width: 40%;
	}
	
	#Step {
		display: flex;
		flex-wrap: wrap;
		gap: 0px;
	}

	#Step div {
		width: calc((100% - 5px * 2) / 2 );
	}
	
	#Step div p {
		padding: 10px;
	}
	#Cos h2 img {
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	#Pickup h2 img {
		width: 50%;
	}
	
	#Step div {
		width: calc((100% - 5px * 2) / 1 );
	}
	
	#Cos h2 img {
		width: 65%;
	}
}

.PickTex {
	font-size: clamp(20px,2vw,22px);
}

#Cos {
	width: 90%;
	margin: 0px auto 20px;
}

#Cos h2 {
	width: 100%;
	margin: 0px auto 20px;
}

#Cos .Voice {
	width: 100%;
	margin: 0px auto 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #9ACBD0;
}

#Cos .Voice .Face {
	text-align: center;
}

@media screen and (max-width: 768px){
	#Cos .Voice .Face {
		width: 30%;
	}
	#Cos .Voice > div {
		width:70%;
	}
}

@media screen and (min-width: 769px){
	#Cos .Voice .Face {
		width: 20%;
	}
	#Cos .Voice > div {
		width:80%;
		padding-left: 10%;
	}
}

#Cos .voice .Face img {
	width: 90%;
}

#Cos .Voice > div p:first-child {
	text-align: center;
}

#Cos .Voice > div p:nth-child(2) {
	padding: 10px;
}

#Demolition {
	width: 100%;
}

#Demolision h2 {
}

#Demolition h2 img {
	width: 100%;
	margin: 0px auto 20px;
}

#Demolition > h3 {
	width: 100%;
	margin: 0px auto 40px;
	text-align: center;
}
#DemoBox > p {
	width: 85%;
	margin: 0px auto 40px;
	font-size: clamp(20px,3vw,22px);
	
}

#DemoBox > div > h3 {
	width: 95%;
}

#DemoBox > div > p {
	width: 80%;
	margin: 0px auto 30px;
	font-size: clamp(20px,2vw,22px);
	
}


@media screen and (min-width: 769px){
	#Demolition > h3 {
		font-size: clamp(24px,4vw,32px);
	}
	#Demolition > h3 > p {
		width: 50%;
		margin: 0px auto;	
	}
	#DemoBox > div > h3 > img{
		width: 30%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px){
	#Demolition > h3 {
		font-size: clamp(22px,3.5vw,24px);
	}
	#Demolition > h3 > p {
		width: 80%;
		margin: 0px auto;	
	}
	#DemoBox > div > h3 > img{
		width: 70%;
		margin-bottom: 20px;
	}

}
#CompanyInfoLinks {
  background-color: #f8fafa;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
}

#CompanyInfoLinks .InfoText p {
  color: #006a71;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

#CompanyInfoLinks .LinkButtons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

#CompanyInfoLinks .LinkButtons a {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: fit-content;
  min-width: 220px;
  text-align: center;
}

.ContactButton {
  background-color: #67b8bf;
  color: #fff;
}

.ContactButton:hover {
  background-color: #48a6a7;
}

.WebsiteButton {
  background-color: #ff8a43;
  color: #fff;
}

.WebsiteButton:hover {
  background-color: #e47735;
}

@media screen and (min-width: 768px) {
  #CompanyInfoLinks .LinkButtons {
    flex-direction: row;
  }
}

#MetalList {
	margin-bottom: 30px;
}

#MetalList > h3{
	margin-bottom: 5px;
	padding-left: 20px;
}

#MetalList > p {
	padding: 0px 0px 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #48a6a7;
}

@media screen and (max-width: 768px){
	#MetalList > h3{
		font-size: 5vw;
	}

	#MetalList > p {
		font-size: 4vw;
	}
}

@media screen and (min-width: 769px){
	#MetalList {
		width: 75%;
		margin: 0px auto;
	}
	#MetalList > h3{
		font-size: clamp(20px,2vw,22px);
	}

	#MetalList > p {
		font-size: clamp(18px,1.5vw,20px);
	}
}

#Company {
	width: 100%;
}

#Company img {
	width: 100%;
	margin-bottom: 40px;
}

#Company table {
	width: 95%;
	margin: 0px auto;
}
#Company table th {
	background-color: #9ACBD0;
	width: 30%;
	padding: 5px 10px;
}

#Company table td {
	padding: 5px 10px;
}

@media screen and (max-width:768px){
	#Company table {
		font-size: clamp(16px,1.25vw,18px);
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 769px){
	#Company table {
		font-size: clamp(20px,2vw,22px);
		margin-bottom: 50px;
	}
	#Company table td{
		padding-left: 50px;
	}
}


#Access {
	width: 100%;
}

#Access > div:nth-of-type(1) {
	width: 100%;
	display: flex;
	padding: 10px 0px;
}

#Access > div:nth-of-type(1) p {
	width: calc((100% - 0px * 2) / 2 );
	text-align: center;
	flex: 1;
}


#Access > h2 {
	width: 100%;
	margin-bottom: 10px;
}

#Access > h2 > img {
	display: block;
	margin: 0px auto 10px;
}

#Access > .Route {
	width: 100%;
	margin-bottom: 20px;
}

#Access > .Route > p {
	width: 100%;
}

#Access > .Route > p:nth-child(even){
	margin-bottom: 30px;
}

#Access > .Route > p >img {
	width: 100%;
}

#Access > .Route > iframe {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width:768px){
	#Access > h2 > img {
		width: 50%;
	}
}
@media screen and (min-width: 769px){
	#Access > h2 > img {
		width: 40%;
	}
	#Access div:nth-child(-n+3) {
		font-size: clamp(22px,2.5vw,24px);
	}
	#Access > .Route > p {
		font-size: clamp(20px,2vw,22px);
	}
}

@media screen and (max-width: 768px){
	#Copy {
		text-align: center;
		font-size: clamp(2vw,3vw,3vw);
		padding: 10px 0px;
	}
}


@media screen and (min-width: 769px){
	#Copy {
		text-align: center;
		font-size: clamp(18px,1.5vw,20px);
		padding: 10px 0px;
	}
}

.Footer {
  background-color: #333333;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  position: relative;
}

/* ▼ ハンバーガーメニューのボタン */
.Menu-toggle {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	border-radius: 6px;
	border: none;
}

@media screen and (max-width: 768px){
	.Menu-toggle {
		font-size: 36px;
		color: #333333;
		background-color: rgba(255, 255, 255, 0.7); 
		padding: 0px 8px 4px 8px;
	}
}


@media screen and (min-width: 769px){
	.Menu-toggle {
		font-size: 5vw;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 6px 20px;
	}
}

@media screen and (min-width: 1000px){
	.Menu-toggle {
		font-size: 5vw;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 0px 20px;
	}
}

  .Menu-toggle {
    display: block;
  }


/* ▼ メニューリストの基本スタイル */
.Menu-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

  .Menu-list {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: fixed;
    top: 60px;      /* メニューの高さ分下げる（ボタン下） */
    right: 20px;
    width: 200px;   /* メニュー幅 */
    padding: 10px;
    border-radius: 8px;
  }

  /* メニューが開いた時 */
  .Menu-list.active {
    display: flex;
  }

  .Menu-list li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }

.PopupOverlay {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.PopupOverlay.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.PopupOverlay > div {
background: rgba(255,255,255,0.7);
padding:20px;
border-radius:8px;
max-width:90%;
max-height:90%;
overflow:auto;
position:relative;
transform: scale(0.95);
transition: transform 0.3s ease;
}

.PopupOverlay.active > div {
transform: scale(1);
}

.PopupOverlay.active > div > img{
	max-width: 90%;
	max-height:90%;
	margin: 0px auto;
}


.PopupOverlay.active > div > p{
	margin-bottom: 10px;
}

.ClosePopup {
position:absolute;
top:10px;
right:10px;
background:none;
border:none;
font-size:28px;
cursor:pointer;
}

/* 管理画面  CSS */

#Login {
	text-align: center;
	padding-top: 30%;
	font-size: 24px;
	width: 75%;
	margin: 0px auto;
}

#Login > p {
	margin-bottom: 20px;
}

#Login > p > input {
	display: inline-block;
	width: 10em;
	max-width: 80%;
	padding: 0.5em;
	border: 1px solid #000000;
}

#Logout {
	margin-bottom: 50px;	
}

#Admin {
	width: 90%;
	margin: 0px auto;
}

#Update {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #555555;
}

#Article {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#Article td {
	border: 1px solid #000000;
	padding: 10px;
}

#Article td:first-child {
	width: 5%;
}

#Article td:nth-child(2){
	width: 40%;
}

@media screen and (max-width: 768px){
	#Update {
		font-size: 4vw;
	}
	#Article {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 769px){
	#Admin {
		font-size: 20px;
	}
	
	#Update {
		font-size: 20px;
	}
	
	#Update > p > textarea,
	#Update > p > input {
		font-size: 20px;
	}
	
	#Article {
		font-size: 20px;
	}
}

#Delbut {
	margin-bottom: 30px;
}

#Update > button {
	display: block;
	margin: 0px 0px 0px auto;
}

#Label {
	font-size: 4vw;
	padding: 5px;
}

#Text {
	font-size: 4vw;
	width: 100%;
	height: 20%;
	padding: 5px;
}

/* メールフォーム CSS */

#Contact {
	background-color: #fff;
	padding: 20px;
	max-width: 600px;
	margin: 200px auto;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#Contact > h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}

#Contact form {
	display: flex;
	flex-direction: column;
}

#Contact form div:nth-child(4) {
	font-size:12px;
	color: #872200;
	text-align: right;
}
#Contact form > div {
	margin-bottom: 15px;
}

#Contact label {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}

#Contact input,
#Contact textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#Contact textarea {
	resize: vertical;
}

#Contact button {
	padding: 10px 20px;
	background-color: #67b8bf;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	align-self: flex-start;
}

#Contact button:hover {
	background-color: #76c7ce;
}

#Contact h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}

#Contact p {
	font-size: 24px;
}
/* 汎用 CSS */
.W100 {
	width: 100%;
}

.Tal {
	text-align: left;
}

.Tar {
	text-align: right;
}

.Mb10 {
	margin-bottom: 10px;
}

.Pb10 {
	padding-bottom: 10px;
}

.Fs2 {
	font-size: 2vw;
}
.Fs3 {
	font-size: 3vw;
}

.Fs4 {
	font-size: 4vw;
}

.FwB {
	font-weight: bold;
}
.FcY {
	color: #ffea00;
}

@media screen and (max-width: 768px){
	.DisOn {
		display: none;
	}
}