@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../fuurin/images/titleimg.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
/*============メニュー色変更============*/
 .el_humburger{
  background:#ae0006;
}
/*============ロゴ調整============*/
.logo{

text-align: left;
margin-right:auto;

}

.logo img{
width:140px;
height:67px;
display: block;

}

.logo_kotei{
text-align: left;
margin-right:auto;
margin-top:-8px;
}
.logo_kotei img{
width:105px;
height:50px;

}
@media screen and (max-width:1099px){
.menu_ue_logo{
display: block;
}
.menu_ue_logo img{
width:140px;
}

}
@media screen and (max-width:1099px){

.usually-splogo{
width:94%;
text-align: left;
margin:0 auto;
margin-top:12px;
}
.usually-splogo img{
width:120px;
}
}
@media screen and (max-width:400px){
.usually-splogo img{
margin-top:6px;
width:120px;
}
}




.gaiyou dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border-top: 1px solid #ccc;
}
.gaiyou dt {
flex-basis: 25%;
padding: 15px;
border-bottom: 1px solid #ccc;
font-weight: 600;
}
.gaiyou dd {
flex-basis: 75%;
padding: 15px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.gaiyou dl {
flex-flow: column;
}
.gaiyou dt {
padding: 15px 15px 0 15px;
border-bottom: none;
}
.gaiyou dd {
padding: 5px 15px 15px 15px;
}
}

/*============見出し============*/
.heading-29 {
    display: inline-block;
    position: relative;
    margin: calc(2em / 2) 0 calc(2em / 4) calc(2em / 2);
    color: #545454;
    line-height: 1;
	font-size:2.4rem;
	margin-top:3em;
	margin-bottom: 1em;
}

.heading-29::before {
    position: absolute;
    bottom: calc(-2em / 4);
    left: calc(-2em / 2);
    z-index: -1;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #e5cdbd;
    content: '';
}


.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #d99c63;
    color: #fff;
	margin-top:2em;
	font-size:1.1em;
}

.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #d99c63;
}

.heading-2 {
    padding:0 .4em .2em;
    border-bottom: 1px solid #bababa;
    background-color: #ffffff;
    color: #545454;
	font-size:1.8rem;
	margin-top:2em;
}

.gmap{
width:100%;
height:70vh;
}
@media (orientation: portrait){
.gmap{
height:80vh;
}
}
.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #cdcdcd;
 margin-top:2em;
}
.design01 td {
 padding: 10px;
 border-bottom: solid 1px #cdcdcd;
}
.tel{
color:#ae0006;
font-size: 3.0rem;
font-weight: 600;
}

.tel a{
color:#ae0006;
}

.button019 a {
    background: #987867;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto ;
    width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border-radius: 50vh;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #c3a89a;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}