html, body {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    outline: none;
}

* {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;

}

/* Set the size of the div element that contains the map */
#map {
  height: 69%;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.wrap {
    /* display:block;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    text-align: center;
    height: 3.2em;
    border-radius: 0 0 6px 6px;
    margin: 24px;
}

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
	/* display: block; */
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 90vw;
	max-width: 380px;
	height: 66%;
	background-color: #ffffff;
	border-radius: 12px;
	display: block;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

/* headTitle */
.chat-header-container {
    z-index: 10;
    padding: 10px 10px 0 10px;
}

.headTitle {
    height: 70px;
    background: transparent linear-gradient(120deg, #0052D9 0%, #0C9CE6 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    display: block;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
}

/*
.headTitle:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #f1f4f9;
    display: block;
}
*/

.addressArea {
    color: #227970;
    font-weight: bold;
    border: 2px solid #85D2CB;
    background: #F9FFFE;
    margin: 0 25px 10px;
    border-radius: 5px !important;
    padding: 8px 40px;
    text-align: center;
}

.addressArea .address {
    font-size: 18px;
}

.attention {
    color: black;
    font-size: 12px;
    margin: 20px 5px 10px 5px;
    /* padding: 8px; */
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #035259;
}

.web-form-title {
    margin-bottom: 3%;
    text-align: left;
    font-size: small;
    color: #ffffff;
    /* border-radius: 5px; */
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 9px;
    background-color: #474747;
    margin: 10px;
}
.address{
    padding-left: 12px;
    font-size: 14px;
    letter-spacing:-1px;
}
.addressLabel {
    margin-bottom: 3%;
    text-align: left;
    font-size: small;
    color: #ffffff;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 9px;
    background-color: #474747;
    margin: 10px 10px 0 10px;
    height: 25px;
    line-height: 15px;
}
.addressDiv {
    display: flex;
    justify-content: left;
    margin: 10px;
    margin-left: 5px;
}

.confirmLocation-button {
    color: white;
    border: 1px solid #035259;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    margin: 24px 0 !important;
    font-size: 14px;
    max-width: 311px;
    padding: 8px 16px 8px 16px;
    background-color: #035259;
    font-weight: 600;
}

.cancle-button {
    color: #18736A;
    background: #fff;
    border: 1px solid #18736A;
    margin: 10px 0 !important;
    width: 80px;
    height: 35px;
    /*line-height: 45px;*/
    border-radius: 30px;
}

.modal-window {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50% 5% !important;
    display: flex;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.4);

    /*padding: 3%;
    overflow: auto;
    display: table;*/
}

.modal-content {
    table-layout: auto !important;
    display: block !important;
    height: auto !important;
    padding: 20px 15px 40px;
    text-align: center;
    border-radius: 20px !important;
    background-color: white;
    vertical-align: middle;
}

.modal-content .agree-title {
    color: #0052d9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-content .agree-description {
    font-size: 14px;
}

.modal-content .agree-buttons button {
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent;
    width: auto !important;
    padding: 5px 10px !important;
    color: #0052d9;
    font-size: 14px;
}