@charset "utf-8";

/*====================================================================
remodal
====================================================================*/
:focus {
  outline: none;
}
.modalArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border: 2px solid #b4b1a0;
	color: #4c4833;
	width: 300px;
	height: 80px;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
}
.remodal-overlay{
    background: rgb(0, 0, 0, 0.77);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.remodal-wrapper{
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 540px;
    height: 65vh;
    margin: auto;
}
.remodal-wrapper .remodal{
  width: 85%;
  height: 60vh;
  background: #feedbd;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.remodal-wrapper .remodal.area2{
  background: #f0fdd3;
}
.remodal-wrapper .remodal .remodal-close{
    width: 52px;
    height: 52px;
/*
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #954e33;
    border-radius: 20px;
    font-size: 30px;
*/
    border: 0;
    position: absolute;
    top: -55px;
    right: 0;
    background: none;
}
.remodal-wrapper .remodal .remodal-close img{
    width: 52px;
    height: 52px;
}


/*====================================================================
remodal design
====================================================================*/

.remodal-wrapper .remodal .modalinner{
    overflow-x: hidden;
    height: 55vh;
}

.remodal-wrapper .remodal .tag{
  background: #ceb74d;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  border-radius: 3px;
/*  margin-bottom: 5px;*/
}
.remodal-wrapper .remodal.area2 .tag{
  background: #aad378;
}
.remodal-wrapper .remodal .title{
  font-size: 18px;
  margin-bottom: 10px;
}
.remodal-wrapper .remodal .text{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
}
.remodal-wrapper .remodal .address{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.remodal-wrapper .remodal .time{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.remodal-wrapper .remodal .hp{
  font-size: 14px;
  line-height: 22px;
}
.remodal-wrapper .remodal .hp a{
  text-decoration: underline;
  color: #114fee;
  overflow-wrap: break-word;
}
.remodal-wrapper .remodal .qa_text{
  margin-bottom: 10px;
  font-weight: bold;
}
.remodal-wrapper .remodal .qa_textq{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.remodal-wrapper .remodal .qa_texta{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}





