/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2023 | 09:26:15 */
@charset "UTF-8";
/**
 * 店舗のご案内ページ
 * ルール
 * ・セレクタの最初に body.es-page-shop を付ける
 */

.edit_css_shop{
	padding:0 20px 60px;
}
.edit_css_shop h2,
.edit_css_shop h3{
	padding:80px 0 0;
	font-size:32px;font-weight:bold;
}
.edit_css_shop h3{position:relative;font-size:28px;text-align:center;}
.edit_css_shop h2::after,
.edit_css_shop h3::after{
	width:97px;margin:7px auto 40px;
	background: transparent linear-gradient(90deg, #9CE2AF 0%, #9AE7F7 100%) 0% 0% !important;
}
.edit_css_shop h3::after{content:"";display:block;height:2px;}

.edit_css_shop dl{
	display:flex;flex-wrap:wrap;align-items:stretch;
	max-width:900px;margin:0 auto;
	border-top: 1px solid #DEDBDB;
}
.edit_css_shop dl dt{
	width:158px;padding:14px 22px 15px;box-sizing:border-box;
	background: #E8FDF4;
	border-bottom: 1px solid #DEDBDB;
	font-size:15px;font-weight:normal;
}
.edit_css_shop dl dd{
	width:calc(100% - 158px);padding:14px 22px 15px;box-sizing:border-box;
	background: #ffffff;
	border-bottom: 1px solid #DEDBDB;
	font-size:15px;line-height:21px;
}
.edit_css_shop dl dd .edit{display:none;}
.edit_css_shop dl dd a{color:#333333;}

.edit_css_shop section.shop_map > div{
	width:900px;margin:0 auto;
}
.edit_css_shop section.shop_map > div iframe{
	/*width:100%;height:450px;*/
	width:100%;
}



/*--------------------------------------------------
**************************************************
  スマホ用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {

	.edit_css_shop{padding:0 0 120px;}
	.edit_css_shop h2{padding:25px 0 0;font-size:25px;}
	.edit_css_shop h3{font-size:18px;}
	
	.edit_css_shop dl{display:block;max-width:100%;padding:0 24px;box-sizing:border-box;border-top: none;}
	.edit_css_shop dl dt{width:100%;padding:9px 14px 10px;border-bottom:none;font-size:16px;}
	.edit_css_shop dl dd{width:100%;padding:9px 14px 22px;border-bottom: none;font-size:16px;line-height:25px;}
	.edit_css_shop dl dd .edit{display:inline;}
	
	/* .edit_css_shop section.shop_map > div iframe{height:252px;} */
	.edit_css_shop section.shop_map > div { position:relative; overflow:hidden; width:100%; height:0; padding-bottom:75%; } /* padding-bottom:75%; 以下にすると拡大縮小ボタンが隠れる */
	.edit_css_shop section.shop_map > div iframe{ position: absolute; left:0; top:0; width:100%; height:100%; }

}

