html{
	margin: 0;
    padding: 0;
}

body{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo,;
    line-height: 2.1;
    color: black;
    margin: 0;
    padding: 0;
    text-align: center;
	align: center;
	width: 100%;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
	
}



#main{
	width: 100%;
}

inner {
	width:100%;
    display: -webkit-block;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	padding-left:0;
	list-style: none;
	margin: none;
	
	}

a{
	text-decoration: none;
}

a:hover {
    color: red;
    font-weight: 600;
}
table {
	    margin-left: auto;
    margin-right: auto;
}
.item{
	color: red;
	font-size: 1.6rem;
	font-weight: 600;
}
     

.size {
  display: block;
  padding: 10px 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  background-color: dimgrey;
  border: none;
  transition: background-color 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 5px;
}




.menu {
font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: fixed;
  top: 70%;
  right: 4%;
  transform: translateY(-50%);
  background-color: black;
  padding: 5px;
	opacity: 0.5;
  border-radius: 10px;
}

.menu a {
	color: white;
  display: block;
  margin-bottom: 10px;
}

.menu span {
	color: deeppink;
  display: block;
	font-size: 1.1em;
	font-weight: 900;
  margin-bottom: 10px;
}

.content {
  display: flex;
	text-align: center;
	justify-content: center;
}

    .kakaku table{
      width: 800px;
      border-collapse: ;
		border: 1px;
    }
    .kakaku td {
      border: ;
      padding: 8px 1px 8px 1px;
      text-align: center;
    }
.kakaku tr {
      background-color: whitesmoke;
      color: black;
      font-size: 18px;
      font-weight: bold;
      border: ;
		border-radius:;
    }
    .kakaku   tr:nth-child(2) {
      background-color: #FF5B5E;
      color: white;
      font-size: 24px;
      font-weight: bold;
      border: 1px solid red;
		border-radius:;
    }
  .kakaku   tr:nth-child(3) {
      background-color: white;
      color: white;

}
    .kakaku   tr:nth-child(5) {
      background-color:#EC4143;
      color: white;
      font-size: 24px;
      font-weight: bold;
      border: 1px solid red;
		border-radius:;
    }

 .kakaku   tr:nth-child(6) {
      background-color: white;
      color: white;

}
    .kakaku   tr:nth-child(8) {
      background-color: red;
      color: white;
      font-size: 24px;
      font-weight: bold;
      border: 1px solid red;
		border-radius:;
    }

.kakakutate tr {
      background-color: whitesmoke;
      color: black;
      font-size: 18px;
      font-weight: bold;
      border: ;
		border-radius:;
    }
.kakakutate td:nth-child(2) {
      background-color: lightgreen;
      color: white;
      font-size: 24px;
      font-weight: bold;
      border: ;
		border-radius:;
    }
 

.order {
  display: flex;
  justify-content: center;
  margin: 20px ;
  width: 700px;
  background: green;
  border-radius: 50px;
  color: white;
  font-size: 28px;
  font-weight: 900;
letter-spacing: 0.1em;
  transition: transform 0.7s ease-in-out;
	padding : 10px ;
}

.order:hover {
  transform:  scale(1.2);
}
.order a{
	text-decoration: none;
	color: white;
}
.siyou {
	font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 80%;
  border: 1px solid #000;
  padding: 10px;
}

.siyou-row {
  display: flex;
	border: 1px solid #ccc;
}

.siyou-label {
  flex: 1;
  font-weight: bold;
}

.siyou-value {
  flex: 2;
}

.siyou-comment {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.siyou-comment-title {
  font-weight: bold;
}

.siyou-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

.siyou-inner-header {
  display: flex;
  background-color: #ccc;
  font-weight: bold;
}

.siyou-inner-header > div,
.siyou-inner-row > div {
  flex: 1;
}

.siyou-inner-row {
  display: flex;
}


/*--------------------------------------------------------------
スマホ
--------------------------------------------------------------
@media (max-width: 420px){
	#left{
		display: none!important;
}
}*/
