/*@charset "utf-8";*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.6;
  color: #000;
  min-width: 1200px;
  background: url(images/body.png) no-repeat 0 100px #fff;
  background-size: 100%;
}
ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: inherit;
  color: inherit;
}
a[href] {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: inherit;
}
a[href]:hover, a[href]:active, a[href]:focus {
  text-decoration: none;
}
a:hover {
  opacity: 1.0;
}
a[href]:hover {
  opacity: .8;
}
img {
  height: auto;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a img:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ==========================================================================
Layout [ header / main / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	padding: 10px 0;
}
#header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right,  rgba(14,187,161,1) 0%,rgba(19,112,190,1) 100%,rgba(19,112,190,1) 100%);
}
.l-header-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.l-header-btn {
	position: absolute;
	right: 90px;
	top: 21px;
}
.page-back {
	margin-left: auto;
}
/* Main
---------------------------------------------------------------*/
#main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.museum-name {
	display: inline-block;
	padding: 11px 51px;
	background: #F1F8FF;
	border-top: 4px solid #0EBBA1;
	color: #00947E;
	font-size: 1.375rem;
	font-weight: bold;
	position: absolute;
	left: 340px;
	top: -56px;
}
.container {
	background: #fff;
	padding: 24px 160px 64px;
	margin-bottom: 64px;
	letter-spacing: 0.1em;
}
.container.type02 {
	background: #fff;
	padding: 24px 90px 64px;
	margin-bottom: 64px;
}
.select-title {
	text-align: center;
	color: #DD5334;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 16px 0 24px;
}
.select-list li {
	margin-bottom: 16px;
}
.select-list li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.select-list li .select-list-type {
	width: 300px;
	text-align: center;
	background: -webkit-linear-gradient(top left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: -o-linear-gradient(top left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom right, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
	position: relative;
	padding-top: 8px;
}
.select-list li .select-list-type:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: -7px;
	background: url(images/ico-arw-white.svg);
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.select-list li a:hover .select-list-type:before {
	right: 14px;
}
.select-list li .select-list-info {
	margin-left: auto;
	width: calc(100% - 300px);
	padding: 16px;
	background: #F5F5F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select-list li .select-list-info p {
	font-weight: bold;
	font-size: 0.875rem;
}
.select-list li .select-list-type p {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: auto;
}
.select-list li .inner {
	margin-top: auto;
}
.select-list li .select-list-type.select-type-loc .inner {
	padding-top: 54px;
	background: url(images/ico-location-white.svg) no-repeat 50% 0%;
	background-size: 46px;
}
.select-list li .select-list-type.select-type-map .inner {
	padding-top: 54px;
	background: url(images/ico-map-white.svg) no-repeat 50% 0%;
	background-size: 46px;
}
.select-list li .select-list-type.select-type-gallery .inner {
	padding-top: 54px;
	background: url(images/ico-gallery-white.svg) no-repeat 50% 0%;
	background-size: 46px;
}

/*層序対比表検索画面*/
.location-tab {
	margin-top: 24px;
}

/*層群内リスト画面*/
.page-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 24px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 16px;
}
.page-title h1 {
	width: 190px;
	position: relative;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.25rem;
}
.page-title h1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: -webkit-linear-gradient(rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(19,112,190,1) 100%);
	background: -o-linear-gradient(rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(19,112,190,1) 100%);
	background: linear-gradient(rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(19,112,190,1) 100%);
}
.page-location-info {
	margin-left: auto;
	width: calc(100% - 210px);
	position: relative;
	padding-bottom: 50px;
    overflow: hidden;
    transition: .4s;
    height: 100px;
    box-sizing: border-box;
}
.btn-more {
	background-color: #F5F5F5;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	padding: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn-more span {
	display: inline-block;
	background: url(images/ico-arw-btm.svg) no-repeat right center;
	background-size: 9px;
	color: #00947E;
	font-weight: bold;
	font-size: 1rem;
	padding-right: 16px;
}
.btn-more span.active {
	background: url(images/ico-arw-top.svg) no-repeat right center;
	background-size: 9px;
}
.page-location-info:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
}
.page-location-info.active:before{
  opacity: 0;
  visibility: hidden;
}
.location-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	max-width: 960px;
}
.location-table thead ,
.location-table tbody {
    display: block;
}
.location-table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.location-table th {
	background-color: #00947E;
	color: #fff;
	font-weight: bold;
	padding: 8px 9px;
	font-size: 1rem;
	text-align: left;
}
.location-table td {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px;
	font-size: 0.875rem;
}
.location-table td a {
	text-decoration: underline;
	position: relative;
}
.location-table td img {
	margin-left: 3px;
}
.location-table tbody tr:nth-child(odd) {
	background-color: #F5F5F5;
}
.location-table td:nth-child(1) ,
.location-table td:nth-child(2) ,
.location-table th:nth-child(1) ,
.location-table th:nth-child(2) {
	width: 242px;
}
.location-table th:nth-child(3) ,
.location-table td:nth-child(3) {
	width: 142px;
}
.location-table th:nth-child(4) ,
.location-table td:nth-child(4) {
	width: 232px;
}
.location-table tbody {
	height: 502px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 14px;
}
.location-table tbody::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
    border-radius: 15px; 
}

.location-table tbody::-webkit-scrollbar-thumb {
    background: #0EBBA1;
    width: 16px;
    border-radius: 15px;
}

.location-table tbody tr:hover td{
	background-color:#e9f7f5;
	cursor:pointer;
 }

/*詳細表示画面*/
.single-head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 40px;
}

.slider-wrap {
	width: 640px;
	position: relative;
	z-index: 0;
}
.slider-list {
	width: 640px;
	height: 520px;
	background: #DEDEDE;
}
.slider-wrap .caption {
	margin-bottom: 16px;
	font-size: 0.8125rem;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.slider-thum {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex!important;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.swiper_text .txt {
	padding-right: 30px;
	font-size: 0.8125rem;
	margin-bottom: 15px;
}
.slider-thum .slide-title {
	margin-bottom: 15px;
	width: 100%;
}
.slider-thum img {
	align-self: center; /* 上下の中央揃え */
	max-height: 100%;
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}
.single-info {
	margin-left: auto;
	width: calc(100% - 660px);
}
.single-info table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	height: 560px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 25px;
    display: block;
}
.single-info table::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
    border-radius: 15px; 
}

.single-info table::-webkit-scrollbar-thumb {
    background: #0EBBA1;
    width: 16px;
    border-radius: 15px;
}
.single-info table th {
	background: #F1F8FF;
	width: 100px;
	border: 1px solid #D8D8D8;
	padding: 8px 9px 8px;
	text-align: left;
	font-size: 0.875rem;
}
.single-info table td {
	padding: 8px 9px 8px;
	text-align: left;
	font-size: 0.875rem;
	border: 1px solid #D8D8D8;
}
.single-btm {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 40px;
	margin-top: 50px;
}
.single-btm-video {
	width: 640px;
}
.single-btm-map {
	margin-left: auto;
	width: calc(100% - 660px);
	height: 360px;
}
.single-btm-video video {
	width: 100%;
}
/*画像一覧から探す*/
.gallery-inner {
	margin-top: 22px;
	background-color: #F5F5F5;
	padding: 44px 40px 24px;
}

.gallery-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gallery-list .items {
	width: 188px;
}
.gallery-list p {
	font-size: 0.875rem;
	text-align: center;
}
.gallery-list .items .thum {
	background-color: #DEDEDE;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 188px;
	margin-bottom: 14px;
}
.gallery-list img {
	width: 188px;
	height: 188px;
	object-fit: cover;
}
.pagenavi {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

.pagenavi span,
.pagenavi a {
  min-width: 35px;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  background-color: #fff;
  min-width: 30px;
  height: 30px;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 30px;
  color: #00947E;
  text-align: center;
  border: #00947E solid 1px;
}

.pagenavi a:hover ,
.pagenavi .current {
  background: #00947E;
  opacity: 1;
  color: #fff;
}

.pagenavi a.prev:hover ,
.pagenavi a.next:hover {
  background: #00947E;
  color: #fff;
}

.pagenavi a.prev,
.pagenavi a.next {
  padding: 0 10px;
  color: #00947E;
  border-color: #00947E;
}

.pagenavi .current.prev,
.pagenavi .current.next {
  padding: 0 10px;
  color: #CCCCCC;
  border-color: #CCCCCC;
  background:#fff;
}
/*検索画面*/

#search__map {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.map-side {
	margin-left: auto;
	width: 320px;
}
.main_selectMap {
	padding-top: 10px;
	width: 760px;
}
.main_selectMap-wrap {
	margin-top: 22px;
	height: 590px;
    padding: 16px 40px 40px;
	background-color: #F5F5F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_selectMap_inner {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 16px;
	letter-spacing: 0em;
}
.main_selectMap_inner > div a.ico-loc {
	font-weight: bold;
	font-size: 0.875rem;
	display: inline-block;
	padding-left: 24px;
	padding-top: 3px;
}
.main_selectMap_inner > div a.ico-green {
	background: url(images/icn_01.svg) no-repeat left top;
}
.main_selectMap_inner > div a.ico-orange {
	background: url(images/icn_02.svg) no-repeat left top;
}
.main_selectMap_inner > div a.ico-pink {
	background: url(images/icn_03.svg) no-repeat left top;
}
.main_selectMap_inner > div a.ico-purple {
	background: url(images/icn_04.svg) no-repeat left top;
}
.main_selectMap_inner > div a.ico-black {
	background: url(images/icn_05.svg) no-repeat left top;
}
.main_selectMap_inner > div a.ico-white {
	background: url(images/icn_06.svg) no-repeat left top;
}
.main_selectMap_inner > div.active a {
	color: #8F8F8F;
	background: url(images/icn_off.svg) no-repeat left top;
}
#map_innerSel {
	position: absolute;
	width: 30px;
	height: 30px;
	display: none;
}
#map_innerSel.active {
	display: block;
}
#map_innerSel.mapInner__item01 {
	left: 214px;
	top: 185px;
}
#map_innerSel.mapInner__item02 {
    left: 242px;
    top: 198px;
}
#map_innerSel.mapInner__item03 {
	left: 252px;
	top: 227px;
}
#map_innerSel.mapInner__item04 {
    left: 242px;
    top: 254px;
}
#map_innerSel.mapInner__item05 {
	left: 214px;
	top: 260px;
}
#map_innerSel.mapInner__item01 img {
	width: 24px;
	height: 30px;
}
.map_canvas {
	width: 680px;
	height: 452px;
	margin: 0 auto;
	overflow: hidden;
	border: 4px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map_canvas iframe {
	width: 100%;
	height: 100%;
}
.map-side-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}
.map-side-list {
	background-color: #F5F5F5;
	padding: 6px 10px 28px 20px;
}
.map-side-list__items::-webkit-scrollbar {
    width: 16px;
    background-color: #fff;
    border-radius: 15px; 
}
.map-side-list__items::-webkit-scrollbar-thumb {
    background: #0EBBA1;
    width: 16px;
    border-radius: 15px;
}
.map-side-list__items {
	height: 556px;
    overflow-x: hidden;
	overflow-y: scroll;
}
.map-side-list__items li {
	max-width: 262px;
	border-bottom: 1px dashed #DEDEDE;
}
.map-side-list__items li a {
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.map-side-list__items li img {
	margin-right: 6px;
	margin-top: -2px;
}

/*ポップアップ設定*/
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 30px;
    left: -50px;
    min-width: 150px;
}
.ol-popup a:hover {
    color: #aaaaaa;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

/*ポップアップ閉じるボタン*/
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}
/* Footer
---------------------------------------------------------------*/
#footer {
	background: -webkit-linear-gradient(left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: -o-linear-gradient(left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: linear-gradient(to right, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
}
#footer p {
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
	font-size: 0.8125rem;
	padding: 10px 0;
}

/* ==========================================================================
Component [ button / breadcrumbs / grid... ]
========================================================================== */

/*パンくず*/
.breadcrumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	background-color: #F1F8FF;
	padding: 8px 90px 11px;
	text-align: left;
	position: relative;
	letter-spacing: 0.1em;
}

.breadcrumbs ol {
	max-width: 980px;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #DFEFFF;
	padding: 4px 10px 0;
}

.breadcrumbs ol li a {
	color: #00947E;
	font-weight: 400;
}

.breadcrumbs ol li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: bold;
}

.breadcrumbs li.arrow {
	width: 27px;
	height: 20px;
	position: relative;
	top: -4px;
	text-align: center;
}

/*ボタン*/
.btn-search {
	border: 1px solid #00947E;
	border-radius: 10px;
	text-align: center;
	padding: 9px 19px;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.btn-search:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	transition: .3s;
	background: -webkit-linear-gradient(top left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: -o-linear-gradient(top left, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom right, rgba(14,187,161,1) 0%, rgba(19,112,190,1) 100%, rgba(125,185,232,1) 100%);
}

.btn-search span {
	display: inline-block;
	background: url(images/ico-search.svg) no-repeat left center;
	background-size: 24px auto;
	padding-top: 3px;
	padding-left: 30px;
	color: #00947E;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
}

/*戻る*/
.btn-back {
	background-color: #00947E;
	border-radius: 10px;
	text-align: center;
	padding: 6px 25px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	box-shadow: 0 4px #006E5E;
}
.btn-back span {
	display: inline-block;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding-left: 22px;
	background: url(images/ico-back.svg) no-repeat left center;
	background-size: 16px auto;
}
.btn-back:active {
	top: 4px;
	box-shadow: 0 0px #006E5E;
}
.btn-orange {
	display: inline-block;
	padding: 12px 15px 7px;
	background-color: #DD5334;
	border-radius: 100px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	box-shadow: 0 4px #BC381B;
	position: relative;
	max-width: 185px;
	letter-spacing: 0em;
}
.btn-orange:active {
	top: 4px;
	box-shadow: 0 0px #BC381B;
}
.btn-green {
	display: inline-block;
	padding: 12px 15px 7px;
	background-color: #00947E;
	border-radius: 100px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	box-shadow: 0 4px #006E5E;
	position: relative;
	max-width: 185px;
	letter-spacing: 0em;
}
.btn-green:active {
	top: 4px;
	box-shadow: 0 0px #006E5E;
}

.dialog[open] {
  background: #fff;
  border: #333 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 10px #666;
  color: #333;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 26%;
  &::backdrop {
    background: rgba(0, 0, 0, 0);
    transition: background .5s ease-in-out;
  }
  &.show {
    opacity: 1;
    &::backdrop {
      background: rgba(0, 0, 0, 0.8);
    }
  }
}

.dialog-closeBtn {
  align-self: flex-end;
  background: #fff;
  border: #000000 1px solid;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 30px;
  transition: all .3s;
  &:hover {
    background: #b4b4b4;
    color: #fff;
  }
}

.dialog h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}

.dialog p {
	color: #000000;
	font-size: 16px;
	padding: 0px 0px 15px;
}