@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	text-align: justify;
}

body {
	font-size: 1.3rem;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2A2A2A;
}

p{
	color: #FFFFFF;
}

@media screen and (min-width:768px) {
	body {
		font-size: 1.6rem;
			padding-bottom:0;
	}
}
#all_wrap{
	background-color:#222222;
}

a img:hover {
	opacity: 0.8;
}


.main_v{
	background-color:#222222;
}

.responsive {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;	
}

@media screen and (min-width:768px) {
	.responsive {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width:1024px) {
	.responsive {
		width: 1000px;
		margin: 0 auto;
	}
}

.main_v_pc {
display:none!important;

}

.main_v_sp {
	display:block!important;

}
@media screen and (min-width:768px) {
	.main_v_pc {
		display:block!important;
		
		}
		
		.main_v_sp {
			display:none!important;
		
		}
}

img {
	width: 100%;
	height: auto;
}

.logo_flex {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.logo_small {
	width: 200px;
}

.ig_logo{
	width: 35px;
	margin-left: auto;
}

@media screen and (min-width:768px) {
	.logo_flex {
		display: flex;
		margin-top: 60px;
		margin-bottom: 30px;
		align-items: center;
	}
	.logo_small {
		width: 400px;
	}
	.ig_logo {
		width: 45px;
		margin-left: auto;
	}
}

.text_4th {
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 40px 0;
	line-height: 1.7;
	color: #FFFFFF;
}
.responsive .text_4th br{
display:none;
}

@media screen and (min-width:768px) {
	.text_4th {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin: 40px 0;
		line-height: 1.7;
	}

	.responsive .text_4th br{
		display:block;
		}
}

.top_button_flex {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-bottom: 30px;
	gap:10px;
}
@media screen and (min-width:768px) {
	.top_button_flex {
	flex-wrap: nowrap;
	}
}

.top_button_flex div {
	width: calc((100% - 10px) / 2);
}
@media screen and (min-width:768px) {
	.top_button_flex div {
		width: calc(100% / 4);
		margin-bottom: 30px;
	}
}

.tokuyama {
	margin-bottom: 30px;
}

.gibie_tokuyama {
	text-align: center;
	font-size: 2.0rem;
	color: #000000;
	border-bottom: 1px solid #572C00;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.gibie_tokuyama {
		text-align: center;
		font-size: 2.5rem;
		color: #000000;
		border-bottom: 1px solid #572C00;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-weight: bold;
	}

}

.gibie_tokuyama_wrap {
	text-align: center;
}

.gibie_tokuyama_wrap p {
	font-size: 1.5rem;
	line-height: 2.0;
	text-align:left;
}

.gibie_tokuyama_wrap p br{
	display:none;
}
	.gibie_tokuyama_wrap img {
	height: auto;
	width: 90%;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
	.gibie_tokuyama_wrap p {
		font-size: 1.5rem;
		line-height: 2.0;
		text-align: center;
	}
	
	.gibie_tokuyama_wrap p br{
		display:block;
	}
	
.gibie_tokuyama_wrap img {
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}
}

.item_info .chusyaku {
	border-radius:initial;
	padding-bottom: 10px;
	margin:initial;
	font-size:1.2rem;
}
.chusyaku {
	line-height: 1.5;
	display: block;
}

.bg_store {
	background: #DCCF33;
	padding:25px 0px;
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
	.bg_store {
		background: #DCCF33;
		margin-bottom: 50px;
	}
}


/**/

.ns_flex {
	display: block;
}

@media screen and (min-width:768px) {
	.ns_flex {
		display: flex;
		flex-wrap: wrap;
	}
}

.ns_flex li {
	width: 100%;
	margin-bottom: 40px;
}

.ns_flex li:nth-child(odd) {
	margin-right: 0;
}

@media screen and (min-width:768px) {
	.ns_flex li {
		width: calc((100% - 30px)/2);
		margin-bottom: 90px;
	}
	.ns_flex li:nth-child(odd) {
		margin-right: 30px;
	}
}

.new_store_flex {
	display: flex;
	align-items: center;
}

.no {
	width: 100px;
	position: relative;
	margin-bottom: 5px;
}

.no p {
	position: absolute;
	color: yellow;
	font-size: 1rem;
	line-height: 1;
	top: 50%;
	left: 68%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-align: center;
}

.no p span {
	font-size: 1.2rem;
}

.name_wrap {
	position: relative;
	width: calc(100% - 110px);
	color: #FFFFFF;
}

.name {
	padding-left: 10px;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: -28px;
}

.name span {
	font-size: 1.1rem;
}
.name_1l{
	padding-left: 10px;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: -15px;
}

.name_1l span{
	font-size: 1.1rem;
}

.store_info_flex {
	display: flex;
	align-items: flex-end;
}

.item_info {
	padding-right: 8px;
	margin-top: 5px;
}

.item_info h3 {
	color: #FFFFFF;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.3;
	margin-top:5px;
}
.item_info span {
	padding: 3px 5px;
	font-size: 1.1rem;
	margin-right: 3px;
	border-radius: 2px;
}
br_none{
	display:block;
}
@media screen and (min-width:768px) {
br_none{
	display:none;
}
}
.br_none span{
	line-height:1;
	display:block;
}

.item_info h3 span {
	font-size: 2.5rem;
	background: initial;
	padding: initial;
	font-size: 1.5rem;
	color: #FFFFFF;
}
@media screen and (min-width:768px) {
	.item_info h3 {
		color: #FFFFFF;
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.3;
	}
	
	.item_info h3 span {
		font-size: 2.5rem;
		background: initial;
		padding: initial;
		font-size: 1.1rem;
		color: #FFFFFF;
	}
}
@media screen and (min-width:1024px) {
	.item_info h3 {
		color: #FFFFFF;
		font-size: 2.4rem;
		font-weight: 900;
		line-height: 1.3;
	}
	
	.item_info h3 span {
		font-size: 2.5rem;
		background: initial;
		padding: initial;
		font-size: 1.5rem;
		color: #FFFFFF;
	}
}
.price {
	color: #FFFFFF;
	font-size: 1.4rem;
}



.item {
	font-size: 1.4rem;
	line-height: 1.3;
}

.staff_img {
	width: 110px;
}

.staff_img img {
	display: block;
	border-left: 2px solid #512800;
	border-bottom: 2px solid #512800;
}

.staff_img p {
	font-size: 1.4rem;
	padding: 5px;
	text-align: center;
	line-height: 1.2;
}

.staff_img p span {
	font-size: 1.2rem;
}

/**/

.store_flex {
	display: flex;
	flex-wrap: wrap;
}

.store_flex li {
	width: calc(100%);
	margin-bottom: 40px;
	position: relative;
}

.store_flex li:nth-child(odd) {
	margin-right: 0;
}

@media screen and (min-width:768px) {
	.store_flex li {
		width: calc((100% - 45px)/2);
		margin-bottom: 90px;
		position: relative;
	}
	.store_flex li:nth-child(odd) {
		margin-right: 45px;
	}
}

.store_flex li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #4c211a;
	z-index: 1;
	width: 70%
}

.coupon_flex {
	display: flex;
	align-items: center;
	margin-top: 15px;
	position: relative;
}

.coupon_flex::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ffffff;
	z-index: 1;
	width: 70%;
}

.cp_flex01 {
	width: 15%;
}

.cp_flex02 {
	width: 55%;
	padding-left: 5px;
	line-height: 1.3;
	color: #ffffff;
}


@media screen and (min-width:768px) {
	.coupon_flex {
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.cp_flex02 {
		width: 55%;
		padding-left: 5px;
		line-height: 1.3;
		font-size: 1rem;
		color: #ffffff;
	}
	.cp_flex02 span {
		font-size: 1.5rem;
		color: #ffffff;
	}
}
@media screen and (min-width:1024px) {
	.coupon_flex {
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.cp_flex02 {
		width: 55%;
		padding-left: 5px;
		line-height: 1.3;
		font-size: 1.3rem;
		color: #ffffff;
	}
	.cp_flex02 span {
		font-size: 1.8rem;
		color: #ffffff;
	}
}

.cp_flex03 {
	width: 30%;
}

.cation {
	font-size: 1.2rem;
}

.bg_red {
	background: #e84220;
	background-image: url(../img/bn_Red.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 40px;
	margin-top: 50px;
}
@media screen and (min-width:768px) {
	.bg_red {
		background: #e84220;
		background-image: url(../img/bn_Red.png);
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 140px;
		margin-top: 50px;
	}
}
.menu_kaihatsu {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
}

@media screen and (min-width:768px) {
	.menu_kaihatsu {
		display: block;
		margin: 0 auto 0 auto;
		width: 700px;
	}
}

.sc_list {
	letter-spacing: -1em;
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.sc_list {
		letter-spacing: -1em;
		font-size: 0;
		text-align: center;
		width: 700px;
		margin: 0 auto;
	}
}

.sc_list li {
	display: inline-block;
	font-size: 2.0rem;
	padding: 2px 20px;
	color: white;
	letter-spacing: normal;
}

.sc_list .sc_list_small {
	font-size: 1.2rem;
}
.sc_list_store .sc_list_small {
	font-size: 1.2rem;
}
.sc_list_store {
	letter-spacing: -1em;
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.sc_list_store {
		letter-spacing: -1em;
		font-size: 0;
		text-align: center;
		width: 700px;
		margin: 0 auto;
	}
}

.sc_list_store li {
	display: inline-block;
	font-size: 2.0rem;
	padding: 2px 15px;
	color: white;
	letter-spacing: normal;
}

.store_sc_flex {
	display: flex;
	flex-wrap: wrap;
}

.store_sc_flex li {
	width: calc((100% - 10px)/2);
	margin-bottom: 40px;
	color: white;
	text-align: center;
	font-size: 1.5rem;
}


.store_sc_flex li p {
	margin-top: 5px;
}

.store_sc_flex li:nth-child(odd) {
	margin-right: 10px;
}
@media screen and (min-width:768px) {
	.store_sc_flex li {
		width: calc((100% - 45px)/2);
		margin-bottom: 40px;
		color: white;
		text-align: center;
		font-size: 1.5rem;
	}
	.store_sc_flex li:nth-child(odd) {
		margin-right: 45px;
	}
	
	}
.mb {
	margin-bottom: 50px;
}

.stamp_howto_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width:768px) {
	.stamp_howto_flex {
		display: flex;
		align-items: flex-start;
	}
}

.stamp_howto_step {
	width: 100%;
}

@media screen and (min-width:768px) {
	.stamp_howto_step {
		width: 65%;
		padding-right: 30px;
	}
}

.stamp_howto_img {
	width: 60%;
	margin:10px auto 10px auto;
}

@media screen and (min-width:768px) {
	.stamp_howto_img {
		width: 35%;
		padding-right: 50px;
	}
}

.stamp_howto_img p {
	text-align: right;
}

.step1, .step2, .step3 {
	position: relative;
	line-height: 1.3;
	padding-left: 3em;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align:middle;
	height:50px;
}
.step1 span
 {
	position:absolute;
	top:30%;
}

.step2 span,
.step3 span {
	position:absolute;
	top:20%;
}
@media screen and (min-width:768px) {
	.step1 span,
	.step2 span,
	.step3 span {
		position:absolute;
		top:30%;
	}
}



.step1:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_01.png") no-repeat;
	background-size: contain;
}

.step2:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_02.png") no-repeat;
	background-size: contain;
}

.step3:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_03.png") no-repeat;
	background-size: contain;
}

.step_text {
	margin-top: 10px;
}

.mt_sp {
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	.mt_sp {
		margin-top: 10px;
	}
}

.step_text br {
	display: none;
}

@media screen and (min-width:768px) {
	.step_text {
		margin-top: 10px;
		padding-left: 3em;
	}
	.step_text br {
		display: block;
	}
}

.next {
	display: none;
}

@media screen and (min-width:768px) {
	.next {
		display: block;
		width: 20px;
		height: auto;
		margin: 25px auto;
	}
}

.stamp_button {
	width: 90%;
	display: block;
	margin: 50px auto;
}

@media screen and (min-width:768px) {
	.stamp_button {
		width: 600px;
		display: block;
		margin: 50px auto;
	}
}

.stamp_rule_p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.stamp_rule_list {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	color: #ffffff;
}

.stamp_rule_list li {
	margin-bottom: 15px;
}

.stamp_rule_list li span {
	font-size: 1.2rem;
}

.bg_yellow {
	background: #DCCF33;
	background-image: url(../img/bg_yellow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 10px;
	margin-top: 50px;
	border-bottom: 10px;
}
@media screen and (min-width:768px) {
	.bg_yellow {
		background: #DCCF33;
		background-image: url("../img/bg_yellow.webp");
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 50px;
		margin-top: 50px;
		border-bottom: 10px;
	}
}
.present_p {
	font-size: 1.3rem;
	margin-bottom: 30px;
	color: #222222;
}

.sc_midashi {
	width: auto;
	height:25px;
	display: block;
	margin: 20px auto;
}
@media screen and (min-width:768px) {
	.sc_midashi {
		width: auto;
		height: 32px;
		display: block;
		margin: 20px auto;
	}
}
.miashi_wrap {
	position: relative;
	margin-bottom: 30px;
}

.miashi_wrap:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 20%;
	top: 50%;
	left: 0;
	transform: translate(-30%, -50%);
	-webkit-transform: translate(-30%, -50%);
	-ms-transform: translate(-30%, -50%);
}

.miashi_wrap:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 20%;
	top: 50%;
	right: 0;
	transform: translate(30%, -50%);
	-webkit-transform: translate(30%, -50%);
	-ms-transform: translate-(30%, -50%);
}
@media screen and (min-width:768px) {
	.miashi_wrap:before {
		position: absolute;
		content: "";
		border-bottom: 1px solid #fff;
		height: 1px;
		width: 40%;
		top: 50%;
		left: 0;
		transform: translate(-30%, -50%);
		-webkit-transform: translate(-30%, -50%);
		-ms-transform: translate(-30%, -50%);
	}
	
	.miashi_wrap:after {
		position: absolute;
		content: "";
		border-bottom: 1px solid #fff;
		height: 1px;
		width: 40%;
		top: 50%;
		right: 0;
		transform: translate(30%, -50%);
		-webkit-transform: translate(30%, -50%);
		-ms-transform: translate-(30%, -50%);
	}

}

.utiawase {
	color: white;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 30px;
}
.utiawase br{
display:none;
}
@media screen and (min-width:768px) {
	.utiawase {
		color: white;
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.0;
		margin-bottom: 30px;
	}
	.utiawase br{
		display:block;
		}
}

.taroni {
	width: 80%;
	height: auto;
	margin: 30px auto;
	display: block;
}

.taroni_flex {
	display: block;
}

@media screen and (min-width:768px) {
	.taroni_flex {
		display: flex;
		align-items: center;
	}
}

.taroni_img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5px;
}

@media screen and (min-width:768px) {
	.taroni_img {
		width: 45%;
		margin-bottom: 0;
	}
}

.taroni_flex p {
	width: 100%;
	line-height: 2.0;
}

@media screen and (min-width:768px) {
	.taroni_flex p {
		width: 50%;
		margin-left: 5%;
		line-height: 2.0;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube_channel {
	display: block;
	margin: 30px auto 50px auto;
	width: 80%;
}

@media screen and (min-width:768px) {
	.youtube_channel {
		display: block;
		margin: 30px auto 50px auto;
		width: 600px;
	}
}

.insta_present {
	width: 80%;
	display: block;
	margin: 40px auto;
}

@media screen and (min-width:768px) {
	.insta_present {
		width: 700px;
		display: block;
		margin: 40px auto;
	}
}

@media screen and (min-width:1024px) {
	.insta_present {
		width: 800px;
		display: block;
		margin: 40px auto;
	}
}


.oubo {
	text-align: left;
}

@media screen and (min-width:768px) {
	.oubo {
		text-align: center;
	}
	

}

.oubo2 {
	text-align: center;
}


.step {
	width: auto;
	height: 60px;
	display: block;
	margin: 30px auto 20px auto;
}

.insta_flex {
	width: 100%;
	margin: 0 auto 50px auto;
}

@media screen and (min-width:768px) {
	.insta_flex {
		width: 800px;
		margin: 0 auto 50px auto;
	}
}

.insta_oubo_flex {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex {
		display: flex;
		align-items: center;
		margin: 0 auto;
		border-bottom: 1px solid #572C00;
		padding-bottom: 20px;
		position: relative;
	}
}

.insta_oubo_flex::after {
	content: "";
	display: none;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #572C00 transparent transparent transparent;
		border-width: 10px 10px 0 10px;
		display: block;
	}
}

.c3 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #572C00;
}

.c3 img {
	width: 40%;
	height: auto;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c3 {
		width: 25%;
		font-size: 2.5rem;
		font-weight: bold;
		color: #572C00;
	}
	.c3 img {
		width: 100%;
		height: auto;
	}
}

.c3 ul {
	list-style: inside;
	list-style: none
}

.c3 ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.0;
	padding-top: 5px;
}

.c3 span {
	font-size: 1.6rem;
	font-weight: normal;
	color: initial;
	margin-left: 3px;
}

.listA li::before {
	content: "A."
}

.listB li::before {
	content: "B."
}

.listC li::before {
	content: "C."
}

.listA li img,
.listC li img {
	margin-top:20px;
}

.step1_or {
	width: 100%;
}

@media screen and (min-width:768px) {
	.step1_or {
		width: calc(25% /2);
		text-align: center;
	}
}

.step1_or img {
	width: auto;
	height: 30px;
	margin: 15px auto;
	display: block;
}

@media screen and (min-width:768px) {
	.step1_or img {
		width: auto;
		height: 30px;
		margin: 30px auto;
	}
}

.insta_oubo_flex2 {
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex2 {
		display: flex;
		align-items: start;
		position: relative;
		padding-bottom: 20px;
		margin: 0 auto;
		border-bottom: 1px solid #572C00;
	}
}

.insta_oubo_flex2::after {
	display: none;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex2::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #572C00 transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
}

.c2_img {
	width: 100%;
}

@media screen and (min-width:768px) {
	.c2_img {
		width: 40%;
	}
}

.c2_img img {
	width: 40%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c2_img img {
		width: 100%;
	}
}

.c2 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #572C00;
}

@media screen and (min-width:768px) {
	.c2 {
		width: 60%;
		font-size: 2.5rem;
		padding-left: 15px;
	}
}

.c2 ul {
	list-style: inside;
	list-style-type: upper-latin;
}

.c2 span {
	font-size: 1.6rem;
	font-weight: normal;
	color: initial
}

.c2 ul li img {
	width: auto;
	height: 30px;
	margin: 10px auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c2 ul li img {
		width: auto;
		height: 30px;
		margin: 10px auto;
		display: block;
	}
}

.insta_oubo_flex3 {
	display: block;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex3 {
		display: flex;
		align-items: center;
	}
}

.ig_img {
	width: 100%;
}

@media screen and (min-width:768px) {
	.ig_img {
		width: 40%;
	}
}

.ig_img img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.ig_img img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}

.ig {
	width: 100%;
}

@media screen and (min-width:768px) {
	.ig {
		width: 60%;
		padding-left: 15px;
	}
}

.gibie_store {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}

@media screen and (min-width:768px) {
	.gibie_store {
		display: flex;
		align-items: center;
		width: 800px;
		margin: 0 auto 20px auto;
	}
}

.store_img2 {
	width: 50%;
}

@media screen and (min-width:768px) {
	.store_img2 {
		padding-right: 5px;
		width: 40%
	}
}

.store_info {
	width: 100%;
}

@media screen and (min-width:768px) {
	.store_info {
		width: 60%;
		padding-left: 20px;
		border-left: 1px solid #000;
	}
}

.info_cild_flex {
	display: block;
	font-size: 1.5rem;
}

@media screen and (min-width:768px) {
	.info_cild_flex {
		display: flex;
		align-items: start;
		flex-wrap: wrap;
		font-size: 1.5rem;
	}
}

.info_cild_flex div {
	width: 100%;
}

@media screen and (min-width:768px) {
	.info_cild_flex div {
		width: 50%;
	}
}

.gibie_store_list {
	padding: 5px 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: #222222;
}

.gibie_store_list span {
	padding: 0 10px;
	color: #222222;
}

footer {
	background: #000000;
	padding: 50px 0;
	margin-top: 50px;
}

footer img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	footer img {
		display: block;
		height: 80px;
		width: auto;
		margin: 0 auto;
	}
}

footer p {
	text-align: center;
	width: 100%;
	margin: 20px auto 0 auto;
	color: white;
}

@media screen and (min-width:768px) {
	footer p {
		text-align: center;
		width: 700px;
		margin: 20px auto 0 auto;
		color: white;
	}
}

@media screen and (min-width:1024px) {
	footer p {
		text-align: center;
		width: 900px;
		margin: 20px auto 0 auto;
		color: white;
	}
}

.responsive800 {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.responsive800 {
		width: 100%;
	}
}
@media screen and (min-width:1024px) {
	.responsive800 {
		width: 800px;
	}
}



.insta_enbed {
display:flex;
justify-content: center;
margin-bottom:30px;
}
/*ページトップへ戻る*/

/*リンクの形状*/

#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: gray;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	transition: all 0.3s;
}

#page-top a:hover {
	background: #777;
}

#page-top a span {
	margin-top: 3px;
	display: block;
}

/*リンクを右下に固定*/

#page-top {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

.bottom_stamp {
	background:#CCC;
	position:fixed;
	bottom:0;
	height:50px;
	width:100%;
	display:flex;
	align-items:center;
}

.bottom_stamp a{
	width:90%;
	margin:10px auto;
	border-radius:20px;
	background:#C30;
	color:white;
	padding:5px 0;
	text-align:center;
	opacity:1.0;
	font-size:1.6rem;
	font-weight:bold;
	
}
@media screen and (min-width:768px) {
	.bottom_stamp {
	display:none;
}
}



/**/

.fadeIn {
	opacity: 0;
	transition: 2s;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}

.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.flex_reset {
	display: block;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.pb0 {
	padding-bottom: 0!important;
}

.bd0 {
	border: none!important;
}

.text_oubo{
	text-align: center;
	padding-bottom: 20px
}
.text_oubo span{
	font-size: 2rem;
	color: #000000;
	font-weight: 600;
}

@media screen and (min-width:768px) {
	.text_oubo span{
	font-size: 5rem;
	}}

