@charset "utf-8";

.mt200 {
    margin-top:200px;
}

.text-center {
    text-align:center;
}

.ta1 {
    width:100%;
    table-layout:fixed;
}

.kiyaku {
    background-color:#ffffff;
    width:80%;
    padding:1em;
    margin-left:auto;
    margin-right:auto;
    max-height:12em;
    overflow-x:auto;
    overflow-y:scroll;
}

.btn {
    padding:.5em;
    width:40%;
    font-size:110%;
}

.inline_block {
    min-width:10em;
    display:inline-block;
}

.ml1 {
    margin-left:1em;
}

.inline_block_l {
    min-width:14em;
    display:inline-block;
}

.inline_block_ws {
    width:48%;
    margin:0 auto;
    display:inline-block;
}

.base_map {
    border:0;
    height:350px;
    width:100%;
}

.q_and_a dt {
    line-height:1.8em;
    margin-bottom:.5em;
}

.q_and_a dd {
    line-height:1.8em;
    margin-bottom:1.5em;
}

.q_and_a dt p::before {
	content:"Ｑ．";
	color:#546247;
	font-size:130%;
    font-weight:bold;
}

.q_and_a dt p {
    padding:0 0 0 0!important;
}

.q_and_a dd p {
    padding:0 0 0 2.5em!important;
    text-indent:-2.5em;
}

.q_and_a dd p::before {
	content:"Ａ．";
	color:#ff8c00;
	font-size:130%;
    font-weight:bold;
}

.shop_info {
    text-align:center;
}

.mb30 {
    margin-bottom:30px;
}

.ws2 {
    width:70%!important;
}

.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  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;
  margin:1rem auto;
}

a.btn2--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn2--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn2--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.header_pic img {
    max-width:calc(100% - 40px);
    margin:1em auto;
    display:block;
}

@media screen and (min-width:580px) {
    .btn2,
    a.btn2,
    button.btn2 {
        padding: 1rem 4rem;
    }

    .header_pic img {
        max-width:75%;
    }
}
