.header {
  background-color: #fff;
  height: 40px;
}

.phone-img{
  color: #6B5B4C;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 10px;
}

.pt5 {
    display: flex;

}

.brown {
  color: #6B5B4C;
}

.title {
  font-size: 20px;
  margin-top: 4px;
}

.sub-title {
  font-size: 8px;
  margin-top: 13px;
  margin-left: 10px;
}

.reservation-button {
  font-size: 15px;
  margin-left: 15px; 
}

/* ヘッダー予約ボタン */
a.btn_02 {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
    text-align: center;
    text-decoration: none;	margin: auto;
    border: 2px solid #6B5B4C;
    background: #6B5B4C;
    color: #fff;
    transition: 0.5s;
    padding: 5px;
    height: 55px;
    width: 100%;
}

.more {
  position: relative;
}

.more a {
  color: #6B5B4C;
  position: absolute;
  top: 85%;
  left: 128%;
  transform: translate(-50%,-50%);
  margin: 0px;
  padding: 0;
}



a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 8px;
	border: solid #6B5B4C;
	color: #6B5B4C;
	transition: 0.5s;
}

.access-bg {
  background-color: #fff;
  padding-bottom: 20px;
}

.padding-b {
  padding-bottom: 100px;
}

a.btn_280 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 8px;
	border: solid #6B5B4C;
	color: #6B5B4C;
	transition: 0.5s;
}

a.btn_135 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 135px;
	padding: 8px;
	border: solid #6B5B4C;
	color: #6B5B4C;
	transition: 0.5s;
}

.margin-l95 {
  margin-left: 68px;
}
.margin-l5 {
  margin-left: 10px;
}

.bgc-darkblue {
  background-color: #6B5B4C;
}

.pr-10 {
  padding-right: 10px;
}

.text-white {
  color: white;
}

.accordion-button::after {
  color: white;
  background-image: url(../img/arrow.svg);

}

.accordion-button:not(.collapsed) {
  background-color: #6B5B4C;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrowdown.svg);

}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}










body {
  /* margin: 0 auto; */
  width: 100%;
  max-width: 425px;
  background-color: #6b5b4ca8;
}

@media(min-width:750px){
    .pc{
        margin: 0 auto;
    }
}

.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-nicomoji { font-family: "Nico Moji"; }
.wf-notosansjapanese { font-family: "Noto Sans JP"; }

.brown {
  color: rgb(128, 91, 91);
}

.button {
}

.title {
  /* height: 64px; */
  text-align: left
}

.point {
  background-color: rgb(224, 225, 229);
  text-align: center;
}
.price {
  height: 400px;
  background-color: #6B5B4C;
}
.qa {
  height: 400px;
  background-color: white;
}

.btn-reservation {
  background: #ff8139;
  color: white;
  border: none;
  border-radius: 8px;
  width: 50%;
  font-size: 24px;
  margin: 5px;
  padding: 10px 5px;
  box-shadow: 0 2px rgba(0,0,0,0.5);
  text-shadow: 0px 2px rgb(61 70 70);
}

.center {
  display: block; 
  margin: auto;
}

footer {
  height: 50px;

  text-align: center;
}

.row>* {
  padding: 0;
}

.col {
  padding: 0;
}

.bgc-blue {
  background-color: #6B5B4C;
}

.bgc-darkblue {
  background-color: #6B5B4C;
}

.pr-10 {
  padding-right: 10px;
}

.text-white {
  color: white;
}

.accordion-button::after {
  color: white;
  background-image: url(../img/arrow.png);
}

.accordion-button:not(.collapsed) {
  background-color: #6B5B4C;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow.png);
}

.white {
  background-color: #fff;
}

.sns-container {
  height: 200px;
  text-align: center;
}

.top {
  text-align: center;
  color: #6B5B4C;
}

.section-underline {
    border-bottom: solid 1px #6B5B4C;
}
