body, h1, h2, h3, h4, h5, p, table, th, td, li, 
div, a, input {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #666;
  font-weight: 500;
}
a, button, input[type="submit"], input[type="button"] {
  cursor: pointer;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin-top: 0;
}
body, h1, h2, h3, h4, h5, p, table, th, td, li, 
div, span, a, input, select, form {
  z-index: 5;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #f9f6f0 url(../image/bg.jpg) center / 100px;
}
.body_frame {
  width: 100%;
  min-height: 80vh;
  margin: 0 auto;
}
@media(max-width:767px) {
  .body_frame {
    min-height: 640px;
  }
}
input, textarea, select {
  -webkit-appearance: none;
  outline: none;
}
.header {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  height: 80px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header select {
  border: 1px solid rgb(237,115,83);
  padding: 8px;
  border-radius: 3px;
}
.header select:focus {
  border: 1px solid rgb(245, 198, 186);
}
.header input[type="text"] {
  border: 1px solid rgb(237,115,83);
  margin-top: 12px;
  padding: 8px;
  border-radius: 3px;
  text-align: left;
}
.header input[type="text"]:focus {
  border: 1px solid rgb(245, 198, 186);
}
.header button {
  border: none;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}
.header img {
  float: left;
  width: 200px;
}
.header span {
  float: right;
  margin-top: 10px;

}
.header2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 1%;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
}
.header2.logo_only {
  display: block;
}
.header_img {
  width: 36%;
  text-align: left;
  box-sizing: border-box;
}
.header_img img {
  width: 65%;
  max-width: 230px;
}
@media(max-width:767px) {
}
.hidden_center {
  width: 30%;
  height: 20px;
}
.hidden_left2 {
  width: 24%;
  height: 20px;
}
.logo {
  width: 30%;
}
.logo img {
  width: 100%;
}
.header2.logo_only .logo {
  margin: 0 auto;
}
.plate {
  width: 280px;
  max-width: 40%;
  height: 60px;
  border-radius:10px;
  border:4px solid rgba(225,225,225,0);
  position:relative;
}
.plate span {
  padding-top:13px;
  display:block;
  color: #fff;
  text-align:center;
  font-size:1.5rem;
  text-shadow: -1px 1px 2px #666;
}
.plate span.middle {
  padding-top: 17px;
  font-size: 1.1rem;
}
.plate span.longer {
  padding-top: 20px;
  font-size: 1rem;
}
.plate span.longest {
  padding-top: 22px;
  font-size: 0.8rem;
}

#colors {
  background: linear-gradient(rgb(243, 141, 115), rgb(230,8,22));
  box-shadow: inset 0 0 0 2px #fff, 0px 4px 4px rgba(0, 0, 0, 0.4);
}
/*ロープ部分*/
.plate:before,
.plate:after{
    content:"";
    width:4px;
    height:46px;
    position:absolute;
    top:-35px;
    border-bottom: none;
    box-shadow:inset 0px -1px 1px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3);
}
.plate:before{
    left:13px;
}
.plate:after{
    right:13px;
}
#colors:before,
#colors:after{
    background:#fcfcfa;
}
/*留め具部分*/
.plate span:before,
.plate span:after{
    content:"";
    border-radius:50%;
    position:absolute;
    top:10px;
    box-shadow:inset 0px -1px 2px rgba(0, 0, 0, 0.2),inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#colors span:before,
#colors span:after{
    width:10px;
    height:10px;
    background:#fff;
}
#colors span:before{
    left:10px;
}
#colors span:after{
    right:10px;
}
.links {
  width: 30%;
  margin-top: 10px;
  text-align: right;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
}
.btn_list {
  display: inline-block;
  width: 40%;
  height: 40px;
  box-sizing: border-box;
  border: none;
  line-height: 40px;
  padding: 0;
  margin-right: 1%;
  font-weight: bold;
  font-size: 16px;
  color: rgb(177, 127, 91);
  border: 1px solid rgb(177, 127, 91);
  background: #fff;
  transition: 0.6s;
}
button.btn_list {
  background: #fff;
}
.btn_list:hover {
  background: rgb(177, 127, 91);
  color: #fff;
}
@media(max-width:767px) {
  .header2 {
    height: 140px;
    display: block;
  }
  .hidden_center {
    display: none;
  }
  .plate {
    max-width: 80%;
    margin: 0 auto;
  }
  .links {
    width: 70%;
    margin-left: auto;
  }
}

.cushion {
  width: 98%;
  height: 20px;
  margin: 0 auto 15px;
  border-bottom: 1px solid rgb(230,8,22);
  padding-bottom: 3px;
}
.cushion p {
  text-align: left;
  color: #777;
}
.flex {
  display: flex;
}
.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.flex .container {
  width: 85%;
}
.search {
  width: 15%;
  min-width: 200px;
  border-right: 1px solid #aaa;
  padding: 5px;
  box-sizing: border-box;
}
.direct {
  margin-bottom: 30px;
}
.category ul {
  padding: 0;
}
.category li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3px;
}
.category li a {
  cursor: pointer;
}
.category li a:hover {
  color: rgb(230,8,22);
}
.count {
  text-align: center;
  font-size: 16px;
  color: rgb(177, 127, 91);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.no_count {
  height: 660px;
  margin-top: 240px;
}
.items {
  margin: 0 auto;
  width: 92%;
  /* background: #f8f8f8; */
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  min-height: 700px;
}
.item {
  width: 30%;
  height: 550px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 25px 1.5% 0;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border: 1px solid #eeeae2;
  border-radius: 8px;
}
.hidden {
  visibility: hidden;
}
@media(max-width:767px) {
  .items {
    width: 99%;
  }
  .listpage .items {
    width: 100%;
  }  
  .item {
    width: 49%;
    height: auto;
    padding: 10px 1% 0;
    /* background: none; */
  }
}
/* .items::after {
  display: block;
  content: "";
  width: 23%;
  margin: 0 auto;
} */
.up_frame {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  align-items: center;
}
.up_frame img {
  width: 100%;
  max-height: 250px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 10px;
}
.listpage .item {
  height: 400px;
}
@media(min-width:768px) {
  .listpage .items {
    width: 85%;
  }
  .listpage .up_frame {
    height: 230px;
  }
  .listpage .up_frame img {
    max-height: 230px;
  }
}
@media(max-width:767px) {
  .up_frame, 
  .listpage .up_frame {
    width: 100%;
    height: auto;
  }
  .up_frame img, 
  .listpage .up_frame img {
    width: 100%;
    height: auto;
  }
  .listpage .item {
    height: 380px;
  }  
}
@media(min-width:1600px) {
  .item {
    height: 570px;
  }
  .up_frame {
    height: 270px;
  }
  .up_frame img {
    max-height: 270px;
  }  
}
.down_frame {
  margin-top: 10px;
}
.down_frame a {
  border: none;
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 14px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
}
.product_name {
  color: #7d6147;
  font-weight: 600;
  margin-bottom: 5px;
  height: 48px;
  width: 100%;
  word-wrap: break-word;
}
.product_name.resize {
  font-size: 13px;
}
.product_explain {
  margin-bottom: 5px;
  text-align: left;
  font-size: 15px;
  height: 69px;
  width: 100%;
  word-wrap: break-word;
  overflow-y: hidden;
  transition: 1s;
}
.product_explain.mouseover {
  height: auto;
  overflow-y: visible;
}
.orders {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.orders_left {
  width: 50%;
  text-align: left;
  color: #666;
}
.orders_right {
  width: 50%;
  text-align: right;
}
@media(max-width:767px) {
  .orders {
    padding-left: 2%;
    padding-right: 2%;
  }
  .orders_left {
    width: 35%;
  }
  .orders_right {
    width: 65%;
  }
}
.product_price {
  font-size: 15px;
  margin-bottom: 5px;
}
.orders.hide,
.product_price.hide {
  visibility: hidden;
  pointer-events: none;
}
.span_left {
  float: left;
  margin-left: 5%;
}
.span_right {
  float: right;
  margin-right: 5%;
  font-weight: 1000;
  color: #7d6147;
}
.change_orders_num {
  width: 16%;
  border: 1px solid #666;
  border-radius: 0;
}
.orders_number {
  width: 28%;
  border: 1px solid #666;
  color: #666;
  border-radius: 0;
  padding: 2px 4px;
  border-radius: 0;
}
.input_num {
  font-size: 15px;
}
.cart_in {
  border: none;
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 0;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  font-weight: 600;
  transition: 0.4s;
}
.cart_in:hover {
  background: #666;
  color: #fff;
}
@media(max-width:767px) {
  .product_name {
    font-size: 15px;
    height: 63px;
  }
  .product_explain {
    font-size: 14px;
    height: 80px;
  }
  .span_left, .span_right {
    font-size: 14px;
  }
  .span_left {
    margin-left: 1%;
  }
  .span_right {
    margin-right: 1%;
  }
  .ko {
    font-size: 14px;
  }
}
.cart_delete {
  border: none;
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 0;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  font-weight: 600;
  transition: 0.4s;
}
.cart_delete:hover {
  background: #666;
  color: #fff;
}
.sort {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.sort select {
  float: right;
  padding: 2px 4px;
}

.footer2 {
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(69, 45, 23, 0.9);
}
.footer2 input[name="btn_order"] {
  border: none;
  background: #fff;
  /* border: 1px solid rgb(177, 127, 91); */
  color: #333;
  padding: 6px 10px;
  margin-top: 16px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.4s;
}
.footer2 input[name="btn_order"]:hover {
  background: #333;
  color: #fff;
}
.footer2 input[name="btn_clear"] {
  border: none;
  background: #fff;
  /* border: 1px solid rgb(175, 90, 75); */
  color: #333;
  padding: 6px 10px;
  margin-top: 16px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.4s;
}
.footer2 input[name="btn_clear"]:hover {
  background: #333;
  color: #fff;
}
@media(max-width:767px) {
  .footer2 {
    height: 60px;
  }
  .footer2 input[name="btn_order"],
  .footer2 input[name="btn_clear"] {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.order {
  margin: 50px auto 0;
}
.order_table {
  width: 84%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0 4px;
  background: rgb(255, 255, 255);
}
.order_table th {
  color: #666;
  border: 1px solid #ccc;
  padding: 8px;
}
.order_table td {
  color: #666;
  border: 1px solid #ccc;
  padding: 8px;
}
.order_table th:first-of-type {
  border-radius: 5px 0 0 0;
}
@media(max-width:767px) {
  .order_table {
    width: 99%;
  }
  .order_table th, .order_table td {
    font-size: 14px;
    padding: 2px;
  }
}

.item_name {
  text-align: left;
}
.order b {
  color: #7d6147;
}
.money {
  text-align: right;
}
#grand_text {
  font-weight: 600;
  color: #7d6147;
}
.banking {
  background: #fff;
  color: #333;
  padding: 6px 12px;
  border: 1px solid #333;
  border-radius: 0;
  margin: 30px auto;
  transition: 0.4s;
  font-weight: 600;
}
.banking:hover {
  background: #333;
  color: #fff;
}
.applications {
  width: 84%;
  margin: 30px auto;
  padding: 20px 5%;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
.form_p {
  margin: 0 auto 20px;
  font-weight: bold;
  color: rgb(158, 110, 75);
}
.application {
  width: 90%;
  height: 50px;
  line-height: 31px;
  margin: 0 auto;
  text-align: right;
  color: rgb(158, 110, 75);
}
.application label {
  float: left;
}
.form_table {
  width: 100%;
}
.form_table th {
  width: 30%;
  padding: 10px;
  text-align: left;
  font-weight: 600;
}
.form_table td {
  padding: 10px;
  text-align: left;
}
.form_input {
  width: 70%;
  font-size: 15px;
  border: 1px solid #bbb;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
}
.up_side {
  width: 25%;
  border: 1px solid #bbb;
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
}
.form_table .form_address {
  padding: 30px 10px;
}
.form_address2 {
  line-height: 2.2;
}
.left_side {
  width: 32%;
  border: 1px solid #bbb;
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
}
.right_side {
  width: 52%;
  border: 1px solid #bbb;
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
}
.form_table textarea {
  width: 85%;
  font-size: 15px;
  border: 1px solid #bbb;
  padding: 6px;
  min-height: 40px;
  box-sizing: border-box;
}
@media(max-width:767px) {
  .applications {
    width: 99%;
    padding: 20px 2%;
    font-size: 15px;
    border-radius: 0;
  }
  .application {
    width: 100%;
    line-height: 30px;
    font-size: 15px;
  }
  .form_table th {
    width: 35%;
    padding: 4px;
  }
  .form_table td {
    padding: 4px;
  }
  .form_input {
    width: 100%;
    padding: 3px;
  }
  .form_table .form_address {
    padding: 30px 4px;
  }  
  .up_side {
    width: 50%;
    padding: 3px;
  }
  .left_side, .right_side {
    width: 100%;
    padding: 3px;
  }
  .form_table textarea {
    width: 100%;
    min-height: 54px;
    padding: 3px;
  }
}

.up_side_mark {
  float: right;
}
.application input {
  color: rgb(158, 110, 75);
  border: 1px solid rgb(158, 110, 75);
  padding: 3px;
  box-sizing: border-box;
  width: 60%;
  float: right;
  text-align: left;
  border-radius: 0;
}
/* .application input[type="text"] {
  color: rgb(158, 110, 75);
} */
.application .up_side {
  width: 30%;
}
.application .up_side::placeholder {
  color: rgb(196, 196, 196);
}
.application .left_side {
  width: 25%;
  float: left;
}
.application .right_side {
  width: 74%;
  float: right;
}
.application textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid rgb(158, 110, 75);
}
.new_item_p {
  color: rgb(177, 127, 91);
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}
.hearing .new_item_p {
  margin-bottom: 30px;
}
.new_item_frame {
  width: 70%;
  margin: 5px auto 30px;
  padding-bottom: 20px;
  background: linear-gradient(150deg,#fffdfd, #f4eeee);
  border-radius: 4px;
}
.new_item {
  width: 100%;
  height: 300px;
  display: flex;
  padding: 5px;
  box-sizing: border-box;
}
.new_item .left {
  width: 45%;
  /* border: 1px solid rgb(230,8,22); */
}
.new_img img {
  display: block;
  max-width: 64%;
  max-width: 260px;
  margin: 20px auto;
  max-height: 180px;
  object-fit: contain;
  background: #fff;
}
.new_img img.hide {
  visibility: hidden;
}
.new_upload label {
  border: none;
  border-radius: 2px;
  background: linear-gradient(rgb(242, 152, 129), rgb(234, 63, 74));
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
}
.up_item_frame .new_upload label {
  font-size: 13px;
  margin-right: 2%;
}
.new_upload label input {
  display: none;
}
#select_img {
  display: none;
}
.new_item .left input[type="button"] {
  display: inline-block;
  /* margin-top: 20px; */
  border: none;
  border-radius: 2px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
}
.new_item .right {
  width: 55%;
  /* border: 1px solid rgb(230,8,22); */
  border-left: none;
  padding: 5px;
  box-sizing: border-box;
}
.new_item .right p {
  text-align: left;
  margin-top: 6px;
  color: #888;
}
.new_item .right input[type="text"] {
  width: 90%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: left;
}
.new_item .right input[type="text"].input30,
.new_item .right input[type="tel"] {
  width: 30%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right input[type="text"].input15,
.new_item .right input[type="number"].input15 {
  width: 15%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right select {
  width: 10%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right textarea {
  width: 90%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #888;
  text-align: left;
}
.btn_register input {
  border: none;
  padding: 4px 8px;
  border-radius: 2px;
  background: linear-gradient(rgb(242, 152, 129), rgb(234, 63, 74));
  color: #fff;
}
#btn_delete {
  border: none;
  padding: 4px 8px;
  border-radius: 2px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
}
.store_information {
  width: 50%;
  margin: 30px auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
.store_information th {
  width: 40%;
  border-top: 1px solid rgb(237,115,83);
  border-left: 1px solid rgb(237,115,83);
  border-right: 1px solid rgb(237,115,83);
  padding: 6px;
  box-sizing: border-box;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  text-align: right;
}
.store_information tr:first-child th {
  border-radius: 5px 0 0 0;
}
.store_information td {
  width: 60%;
  border-top: 1px solid rgb(237,115,83);
  border-right: 1px solid rgb(237,115,83);
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
}
.store_information tr:first-child td {
  border-radius: 0 5px 0 0;
}

.store_information tr:last-child th {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid rgb(237,115,83);
}
.store_information tr:last-child td {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid rgb(237,115,83);
}
.btn_edit {
  border: none;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 16px;
}
.btn_edit2 {
  border: 2px solid rgb(237,115,83);
  background: #fff;
  color: rgb(230,8,22);
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
}
.store_information .for_input,
.store_information .for_input80 {
  text-align: center;
}
.store_information2 {
  width: 70%;
  margin: 40px auto;
}
.store_information2 th {
  width: 40%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5%;
  height: 40px;
}
.store_information2 th small {
  color: rgb(230,8,22);
}
.store_information2 td {
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}
.for_input input[type="text"] {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input80 input[type="text"] {
  width: 82%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input80 span {
  display: inline-block;
  width: 16%;
  vertical-align: bottom;
  color: #666;
  font-size: 14px;
  text-align: left;
  padding-left: 4px;
  box-sizing: border-box;
}
.for_input select {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input input[type="date"] {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.store_information small {
  color: rgb(246, 225, 162);
}
.store_information2 .for_input input[type="text"],
.store_information2 .for_input80 input[type="text"],
.store_information2 .for_input select {
  padding: 4px;
}

.caution {
  color: #888;
  /* animation: blinkAnime 1.1s infinite alternate; */
}
/* @keyframes blinkAnime{
	0% { color: rgb(255, 255, 255) }
	100% { color: rgb(141, 141, 141)}
} */
.header_fix {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.header_fix span {
  margin-top: 20px;
  margin-left: 5%;
  float: left;
}
.header_fix input[type="submit"] {
  border: none;
  border-radius: 2px;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  padding: 6px 18px;
  margin-right: 5%;
  margin-top: 20px;
  float: right;
  opacity: 0.8;
}
.container.hearing {
  margin-top: 60px;
}
.container.for_upload {
  margin-top: 30px;
}
.up_item_frame {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.up_item_frame .new_item {
  height: 265px;
}
.up_item_frame .num {
  width: 10%;
}
.up_item_frame .left {
  width: 40%;
}
.up_item_frame .right {
  width: 50%;
}
.num p {
  width: 60%;
  margin: 100px auto 0;
}
@media(max-width:767px) {
  .count {
    margin: 10px auto;
  }
  .new_item_p {
    margin-top: 10px;
    font-size: 18px;
  }
  .up_item_frame .new_item {
    height: 480px;
  }
  .up_item_frame p,
  .up_item_frame span {
    font-size: 15px;
  }
  .new_item {
    flex-wrap: wrap;
  }
  .up_item_frame .num {
    width: 30%;
  }
  .up_item_frame .num p {
    width: 100%;
    margin: 20px 0 0;
  }
  .up_item_frame .left {
    width: 70%;
  }
  .up_item_frame .left .new_img img {
    max-width: 160px;
    max-height: 160px;
  }
  .up_item_frame .right {
    width: 100%;
  }
  .up_item_frame .new_item .right input[type="text"] {
    width: 100%;
    padding: 2px;
  }
  .up_item_frame .new_item .right input[type="text"].input15 {
    width: 15%;
  }
  .up_item_frame .new_item .right select {
    padding: 2px;
  }
  .up_item_frame .new_item .right textarea {
    width: 100%;
    padding: 2px;
  }
}
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}
.space20v {
  height: 20vh;
}

.ec_title {
  font-size: 23px;
  color: #777;
  margin-bottom: 10px;
}
.maruuke_link {
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
}
.preparation {
  font-size: 18px;
  color: rgb(230,8,22);
}
input[name="shop"] {
  appearance: auto;
}
input[name="change_flag"] {
  border: none;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}
.form_flag {
  margin: 0;
}
.footer {
  padding-bottom: 10px;
}
.to_trading_law {
  display: block;
  padding: 2px 12px;
  margin: 0 auto;
  border-radius: 6px;
  width: fit-content;
  color: rgb(201, 151, 116);
  font-weight: 600;
  transition: 0.5s;
  position: relative;
}
.to_trading_law:hover {
  color: rgb(227, 187, 158);
}
/* .to_trading_law::before {
  background: rgb(177, 127, 91);
  content: '';
  width: 90%;
  height: 2px;
  position: absolute;
  left: 5%;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.to_trading_law:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
} */
.applications .to_trading_law {
  margin-top: 40px;
}
.law_label {
  margin: 0 auto 30px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(177, 127, 91);
}
.law_table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.law_table th {
  width: 37%;
  background: #fff;
  color: rgb(177, 127, 91);
  padding: 6px 3px;
  box-sizing: border-box;
  border: 1px solid rgb(177, 127, 91);
  border-radius: 0;
}
.law_table td {
  width: 63%;
  text-align: left;
  padding-left: 5%;
  box-sizing: border-box;
  color: rgb(177, 127, 91);
}
@media(max-width:767px) {
  .law_table {
    width: 99.5%;
  }
  .law_table th {
    width: 30%;
    padding: 4px 2px;
    font-size: 13px;
  }
  .law_table td {
    width: 70%;
    font-size: 13px;
    padding-left: 1%;
  }

}
.applications.confirm {
  margin-top: 0;
}
.explain {
  margin-top: 20px;
}
@media(max-width:767px) {
  .explain {
    font-size: 12px;
  }
}
.kurukuru2 {
  position: fixed;
  width: 100%;
  height: 55vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kurukuru2 img {
  display:inline-block;
}
.kurukuru2.hidding {
  display: none;
}
#payment-form {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 75%;
  margin: 0 auto;
}
.btn_pay {
  border: none;
  padding: 4px 14px;
  margin-top: 20px;
  border: 1px solid #333;
  color: #333;
  border-radius: 0;
  background: #fff;
  font-weight: 600;
  transition: 0.4s;
}
.btn_pay:hover {
  background: #333;
  color: #fff;
}
@media(max-width:767px) {
  #payment-form {
    width: 87%;
    margin: 40px auto;
  }
}

.postage_alert {
  font-weight: bold;
  animation: greenAnime 1s infinite alternate;
}
.blue .postage_alert {
  animation: blueAnime 1s infinite alternate;
}
.blue2 .postage_alert {
  animation: blue2Anime 1s infinite alternate;
}
.green .postage_alert {
  animation: greenAnime 1s infinite alternate;
}
.green2 .postage_alert {
  animation: green2Anime 1s infinite alternate;
}
.orange .postage_alert {
  animation: orangeAnime 1s infinite alternate;
}
.orange2 .postage_alert {
  animation: orange2Anime 1s infinite alternate;
}
.purple .postage_alert {
  animation: purpleAnime 1s infinite alternate;
}
.purple2 .postage_alert {
  animation: purple2Anime 1s infinite alternate;
}
.pink .postage_alert {
  animation: pinkAnime 1s infinite alternate;
}
.pink2 .postage_alert {
  animation: pink2Anime 1s infinite alternate;
}

@keyframes redAnime{
	0% { color: rgb(246, 223, 228); }
	100% { color: rgb(185, 37, 66);}
}
@keyframes blueAnime{
	0% { color: rgb(228, 229, 248) }
	100% { color: rgb(16, 20, 89)}
}
@keyframes blue2Anime{
	0% { color: rgb(218, 235, 241) }
	100% { color: rgb(58, 141, 170)}
}
@keyframes greenAnime{
	0% { color: rgb(232, 244, 204) }
	100% { color: rgb(117, 162, 58)}
}
@keyframes green2Anime{
	0% { color: rgb(220, 243, 224) }
	100% { color: rgb(160, 209, 168)}
}
@keyframes orangeAnime{
	0% { color: rgb(245, 231, 219) }
	100% { color: rgb(232, 130, 42)}
}
@keyframes orange2Anime{
	0% { color: rgb(243, 232, 218) }
	100% { color: rgb(170, 122, 64)}
}
@keyframes purpleAnime{
	0% { color: rgb(242, 217, 242) }
	100% { color: rgb(143, 95, 143)}
}
@keyframes purple2Anime{
	0% { color: rgb(225, 220, 243) }
	100% { color: rgb(165, 154, 202)}
}
@keyframes pinkAnime{
	0% { color: rgb(243, 218, 228) }
	100% { color: rgb(241, 114, 163)}
}
@keyframes pink2Anime{
	0% { color: rgb(245, 222, 220) }
	100% { color: rgb(246, 151, 143)}
}

.pattern1 .plate:before,
.pattern1 .plate:after,
.pattern1 #colors span:before,
.pattern1 #colors span:after {
  display: none;
}
.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pattern1 .plate {
  border: 4px solid rgb(230,8,22);
  border-radius: 20%;
}
.pattern1 .plate span {
  color: rgb(229, 53, 65);
}
.pattern1 .btn_list {
  border: 3px solid rgb(230,8,22);
  border-radius: 5px;
  background: #fff;
  color: rgb(230,8,22);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(230,8,22);
  color: rgb(230,8,22);
  font-weight: bold;
  border-radius: 3px;
}
.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgba(246,176,20,1);
  color: rgba(246,176,20,1);
  font-weight: bold;
  border-radius: 3px;
}
.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(230,8,22);
  color: rgb(230,8,22);
  font-weight: bold;
  border-radius: 4px;
}
.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgba(246,176,20,1);
  color: rgba(246,176,20,1);
  font-weight: bold;
  border-radius: 4px;
}
.pattern1 .applications {
  background: #fff;
  border: 1px solid rgb(230,8,22);
  outline: 1px solid rgb(230,8,22);
  outline-offset: 2px;
}
.pattern1 .applications input, 
.pattern1 .applications textarea {
  border-color: rgb(230,8,22);
}
.pattern1 .banking {
  background: #fff;
  border: 2px solid rgb(230,8,22);
  color: rgb(230,8,22);
  font-weight: bold;
  border-radius: 4px;
}

/* blue */
.blue .cushion {
  border-bottom: 1px solid rgb(56, 56, 56);
}
.blue .cart_in,
.blue .footer2 input[name="btn_order"],
.blue .banking,
.blue .law_table th,
.blue .btn_pay {
  background: rgb(56, 56, 56);
  color: #fff;
  border: none;
}
.blue .footer2 input[name="btn_clear"],
.blue .cart_delete {
  background: rgb(178, 150, 73);
  color: #fff;
  border: none;
}
.blue .applications,
.blue #payment-form,
.blue .payment_box {
  background: rgb(241, 231, 201);
}
.blue .new_item_p {
  color: rgb(56, 56, 56);
}
.blue #colors {
  background: rgb(56, 56, 56);
}


/* pink */
.pink .btn_list,
.pink .cart_in,
.pink .footer2 input[name="btn_order"],
.pink .banking,
.pink .law_table th,
.pink .btn_pay {
  background: linear-gradient(rgb(249, 193, 207), rgb(241, 114, 163));
}
.pink .applications,
.pink #payment-form {
  background: linear-gradient(rgb(252, 245, 247), rgb(250, 212, 222));
}
.pink .footer2 input[name="btn_clear"],
.pink .cart_delete {
  background: linear-gradient(rgb(169, 169, 169), rgb(94, 94, 94));
}

.pink .cushion {
  border-bottom: 1px solid rgb(241, 114, 163);
}
.pink .new_item_p {
  color: rgb(241, 114, 163);
}
.pink #colors {
  background: linear-gradient(rgb(249, 193, 207), rgb(241, 114, 163));
}


/* purple */
.purple .btn_list,
.purple .cart_in,
.purple .footer2 input[name="btn_order"],
.purple .banking,
.purple .law_table th,
.purple .btn_pay {
  background: linear-gradient(rgb(199, 176, 205), rgb(143, 95, 143));
}
.purple .applications,
.purple #payment-form {
  background: linear-gradient(rgb(241, 229, 244), rgb(235, 215, 240));
}
.purple .footer2 input[name="btn_clear"],
.purple .cart_delete {
  background: linear-gradient(rgb(215, 215, 215), rgb(179, 179, 179));
}

.purple .cushion {
  border-bottom: 1px solid rgb(143, 95, 143);
}
.purple .new_item_p {
  color: rgb(143, 95, 143);
}
.purple #colors {
  background: linear-gradient(rgb(199, 176, 205), rgb(143, 95, 143));
}


/* purple pattern1 */
.purple.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.purple.pattern1 .plate {
  border: 4px solid rgb(143, 95, 143);
  border-radius: 20%;
}
.purple.pattern1 .plate span {
  color: rgb(177, 128, 177);
}
.purple.pattern1 .btn_list {
  border: 3px solid rgb(143, 95, 143);
  border-radius: 5px;
  background: #fff;
  color: rgb(143, 95, 143);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .applications,
.purple.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(143, 95, 143);
  outline: 1px solid rgb(143, 95, 143);
  outline-offset: 2px;
}
.purple.pattern1 .applications input, 
.purple.pattern1 .applications textarea {
  border-color: rgb(143, 95, 143);
}
.purple.pattern1 .banking,
.purple.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.title {
  width: 46%;
  height: 100px;
  display: flex;
  box-sizing: border-box;
}
.title p {
  width: 25%;
  line-height: 110px;
  color: rgb(185, 37, 66);
  font-size: 15px;
}
.title h2 {
  width: 50%;
  line-height: 100px;
  font-size: 44px;
  color: rgb(185, 37, 66);
  font-family: "游ゴシック";
  cursor: pointer;
}
.header_hidden {
  visibility: hidden;
}
.header2 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cushion, .main, .footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main {
  margin-top: 150px;
  max-width: 1600px;
}
@media(max-width:767px) {
  .header2 {
    width: 98%;
    display: block;
    height: 140px;
    padding: 10px 0;
  }
  .header_img {
    width: 50%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .header_img img {
    width: 100%;
  }
  .cushion, .main, .footer {
    width: 100%;
  }
  .main {
    margin-top: 60px;
  }  
  .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .title p {
    width: 40%;
    font-size: 14px;
    text-align: center;
  }
  .title h2 {
    width: 60%;
    font-size: 36px;
    text-align: center;
  }
  .links {
    width: 100%;
    height: 60px;
    margin-top: 15px;
    display: block;
  }
  .links .btn_list {
    width: 27%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 0;
  }
  .header_hidden {
    display: none;
  }
}
.payment_box {
  width: 80%;
  max-width: 730px;
  margin: 50px auto 250px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media(max-width:767px) {
  .payment_box {
    width: 99%;
    margin: 30px auto;
    height: auto;
  }
  #payment-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ce_orders .count {
  margin-top: 0;
  margin-bottom: 0;
}
.applications span {
  display: none;
}
@media(max-width:767px) {
  .applications span {
    display: inline;
  }
}

#menubar {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: #7d6147 url(../image/bg_menu.jpg) repeat-x center center;
	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #7d6147 url(../image/bg_menu.jpg) repeat-x center center / 100px;
	/*背景色、背景画像の読み込み。*/
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.4は色が40%ついた状態の事。*/
}
#menubar .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 3%;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	/*左に回り込み*/
	width: 20%;
	/*メニュー幅（100÷5個=20%）*/
}

#menubar li a {
	display: block;
	text-decoration: none;
	line-height: 1.6;
	/*行間*/
	color: #fff;
	/*文字色*/
	font-size: 20px;
	/*文字サイズ*/
	height: 70px;
	/*高さ。下のmargin(10+10=20)とpadding-top(10)の数字を合計して「100」になるようにする。*/
	margin: 10px 0;
	/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-top: 10px;
	/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
	padding-left: 70px;
	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
	border-radius: 5px;
	/*角丸のサイズ。マウスオン時に角が丸くなる設定です。*/
}
#menubar li.menu_logo a {
  padding-top: 7.5px;
	padding-left: 0;
  padding-bottom: 7.5px;
  /* text-align: center; */
}
#menubar li.menu_logo.no_event a {
  pointer-events: none;
}
#menubar li.menu_logo img {
	width: 140px;
}
/*「施設のご案内」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar li.info {
	background: url(../image/mark_menu.png) no-repeat 15px 0px / 50px;
}

/*「イベント」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar li.event {
	background: url(../image/mark_menu.png) no-repeat 15px -100px / 50px;
}

/*「お買い物」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.shopping {
	background: url(../image/mark_menu.png) no-repeat 15px -200px / 50px;
}

/*「周辺マップ」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
#menubar li.map {
	background: url(../image/mark_menu.png) no-repeat 15px -300px / 50px;
}

/*「お問い合わせ」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
#menubar li.contact {
	background: url(../image/mark_menu.png) no-repeat 15px -400px / 50px;
}

#menubar li.blank {
  visibility: hidden;
}

/*装飾文字（英語表記）の設定*/
#menubar li a span {
	text-shadow: none;
	display: block;
	font-size: 12px;
	/*文字サイズ*/
	letter-spacing: 0.2em;
	/*文字間隔を少し広くする設定*/
	padding-left: 3px;
	/*左に少しだけ余白を作る。*/
	opacity: 0.6;
	/*60%だけ色がついた状態。*/
}

/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {
	background: rgba(255, 255, 255, 0.15);
	/*0,0,0は黒の事で、0.15は15%だけ色がついた状態の事。*/
}
#menubar li.current a {
  pointer-events: none;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
#menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
}

/* .contents:first-of-type {
	margin-top: 100px;
} */

/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
#menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
}

/* .contents:first-of-type {
	margin-top: 100px;
} */

.sp_logo {
  display: none;
}

@media screen and (max-width:1050px) {

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*メニュー１個あたりの設定*/
	#menubar li a {
		font-size: 16px;
		/*文字サイズ*/
		height: 65px;
		/*高さ*/
		padding-top: 15px;
		/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
	}

}

@media screen and (max-width:900px) {

  .sp_logo {
    display: block;
    width: 90px;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 3%;
  }

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
	@keyframes menu1 {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	/*スマホ用メニューブロック*/
	#menubar-s {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 100px;
		/*上から100pxの場所に配置*/
		border-top: 1px solid #fff;
		/*上の線の幅、線種、色*/
		width: 100%;
		z-index: 10;
		animation-name: menu1;
		/*上のkeyframesの名前*/
		animation-duration: 0.5S;
		/*アニメーションの実行時間。0.5秒。*/
		animation-fill-mode: both;
		/*アニメーションの完了後、最後のキーフレームを維持する*/
	}

	/*メニュー１個あたりの設定*/
	#menubar-s li a {
		display: block;
		text-decoration: none;
		height: 85px;
		/*高さ。下のpadding-top(15)と合計して「100」になるようにする。*/
		padding-top: 15px;
		/*上に空ける余白*/
		border-bottom: 1px solid #fff;
		/*下の線の幅、線種、色*/
		font-size: 20px;
		/*文字サイズ*/
		color: #fff;
		/*文字色*/
	}

	/*「施設のご案内」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
	#menubar-s li.info {
		background: rgba(0, 0, 0, 0.8) url(../images/mark_menu.png) no-repeat 15px 0px / 50px;
	}

	/*「イベント」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
	#menubar-s li.event {
		background: rgba(0, 0, 0, 0.8) url(../images/mark_menu.png) no-repeat 15px -100px / 50px;
	}

	/*「お買い物」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
	#menubar-s li.shopping {
		background: rgba(0, 0, 0, 0.8) url(../images/mark_menu.png) no-repeat 15px -200px / 50px;
	}

	/*「周辺マップ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
	#menubar-s li.map {
		background: rgba(0, 0, 0, 0.8) url(../images/mark_menu.png) no-repeat 15px -300px / 50px;
	}

	/*「お問い合わせ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
	#menubar-s li.contact {
		background: rgba(0, 0, 0, 0.8) url(../images/mark_menu.png) no-repeat 15px -400px / 50px;
	}

	/*英語表記（飾り文字）*/
	#menubar-s li a span {
		display: block;
		font-size: 12px;
		/*文字サイズを小さく*/
	}

	/*PC用メニューを非表示にする*/
	#menubar {
		display: none;
	}

	/*３本バーアイコン設定
---------------------------------------------------------------------------*/
	/*３本バーブロック*/
	#menubar_hdr {
		display: block;
		position: absolute;
		top: 24px;
		/*上から24pxの場所に配置*/
		right: 3%;
		/*左から3%の場所に配置*/
		border: 1px solid #7d6147;
		/*枠線の幅、線種、色*/
    border-radius: 3px;
	}

	/*アイコン共通設定*/
	#menubar_hdr.close,
	#menubar_hdr.open {
		width: 40px;
		/*幅*/
		height: 40px;
		/*高さ*/
	}

	/*三本バーアイコン*/
	#menubar_hdr.close {
		background: #fff url(../image/icon_menu.png) no-repeat center top/50px;
	}

	/*閉じるアイコン*/
	#menubar_hdr.open {
		background: #fff url(../image/icon_menu.png) no-repeat center bottom/50px;
	}
  #menubar-s ul {
    padding-left: 0;
  }
}
.container h3 {
  width: 92%;
  clear: both;
  margin: 0 auto 20px;
  padding: 6px 15px;
  font-size: 20px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}
.container h3::first-letter {
  border-left: 3px solid #7d6147;
  padding-left: 15px;
}
.container h3 small {
  /* color: #666; */
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #menubar_hdr {
    top: 10px;
  }
}
@media(max-width:767px) {
  .container h3 {
    width: 100%;
    clear: both;
    margin: 0 auto 20px;
    padding: 6px 15px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #333;
  }
}

/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	position: fixed;
	width: 60px;
	/*幅*/
	line-height: 60px;
	/*高さ*/
	border-radius: 50%;
	/*角丸のサイズ。円形にする。正方形がいいならこの１行削除。*/
	bottom: 30px;
	/*下から30pxの場所に配置*/
	right: 3%;
	/*右から3%の場所に配置*/
	background: #000;
	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.6);
	/*背景色。0,0,0は黒の事で0.6は色が60%ついた状態の事。*/
	color: #fff;
	/*文字色*/
	border: 1px solid #fff;
	/*枠線の幅、線種、色*/
	animation-name: scroll;
	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;
	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;
	/*アニメーションの完了後、最後のキーフレームを維持する*/
}

/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
	/*背景色*/
}

#copyright {
	clear: both;
	text-align: center;
	background: #333;
	/*背景色*/
	font-size: 12px;
	/*文字サイズ*/
	color: #fff;
	/*文字色*/
}
#copyright a {
  color: #fff;
}
.no_item {
  line-height: 54vh;
}
@media(max-width:767px) {
  .no_item {
    line-height: 27vh;
  }
}