/*
Theme Name: eases5-child
Template: eases5
Description: 海浜旅庵 しおじ 様
*/
/* 初期設定 ----------------------------------------------------------------------------------- */
:root {
	--es-wrap-max-width: 1024px;
	--es-pagebody-max-width: 1024px;
	--es-main-max-width: 754px;
	--es-side-max-width: 270px;
	--es-main-font-color: #555;
	--es-primary-color: #104d86;
	--es-secondary-color: #;
	--es-header-color: rgba(32, 32, 32, 0);
	--es-header-font-color: #4c3f29;
	--es-side-color: rgba(32, 32, 32, 0);
	--es-side-font-color: #555;
	--es-side-a-color: #555;
	--es-footer-color: #3fb582;
	--es-footer-font-color: white;
	--es-mobile-menu-color: #104d86;
	--es-url-font-color: #2d6bb1;
}

/* contents ------------------------------------------------------------------------------------- */

/* ■ h2 - h5
-------------------------------------------------------------- */
.hgroup h1 a { color: #fff; }

#main h2 {
	margin-bottom: 10px;
    padding: 5px 10px;
	position: relative;
	border-top: solid 3px #e97b10;
	background: #f7f1e8;
    color: #855c13; }

#main h2::after {
	position: absolute;
    content: " ";
    display: block;
	width: 70%;
    border-top: solid 3px #f9c795;
    top: -3px;
	right: 0; }

.top-page #main h3 {
	padding: 0 0 0 16px;
	border: 0;
	background: url(images/arrow.gif) left center no-repeat;
	font-size: 1.8rem; }

#main h3 {
	margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    background-color: #f6f8f9;
    border-left: 5px solid #345f5f; }


/* レイアウト
-------------------------------------------------------------- */
body { background: url(images/bg.gif) left top repeat; }

#wrap {	margin: 0 auto; }

#globalnavi {
	margin-bottom: 30px;
	background-color: var( --es-primary-color ); }
	@media screen and (min-width: 768px) {
		#globalnavi { display: block; } }

#globalnavi ul { 
    max-width: 1024px;
    margin: 0 auto;
	flex-wrap: wrap;
	border-left: 1px solid #fff;
    background-color: var( --es-primary-color ); }

#globalnavi li {
	width: 50%;
	border-right: 1px solid #fff;
	background-color: var( --es-primary-color );
	font-size: 1.5rem; }
	@media screen and (min-width: 768px) {
		#globalnavi li { width: 25%; } }

#globalnavi li a {
	display: block;
	width: 100%;
	padding: 10px 0; }

#globalnavi li a:hover {
	background-color: var( --es-secondary-color ); }

#globalnavi li.current-menu-item a {
	background-color: var( --es-secondary-color );}

#pagebody .inner {
	max-width: var( --es-pagebody-max-width );
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff; }
	@media screen and (min-width: 768px) {
		#pagebody .inner {
			display: flex;
			justify-content: space-between;
			flex-direction: row-reverse;
			padding: 0; } }

#main {
	margin: 0;
	padding-top: 30px; }
	@media screen and (min-width: 768px) {
		#main {
			max-width: var(	--es-main-max-width );
			margin:0 20px 30px;
			padding: 30px 10px 0; } }

#page { height: 100%; }

.link-banner { margin-left: 10px; }
	@media screen and (min-width: 768px) {
		.link-banner { margin-left: 0; } }

.link-banner li {
	margin-bottom: 10px; }

#wrap .inner > footer .wp-block-cover__inner-container > section {
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin: 0 auto; }
	@media screen and (min-width: 768px) {
		#wrap .inner > footer .wp-block-cover__inner-container > section {
			align-items: flex-start; } }

footer .wp-block-cover__inner-container > section section:nth-child(1) { margin: 0; }
footer .wp-block-cover__inner-container > section section:nth-child(2) { margin: 0; }
	@media screen and (min-width: 400px) {
		footer .wp-block-cover__inner-container > section section:nth-child(1) { width: 100%; }
		footer .wp-block-cover__inner-container > section section:nth-child(2) { width: 100%; } }
	@media screen and (min-width: 768px) {
		footer .wp-block-cover__inner-container > section section:nth-child(1) { width: 100%; }
		footer .wp-block-cover__inner-container > section section:nth-child(2) { width: 100%; } }
	@media screen and (min-width: 768px) {
		footer .wp-block-cover__inner-container > section section:nth-child(1) { width: 100%; }
		footer .wp-block-cover__inner-container > section section:nth-child(2) { width: 100%; } }

.widgets_drawer ul { margin-bottom: 40px; }


/* コンテンツ
-------------------------------------------------------------- */
#main p {
	padding: 0 0 0 10px;
	line-height: 1.4; }

ul, ol { list-style: none; }

.fixed-page #main ul, .fixed-page #main ol,
.single-page #main ul, .single-page #main ol { padding-left: 20px; }

#main .wp-block-group__inner-container p { padding: 0 0 0 10px; }

#main tr, #main th, #main td { border: 0; }

.wp-block-image figcaption { font-size: 1.4rem; }

.wp-block-image .alignleft>figcaption { display: block; }

em {
	font-style: normal;
	font-size: 1.4rem; }

.wp-block-button a:hover { color: #555!important; }

.wp-block-button a::after { background: var(--es-secondary-color); }

.wp-block-group {
	padding: 0;
    overflow: hidden; }

.wp-block-group__inner-container .wp-block-group { margin-bottom: 0;}

.wp-block-group__inner-container { padding: 0; }

.inline_block { display: inline-block; }

.wp-block-image .alignright { margin: 0 0 0 10px!important; }
@media screen and (max-width: 770px) {
	.wp-block-image .alignright {
		margin: 0 auto!important;
		float: none; } }

figure.wp-block-gallery.has-nested-images {
	margin: 15px 0;
	gap: 5px; }

figure.wp-block-image { flex-grow: 0!important; }

.flex > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em; }
	@media screen and (min-width: 600px) {
		.flex > .wp-block-group__inner-container {
			flex-direction: row;
			align-items: normal; } }
		@media screen and (min-width: 768px) {
			.flex > .wp-block-group__inner-container {
				flex-direction: column;
				align-items: center; } }
			@media screen and (min-width: 880px) {
				.flex > .wp-block-group__inner-container {
					flex-direction: row;
					align-items: normal; } }

.flex figure, .flex_shrink { flex-shrink: 0; }

.flex_shrink > .wp-block-group__inner-container {
	display: flex;
	column-gap: 10px; }
	@media screen and (min-width: 880px) {
		.flex_shrink > .wp-block-group__inner-container {
			flex-direction: column; } }

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img { height: auto; }

#main .table tr {  }
@media screen and (max-width: 600px) {
	#main .table tr {
		display: block;
		border-bottom: 1px solid #104d86; } }

#main .table td {  }
@media screen and (max-width: 600px) {
	 #main .table td { display: block; } }

#main .table td:first-child { width: 130px; }
@media screen and (max-width: 600px) {
	#main .table td:first-child { width: 100%; } }

.disc { list-style: disc; }
.disc::marker { font-size: 10px; }
.disc li::marker { font-size: 10px; }

.square { list-style: square; }
.square::marker { font-size: 10px; }
.square li::marker { font-size: 10px; }

.decimal { list-style: decimal; }

.margin_bottom10 { margin-bottom: 10px; }

.web_reserve_top { display: block; }
@media screen and (min-width: 768px) {
	.web_reserve_top { display: none; } }

/*url*/
.fixed-page #main a, .top-page #main a,
#footer a {
	position: relative;
	color: var(--es-url-font-color) }

#main a:not(.link-anime a)::before,
#footer a::before {
	background: var(--es-url-font-color);
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s; }

#main a:not(.link-anime a):hover::before,
#footer a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1); }

#wrap #main .wp-block-image a::before,
#footer .wp-block-image a::before { background: transparent; }

/*サブメニュー*/
#sidebar {
	display: none;
	padding-bottom: 30px;
	background: url(images/sidebar_bg.gif) }
	@media screen and (min-width: 768px) {
		#sidebar {
			display: flex;
			flex-direction: column;
			align-items: center;
			max-width: var(	--es-side-max-width ); } }

.widgets_sidebar { margin-top: 30px; }

#sidebar .wp-block-image { margin: 0; }

.menu-side_menu-container { width: 250px; }

#menu-side_menu {
	border-top: 3px solid #3d601c;
    border-left: 3px solid #3d601c;
    border-right: 3px solid #3d601c; }

#menu-side_menu li {
	border-bottom: 3px solid #3d601c;
	background: linear-gradient(180deg, #e2ebdd 0%, #e2ebdd 60%, #ccd9c4 40%, #ccd9c4 100%);
	 }

#menu-side_menu li.current_page_item a { background-color:transparent; }

#menu-side_menu li.current_page_item a::before { border-left: solid 10px #e97b10; }

#menu-side_menu a {
	display: block;
	position: relative;
    padding: 12px 5px 12px 20px;
	background-color:transparent;
	font-size: 1.6rem;
	color: var(--es-url-font-color); }

#menu-side_menu a::before {
	position: absolute;
	content: " ";
	display: block;
	height: 85%;
	border-left: solid 10px #a7bd93;
	top: 5px;
	left: 5px; }

#menu-side_menu a:hover::before { border-left: solid 10px #e97b10; }

#menu-item-37 a { font-size: 1.3rem; }

.navi-contents2 #block-27 { display: none; }


/*ヘッダー*/
#header {
	text-align: center; }
	@media screen and (min-width: 768px) {
		#header { text-align: left; } }

#image-area {
	width: 100%;
	max-width: 1024px;
	height: 290px;
	margin: 0 auto;
	background: url(images/top_flexslider.jpg) left top no-repeat #fff;
	background-size:contain; }
	@media screen and (min-width: 400px) {
		#image-area { height: 315px; } }
		@media screen and (min-width: 481px) {
			#image-area { height: 330px; } }
			@media screen and (min-width: 600px) {
				#image-area { height: 380px; } }
				@media screen and (min-width: 700px) {
					#image-area { height: 430px; } }
					@media screen and (min-width: 768px) {
						#image-area { height: 460px; } }
						@media screen and (min-width: 900px) {
							#image-area { height: 527px; } }

.hgroup.wp-block-cover__inner-container {
	width: 100%;
	max-width: 100%;
	height: 107px;
	padding: 20px 10px 20px;
	background: url(images/header_bg.gif) repeat-x;
	background-size:cover; }

.hgroup-inner {  }
@media screen and (max-width: 767px) {
	.hgroup-inner { flex-direction: column; } }

.hgroup .information { width: 300px; }

.hgroup .information a:hover { background-color: transparent; }

.hgroup .information p {
	padding-left: 50px;
	background: url(images/header_tel.gif) left center no-repeat; }

.description { display: none; }

#header .hgroup img.logo_img {
	max-width: none;
	height: auto!important; }

.hgroup .information p {
	line-height: 1.2;
	font-family: 'A-OTF ゴシックMB101 Pro';
	font-weight: bold;
	font-size: 1.44rem; }

.hgroup .information p span { font-size: 2.8rem; }

.blog #image-area { display: none; }

/*フッター*/
#footer {
	width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
	border-top: 5px solid #104d86;
    background-color: #fff;
    color: #555; }
	@media screen and (min-width: 768px) {
		#footer { padding: 0 0 20px; } }

#footer .inner {
    max-width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden; }

ul#menu-footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0; }

ul#menu-footer_menu li {width: 100%; }
@media screen and (min-width: 360px) {
	ul#menu-footer_menu li {width: 50%; } }
		@media screen and (min-width: 640px) {
			ul#menu-footer_menu li { width: 300px; } }
			@media screen and (min-width: 850px) {
				ul#menu-footer_menu li { width: 270px; } }

.sns_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em; }

.sns_box.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0!important;
	margin-right: 0!important; }


#footer .wp-block-group { margin-bottom: 0; }


#footer #copyright { margin: 0 0 20px; }

.navi-contents li a,
.navi-contents li:before { color: white; }

.navi-contents {  }
	@media screen and (max-width: 1000px) {
		.navi-contents { height: calc( 100dvh - 70px ); }
		.sp-menu #drawer-close { height: calc( 100dvh - 70px ); } }


/*プラグイン*/
/*swiper*/
.swiper {
	max-width: 1024px;
	margin-bottom: 20px; }

.swiper img{
	width: 100%;
	height: 100%; }

.swiper-button-next, .swiper-button-prev{
	color: var(--es-primary-color)!important;
	opacity: 0.5; }

.swiper-pagination-bullet-active {
	background: var(--es-primary-color)!important;
	opacity: 0.3!important; }

/*flexslider*/
.flexslider{ background: #fff; }

.flexslider .slides {
	background: #000;
	color: #fff; }

.fixed-page #main .flexslider .slides {	padding: 0; }

.fixed-page #main .flexslider .slides li { padding: 0; }

.flexslider .slides img { height: 100%; }

.flexslider .flex-control-thumbs {
	margin: 0;
	padding: 10px 0 0;
	background: #000; }

.flexslider .flex-control-thumbs li {
	width: 30px;
	margin: 0 5px;
	float: none; }
	@media screen and (min-width: 660px) {
		.flexslider .flex-control-thumbs li { width: 40px; } }
		@media screen and (min-width: 780px) {
			.flexslider .flex-control-thumbs li { width: 50px; } }
			@media screen and (min-width: 920px) {
				.flexslider .flex-control-thumbs li { width: auto; } }

.flexslider .slides span {
	font-size: 1.35rem;
	padding-left: 15px; }
	@media screen and (min-width: 481px) {
		.flexslider .slides span { font-size: 1.6rem; } }

.flex-control-thumbs .flex-active {	border: 1px solid #fff; }
@media screen and (min-width: 660px) {
	.flex-control-thumbs .flex-active {	border: 2px solid #fff; } }

/*トップページ*/
.top-page #sidebar { display: none; }

.top-page #main {
	max-width: 1024px;
	margin: 0; }

.top_box1 img { width: 280px; }

.top_box2 img { width: 200px; }

.top-page #main .top_flex2 p {
	padding: 0 0 0 16px;
	background: url(images/arrow.gif) left top 7px no-repeat;
	font-size: 1.5rem; }

.top_flex3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	padding: 0; }
	@media screen and (min-width: 768px) {
		.top_flex3 {
			flex-direction: row;
			align-items: normal;
			padding-left: 10px; } }

#main .top_flex3 p {
	width: 100%;
	height: 150px;
	padding: 30px 15px 0 150px; }
	@media screen and (min-width: 768px) {
		#main .top_flex3 p {width: 50%; } }

#main .top_flex3 p span { font-size: 1.5rem; }

#main .top_flex3 li {
	width: 100%;
	height: 180px;
	padding: 30px 15px 0 150px;
	line-height: 1.4; }
	@media screen and (min-width: 768px) {
		#main .top_flex3 li {width: 50%; } }

#main .top_flex3 li span { font-size: 1.5rem; }

#main .top_flex3 .spring { background: url(images/spring.jpg) left center no-repeat; }

#main .top_flex3 .summer { background: url(images/summer.jpg) left center no-repeat; }

#main .top_flex3 .autumn { background: url(images/autumn.jpg) left center no-repeat; }

#main .top_flex3 .winter { background: url(images/winter.jpg) left center no-repeat; }

.top_flex4 {  }
@media screen and (min-width: 768px) {
	.top_flex4 { padding : 0 10px; } }

.top_flex4 > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em; }
	@media screen and (min-width: 768px) {
		.top_flex4 > .wp-block-group__inner-container {
			flex-direction: row;
			align-items: normal; } }

#likebox,
#likebox iframe {
	width: 300px!important;
	margin: 0 auto; }
	@media screen and (min-width: 400px) {
		#likebox,
		#likebox iframe { width: 400px!important; } }

/*しおじの風景*/
.scenery .flexslider {
	height: 250px;
	margin-bottom: 20px;
	background: url(images/sioji_flexslider.jpg) left top no-repeat;
	background-size:contain; }
		@media screen and (min-width: 400px) {
			.scenery .flexslider  { height: 300px; } }
			@media screen and (min-width: 481px) {
				.scenery .flexslider  { height: 380px; } }
				@media screen and (min-width: 600px) {
					.scenery .flexslider  { height: 440px; } }
					@media screen and (min-width: 700px) {
						.scenery .flexslider  { height: 500px; } }
						@media screen and (min-width: 768px) {
							.scenery .flexslider  { height: 320px; } }
							@media screen and (min-width: 800px) {
								.scenery .flexslider  { height: 400px; } }
								@media screen and (min-width: 900px) {
									.scenery .flexslider { height: 476px; } }

/*地域情報*/
.erea_txt {
	display: block;
	overflow: hidden;}

.erea_txt span {
	width: 200px;
	float: right;
	padding: 3px;
	background-color: #345f5f;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem; }

/*宿泊プラン*/
.main_tb table {
	border: 1px solid #f9c795;
	font-size: 1.4rem; }

#main .main_tb th {
	width: 25%;
	padding: 5px;
	border: 1px solid #f7f1e8;
	background-color: #f9c795; 
	text-align: center;}

#main .main_tb td {
	width: 25%;
	padding: 3px;
	border: 1px solid #f9c795;
	text-align: center;
	vertical-align: middle; }

#main .main_tb th:first-child { min-width: 95px; }
@media screen and (min-width: 768px) {
	#main .main_tb th:first-child { min-width: 120px; } }

#main .main_tb .wp-element-caption { text-align: right; }

#main .plan_tb2 th, #main .plan_tb2 td { width: 40%; }

#main .plan_tb2 th:first-child, #main .plan_tb2 td:first-child {
	width: 20%; }

/*心の足跡*/
#main .kokoro h3 {
	padding: 5px 10px;
	border-left: 10px solid #3fb582;
	background-color: transparent; }

/*Healing Room402 癒しの空間しおじ*/
#main .healing_tb th:first-child {
	width: 200px;
	min-width: 152px; }
@media screen and (min-width: 481px) {
	#main .healing_tb th:first-child {
		min-width: 200px; } }

#main .healing_tb th, #main .healing_tb td { width: 50%; }



/*test*/
.test #sidebar { display: none; }

.test #main {
	max-width: 1024px;
	margin: 20px 0; }

/*モバイルメニュー*/
.menubox {
    display: flex;
    width: 100%;
    padding: 10px 0 7px 0;
    flex-wrap: nowrap!important; }

/* お問い合わせ */
.wpcf7 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto; }

.contact input,
.contact textarea {
	width: 100%; }

input[type="submit"] {
	display: block;
	width: 170px;
	margin: 0 auto;
	padding: 15px; }

input[type="submit"]:hover {
	background-color: var(--es-primary-color)!important;
	color: #fff; }

input, textarea { width: 100%; }

.wpcf7 p{ margin: 20px 0; }

.wpcf7 label {
	display: inline-block;
	width: 100%; }

.wpcf7 span { width: 100%; }

.wpcf7 .example {
	width: 200px;
    float: right; }

/* ブログ */
.post-categories ul span[class*="label-"], .post-categories ul a[class*="label-"]{
	border:none;
	background-color: var( --es-primary-color ); }

.profile{
	font-size: 1.5rem; }

.post-footer {
	margin: 30px;
	text-align: center; }

#comment{
	width: 90%;
	margin: 0 auto; }

#index-page,#single-page{
	padding: 0 1em; }
/* サイドバー */
.navi-contents,.navi-contents figcaption{
    color: #fff; }


/* ■ スマホ用フッター固定メニューにサイドバーボタン追加
-------------------------------------------------------------- */
.mobile-menu-btn2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	font-size: 10px;
	color: var( --es-primary-color );
	line-height: 1.2;
	text-align: center; }

.mobile-menu ul > .mobile-menu-hbg2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	line-height: 1.2; }

.mobile-menu-btn2 a,
.mobile-menu-hbg2 a {
	display: block;
	text-decoration: none; }

.mobile-menu-btn2 span,
.mobile-menu-hbg2 > span {
	display: block;
	font-size: 10px;
	color: var( --es-primary-color ); }

.icon-home:before {
	content: "\e90a";
	font-size: 2.8rem; }

.icon-up:before {
	content: "\e91c";
	font-size: 2.8rem; }

.icon-tel:before {
    content: "\e907";
    font-size: 2.8rem; }

/* :::::: toggle button :::::: */
#drawer-checkbox2 {
	display: none; }

#drawer-icon2 {
	cursor: pointer;
	display: inline-block;
	height: 26px;
	position: relative;
	width: 26px; }

#drawer-icon2 span {
	background: var( --es-primary-color );
	border-radius: 4px;
	display: block;
	height: 16%;
	right: 0;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 40%; }

#drawer-icon2 span::before,
#drawer-icon2 span::after {
	-webkit-transform: rotate(0);
	background: var( --es-primary-color );
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	margin: -8% 0 0 -50%;
	position: absolute;
	top: 50%;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	width: 100%; }

#drawer-icon2 span::before {
	left: -50%;
	width: 200%;
	margin-top: -80%; }

#drawer-icon2 span::after {
	right: 0%;
	width: 100%;
	margin-top: 35%; }

#drawer-checkbox2:checked ~ #drawer-icon2 span {
	background: rgba(51, 51, 51, 0); }

#drawer-checkbox2:checked ~ #drawer-icon2 span::before,
#drawer-checkbox2:checked ~ #drawer-icon2 span::after {
	content: "";
	display: block;
	height: 100%;
	left: -50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	width: 200%; }

#drawer-checkbox2:checked ~ #drawer-icon2 span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

#drawer-checkbox2:checked ~ #drawer-icon2 span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

#drawer-close2 {
	display: none;
	position: fixed;
	z-index: 39;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s; }

#drawer-checkbox2:checked ~ #drawer-close2 {
	display: block;
	opacity: 0.3; }

/* :::::: Drawer Menu :::::: */
.navi-contents2 {
	display: flex;
    flex-direction: column;
    align-items: center;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 40;
	width: 70%;
	max-width: 90%;
	height: 100%;
	background: rgba(0,0,0,.8);
	transition: all 0.3s ease-in-out 0s;
	transform: translateX(100%);
	-webkit-overflow-scrolling : touch;
	line-height: 1.8; }

.navi-contents2 li {
	border-bottom: 1px solid #000;
	text-align: left; }

.navi-contents2 .menu li a {
	display: block;
	padding: 10px;
	color: white; }

.navi-contents2 .menu li a:hover {
	background-color: #4e4e4e; }

.navi-contents2 li i {
	padding-right: 10px; }


#drawer-checkbox2:checked ~ .navi-contents2 {
	transform: translateX(0);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16); }