/*
@import url("./header.css");
*/
// あたし\\\
.raku2_order_teiki_info tr td:nth-of-type(2) {
width: 50%;
}
/*
@import url("./friend_style.css");
*/
.raku2_period_area h3{
display: none;
}
.raku2_period_area tr:not(:last-child) {
display: none;
}


.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
/*  padding: 1rem 4rem;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
    font-size: 1rem;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 2rem;
    border-radius: 100vh;
    margin-right: 5px;
}

a.btn-c i.fa {
  margin-right: 1rem;
}
/*
a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}
*/

#gloval_navi li a:before {
    font-family: 'FontAwesome';
    font-size: 1rem;
    line-height: 1;
    content: "\f090 ¥";
    color: white;
}
/*
#news_area .news_contents {
    max-height: 300px;
    height: auto !important;
    height: 260px;
　 overflow: scroll;
    overflow-y: scroll;
}
*/
#form1_3358 .btn_add_cart{
display: none;
}

.raku2_product_caption {
display: block;
}
@import url("./user_style_minori.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background-color: #232f3e;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.header-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo img {
  width: 120px;
}

.search-bar {
  flex-grow: 2;
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.search-bar input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px 0 0 4px;
}

.search-bar button {
  padding: 10px;
  background-color: #febd69;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.nav-links a,
.settings a {
  margin-left: 20px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.settings {
  display: flex;
  align-items: center;
}
