/* ------------------------------------------ */
/* base
/* ------------------------------------------ */
html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  color: #4B4B4B;
  width: 100%;
  letter-spacing: 0.03em;
  font-family: sans-serif;
}

h1{
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 150%;
}

h1 a{
  color: #4B4B4B;
  text-decoration: none;
}

h2{
  padding-top:80px;
  padding-bottom:70px;
  text-align: center;
  font-size: 4.8rem;
  line-height: 150%;
  color:#9B7F6A;
  font-weight: bold;
}

h3{
  font-weight: normal;
  font-size: 2.4rem;
}

img{
  max-width: 100%;
}

main{
  background-color: #FFFEFA;
}

.header-wrapper{
  font-family:sans-serif;
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding:10px 60px;
  text-align: center;
  background-color: #FFFEFA;
  height:66px;
}

.btn_trigger{
  display: none;
}

.nav-list{
  display: flex;
  align-items: center;
}

.nav-item{
  margin-right: 46px;
  cursor: pointer;
}

.nav-item a{
  text-decoration: none;
  color: #222222;
}

.nav-item a::after{
  border-bottom: solid 1px #9A6B2F;
  border-radius: 2px;
  bottom: 0;
  content:"";
  display: block;
  transition: all 0.3s ease ;
  -webkit-transition: all .3s ease;
  width: 0;
  opacity: 0.5;
}

.nav-item a:hover::after{
  width:100%;

}

.nav-item:last-of-type{
  margin-right: 0px;
}

.fv {
  position: relative;
  }

.fv-image{
  vertical-align: bottom;
}

.main-copy{
  position: absolute;
  font-weight: 400;
  color: #FFFEFA;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: 880px;
}

.main-copy h1 {
  font-size: 7.2rem;
  text-shadow: 5px 3px 15px #9A6B2F;
  animation-name :fadein;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes fadein{
  from {
    opacity: 0;
    transform: translateY(20px);

  }
  top {
    opacity: 1;
    transform: translateY(0);
  }
}

.fv-image{
  width: 100%;
  height:720px;
  object-fit: cover;
}



.section-about{
  background-color: #FFFEFA;
}
.about-inner{
  width:1000px;
  margin:0 auto;
  margin-bottom:100px ;
  text-align: center;
}

.section-title{
  position: relative;
  text-align: center;
}
.section-title span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1em;
  background-color: #FFFEFA;
  text-align: center;
}
.section-title::before{
  position: absolute;
  top: 55%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9B7F6A;
  opacity: 0.5;
}
.section-sub-title{
  margin-bottom: 20px;
}

.about-text{
  margin: 0 auto;
  width: 872px;
  margin-bottom: 10px;
}


.about-text:last-of-type{
  margin-bottom: 0;
}

.about-image {
  margin-bottom: 140px;
}

.about-image:last-of-type{
  margin-bottom: 0px;
}

.about-image figure{
  width:1000px;
  height: 350px;
}

.about-image img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  box-shadow: 4px 4px 4px rgba(121,84,56,0.6);
}

.pc{
  object-position: 50% 75%;
}

.exp{
  text-align: center;
  margin-bottom: 70px;
}

.service-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:1000px;
  margin:0 auto;
}

.normal-br-block{
  display: block;
}

.service-item{
  margin-right: 146px;
  
}


.margin{
  margin-right:0px;
}

.service-item figure{
  filter:drop-shadow(2px 2px 2px rgba(121,84,56,0.6));
}

.plan-item figure{
  filter:drop-shadow(2px 2px 2px rgba(121,84,56,0.6));
}

.over{
  animation: yure 1.8s infinite;
}
@keyframes yure {
  0% {
      transform: rotateZ(8deg)
  }
  50% {
      transform: rotateZ(-8deg)
  }
  100% {
      transform: rotateZ(8deg)
  }
}

.service-image{
  width:140px;
  height: 140px;
  vertical-align: bottom;
}

.service-text{
  text-align: center;
  margin-top:10px;
  margin-bottom: 161px;
}
.service-text:last-of-type{
  margin-bottom: 90px;
}

.atention{
  width: 200px;
  margin: 0 auto;
}
.atention-list{
  width:100%;
  margin:0 auto;
  font-size: 12px;
}
.atention-list li:first-of-type{
  margin-bottom:18px;
}

.floor-map{
  width:700px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.floor-map-image{
  width:100%;
  height:450px;
  vertical-align: bottom;
}

.plan-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:1000px;
  margin:0 auto;
}

.plan-item{
  margin-right: 146px;
  width:140px;
}

.margin{
  margin-right: 0px;
}
.hide{
  display: none;
}

.plan-image{
  width:140px;
  height: 140px;
  vertical-align: bottom;
  vertical-align: left;
}

.plan-name{
  margin-bottom: 30px;
}

.free{
  margin-bottom: 100px;
}
.contact-list{
  width:102px;
  margin:0 auto;
  text-align: center;
  padding-top:44px;
  margin-bottom:px;
}

.service-text p span{
  color:red;
}

.print p span{
  color: #4B4B4B;
  display: block;
}

.type-item p span{
  color: red;
  font-weight: bold;
}

.dt p span{
  color: #4B4B4B;
  font-weight: bold;
}

.time-bold{
  font-weight: bold;
}

.atention-list li span{
  color: red;
}

.price{
  color: red;
  font-weight: bold;
}

.section-contact{
  background-color: #FFFCEE;
  height: 200px;
}

.contact-item {
  margin-bottom:20px;
}

.contact-item a{
  text-decoration: none;
  color:#4B4B4B;
}

.contact-item:last-of-type{
  margin-bottom: 0px;
}

.exp-text{
  width: 700px;
  margin: 0 auto;
}

.exp p{
  font-size: 2.4rem;
}

.news-content{
  margin:0 auto;
  width: 360px;
  margin-bottom: 70px;
}

.news-content li {
  margin-bottom: 100px;
  
}

.news-content a {
  text-decoration: none;
  color: #222222;
}

.news-content a::after{
  border-bottom: solid 1px #9A6B2F;
  border-radius: 1px;
  bottom: 0;
  content:"";
  display: block;
  transition: all 0.3s ease ;
  -webkit-transition: all .3s ease;
  width: 0;
}

.news-content a:hover::after{
  width:100%;

}

.information-inner{
  display: flex;
  width:824px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.information-map-image{
  width:460px;
  height:430px;
  vertical-align: bottom;
}

.information-map{
  margin-right:100px;
}

.information-text{
  margin-top:150px;
}

.shop-info p{
  margin-bottom: 30px;
}

footer {
  width: 100%;
  background-color: #9B7F6A;
  text-align: center;
  padding: 20px 0;
  font-family: sans-serif;
}
footer p{
  color:#FFFCEE;
}

.br-1::before{
  content:"\A";
  white-space: pre;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 25px;
  font-weight: normal;
  color: #4B4B4B;
  background: #D5BDB4;
  cursor: pointer;
  border-radius: 5px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #D5BDB4;
  color: #4B4B4B;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color:#4B4B4B;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 35%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4B4B4B;
  border-right: solid 2px #4B4B4B;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-width: 4px;
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 25px;
  padding-top:15px;
  padding-bottom:
}

.accordion-container {
  width: 1000px;
  margin:0 auto;
  margin-bottom:50px;
}

.accordion-container:first-of-type{
  margin-bottom: 15px;
}
.accordion-container:last-of-type{
  margin-top: 0;
}

.btn {
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #D5BDB4;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  margin:0 auto;
  margin-bottom:100px;
  transition: 0.3s;
}

.btn:hover{
  background-color: #9B7F6A;
}
.btn span{
  color: #4B4B4B;
  position: relative;
  padding-left: 25px;
}
.btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4B4B4B;
  border-right: 2px solid #4B4B4B;
  transform: rotate(45deg);
  margin-top: -5px;
  border-width: 4px;
}

#page-top{
  width: 64px;
  height: 64px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #9B7F6A;
  opacity: 0.6;
}
#page-top a{
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  content: '\f106';
  font-size: 25px;
  color: #FFFCEE;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on {
  opacity: 1;
}



/* ------------------------------------------ */
/* TB
/* ------------------------------------------ */

@media screen and (max-width:1024px){
  .header-wrapper{
    display: flex;
    padding:8px 50px;
    align-items:center ;
    height:54px;
  }


  h1{
    font-size:3.6rem;
  }
  h2{
    text-align: center;
  }
  .btn_trigger{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #FFFEFA;
    position: relative;
    z-index: 3;
  }
  .bar{
    width: 30px;
    height: 6px;
    background-color: #4B4B4B;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar_top{
    top: 10px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 10px;
  }
  .btn_trigger.close .bar_top{
    transform: translate(-50%,12px) rotate(45deg);
    transition: transform .3s;
  }
  .btn_trigger.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .btn_trigger.close .bar_bottom{
    transform: translate(-50%,-12px) rotate(-45deg);
    transition: transform .3s;
  }

  .header-nav{
    display: none;
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .nav-list{
    z-index: 2;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    height:570px;
    align-items: center;
    font-weight: bold;
  }
  .nav-item{
    margin-right: 0px;
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
  .nav-item a{
    color: #9B7F6A;
  }
  .nav-item:last-of-type{
    margin-bottom: 0;
  }
  nav{
    width: 100%;
    height: 100%;
    background-color:rgba(255,254,250,.96);
    z-index: 2;
  }
  
  body.noscroll{
    overflow: hidden;
  }

  .fv-wrapper{
  height:800px;
  }

  .fv-image{
    height:800px;
    object-fit: cover;
  }
  .main-copy{
    width:600px;
    top:50%;
    margin:0 auto;
    padding-left:34px;
    padding-right: 34px;
    text-align: center;
  }

  .main-copy h1{
    font-size:4.8rem;
  }
  .section-about{
    width:100%;
  }
  .section-title{
    padding-top:60px;
    padding-bottom: 50px;
  }

  .about-inner{
    width:610px;
    display: flex;
    flex-direction: column;
    margin-bottom:50px ;
  }
  .text-img{
    display: block;
  }
  .about-text{
    width: 730px;
    margin-bottom: 10px;
  }
  .about-text p span{
    display: block;
  }
  .about-title{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 50px;
  }
  .about-title-first{
    padding-top:0px;
  }
  .about-inner{
    width:730px;
    margin: 0 auto;
  }

  .section-sub-title{
    margin-bottom:30px;
  }
  .about-image{
    width: 730px;
    height: 255px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about-image figure{
    width: 100%;
    height: 100%;
    margin:0 auto;
  }

  .about-image img{
    width: 100%;
    height: 100%;
  }
  

  .service-list{
    width: 428px;
    justify-content: space-between;
    margin:0 auto;
  }
  .service-item{
    margin-right:146px;
    height:134px;
    margin-bottom: 150px;
  }
  .service-item:last-of-type{
    margin-bottom: 0px;
  }
  .service-text:last-of-type{
    margin-bottom:0px ;
  }


  .atention-list{
    margin-top:70px;
    margin-bottom: 50px;
  }

  .plan-list{
    width:422px;
    margin:0 auto;
  }
  .plan-item{
    margin-right: 120px;
    margin-bottom: 70px;
  }
  .height{
    height:398px;
    margin-bottom: 50px;
  }
  .margin-right{
    margin-right: 0px;
  }

  .information-inner{
    display: block;
    width: 700px;
    margin:0 auto;
  }
  .information-map{
    margin-right:0 ;
  }
  .information-map figure{
    width: 700px;
    height: 620px;
  }
  .information-map figure img{
    width: 100%;
    height: 100%;
  }
  .information-text{
    margin-top: 50px;
  }
  .shop-info{
    width: 264px;
    margin: 0 auto;
  }
  .accordion-container {
    position: relative;
    width: 730px;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }
  .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 35px;
  font-weight: normal;
  color: #4B4B4B;
  background: #D5BDB4;
  cursor: pointer;
  border-radius: 5px;
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #D5BDB4;
    color: #4B4B4B;
  }

  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color:#4B4B4B;
  }

  .accordion-title{
    position: relative;
  }

  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #4B4B4B;
    border-right: solid 2px #4B4B4B;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-width: 4px;
  }

  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion-content {
    display: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top:15px;
    padding-bottom:
  }

  .accordion-container {
    width: 730px;
    margin:0 auto;
    margin-bottom:50px;
  }

  .accordion-container:first-of-type{
    margin-bottom: 15px;
  }
  .accordion-container:last-of-type{
    margin-top: 0;
  }


  .btn {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #D5BDB4;
    font-weight: normal;
    text-decoration: none;
    border-radius: 5px;
    margin:0 auto;
    margin-bottom:50px;
  }
  .btn span{
    color: #4B4B4B;
    position: relative;
    padding-left: 25px;
  }
  .btn span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4B4B4B;
    border-right: 2px solid #4B4B4B;
    transform: rotate(45deg);
    margin-top: -5px;
    border-width: 4px;
  }

  #page-top{
    width: 100px;
    height: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #9B7F6A;
    opacity: 0.6;
  }
  #page-top a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-decoration: none;
  }
  #page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: '\f106';
    font-size: 25px;
    color: #FFFCEE;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .section-contact{
    background-color: #FFFCEE;
    height: 200px;
  }

  .contact-item {
    margin-bottom:20px;
  }

  .contact-item a{
    text-decoration: none;
    color:#4B4B4B;
  }

  .contact-item:last-of-type{
    margin-bottom: 0px;
  }
  footer{
    width: 100%;
    background-color: #9B7F6A;
    text-align: center;
    padding-top:40px;
    padding-bottom: 40px;
    font-family: sans-serif;
  }
  footer p{
    color:#FFFCEE;
  }
  .section-title::before{
    position: absolute;
    top: 55%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9B7F6A;
    opacity: 0.5;
  }
  .section-title span{
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    padding: 0 1em;
    background-color: #FFFEFA;
    text-align: center;
  }

/* ------------------------------------------ */
/* SP
/* ------------------------------------------ */

@media screen and (max-width:640px){
  .header-wrapper{
    display: flex;
    padding:15px 20px;
    align-items:center ;
    height:40px;
  }
  
  
  h1{
    font-size:2.4rem;
  }
  h2{
    text-align: center;
    font-size: 3.6rem;
  }
  .btn_trigger{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFFEFA;
    position: relative;
    z-index: 3;
  }
  .bar{
    width: 30px;
    height: 6px;
    background-color: #4B4B4B;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar_top{
    top: 6px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 6px;
  }
  .btn_trigger.close .bar_top{
    transform: translate(-50%,11px) rotate(45deg);
    transition: transform .3s;
  }
  .btn_trigger.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .btn_trigger.close .bar_bottom{
    transform: translate(-50%,-11px) rotate(-45deg);
    transition: transform .3s;
  }
  
  .header-nav{
    display: none;
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .nav-list{
    z-index: 2;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    height:418px;
    align-items: center;
    font-weight: bold;
  }
  .nav-item{
    margin-right: 0px;
    margin-bottom: 50px;
    height:28px;
  }
  .nav-item a{
    color:#9B7F6A;
  }
  .nav-item:last-of-type{
    margin-bottom: 0;
  }
  nav{
    width: 100%;
    height: 100%;
    background-color:rgba(255,254,250,.96);
    z-index: 2;
  }

  .nav-item{
    font-size: 2.4rem;
  }
  
  body.noscroll{
    overflow: hidden;
  }

  .fv-wrapper{
  height:650px;
  }

  .fv-image{
    height:650px;
    object-fit: cover;
  }
  .main-copy{
    width:300px;
    top:50%;
    margin:0 auto;
    padding-left:34px;
    padding-right: 34px;
    text-align: center;
  }

  .main-copy h1{
    font-size:2.4rem;
  }
  .section-about{
    width:100%;
  }
  .section-title{
    padding-top:60px;
    padding-bottom: 20px;
  }

  .about-inner{
    width:342px;
    display: flex;
    flex-direction: column;
    margin-bottom:50px ;
  }
  .text-img{
    display: block;
  }
  .about-text{
    width: 341px;
    margin-bottom: 10px;
    text-align:left;
  }
  .about-text p span{
    display: inline;

  }
  .about-title{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 50px;
  }
  .about-title-first{
    padding-top:0px;
  }

  .section-sub-title{
    margin-bottom:10px;
    font-size: 2.4rem;
  }

  .section-sub-title span{
    display: block;
  }
  .about-image{
    width: 341px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about-image figure{
    width: 100%;
    height: 100%;
    margin:0 auto;
  }

  .about-image img{
    width: 100%;
    height: 100%;
  }
  .exp{
    margin-top: 20px;
  }

  .service-list{
    width: 295px;
    justify-content: space-between;
    margin:0 auto;
  }
  .service-item{
    margin-right:15px;
    height:134px;
    margin-bottom: 66px;
  }
  .service-item:last-of-type{
    margin-bottom: 0px;
  }
  .service-text:last-of-type{
    margin-bottom:0px ;
  }


  .atention-list{
    margin-top:50px;
    margin-bottom: 50px;
  }

  .plan-list{
    width:295px;
    margin:0 auto;
  }
  .plan-item{
    margin-right: 15px;
    margin-bottom: 70px;
  }

  .exp-2{
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .height{
    height:398px;
    margin-bottom: 50px;
  }
  .margin-right{
    margin-right: 0px;
  }

  .floor-map{
    width:341px;
    margin: 0 auto;
    margin-bottom:50px;
  }

  .floor-map-image figure{
    width:341px;
  }

  .floor-map img{
    width:100%;
    height:225px;
  }
  .news-content span{
    display: block;
  }
  .news-content li{
    text-align: center;
  }
  .news-content{
    margin-bottom: 50px;
  }
  .information-inner{
    display: block;
    width: 341px;
    margin:0 auto;
    margin-bottom:50px;
  }
  .information-map{
    margin-right:0 ;
  }
  .information-map figure{
    width: 341px;
    height: 300px;
  }
  .information-map figure img{
    width: 100%;
    height: 100%;
  }
  .information-text{
    margin-top: 20px;
    width:265px;
    margin:20px auto;
  }
  .shop-info{
    width: 264px;
    margin: 0 auto;
  }

  .shop-info p{
    margin-bottom:20px;
  }
  .accordion-container {
    position: relative;
    width: 341px;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }
  .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-left: 23px;
  font-weight: normal;
  color: #4B4B4B;
  background: #D5BDB4;
  cursor: pointer;
  border-radius: 5px;
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #D5BDB4;
    color: #4B4B4B;
  }

  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color:#4B4B4B;
  }

  .accordion-title{
    position: relative;
  }

  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #4B4B4B;
    border-right: solid 2px #4B4B4B;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-width: 4px;
  }

  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion-content {
    display: none;
    padding-left: 23px;
    padding-right: 50px;
    padding-top:10px;
    padding-bottom:
  }
  .accordion-container {
    width: 341px;
    margin:0 auto;
    margin-bottom:50px;
  }

  .accordion-container:first-of-type{
    margin-bottom: 15px;
  }
  .accordion-container:last-of-type{
    margin-top: 0;
  }


  .btn {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #D5BDB4;
    font-weight: normal;
    text-decoration: none;
    border-radius: 5px;
    margin:0 auto;
    margin-bottom:50px;
  }
  .btn span{
    color: #4B4B4B;
    position: relative;
    padding-left: 25px;
  }
  .btn span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4B4B4B;
    border-right: 2px solid #4B4B4B;
    transform: rotate(45deg);
    margin-top: -5px;
    border-width: 4px;
  }

  #page-top{
    width: 74px;
    height: 74px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #9B7F6A;
    opacity: 0.6;
  }
  #page-top a{
    position: relative;
    display: block;
    width: 74px;
    height: 74px;
    text-decoration: none;
  }
  #page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: '\f106';
    font-size: 25px;
    color: #FFFCEE;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .contact-list{
    padding-top:10px;
    padding-bottom: 10px;
    width:120px;
    text-align: center;
  }

  .section-contact{
    background-color: #FFFCEE;
    height: 100px;
  }

  .contact-item {
    margin-bottom:10px;
    height:20px;
  }

  .contact-item a{
    text-decoration: none;
    color:#4B4B4B;
  }

  .contact-item:last-of-type{
    margin-bottom: 0px;
  }
  footer{
    width: 100%;
    background-color: #9B7F6A;
    text-align: center;
    padding-top:25px;
    padding-bottom: 25px;
    font-family: sans-serif;
  }
  footer p{
    color:#FFFCEE;
  }
  .section-title::before{
    position: absolute;
    top: 65%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9B7F6A;
    opacity: 0.5;
  }
  

}