@charset "UTF-8";

.gradientbg1 {
	background: #a1e0d0;
	background: #fdfbf5;
}

h2 {
	color: #272727;
}

.orange_box {
	background: #fffbee;
	padding: 10px 20px;
	margin: auto;
}

.orange_box p {
	margin-top: 0px !important;
	margin: auto;
	color: #df5e26;
	font-weight: 500;
}

.memo {
	font-size: 18px;
	font-weight: 500;
	color: #df5e26;
	padding-bottom: 12px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.memo:before {
	content: "";
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #df5e26;
	border-radius: 2px;
}

.osaka_info {
	background: #f4f4f5;
	text-align: center;
	font-size: 25px;
	padding: 20px 0;
	font-weight: 500;
	color: #40424e;
	width: 100%;
	display: flex;
	justify-content: center;
}

.osaka_info:hover {
	opacity: 0.7;
}

.osaka_info .info_inner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.osaka_info .info_inner img {
	width: 20%;
	height: 34%;
	display: flex;
}

.osaka_info .info_inner p {
	padding: 10px;
	margin: auto 0;
	margin-left: 20px;
}

.osaka_info span {
	color: #d64550;
	font-weight: 900;
}

#misemeg_order_hero {
	height: 400px;
	background-image: url("../img/misemeg_orderbg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#misemeg_order_hero h1 {
	filter: drop-shadow(1px 2px 3px rgba(255, 255, 255, 100%));
	margin: 0 0 30px;
}

#misemeg_order_hero .hero_text_p {
	margin: 0 0 30px;
}

#misemeg_order_hero .hero_text {
	text-shadow: 4px 4px 12px #ffffff;
}

#misemeg_order_hero .herobanner {
	max-width: 440px;
	min-width: 350px;
	width: 44vw;
	margin-top: 20px;
}

#misemeg_order_hero .sp_misemeg_hero img {
	width: auto;
	display: flex;
	max-height: 330px;
	margin: auto;
}

.sp_misemeg_hero {
	position: relative;
	height: 400px;
	display: flex;
	margin: auto;
}

.sp_misemeg_hero div {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hero_logo {
	max-width: 210px;
	height: 100%;
}

.hero_apps {
	justify-content: space-evenly;
	width: 100%;
}

.hero_apps .app_icon {
	width: auto;
}

.hero_apps .app_icon img {
	width: auto;
	height: 70px;
	border: 1px solid #cbcbcb;
	border-radius: 7px;
}

.hero_apps .app_icon2 {
	margin: 0 0 0 5px;
}

.hero_apps .app_icon2 img {
	width: auto;
	height: 70px;
	border: 1px solid #cbcbcb;
}

.hero_apps .hero_appbanner {
	width: auto;
}

.info {
	color: #464646;
	background: #fafafa;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	font-weight: 500;
	border-top: 1px solid rgba(223, 94, 38, 0.18);
	border-bottom: 1px solid rgba(223, 94, 38, 0.18);
	display: flex;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	/* 横方向中央揃え（Safari用） */
	justify-content: center;
	/* 横方向中央揃え */
}

.info span {
	color: #df5e26;
	font-weight: 600;
	margin-right: 10px;
}

.info img {
	width: 200px;
	margin-right: 20px;
	border: 1px solid #dddddd;
}

.mo_intro .col-6 img {
	width: 50%;
}

.mo_intro .mobileO img {
	max-width: 220px;
	margin-bottom: 10px;
}

.mo_intro .mobileO h3 {
	margin: 8px 0;
	color: #df5e26;
	font-size: 26px;
}

.mo_intro .mobileO .mo_text {
	margin-top: 20px;
}

.mo_intro .mobileO .mobtn p {
	margin-bottom: 20px !important;
	line-height: 30px;
	color: #df5e26;
	border: 1px solid #df5e26;
	width: 180px;
	margin: auto;
	border-radius: 30px;
}

.mo_intro .takeoutO img {
	max-width: 220px;
	margin-bottom: 10px;
}

.mo_intro .takeoutO h3 {
	margin: 8px 0;
	color: #589c34;
	font-size: 26px;
}

.mo_intro .takeoutO .mo_text {
	margin-top: 20px;
	line-height: 30px;
}

.mo_intro .takeoutO .mobtn p {
	margin-bottom: 20px !important;
	line-height: 30px;
	color: #589c34;
	border: 1px solid #589c34;
	width: 180px;
	margin: auto;
	border-radius: 30px;
}

.mo_intro .mobtn p:hover {
	opacity: 0.6;
}

.cd-fold-content {
	text-align: center;
}

.cd-fold-content h2 {
	transition: transform 0.1s 0.1s, opacity 0.2s 0.2s;
}

.cd-fold-content p,
.cd-fold-content em {
	line-height: 1.6;
}

.cd-fold-content p {
	margin-bottom: 1em;
	transition: transform 0.1s 0.1s, opacity 0.2s 0s;
}

.to h2 {
	color: #589c34;
}

.to ul li {
	font-size: 16px;
	line-height: 40px;
}

.to ul li::before {
	content: "■";
	color: #589c34;
	padding-right: 10px;
}

.mo h2 {
	color: #df5e26;
}

.mo ul li {
	font-size: 16px;
	line-height: 40px;
}

.mo ul li::before {
	content: "■";
	color: #df5e26;
	padding-right: 10px;
}

.misemeg_muryou {
	width: 80%;
	margin: auto;
	display: block;
	text-align: center;
}

.misemeg_muryou ul {
	width: 100%;
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
}

.misemeg_muryou li {
	padding: 10px 5px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
	background: #889183;
}

.misemegorder_muryou {
	width: 90%;
	border: 1px solid #efefef;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px rgba(0, 0, 0, 0.05);
	padding: 20px 0px;
	border-radius: 5px;
	margin: auto;
}

.misemegorder_muryou ul {
	color: #eb6120;
}

.misemegorder_muryou ul li {
	font-size: 42px;
	font-weight: 800;
}

.misemegorder_muryou ul li span {
	font-size: 40%;
	margin-right: 20px;
	font-weight: 500;
	color: #151413;
}

.misemegorder_muryou ul li span:nth-child(2) {
	margin-right: 0px;
}

.misemegorder_muryou p {
	margin-top: 40px;
}

.twoinone {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.twoinone li {
	width: 47%;
	margin-bottom: 50px;
	justify-content: space-around;
}

.twoinone li:first-child {
	padding-right: 0px;
	border-right: 1px solid #dbd7d5;
}

.muryou {
	background: #e9f2f0;
	font-size: 20px;
	text-align: center;
	color: #004d90;
	font-weight: 600;
	letter-spacing: 1px;
	width: 90%;
	margin: 20px auto 0;
	padding: 10px;
}

.point_box {
	border: none;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.point_box:after {
	content: "";
	display: block;
	clear: both;
}

.point_inner {
	width: 48%;
	background: #f8f8f6;
	padding: 30px 15px;
}

.point_inner h3 {
	margin-bottom: 20px;
	color: #df5e26;
}

.payment {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border: 1px solid #f8f8f8;
}

.payment h3 {
	color: #df5e26;
	font-size: 22px !important;
}

.payment .kessai h4 {
	margin-top: 10px;
	font-weight: 500;
	background: #f2ece9;
	color: #d44e14;
	width: 80%;
	margin: 20px auto;
}

.payment .kessai li {
	line-height: 28px;
}

.pos_payment_box ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pos_payment_box ul li {
	width: calc(98% / 5);
	padding: 10px;
}

.pos_payment_box ul li img {
	width: auto;
	margin: auto;
	width: 100%;
}

/*tabs*/
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-top: 0px;
	max-width: 1010px;
	margin: 10px auto 0;
}

/*タブのスタイル*/
.tab_item {
	cursor: pointer;
	margin-top: 0px;
	margin: auto;
	width: calc(90% / 2);
	justify-content: space-between;
	height: 50px;
	background-color: #ffffff;
	border-radius: 30px;
	border: 2px solid #df5e26;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1.5px;
	font-weight: 400 !important;
	color: #df5e26;
	display: block;
	float: left;
	margin: 0 20px 10px 20px;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	margin: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #ffffff78;
}

/*選択されているタブのコンテンツのみを表示*/
#app:checked ~ #app_content,
#web:checked ~ #web_content {
	display: flex;
	margin: auto;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #df5e26;
	color: white;
	position: relative;
}

.tabs input:checked + .tab_item::after {
	position: absolute;
	top: 62%;
	left: 48%;
	color: #df5e26;
	content: "▼";
}

#app_content header,
#app_content script,
#app_content noscript,
#app_content footer,
#app_content nav,
#app_content h2 {
	display: none;
}

.process > ul > li {
	font-size: 1.2em;
	line-height: 1em;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #ecebe8 0%, #f5eae5 100%);
	border-image-slice: 1;
	margin: 0;
	padding: 35px;
	counter-increment: section;
	position: relative;
	color: #34435e;
}

.process > ul > li h3 {
	margin-bottom: 20px;
	font-size: 25px;
	color: #1f8312;
}

.process > ul > li:before {
	content: counter(section);
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	height: 1.25em;
	width: 1.25em;
	background-color: #df5e26;
	text-align: center;
	line-height: 1.25em;
	color: #ffffff;
	font-size: 1.5em;
}

.process > ul > li:nth-child(even) {
	border-right: 3px solid;
	padding-left: 0;
}

.process > ul > li:nth-child(even):before {
	left: 100%;
	margin-left: -20px;
}

.process > ul > li:nth-child(odd) {
	border-left: 3px solid;
	padding-right: 0;
}

.process > ul > li:nth-child(odd):before {
	right: 100%;
	margin-right: -20px;
}

.process > ul > li:first-child {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.process > ul > li:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.mo_slider1 {
	position: relative;
	background: url(../img/iphone_mock.png) center top no-repeat;
	background-size: contain;
	width: 320px;
	height: 550px;
	display: flex;
	margin: auto !important;
}

.mo_slider1_inner {
	position: absolute;
	top: 42px;
	right: 45px;
	width: 229px;
	height: 400px;
}

.mo_slider1_inner .slick-next {
	right: -65px !important;
	top: 55%;
}

.mo_slider1_inner .slick-prev {
	left: -65px !important;
	top: 55%;
}

.mo_slider1_inner .slick-dots {
	bottom: -130px;
}

.mo_slider2 {
	position: relative;
	background: url(../img/iphone_mock.png) center top no-repeat;
	background-size: cover;
	width: 280px;
	height: 380px;
	display: flex;
	margin: auto !important;
}

.mo_slider2_inner {
	position: absolute;
	top: 42px;
	right: 27px;
	width: 226px;
	height: 451px;
}

.mo_slider2_inner .slick-next {
	right: -55px !important;
	top: 38%;
}

.mo_slider2_inner .slick-prev {
	left: -50px !important;
	top: 38%;
}

.mo_slider2_inner .slick-dots {
	bottom: 80px;
}

.flow_par {
	padding-right: 40px !important;
}

.flow_pal {
	padding-left: 40px !important;
}

.flow_img {
	max-height: 300px;
	max-width: 300px;
	display: flex;
	margin: auto;
	border: 1px solid rgba(128, 128, 128, 0.23);
}

.orangebtn {
	background: none;
	color: #df5e26;
	font-size: 14px !important;
	padding: 8px 70px;
	width: 100%;
	border-radius: 30px;
	letter-spacing: 2px;
	margin-top: 10px !important;
	z-index: auto;
}

.orangebtn2 {
	background: none;
	color: #df5e26;
	font-size: 14px !important;
	padding: 8px;
	width: 80%;
	border-radius: 30px;
	letter-spacing: 2px;
	margin-top: 30px !important;
	border: 1px solid #df5e26;
	z-index: auto;
}

.orangebtn3 {
	background: none;
	color: #df5e26;
	font-size: 14px !important;
	padding: 8px;
	width: 80%;
	border-radius: 30px;
	letter-spacing: 2px;
	border: 1px solid #df5e26;
	z-index: auto;
	margin: auto;
}

.tokucho_wrap .tokucho_inner1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tokucho_wrap .tokucho_inner1 li {
	width: calc(98% / 3);
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #afafaf;
	color: #625854;
	border-radius: 5px;
	background: #ffffff;
}

.empty {
	background: none !important;
	border: none !important;
}


/*無料で始めるボタン*/
.greenbtn {
	width: 70%;
}

/*フローティングボタン*/
.fixed_btn_2 {
	position: fixed;
	bottom: 60px;
	right: 5px;
	padding: 18px 9pt 18px 15px;
	font-size: 1pc;
	border-radius: 5px;
	color: #fff;
	background: #3e8814;
	border: 2px solid #fff;
	z-index: 10;

	width: 200px;
	display: block;
	text-decoration: none;
}

.fixed_btn_2::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.rc_mb40 {
	margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	.pa_5_4 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {

	.kessai .col-6:first-child {
		position: relative;
		margin-bottom: 30px;
	}

	.kessai .col-6:first-child::before {
		content: "";
		border-bottom: 1px solid #d0d0d0;
		position: absolute;
		top: 270px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 70%;
	}

	.orangebtn {
		padding: 8px 10px;
		width: 100% !important;
	}

	.orangebtn2 {
		width: 100%;
		margin-top: 10px !important;
		margin-bottom: 30px;
	}

	.muryou {
		font-size: 17px;
	}

	.main .rc {
		margin-bottom: 0px;
	}

	#misemeg_order_hero {
		height: 720px;
		background-image: url("../img/misemeg_orderbg_sp.png");
		background-size: cover;
		background-repeat: no-repeat;
		padding: 30px 0 0;
	}

	#misemeg_order_hero h1 {
		margin: 0 auto 10px;
	}

	#misemeg_order_hero .hero_text_p {
		margin: 0 0 10px;
	}

	.sp_misemeg_hero {
		height: 340px;
	}

	.hero_logo {
		margin: 20px 0 0 0;
	}

	.hero_text .logo {
		width: 80%;
	}

	.hero_text p {
		text-align: center;
	}

	.hero_text .sp_misemeg_hero img {
		height: 320px;
	}

	#intro p {
		text-align: center;
	}

	.point_box {
		display: block;
	}

	.point_box .point_inner {
		width: 96%;
		margin: auto;
		margin-top: 15px;
	}

	.process > ul > li:before {
		content: counter(section);
		position: absolute;
		border-radius: 50%;
		padding: 10px;
		height: 1.25em;
		width: 1.25em;
		background-color: #df5e26;
		text-align: center;
		line-height: 1.25em;
		color: #ffffff;
		font-size: 1.1em;
		top: 33px;
	}

	.process > ul > li:nth-child(even) {
		border-right: 3px solid;
		padding-left: 0;
	}

	.process > ul > li:nth-child(even):before {
		left: 100%;
		margin-left: -30px;
	}

	.process > ul > li:nth-child(odd) {
		border-left: 3px solid;
		padding-right: 0;
	}

	.process > ul > li:nth-child(odd):before {
		right: 100%;
		margin-right: -30px;
	}

	.mo_slider1_inner {
		position: relative;
		top: -78px;
		left: 0;
		margin: auto;
	}

	.mo_slider2 {
		position: relative;
		background-size: cover;
		width: 280px !important;
		height: 380px;
		margin: auto !important;
	}

	.mo_slider2_inner {
		position: relative;
		top: 25px;
		left: -1px;
		margin: auto;
	}

	.misemegorder_muryou {
		width: 95%;
		border: 1px solid #efa07b;
		padding: 20px 10px;
		border-radius: 5px;
		margin: auto;
	}

	.misemegorder_muryou ul li {
		font-size: 24px;
		font-weight: 800;
	}

	.misemegorder_muryou ul li span {
		font-size: 60%;
	}

	.hero_apps .hero_appbanner {
		justify-content: center;
	}


	/*タブのスタイル*/
	.tab_item {
		cursor: pointer;
		margin-top: 0px;
		margin: auto;
		width: calc(90% / 2);
		margin: 0 2vw;
		text-align: center;
	}

	.fixed_btn_2 {
		position: fixed;
		margin-right: 55px;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 17px 10px;
		font-size: 1pc;
		border-radius: 0;
		color: #fff;
		background: #3e8814;

		border: 2px solid #fff;
		z-index: 2;

		transition: .3s;
	}

	.fixed_btn_2::after {
		content: "\f101";
		font-family: Font Awesome\ 5 Free;
		font-weight: 600;
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -7px 0 0;
		color: #fff;
	}

	.fixed_btn_2 {
		text-align: center;
		width: calc(100%/2);
		height: 50px;
		display: flex;
		align-items: center;
	}
}

@media print {
	#misemeg_order_hero {
		padding-top: 0;
	}
}
