@charset "UTF-8";

/* 共通 */

html {
  font-size: 100%;
}
body {
  font-family: "Times New Roman";
}
a {
  color: #dc143c;
  text-decoration: none;
  line-height: 20px;
}
a:hover {
  color: 	#0000ff;
}
nav {
  display: flex;
  font-size: 1.3rem;
}
li {
  list-style: none;
}
header h1 {
  padding-bottom: 40px;
  margin-right: 20px;
 }
.title{
  display: flex; 
 }
.menu {
  display: flex;
}
.wrapper {
  width: 100%;
  margin: 40px auto;
  padding: 0 40px;
}
.main-menu{
  margin-right: 30px;
}

/* アイテムページ */
#item {
  display: flex;
  margin-bottom: 40px;
}
.item-img img {
  margin-right: 40px;
  width: 250px;
}
.item-text p {
  padding: 0 0 2em;
}
.item-form {
  margin-top: 40px;
  display:flex;
  flex-flow: column;
}
.add-to-cart{
  padding-top: 40px;
  text-align: left;
  color: #dc143c;
}
.add-to-cart:hover {
  color: 	#0000ff;
  text-decoration: underline;
}
.item-form label {
    display: inline-flex;
    align-items: center;
    padding-bottom: 10px;
}
.item-form label::after {
    position: relative;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.item-form label select {
    appearance: none;
    padding: 0 1em;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer;
}
.footer-btn1 {
  display: flex;
  justify-content: space-between;
  width: 25%;
  padding-top: 30px;
}
/* カートページ */
.emp.noview{
  display: none;
}  
.cart-table {
    border-collapse: collapse;
    text-align: center;
    width: 40%;
    }
.cart-table.noview{
  display: none;
}
.category th {
  padding: 10px;
  border-bottom: 1px solid #ebeced;
}
.total {
  border-top: 1px solid #ebeced;
}
.total th,
.total td {
  text-align: right;
  padding: 15px;
  background-color: #FFFAFA;
}
.btn:hover {
    text-decoration: underline;
    cursor: pointer;
}
.btn-blue {
    color: 	#0000ff;
}
.btn-blue.noview{
  display: none;
}
.btn-red {
    color: #dc143c;
}
.footer-btn2 {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-top: 50px;
}

/* コンタクトページ */
.pagename{
 padding-bottom: 30px; 
}
.form {
  margin-bottom: 40px;
  width: fit-content;
  position: relative;
}
.form div {
 padding-bottom: 30px;
 display: flex;
 justify-content: space-between;
}

.form label {
  vertical-align: top;
  display: inline-block;
  width: 150px;
}

.inp {
 	border-bottom: 1px solid #C0C0C0;
 	padding: 5px;
  width: 350px;
}

.btn-send {
  margin-top: 20px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  color: #dc143c;
}
.btn-send:hover {
  color: 	#0000ff;
  text-decoration: underline;
}
/* ニュースレターページ */
.flist {
 	padding: 8px 0;
}
/* コンタクトページ */

.dnt {
 	border-bottom: 1px solid #C0C0C0;
 	padding: 8px;
  width: 150px;
}

.ui-timepicker-standard {
 font-family: 'Times New Roman';
 font-size: 0.9em;
}