body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 160%;
    color: #949494;
}


/* Concept ここから */

.section06 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section06 img {
  display: block;
  width: 48%;
  height: auto;
}

.section06 .box {
  width: 48%;
}

@media only screen and (max-width: 599px){
  .section06 .wrap {
flex-direction: column-reverse;
}

.section06 img {
  display: block;
  width: 100%;
  height: auto;
}

.section06 .box {
  width: 100%;
  margin-bottom: 50px;
}
}

/* Concept ここまで */

/* menu ここから*/

.menu-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 30px;
  width: 32%;
  background-color: #fff;
}

@media not all and (min-width: 599px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* menu ここまで*/

/* price ここから */

.answer .up-d-flex{
  margin-bottom: 20px;
}

.up-ja-sb{
  justify-content: space-between;
}

.up-d-flex{
  display: flex;
}

summary {
  list-style: none;
  position: relative;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
/*   background-color: #d8be39; */
}


@media not all and (min-width: 768px){
  summary {
    padding: 20px 50px 20px 20px;

  }
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover,
details[open] summary {
 /*  background-color: #bc9e04; */
}

summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 30px;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.answer {
  padding: 20px 30px;
}

@media not all and (min-width: 768px){
  summary::after {
    right: 20px;
    font-size: 20px;
  }

  .answer {
    padding: 10px 20px;
  }
}

details[open] .answer {
  animation: fadein 0.5s ease;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}

@media not all and (min-width: 640px){
  details {
    width: 100%;
  }
}

/* price ここまで */

/* all ここから*/

 .bg-area{
    background: #E9E7E1;
    padding: 25px 0;
} 

.mb100{
  margin-bottom: 80px;
  margin-top: 80px;
}


/* 見出し ここから */

.heading15 {
	position: relative;
	padding-bottom: 20px;
  margin-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

.heading15::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 7px;
}

.another-heading{
text-align: left !important;
}

.another-heading::after{
  display: none !important;
}
/* 見出し ここまで */


/* header ここから*/

.bg-none{
  background-color: transparent !important;
}

.first-view::after{
  background-color: transparent !important;
}

#vbid-86ab3-nbkrfp37.master.item-box {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 80px;
}

.mainimg .uk-slideshow>li>div>img{
  height: 100% !important;
}


.preview-icon-holder img{
  width: 150px;
}

#header{
  width: 1000px;
  margin: auto;
}

.headerarea{
  height: 130px;
}

@media only screen and (max-width: 599px){
  .headerarea{
  height: 70px;
}

.preview-icon-holder img {
    width: 80px;
}
}


/* footer */

footer{
  margin-bottom: 50px;
}

footer img{
      width: 160px;
    margin: auto;
}


h4{
      margin: 20px 0;
    font-size: 18px;
}

.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.contact-list{
      display: flex;
    justify-content: center;
    margin-top: 25px;
}

.contact-list li{
  margin-right: 3%;
    background: #9f9f9f;
    border-radius: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.contact-list li:last-of-type{
  margin-right: 0;
}


.contact-list li a{
color: #fff;
}
