/*header*/
main {
  padding-top: 60px;
}
header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0px;  
  z-index: 999;
  width: 100%;
  font-family:"Yu Gothic", "Meiryo", sans-serif;
}
h1 {
  width: 55%;
}
h1 img {
  width: auto;
}
header > .flex {
  height: 60px;
  align-items: center;
  background-color: white;
}
header > .flex >div {
  width: 45%;
  padding-right: 5px;
}
h1 {
  padding-left: 40px;
}

@media only screen and (min-width: 750px) {
  h1 img {
    width: 200px;
  }
}
header .header-gold {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
  color: #c1a189;
  padding: 5px 8px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

header .header-gold-r {
  letter-spacing: .2em;
  /*margin-right: 13px;*/
}
nav section {
  padding-top: 0;
  padding-bottom: 0;
}
.search_container{
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.search_container input[type="text"]{
  border: none;
  height: 23px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container{
  margin: 0 auto;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  height: 25px;
  width: 300px;
  overflow: hidden;
}
.search_container input[type="image"]{
  cursor: pointer;
  width: auto;
  height: 18px;
  margin-right: 6px;
}
::-webkit-input-placeholder{
  color: #bdbdbd;
}

input[type="email"]{
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  height: 30px;
  margin-bottom: 7px;
  border-radius: 6px;
}
input[type="password"]{
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 69%;
  height: 30px;
  margin-bottom: 7px;
  border-radius: 6px;
 
}
button[type="submit"]{
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 29%;
  height: 30px;
  margin-bottom: 7px;
  border-radius: 6px;
  color: #c1a189;
  font-size: 13px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
}
header .accordion-title,
header .accordion-title0 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
  height: 35px;
  line-height: 35px;
  position: relative;
}

header .accordion-title0 a {
  display: block;
  padding-left: 13px;
}
header  .accordion-title a {
  display: block;
  padding-left: 16px;
}
header .accordion-title a:before,
header .accordion-title0 a:before {
  position: absolute;
  right: 13px;
  content: "";
  width: 15px;
  height: 35px;
  background-image: url(../img/arrow-upper.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;
  transform: rotate(180deg);
}
.rotate:before {
  transform: rotate(0) !important;
}
.header-bottom-menu li{
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  letter-spacing: .1em;
  border-top: 1px solid #e7e7e7;
}
.header-bottom-menu li:last-child {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
}
.header-bottom-menu li a {
  position: relative;
  padding-left: 13px;
  display: block;
}
.header-bottom-menu li a::before{
  position: absolute;
  right: 13px;
  content: "";
  width: 15px;
  height: 30px;
  background-image: url(../img/arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion-content,
.accordion-content0
 {
  display: none;
}

@media only screen and (min-width: 750px) {
  header .accordion-title a:before,
  header .accordion-title0 a:before {
    transform: rotate(0);
  }
  .rotate:before {
    transform: rotate(180deg) !important;
  }
  .accordion-content,
.accordion-content0
 {
  display: block;
}

header .header-gold {
  font-size: 15px;
  margin-right: 20px;
  padding: 8px 10px;
  border-radius: 8px;
}
footer .search_container {
  height: 35px;
  width: 400px;
}
}
