@charset "utf-8";
/* CSS Document */ :root {
		--maincolor: #0FB19B;
		--bgcolor: #FBF9F8;
	--topicscolor:#FBF6F3;
}
* {
		box-sizing: border-box;
}
html {
		font-size: 62.5%;
}
body {
		font-size: 1.6rem;
		background: #FBF9F8;
}
a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: inherit;
}
.toppage {
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
header {
		overflow: hidden;
}
.toppage header {
		width: 100%;
		height: 80vh;
}
.menu_btn {
		position: absolute;
		right: 3%;
		top: 10%;
		z-index: 11;
}
.video_wrap {
		position: relative;
}
video {
		filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
		border: 0;
		outline: 0;
}
.header_title {
		position: absolute;
		display: flex;
		justify-content: center;
		padding: 300px 0 0;
		z-index: 2;
}
.topvideo {
		position: relative;
		object-fit: cover;
		width: 100%;
		height: 80vh;
		border: 0;
		outline: none;
		z-index: 1;
}
.top__title {
		display: flex;
}
#topsection1 {
		position: relative;
		width: 100%;
		margin: -76px 0 0;
		z-index: 10;
		background: rgba(0, 0, 0, 0);
}
#topsection1::before {
		content: "";
		height: 60px;
		width: 100%;
		background: url("img/gizagiza.png") no-repeat center top;
		display: block;
}
#topsection1::after {
		content: "";
		height: 60px;
		width: 100%;
		background: rgba(0, 0, 0, .0) url("img/gizagiza3.png") no-repeat center top;
		display: block;
		position: relative;
		margin: -2px 0 0;
}
.top__title__wrap {
		position: relative;
		margin: -2px 0 0;
		background: #FBF9F8;
		padding: 110px 0 110px;
		display: flex;
		justify-content: center;
		z-index: 10;
}
.top_title__img {
		max-width: 694px;
		height: 367px;
		margin-right: 6rem;
}
.top_title__img img {
		object-fit: cover;
		width: 100%;
		max-width: 694px;
		height: 367px;
}
.top_title {
		position: relative;
		max-width: 636px;
		margin-right: 3rem;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.subtitle {
		font-size: 2.6rem;
		font-weight: lighter;
}
.title_content {
		margin-top: 1.2rem;
		font-size: 1.8rem;
		max-width: 512px;
}
#greenroad {
		width: 100%;
		height: 736px;
		margin: -72px 0 0;
		position: relative;
		z-index: 1;
		background: url("img/mbg2.jpg") no-repeat center center;
		background-attachment: fixed;
		display: flex;
		justify-content: flex-end;
		align-items: center;
}
.gr_cnt {
		height: 360px;
		max-width: 560px;
		text-align: center;
		color: #F8F8F8;
		background: rgba(46, 46, 46, .6);
		margin-right: 5%;
		padding: 48px;
}
.gr_cnt p {
		text-align: left;
		line-height: 1.8;
		font-size: 1.8rem;
		margin-top: 1.4rem;
		max-width: 448px;
}
#top_topics {
		width: 100%;
		position: relative;
		z-index: 10;
}
#top_topics:before {
		content: "";
		height: 60px;
		width: 100%;
		background: url("img/gizagiza.png") no-repeat center top;
		display: block;
		position: relative;
		margin: -58px 0 0;
}
.top_titleh2 {
		padding: 3.2rem 0;
		font-size: 3.2rem;
		color: var(--maincolor);
		text-align: center;
}
.topics_box {
		width: 100%;
		background: #FBF9F8;
		display: flex;
		justify-content: center;
		padding: 0 3%;
}
.alpha {
		opacity: 1;
	transition: all .3s;
}
.alpha:hover {
		opacity: 0.6;
}
.shadow {
		box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.shadow:hover {
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.topics_box li {
		width: 320px;
		margin-right: 3.2rem;
		flex-shrink: 1;
		padding-bottom: 0.6rem;
		background: #FBF8F5;
}
.topics_box li:nth-child(3) {
		margin-right: 0;
}
.topics_box li img {
		object-fit: cover;
		width: 100%;
		height: 240px;
		display: block;
		padding: 1rem;
		border: 1px solid var(--maincolor);
}
.topics_title h3 {
		font-size: 2.2rem;
		color: var(--maincolor);
		padding: 1rem 0 0 2rem;
}
.topics_title p {
		font-size: 1.8rem;
		padding: 0.4rem 2rem;
		line-height: 1.8;
}
.t_btn {
		padding: 0.8rem 3rem;
		margin: 1rem auto;
		border: 1px solid var(--maincolor);
		border-radius: 5px;
		text-align: center;
		font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "ＭＳ Ｐゴシック", sans-serif;
		display: block;
		width: 180px;
		transition: all .3s;
}
.topics_box li:hover .t_btn {
		color: #FBF9F8;
		background: var(--maincolor);
}
#top_event {
		width: 100%;
		overflow: hidden;
		background: url("img/gizagiza_glay.png") no-repeat center top;
		position: relative;
		margin: 10rem 0 0;
		padding: 6rem 0 0;
}
.top_event__wrap {
		width: 100%;
		background: #3E3E3E;
		padding: 0 0 16rem;
}
.top_event_img {
		max-width: 992px;
		width: 100%;
		margin: 0 auto;
}
#top_shop {
		position: relative;
		margin: -60px 0 0;
		padding: 5.8rem 0 0;
		background: url("img/gizagiza.png") no-repeat center top;
}
.top_shoplist {
		max-width: 992px;
		width: 100%;
		margin: 0 auto;
		background: url("img/bg_pat.png") center;
		padding: 3.6rem;
}
a.shop_all {
		display: block;
		max-width: 400px;
		padding: 2.4rem;
		background: rgba(255, 255, 255, .8);
		margin: 0 auto;
		text-align: center;
		font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "ＭＳ Ｐゴシック", sans-serif;
		font-size: 2.4rem;
		font-weight: 400;
		color: var(--maincolor);
}
#top_access {
		margin: 6rem 0 16rem;
}
footer {
		background: url("img/gizagiza_line.png") no-repeat center top;
		padding: 74px 0 0;
		margin: 3rem 0 0;
}
.footer__wrap {
		background: #3E3E3E;
		padding: 6rem 1rem 3rem;
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
}
.footer_map__wrap {
		width: 400px;
		height: 400px;
		overflow: hidden;
		border-radius: 50%;
		background: var(--maincolor);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 6rem;
}
.footer_map {
		width: 95%;
		height: 95%;
		background: #3e3e3e;
		border-radius: 50%;
		overflow: hidden;
		isolation: isolate;
}
.footer_info__wrap {
		max-width: 580px;
}
.footer_title {
		font-size: 2.4rem
}
.hr01 {
		width: 100%;
		margin: 1rem 0;
}
.footer_menu {
		padding: 1rem 0;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
.footer_menu li a {
		display: block;
		transition: all .3s;
}
.footer_menu__over {
		font-size: 1.6rem;
		color: #fff;
		border-bottom: 1px dashed #fff;
		text-align: center;
}
.footer_menu__under {
		font-size: 1.4rem;
		color: var(--maincolor);
		text-align: center;
}
.footer_menu li a:hover .footer_menu__over {
		color: var(--maincolor);
}
.footer_menu li a:hover .footer_menu__under {
		color: #fff;
}
a.footer_contact {
		display: block;
		text-align: center;
		width: 280px;
		padding: 1rem;
		font-size: 1.6rem;
		margin: 1rem auto;
		border: 1px solid #fff;
		background: var(--maincolor);
		color: #fff;
		transition: all .5s;
}
a.footer_contact:hover {
		background: #fff;
		color: var(--maincolor);
		border: 1px solid var(--maincolor);
}
.footer_sns {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
}
.footer_sns ul {
		margin: 1rem 0 0;
		display: flex;
}
.footer_sns li {
		padding-right: 3rem;
}
.copyright {
		color: #fff;
}
.img_fit_w {
		object-fit: cover;
		width: 100%;
}
.shadowbox {
		position: fixed;
		top: 5%;
		right: 5%;
		width: 212px;
		height: 212px;
		z-index: 100;
		filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
		transition: all .3s;
}
.gl_menu {
		width: 212px;
		height: 212px;
		clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
		background: #FBF9F8;
		overflow: hidden;
		z-index: 100;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #888888;
		transition: all .3s;
}
.open_btn {
		position: relative;
		cursor: pointer;
		width: 100px;
		height: 100px;
}
.open_btn span {
		display: inline-block;
		position: absolute;
		left: 1rem;
		height: 3px;
		background: var(--maincolor);
		width: 80%;
		transition: all .5s;
}
.open_btn span:nth-of-type(1) {
		top: 22px;
}
.open_btn span:nth-of-type(2) {
		top: 38px;
}
.open_btn span:nth-of-type(3) {
		top: 54px;
}
.open_btn span:nth-of-type(3)::after {
		content: "MENU";
		position: absolute;
		top: 5px;
		left: 8px;
		font-size: 2rem;
		color: var(--maincolor);
		text-align: center;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.open_btn.active span:nth-of-type(1) {
		top: 18px;
		left: 26px;
		transform: translateY(6px) rotate(-45deg);
		width: 50%;
}
.open_btn.active span:nth-of-type(2) {
		opacity: 0;
}
.open_btn.active span:nth-of-type(3) {
		top: 30px;
		left: 26px;
		transform: translateY(-6px) rotate(45deg);
		width: 50%;
}
.open_btn.active span:nth-of-type(3)::after {
		content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
		transform: translateY(0) rotate(-45deg);
		top: 14px;
		left: 28px;
}
#menu-btn-check {
		display: none;
}
.menu_content {
		width: 100%;
		height: 100%;
		background: var(--maincolor);
		color: #fff;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 70;
		transition: all .5s;
}
.menuh2 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 700;
		padding: 180px 0 0;
}
.menu_content ul {
		padding: 40px 10px 0;
}
.menu_content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
		max-width: 350px;
		margin: 0 auto;
}
.menu_content ul li a {
		display: block;
		width: 100%;
		font-size: 18px;
		color: #ffffff;
		text-decoration: none;
		padding: 9px 0 10px 0;
		position: relative;
		text-align: center;
}
#menu-btn-check:checked ~ .menu_content {
		left: 0;
}






/* サブページ */


.subpage {
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sub_header {
		width: 100%;
		height: 400px;
}
.subpage_section {
		background: #FBF9F8;
	position: relative;
	margin-top: -3px;
}
.subh1 {
		font-size: 2.4rem;
		padding: 3rem 0;
		text-align: center;
		letter-spacing: 2px;
}
.all_shop {
		max-width: 1040px;
		padding: 0 30px;
		margin: 0 auto;
}
.all_shop ul {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 8px;
}
.all_shop ul li {
		width: 32%;
		margin: 2rem 2% 0 0;
		border-radius: 3px;
		border: 1px dashed #2A2A2A;
		background: #fff;
		box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
		text-align: center;
}
.all_shop ul li:nth-of-type(1), .all_shop ul li:nth-of-type(2), .all_shop ul li:nth-of-type(3) {
		margin-top: 0;
}
.all_shop ul li:nth-of-type(3n) {
		margin-right: 0;
}
.all_shop ul li a {
		display: block;
		width: 100%;
		height: 280px;
}
.all_shop ul li a h3 {
		padding: 1rem 0 0.4rem;
		border-bottom: 1px dashed #2A2A2A;
		font-size: 1.8rem;
}
.all_shop ul li a p {
		padding: 0.4rem;
}
.all_shop ul li a img {
		object-fit: cover;
		width: 100%;
		height: 200px;
}
.middlefit img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: 400px;
}
.tenponame {
		font-size: 3.6rem;
		padding: 3rem 0 0;
		text-align: center;
}
.tpb {
		width: 120px;
		margin: 0 auto;
		height: 4px;
		background: var(--maincolor);
		margin-bottom: 4px;
		display: block;
}
.shop_info {
		max-width: 780px;
		margin: 6rem auto 1rem;
		width: 100%;
		padding: 0 10px;
}
.shop_info__list {
		margin: 3rem 0 4rem;
}
.shop_info__list li h3 {
		font-size: 3rem;
		line-height: 1.2;
		padding-bottom: 4px;
}
.shop_info__list li {
		border-bottom: 1px solid var(--maincolor);
		line-height: 4;
}
.shop_info__list li dl {
		display: flex;
}
.shop_info__list li dl dt {
		width: 16rem;
		padding-right: 3rem;
}
.submap {
		border: 1px solid var(--maincolor);
		overflow: hidden;
		width: 100%;
}
a.shop_btn {
		width: 16rem;
		padding: 0.8rem 1rem;
		background: var(--maincolor);
		color: var(--bgcolor);
		margin: 3rem auto 0;
		display: block;
		text-align: center;
}


/* 特集 */
body.topics_page {
	background: #FBF6F3;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.topics_header {
	width: 100%;
	height: 400px;
}
.topics_all__header {
	width: 100%;
	height: 400px;
}

.topics_section {
		position: relative;
		width: 100%;
		margin: -76px 0 0;
		z-index: 10;
		background: rgba(0, 0, 0, 0);
}
.topics_section::before {
		content: "";
		height: 66px;
		width: 100%;
		background: url("img/gizagiza_ora.png") no-repeat center top;
		display: block;
}
.topics_middle img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: 70vh;
}
.topics_all img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
	height: 400px;
}
.vol1 {
	position: absolute;
	width: 240px;
	height: 240px;
	margin: -210px 0 0 20%;
	z-index: 50;
}
.topics_h1 {
	position: relative;
	margin: -2px 0 0;
	
}
.topics_h1 h1 {
	text-align: center;
	font-size: 2.6em;
	background: var(--topicscolor);
	padding: 3rem 0;
}
.topics_h1sub {
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: center;
	padding-bottom: 3rem;
}
.topics_subimg {
	width: 100%;
	height: 380px;
}
.topics_subimg img {
	object-fit: cover;
	width: 100%;
	height: 380px;
}
.topics_main {
		position: relative;
		width: 100%;
		margin: -76px 0 0;
		z-index: 20;
		background: rgba(0, 0, 0, 0);
}
.topics_main::before {
		content: "";
		height: 66px;
		width: 100%;
		background: url("img/gizagiza_ora.png") no-repeat center top;
		display: block;
}
.topics_main ul {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 10rem 2rem;
	background: var(--topicscolor);
}
.first_topics {
	max-width: 560px;
	margin-right: 2.4rem;
	flex-shrink: 1.2;
}
.first_topics img {
	width: 100%;
	object-fit: cover;
	height: 400px;
}
.first_topics h2 {
	font-size: 2.2rem;
	padding: 3rem 0;
	font-weight: 700;
}
.second_topics {
	max-width: 440px;
	margin-left: 2.4rem;
	flex-shrink: 1.6;
}
.second_topics h2 {
	font-size: 2.2rem;
	padding: 4rem 0 3rem;
	font-weight: 700;
	text-align: center;
}
.second_topics p {
	margin-bottom: 4rem;
}
.second_topics img {
	width: 100%;
	object-fit: cover;
	height: 260px;
}
.topics_main02 {
		position: relative;
		width: 100%;
		margin: -76px 0 0;
		z-index: 20;
		background: rgba(0, 0, 0, 0);
}
.topics_main02::before {
		content: "";
		height: 66px;
		width: 100%;
		background: url("img/gizagiza_wh.png") no-repeat center top;
		display: block;
}
.topics_main02 ul {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 2rem 2rem 6rem;
	background: #fff;
}
.topics_main02 .first02 {
	max-width: 360px;
	margin-right: 2.4rem;
	flex-shrink: 1.2;
}
.topics_main02 .second02 {
	max-width: 640px;
	width:100%;
	margin-left: 2.4rem;
	flex-shrink: 1.6;
}
.topics_main02 .second02 img {
	width: 100%;
	object-fit: cover;
	height: 260px;
}
.topics_access {
	margin: 4rem auto;
	max-width: 1100px;
}
.topics_access h2 {
	font-size: 2.2rem;
	padding: 0 0 3rem;
	font-weight: 700;
	text-align: center;
}
.topics_access p {
	text-align: center;
	margin: 0 0 2rem;
}
.topics_map {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
.topics_map iframe {
	max-width: 100%;
}
.topics_h1 h2 {
	font-size: 3rem;
	color: var(--maincolor);
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 3rem;
}
.vol {
	text-align: center;
	font-size: 2rem;
	border-bottom: 1px dashed #aaa;
	width: 200px;
	margin: 0 auto;
}
.topics_all_content h3 {
	font-size: 2.8rem;
	text-align: center;
}
.topics_all_img {
	text-align: center;
	margin: 0 auto 3rem;
}
.topics_all_content {
	border-bottom: 1px dashed var(--maincolor);
	max-width: 600px;
	margin: 0 auto 3rem;
}
dl .topics_all_content:nth-of-type(3) {
	border: none;
	padding-bottom: 6rem;
}
.topics_all_content a {
	display: block;
}



/* イベント */


body .eventh1 {
	font-size: 3.6rem;
	line-height: 1;
}
.ald {
	font-size: 2.6rem;
	text-align: center;
	padding: 3rem 0;
}
.halloween_event {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}



/* アクセスマップ */

.acc_rosen {
	max-width: 612px;
	width: 100%;
	margin: 0 auto;
	padding: 6rem 2rem 0;
}
.acc_rosen p:first-child {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
.acc_map {
	width: 100%;
	overflow: hidden;
	margin: 6rem 0;
}
.acc .img_fit_w {
	height: 400px;
}
.acc_map iframe {
	width: 100%;
}
.contact_wrap {
	max-width:612px;
	width: 100%;
	margin: 0 auto;
	padding: 6rem 2rem 0;
}
.info__text {
	min-width: 50%;
	max-width:612px;
	width: 100%;
	margin: 0 auto 6rem;
	padding: 6rem 2rem 0;
	overflow: hidden;
}
.info__text dl {
	display: grid;
	grid-template-columns:1fr 70%;
	grid-gap: 20px 20px;
	gap:20px 20px;
}
.info__text dl dt {
	color: #565656;
}
.form_button {
	margin: 24px auto;
	display: flex;
	justify-content: center;
}
.form_button input {
	padding: 0 15px;
	margin: 0 15px;
}
.thanks_p p {
	text-align: center;
	font-size: 2rem;
	padding: 12rem 0 2rem;
	margin: 0 auto;
}
a.contact_btn {
	display: block;
	padding: 1rem 2rem;
	max-width: 22rem;
	color: #fff;
	background: var(--maincolor);
	margin: 2rem auto;
	text-align: center;
}
.contact_text {
	height: 150px;
	width: 100%;
}



/* イベント */
.event_tbl {
	width: 100%;
}
.event_tbl li {
	display: flex;
	justify-content: left;
	max-width: 620px;
	margin: 0 auto;
	border-bottom: 1px solid #666;
	padding:10px 0;
}
li p.firstp {
	width: 104px;
	min-width: 104px;
}
li p.secp {
	width: 200px;
}
.e_m {
	margin-top: 24px;
}
.hallowin_bg {
	background: url("img/hallowinline2.jpg") no-repeat top center;
	padding: 400px 10px 10px;
}
.hallowin_gaiyou {
	background: url("img/hallowin_block.png") no-repeat 10% 0;
	width: 100%;
}
.hallowin_content {
	background: rgba(255,79,0,.95);
	margin: 0 0 0 400px;
	position: relative;
	color: #fff;
	padding:10px;
}
.t_c {
	text-align: center;
}
.halloween_order {
	display: block;
	max-width: 300px;
	border: 1px solid #fff;
	margin: 10px auto;
	text-align: center;
	padding: 10px ;
}
.halloween_order:hover {
	background: #fff;
	color: rgba(255,79,0,.95);
}
/* SP */


@media screen and (max-width:1080px) {
		.footer__wrap {
				flex-wrap: wrap;
		}
		.footer_map__wrap {
				margin-right: 0;
				margin-bottom: 3rem;
		}
}
@media screen and (max-width:800px) {
		.topics_box {
				flex-wrap: wrap;
		}
		.topics_box li {
				width: 100%;
				margin-bottom: 2rem;
				margin-right: 0;
		}
		.shadowbox {
				top: 1%;
				right: 1%;
				width: 160px;
				height: 160px;
		}
		.gl_menu {
				width: 160px;
				height: 160px;
		}
		.all_shop ul {
				flex-wrap: wrap;
		}
		.all_shop ul li {
				width: 49%;
		}
.all_shop ul li:nth-of-type(1), .all_shop ul li:nth-of-type(2) {
		margin-top: 0;
}
	.all_shop ul li:nth-of-type(3) {
		margin-top: 2rem
	}
		.all_shop ul li:nth-of-type(2n),.all_shop ul li:nth-of-type(3n) {
				margin-right: 0;
		}
		.all_shop ul li:nth-of-type(odd) {
				margin-right: 2%;
		}
	.topics_main ul {
		flex-wrap: wrap;
	}
	.second_topics {
		max-width: 560px;
		margin: 0 auto;
	}
	.second_topics h2 {
		text-align: left;
	}
	.first_topics {
		margin: 0 auto;
	}
	.hallowin_content {
		margin: 0;
	}

}
@media screen and (max-width:600px) {
		.top__title__wrap {
				flex-wrap: wrap;
		}
		.top_title__img {
				margin: 0 auto;
		}
		.top_title {
				margin: 2rem auto;
				padding: 1rem 1.6rem;
		}
		.footer_menu {
				display: block;
				padding: 2rem;
		}
		.footer_menu li {
				max-width: 240px;
				margin: 0 auto 2rem;
		}
		.footer_menu__over {
				border-bottom: 1px dashed var(--bgcolor);
		}
		.gr_cnt {
				margin-right: 0;
		}
		#greenroad {
				background: url("img/mbg2.jpg") no-repeat center center / cover;
				background-attachment: inherit;
		}
		.all_shop ul li {
				width: 100%;
		}
	.all_shop ul li {
		margin-right: 0 !important;
	}
	.all_shop ul li:nth-of-type(2) {
		margin-top: 2rem;
	}
	.sub_header {
		height: 300px;
	}
	.topics_main02 ul {
		flex-wrap: wrap;
	}
	.topics_main02 .first02 {
		margin: 0 0 3rem;
	}
	.topics_main02 .second02 {
		margin: 0;
	}
	.acc .img_fit_w {
		height: 300px;
	}
}
@media screen and (max-width:400px) {
		.footer_map__wrap {
				width: 300px;
				height: 300px;
		}
	.shop_info__list li dl dt {
		width: 12rem;
	}
	.acc_rosen p:first-child {
		font-size: 1.7rem;
	}
}
.shadowbox2 {
	position: fixed;
	top: 5%;
	left: 5%;
	padding: 0;
	z-index: 100;
	border: 1px solid var(--maincolor) ;
	color: var(--maincolor);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.shadowbox2 a {
	display: block;
	text-align: center;
	opacity: 0.8;
}
