@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
.inner img {
	margin: auto;
}

.orange_text {
	color: #f7931e;
}

.sp_db {
	display: none;
}

#top_header {
	margin-top: -100vh;
	padding-top: 100vh;
	padding-bottom: 0;
	background: none;
}

#top_header .inner {
	width: 100%;
	max-width: 100%;
	position: relative;
}

#top_header .inner img {
	width: 100%;
	margin: 0;
}

#top_header .inner .mv_text_top, #top_header .inner .mv_text_bottom {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top_header .inner .mv_text_top p, #top_header .inner .mv_text_bottom p {
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	line-height: 1.5;
	margin-bottom: 15px;
	text-shadow: 2px 2px 1px #ffffff, 3px 1px 1px #ffffff, 1px 3px 1px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 0px -1px 0px #ffffff, 0px 0px 30px #ffffff, 0px 0px 28px #ffffff, 0px 0px 26px #ffffff, 0px 0px 24px #ffffff, 0px 0px 22px #ffffff, 0px 0px 20px #ffffff;
}

#top_header .inner .mv_text_top {
	top: 28%;
	display: flex;
	justify-content: center;
}

#top_header .inner .mv_text_bottom {
	top: 68%;
	display: flex;
	justify-content: center;
}

#top_header .inner .button_box {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 10;
}

#top_header .inner .button_box .login, #top_header .inner .button_box .new {
	width: 200px;
	padding: 10px 0;
	text-align: center;
}

#top_header .inner .button_box .login p, #top_header .inner .button_box .new p {
	font-weight: 700;
}

#top_header .inner .button_box .login {
	background: #f7931e;
	color: #ffffff;
	border: 3px solid #f7931e;
	border-radius: 10px;
}

#top_header .inner .button_box .new {
	background: #ffffff;
	color: #f7931e;
	border: 3px solid #f7931e;
	border-radius: 10px;
	margin-left: 20px;
}

#top_header a {
	display: block;
}

#top_header a img {
	margin: auto;
	display: block;
}

#top_logo_title {
	margin-bottom: 25px;
}

#top_logo figure img {
	display: block;
	margin: auto;
}

#top_logo figure + figure {
	margin-top: 50px;
}

#top_logo figure .smile_mark {
	width: 50%;
}

#top_jisseki.none {
	display: none;
}

#top_jisseki .inner p {
	font-size: 16px;
	font-weight: 600;
}

#top_jisseki .inner .list_jump {
	justify-content: center;
	color: #48a184;
	margin-top: 40px;
}

#top_merit {
	padding-bottom: 0;
}

#top_merit .inner .merit_list {
	align-items: flex-start;
	padding-bottom: 50px;
}

#top_merit .inner .merit_list .merit_list_item {
	width: 273px;
}

#top_merit .inner .merit_list .merit_list_item .merit_image {
	width: 100%;
	height: 170px;
}

#top_merit .inner .merit_list .merit_list_item .merit_icon {
	display: inline-block;
}

#top_merit .inner .merit_list .merit_list_item .merit_list_title {
	color: #48a184;
	margin-top: 50px;
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}

#top_howto .inner {
	max-width: 1100px;
}

#top_howto .inner .howto_bg {
	position: relative;
	margin: 0 auto;
}

#top_howto .inner .howto_bg img {
	margin: 0 auto;
	width: 100%;
}

#top_howto .inner .howto_bg figcaption .step_text {
	position: absolute;
	width: 226px;
}

#top_howto .inner .howto_bg figcaption .step_text .step_title {
	font-size: 21px;
	font-weight: 700;
	color: #48a184;
}

#top_howto .inner .howto_bg figcaption .step1 {
	top: 5%;
	left: 32%;
}

#top_howto .inner .howto_bg figcaption .step2 {
	top: 55%;
	left: 42%;
}

#top_howto .inner .howto_bg figcaption .step3 {
	width: 233px;
	top: 90%;
	left: 65%;
}

#top_plan {
	padding-top: 10px;
}

#top_plan .inner .plan_title {
	margin: 0 auto;
}

#top_plan .plan_title li, #plan .plan_title li {
	width: 25%;
}

#top_plan .plan_title li p, #plan .plan_title li p {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	color: #f7931e;
	text-shadow: 4px 2px 2px #ffffff;
}

#top_plan .plan_info, #plan .plan_info {
	margin-top: 30px;
	justify-content: center;
	align-items: stretch;
}

#top_plan .plan_info .sp_db, #plan .plan_info .sp_db {
	display: none;
}

#top_plan .plan_info li, #plan .plan_info li {
	background: #ffffff;
	width: 25%;
	height: auto;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

#top_plan .plan_info li:last-of-type, #plan .plan_info li:last-of-type {
	border-right: 1px solid #808080;
}

#top_plan .plan_info li p, #plan .plan_info li p {
	font-weight: 700;
}

#top_plan .plan_info .plan_fxList, #plan .plan_info .plan_fxList {
	align-items: stretch;
	justify-content: space-between;
	padding: 20px 0 40px;
}

#top_plan .plan_info .plan_fxList .plan_fx .plan_price, #plan .plan_info .plan_fxList .plan_fx .plan_price {
	font-size: 55px;
	line-height: 55px;
	padding-top: 50px;
}

#top_plan .plan_info .plan_fxList .plan_fx .plan_price span, #plan .plan_info .plan_fxList .plan_fx .plan_price span {
	font-weight: 700;
}

#top_plan .plan_info .plan_fxList .plan_fx .plan_price span.enmark, #plan .plan_info .plan_fxList .plan_fx .plan_price span.enmark {
	font-size: 33px;
	color: #48a184;
	margin-left: 10px;
}

#top_plan .plan_info .plan_fxList .plan_fx .restriction, #plan .plan_info .plan_fxList .plan_fx .restriction {
	color: #48a184;
	font-size: 18px;
	line-height: 18px;
}

#top_plan .plan_info .plan_fxList .plan_fx .how_often, #plan .plan_info .plan_fxList .plan_fx .how_often {
	font-size: 16px;
	line-height: 16px;
}

#top_plan .plan_info .plan_fxList .plan_fx .how_often span, #plan .plan_info .plan_fxList .plan_fx .how_often span {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

#top_plan .plan_info .plan_fxList .plan_fx .info_text, #plan .plan_info .plan_fxList .plan_fx .info_text {
	font-size: 16px;
	line-height: 1.5;
}

#top_plan .plan_info .target, #plan .plan_info .target {
	position: relative;
}

#top_plan .plan_info .target::before, #plan .plan_info .target::before {
	content: 'まずはコレから！';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	padding: 5px 0;
	background: #f7931e;
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	width: 100%;
}

#top_plan .caution, #plan .caution {
	margin: 20px auto;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}

#top_about .inner .info_top figure img {
	width: 517px;
}

#top_about .inner .info_top .text_box {
	width: 433px;
	padding-left: 80px;
}

#top_about .inner .info_top .text_box .info_top_title {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 3px;
}

#top_about .inner .info_top .text_box .info_top_title .orange_text {
	font-weight: 700;
}

#top_about .inner .info_center {
	margin: 80px auto;
	justify-content: center;
}

#top_about .inner .info_center .text_box {
	padding-left: 36px;
}

#top_about .inner .info_center .text_box .info_center_title {
	font-size: 30px;
	line-height: 30px;
	color: #48a184;
	font-weight: 700;
}

#top_about .inner .info_center .text_box .info_center_text {
	font-size: 21px;
	line-height: 1.5;
}

#top_about .inner .info_bottom {
	justify-content: center;
	align-items: flex-start;
}

#top_about .inner .info_bottom li {
	width: 31%;
	padding: 0 22px;
}

#top_about .inner .info_bottom li p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.5;
}

#top_data {
	padding-top: 0;
	padding-bottom: 30px;
}

#top_data .inner .data_info_top .text_box {
	width: 476px;
	padding-left: 40px;
}

#top_data .inner .data_info_top .text_box .info_title {
	letter-spacing: 3px;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 50px;
}

#top_data .inner .data_info_top .text_box .info_title .orange_text {
	font-weight: 700;
}

#top_data .inner .yellow_box {
	width: 90%;
	margin: 50px auto;
}

#top_data .inner .yellow_box p {
	background: #f5c232;
	color: #ffffff;
	text-align: center;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

#top_data .inner .data_info_bottom .text_box p {
	font-size: 20px;
	line-height: 1.5;
	color: #5f6864;
}

#top_data .inner .data_info_bottom .text_box .info_title {
	font-size: 34px;
	line-height: 34px;
}

#top_data .inner .data_info_bottom .text_box .info_title .yellow_text {
	color: #f5c232;
}

#top_bland .inner .bland_title, #top_press_release .inner .bland_title {
	font-weight: 700;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 3px;
	margin-bottom: 30px;
	width: 90%;
	margin: 0 auto;
}

#top_bland .inner .bland_title .orange_text, #top_press_release .inner .bland_title .orange_text {
	font-size: 130px;
	line-height: 130px;
	padding-bottom: 40px;
}

#top_bland .inner .bland_list img, #top_bland .inner .press_release_list img, #top_press_release .inner .bland_list img, #top_press_release .inner .press_release_list img {
	max-width: 245px;
	max-height: 145px;
}

#top_bland .inner .pr_text, #top_press_release .inner .pr_text {
	text-align: right;
	font-weight: 700;
	margin-top: 20px;
}

#top_bland .movie, #top_press_release .movie {
	margin-top: 160px;
}

#top_bland .movie iframe, #top_press_release .movie iframe {
	width: 100%;
	height: 520px;
}

#top_sponsor .inner .sponsor_list {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

#top_sponsor .inner .sponsor_list li {
	width: 50%;
	margin-bottom: 60px;
}

#top_sponsor .inner .sponsor_list li figure {
	margin: 0 auto;
	max-width: 300px;
}

#top_sponsor .inner .sponsor_list li figure img {
	height: auto;
	max-height: 150px;
}

#top_sponsor .inner .sponsor_list li p {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 3px;
}

#top_sponsor .inner .pr_text {
	text-align: right;
	font-weight: 700;
	margin-top: 20px;
}

#top_qa .inner .accordion dl dt {
	padding: 10px 20px;
	background: #ffffff;
	font-size: 21px;
	font-weight: 700;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	position: relative;
}

#top_qa .inner .accordion dl dt::before, #top_qa .inner .accordion dl dt::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 0px;
	width: 30px;
	height: 6px;
	background: #808080;
	transform: translateX(-50%);
}

#top_qa .inner .accordion dl dt::after {
	transform: rotate(90deg);
	right: 15px;
}

#top_qa .inner .accordion dl dt:last-of-type {
	border-bottom: 1px solid #808080;
}

#top_qa .inner .accordion dl dd {
	display: none;
	padding: 10px 20px;
	background: #ffffff;
	font-size: 21px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#top_qa .inner .accordion dl dd:last-of-type {
	border-top: none;
	border-bottom: 1px solid #808080;
}

#top_qa .inner .accordion dl dd .contact_link {
	line-height: 1.5;
	text-decoration: underline;
}

#top_content .inner .content_box {
	border-top: 2px solid #48a184;
	border-bottom: 2px solid #48a184;
}

#top_content .inner .content_box li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 20px;
}

#top_content .inner .content_box li:not(:first-of-type) {
	border-top: 1px solid #48a184;
}

#top_content .inner .content_box li .title {
	width: 100%;
	color: #48a184;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 20px;
}

#top_content .inner .content_box li .box_left {
	width: 50%;
}

#top_content .inner .content_box li .box_left p {
	font-size: 16px;
}

#top_content .inner .content_box li .box_left .orange_text {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}

#top_content .inner .content_box li .box_right {
	width: 49%;
	background: #48a184;
	padding: 12px 0 10px;
	text-align: center;
	color: #ffffff;
	border-radius: 10px;
	margin-bottom: 40px;
}

#top_content .inner .content_box li .box_right p {
	font-size: 21px;
	font-weight: 700;
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#contact_form .inner label {
	font-size: 21px;
	color: #000000;
	font-weight: 700;
}

#contact_form .inner label input[type="text"], #contact_form .inner label input[type="tel"], #contact_form .inner label textarea {
	font-size: 16px;
	width: 100%;
	padding: .5em;
	background: #ffffff;
}

#contact_form .inner input[type="submit"] {
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 700;
	width: 40%;
	margin: 20px auto 0;
	display: block;
}

#contact_form .inner select {
	width: 100%;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 0;
}

/*=====<=====<=====<=====<=====<=====<=====
  news
=====>=====>=====>=====>=====>=====>=====*/
.news .inner {
	align-items: center;
	flex-direction: column;
}

.news .bold {
	font-size: 16px;
	font-weight: 600;
}

.news_list {
	width: 100%;
	display: block;
	border-top: 2px solid #48a184;
	border-bottom: 2px solid #48a184;
	margin: 0 auto;
}

.news_list_info:not(:first-of-type) {
	border-top: 1px solid #48a184;
}

.news_list_content {
	padding: 25px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news_list_title {
	margin-top: 0;
	margin-left: 65px;
}

a .news_list_title {
	color: #48a184;
}

.news_list_jump {
	color: #48a184;
	margin-top: 40px;
	text-align: center;
}

.news_new_tag {
	margin-left: 65px;
	padding: .3em .5em;
	background: #f7931e;
	border-radius: 3px;
	color: #ffffff;
	line-height: 1.1;
}

.news_new_tag + .news_list_title {
	margin-left: 10px;
}

/*=====<=====<=====<=====<=====<=====<=====
  history
=====>=====>=====>=====>=====>=====>=====*/
#history {
	background: #ffffff;
}

/*=====<=====<=====<=====<=====<=====<=====
  jisseki
=====>=====>=====>=====>=====>=====>=====*/
.jisseki-contents + .jisseki-contents {
	margin-top: 50px;
}

.jisseki-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #48a184;
	margin-bottom: 15px;
}

.jisseki-header h2, .jisseki-header h3 {
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

.jisseki-header h2 {
	font-size: 36px;
}

.jisseki-header h3 {
	font-size: 28px;
}

.jisseki-box {
	justify-content: center;
}

.jisseki-list {
	width: calc(100% / 3);
}

.jisseki-list dt, .jisseki-list dd {
	text-align: center;
	line-height: 1;
}

.jisseki-list dt {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	background: #48a184;
	padding: .6em 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
}

.jisseki-list dd {
	border-bottom: 1px solid #48a184;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	padding: .5em 0 .7em;
	color: #48a184;
	font-size: 30px;
	font-weight: 500;
}

.jisseki-list dd strong {
	color: #333333;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 5px;
}

.jisseki-list:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.jisseki-list:first-of-type dt, .jisseki-list:first-of-type dd {
	border-left: 1px solid #48a184;
}

.jisseki-list:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.jisseki-list:last-of-type dt, .jisseki-list:last-of-type dd {
	border-right: 1px solid #48a184;
}

.jisseki-list + .jisseki-list dt {
	border-left: 1px solid #ffffff;
}

.jisseki-list + .jisseki-list dd {
	border-left: 1px solid #48a184;
}

/*=====<=====<=====<=====<=====<=====<=====
  mypage
=====>=====>=====>=====>=====>=====>=====*/
.no_scroll {
	overflow: hidden;
}

.gray_text {
	color: #808080;
}

.green_button {
	background: #48a184;
}

.gray_button {
	background: #808080;
}

.og_button {
	background: #f7931e;
}

.d-none{
	display: none !important;
}

.error_message, .sub_error_infomation {
	font-size: 21px;
	color: #f44336;
	font-weight: 700;
	text-align: center;
}

.error_message:empty, .sub_error_infomation:empty {
	display: none;
}

.error_message.none, .sub_error_infomation.none {
	display: none;
}

#product .error_message {
	width: 100%;
	margin-top: 10px;
}

#product .error_message:empty {
	display: none;
}

.mypage {
	display: block;
}

.mypage--error_message_info {
	margin: 30px 0;
}

.mypage_content {
	position: relative;
	background: #ffffff;
	padding: 60px 20px 40px;
}

.mypage_content + .mypage_content {
	margin-top: 30px;
}

.mypage_content_title {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #48a184;
}

.mypage_content_cont {
	position: relative;
}

.mypage_content_cont_number {
	width: 100%;
	text-align: center;
	font-size: 100px;
	line-height: 1;
	margin: 0 auto;
}

.mypage_content_cont_unit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #808080;
	font-size: 50px;
}

.mypage_content_box_table tr + tr {
	border-top: 1px solid #333333;
}

.mypage_content_box_table tr td, .mypage_content_box_table tr th {
	padding: 5px 0;
	font-size: 20px;
	text-align: center;
}

.mypage_content_box_table tr th {
	color: #808080;
}

.mypage_content_box_table tr.none {
	display: none;
}

.mypage_content_box_table_info {
	color: #808080;
	font-size: 18px;
}

.mypage_content_box_table_info:after {
	content: '>';
	color: #808080;
	display: inline-block;
	margin-left: 5px;
}

.mypage_content .plus_list {
	font-weight: 700px;
	text-align: center;
	color: #808080;
	font-size: 24px;
	line-height: 24px;
	margin: 20px auto 0;
	cursor: pointer;
}

.mypage_content .plus_list:after {
	content: '>';
	color: #808080;
	display: inline-block;
	font-size: 32px;
	height: 32px;
	transform: rotate(90deg);
}

.mypage_form + .mypage_form {
	margin-top: 30px;
}

.mypage_form .mypage_content {
	padding: 40px;
}

.mypage_form_dataline {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.mypage_form_dataline + .mypage_form_dataline {
	margin-top: 1.5em;
}

.mypage_form_dataline_title {
	font-size: 20px;
	display: block;
	width: 180px;
}

.mypage_form_dataline_title label {
	font-size: inherit;
	padding: .5em 0;
	display: block;
	font-weight: 500;
}

.mypage_form_dataline_data {
	width: calc(100% - 180px);
}

.mypage_form_dataline_data input, .mypage_form_dataline_data textarea {
	width: 100%;
	font-size: 20px;
	padding: .5em;
	font-weight: normal;
	font-family: inherit;
}

.mypage_form_dataline_data textarea {
	resize: none;
	height: 200px;
}

.mypage_form_dataline_product_photo {
	display: flex;
	flex-direction: column;
}

.mypage_form_dataline_product_photo_preview {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}

.mypage_form_dataline_product_photo_preview.none {
	display: none;
}

.mypage_form_dataline_product_photo_img {
	margin: auto;
	margin-top: 30px;
	width: 100%;
}

.mypage_form_dataline_product_photo_img img {
	width: 100%;
}

.mypage_form_dataline_product_photo_img_deg_0 {
	transform: rotate(0deg);
}

.mypage_form_dataline_product_photo_img_deg_90 {
	transform: rotate(90deg);
}

.mypage_form_dataline_product_photo_img_deg_180 {
	transform: rotate(180deg);
}

.mypage_form_dataline_product_photo_img_deg_270 {
	transform: rotate(270deg);
}

.mypage_form_product_submit {
	margin-top: 20px;
	width: 100%;
	display: block;
	color: #ffffff;
	background: #48a184;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	padding: .7em 0;
}

.mypage_form_product_submit.delete {
	margin-top: 50px;
	background: #808080;
}

.mypage_form #product_submit, .mypage_form #product_delete, .mypage_form #product_ticket_submit {
	display: none;
}

.allergen.mypage_form_dataline, .allergen.prlink_button {
	margin-top: 50px;
}

.allergen_title {
	width: 170px;
	margin-top: 50px;
}

.allergen_data {
	width: 700px;
}

.allergen_data_comment {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.allergen_data_list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: -10px;
}

.allergen_data_list_input {
	display: none;
}

.allergen_data_list_label {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	background: #b3b3b3;
	border-radius: 8px;
	width: 90px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
}

.allergen_data_list_label:not([for]) {
	cursor: default;
}

.allergen_data_list_input:checked + .allergen_data_list_label {
	background: #48a184;
}

.allergen_data_upload {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #808080;
	border-radius: 8px;
}

#shop_my_page .inner .shop_top {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}

#shop_my_page .inner .shop_top .flex {
	align-items: flex-start;
	flex-wrap: nowrap;
}

#shop_my_page .inner .shop_top .flex li:first-of-type {
	flex: 1;
}

#shop_my_page .inner .shop_top .flex li span {
	color: #808080;
}

#shop_my_page .inner .shop_top .flex li .shop_name {
	margin-top: 20px;
	font-size: 50px;
	line-height: 50px;
}

#shop_my_page .inner .shop_top .flex li .shop_name span {
	font-size: 13px;
	line-height: 13px;
	margin-left: 10px;
	color: #808080;
}

#shop_my_page .inner .shop_top .flex li figure {
	margin-top: 10px;
}

#shop_my_page .inner .shop_top .flex li .match_number {
	font-size: 160px;
	line-height: 160px;
	margin-top: 0;
}

#shop_my_page .inner .shop_top .flex li .match_number span {
	font-size: 50px;
	line-height: 50px;
	margin-left: 30px;
	color: #808080;
}

#shop_my_page .inner .shop_info {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 40px 20px 20px;
	position: relative;
}

#shop_my_page .inner .shop_info div#map, #shop_my_page .inner .shop_info div#mypage_map {
	width: 1800px;
	height: 700px;
}

#shop_my_page .inner .shop_info .shop_info_ul {
	justify-content: flex-start;
	margin-left: 100px;
	margin-right: 50px;
}

#shop_my_page .inner .shop_info .shop_info_ul li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 21px;
}

#shop_my_page .inner .shop_info .shop_info_ul li + li {
	margin-top: 1em;
}

#shop_my_page .inner .shop_info .shop_info_ul li p {
	font-size: 21px;
	word-break: break-all;
}

#shop_my_page .inner .shop_info .shop_info_ul li p + p {
	margin-top: 0;
	width: 560px;
}

#shop_my_page .inner .shop_info .shop_info_ul li p:first-of-type {
	color: #808080;
	width: 220px;
}

#shop_my_page .inner .shop_info .shop_info_ul li div#mypage_latlng p, #shop_my_page .inner .shop_info .shop_info_ul li div#result p {
	color: #000000;
	width: 300px;
}

#shop_my_page .inner .unreported {
	border: 5px solid #ff0000;
}

#shop_my_page .inner .unreported.none {
	display: none;
}

#shop_my_page .inner .unreported_title {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
}

#shop_my_page .inner .unreported_title span {
	color: #ff0000;
	font-size: 1.5em;
	font-weight: inherit;
	line-height: inherit;
}

#shop_my_page .inner .unreported_link {
	margin-top: 20px;
	text-align: right;
}

#shop_my_page .inner .unreported_link a {
	text-decoration: underline;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
}

#shop_my_page .inner .unreported .box_title {
	color: #ff0000;
}

#shop_my_page .inner .edit_shop_info input, #shop_my_page .inner .edit_shop_info textarea, #shop_my_page .inner .edit_shop_info select {
	display: block;
	width: 100%;
	font-size: 24px;
}

#shop_my_page .inner .edit_shop_info input {
	height: 30px;
}

#shop_my_page .inner .edit_shop_info .edit_data_info_btn {
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	font-weight: 700;
	height: auto;
	width: 50%;
	border-radius: 5px;
	margin: 20px auto 0px;
	font-size: 24px;
	text-align: center;
	display: block;
}

#shop_my_page .inner .edit_on {
	display: none;
}

#shop_my_page .inner .view_on {
	display: none;
}

#shop_my_page .inner .view_on .shop_info_ul li {
	align-items: flex-start;
}

#shop_my_page .inner .view_on .shop_info_ul li p + p {
	width: 60%;
}

#shop_my_page .inner .view_on .shop_info_ul li .select_box p {
	display: inline-block;
}

#shop_my_page .inner .view_on .shop_info_ul li .select_box .favorite_select {
	padding: 10px;
	border: 1px solid #dddddd;
	margin-left: -5px;
}

#shop_my_page .inner .active {
	display: block;
}

#shop_my_page .inner .shop_pic {
	background: #ffffff;
	padding: 30px 20px 20px;
	position: relative;
}

#shop_my_page .inner .shop_pic #mypage_shop_image {
	max-width: 100%;
	height: auto;
}

#shop_my_page .inner .edit {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #808080;
	cursor: pointer;
}

#shop_my_page .inner .box_title {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #48a184;
}

#shop_my_page .logout_button {
	max-width: 950px;
	margin: 30px auto 0;
}

#shop_my_page .logout_button a {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #b3b3b3;
	color: #ffffff;
	border-radius: 10px;
	padding: 30px 0;
}

#shop_my_page .logout_button a p {
	font-size: 41px;
	line-height: 41px;
	text-align: center;
}

#shop_my_page .popup_photo_preview {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 250px;
	overflow: auto;
	z-index: 1;
}

#shop_my_page .popup_photo_preview .inner {
	width: 85%;
	margin: 0 auto;
}

#shop_my_page .popup_photo_preview .dialog_box {
	position: relative;
	z-index: 10;
}

#shop_my_page .popup_photo_preview_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFFFFF;
}

#shop_my_page .popup_photo_preview_box svg {
	position: relative;
	z-index: 10;
}

#shop_my_page .popup_photo_preview_box img {
	width: 70%;
	z-index: 5;
}

#shop_my_page .popup_photo_preview_box_img_deg_0 {
	transform: rotate(0deg);
}

#shop_my_page .popup_photo_preview_box_img_deg_90 {
	transform: rotate(90deg);
}

#shop_my_page .popup_photo_preview_box_img_deg_180 {
	transform: rotate(180deg);
}

#shop_my_page .popup_photo_preview_box_img_deg_270 {
	transform: rotate(270deg);
}

#shop_my_page .popup_photo_preview_box_icon_left {
	margin-left: 100px;
	transform: scale(-1, 1);
}

#shop_my_page .popup_photo_preview_box_icon_right {
	margin-right: 100px;
}

#shop_my_page .popup_photo_preview_header {
	width: 100%;
}

#shop_my_page .popup_photo_preview_header_h2 {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	line-height: 1.75;
}

#shop_my_page .popup_photo_preview_header_h3 {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	line-height: 1.75;
}

#shop_my_page .popup_photo_preview .push_pop_up_system {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: 50px;
}

#shop_my_page .popup_photo_preview.active {
	display: block;
}

#shop_my_page .popup_photo_preview .menu_btn02 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	top: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
}

#shop_my_page .popup_photo_preview .menu_btn02 span {
	width: 40px;
	height: 3px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	border-radius: 2px;
	transition: .4s;
	background: #ffffff;
}

#shop_my_page .popup_photo_preview .menu_btn02 span:first-of-type {
	transform: translateY(9px) rotate(-45deg);
}

#shop_my_page .popup_photo_preview .menu_btn02 span:last-of-type {
	transform: translateY(9px) rotate(45deg);
}

#shop_my_page .popup_photo_preview .menu_btn02.active {
	display: none;
}

#shop_my_page .popup_photo_preview .title_box {
	background: rgba(0, 0, 0, 0.2);
	width: 95%;
	height: 100%;
}

#item_list_content #item_list_content_contener {
	margin: 20px 0;
}

#item_list_content .item_list_content_buttons {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

#item_list_content .bulk_delete {
	display: flex;
	align-items: center;
}

#item_list_content .bulk_delete svg {
	margin-right: 5px;
	fill: #ff0000;
}

#item_list_content .bulk_delete p {
	font-size: 15px;
	color: #ff0000;
	text-decoration: underline;
}

#item_list_content .bulk_delete_check {
	margin-left: auto;
	margin-bottom: 10px;
}

#item_list_content .green_button, #item_list_content .gray_button {
	display: block;
	width: 100%;
	max-width: 380px;
	color: #ffffff;
	margin: 0;
	padding: .7em 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	border: 0;
	cursor: pointer;
	transition: .6s;
}

#item_list_content .green_button:hover, #item_list_content .gray_button:hover {
	opacity: .5;
}

#item_list_content .green_button p, #item_list_content .gray_button p {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

#item_list_content .contener {
	position: relative;
}

#item_list_content .contener .inner .item_box {
	justify-content: flex-start;
	align-items: stretch;
}

#item_list_content .contener .inner .item_box:empty {
	padding: 300px;
}

#item_list_content .contener .inner .item_box .item {
	width: 300px;
	margin: 0 0 20px 25px;
	background: #ffffff;
	padding: 15px 25px 35px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

#item_list_content .contener .inner .item_box .item_div {
	z-index: 0;
	width: 100%;
}

#item_list_content .contener .inner .item_box .item_div_figure {
	z-index: 0;
	margin: 0 auto;
	max-width: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 145px;
	overflow: hidden;
}

#item_list_content .contener .inner .item_box .item_div_figure_img {
	z-index: -1;
	max-width: 100%;
}

#item_list_content .contener .inner .item_box .item_div_product_name {
	z-index: 0;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 6px;
	overflow-wrap: break-word;
}

#item_list_content .contener .inner .item_box .item_div_product_name_header {
	z-index: 0;
	text-align: center;
	margin-bottom: 5px;
}

#item_list_content .contener .inner .item_box .item_div_product_desc {
	z-index: 0;
	text-align: center;
	overflow-wrap: break-word;
	text-align: left;
}

#item_list_content .contener .inner .item_box .item_div_product_desc_header {
	z-index: 0;
	text-align: center;
	margin-bottom: 5px;
}

#item_list_content .contener .inner .item_box .item_div_btn {
	width: 100%;
}

#item_list_content .contener .inner .item_box .item:nth-of-type(3n+1) {
	margin-left: 0;
}

#item_list_content .contener .inner .item_box .item .item_push {
	margin: 20px auto 0;
}

#item_list_content .contener .inner .item_box .item .item_edit {
	margin: 20px auto 0;
}

#item_list_content #push_pop_up {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	padding-left: 250px;
	overflow: auto;
	z-index: 1;
}

#item_list_content #push_pop_up .push_pop_up_system {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: 50px;
}

#item_list_content #push_pop_up .push_pop_up_system header {
	width: 100%;
}

#item_list_content #push_pop_up .push_pop_up_system header h2, #item_list_content #push_pop_up .push_pop_up_system header h3 {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	line-height: 1.75;
}

#item_list_content #push_pop_up.active {
	display: block;
}

#item_list_content #push_pop_up .menu_btn02 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	top: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
}

#item_list_content #push_pop_up .menu_btn02 span {
	width: 40px;
	height: 3px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	border-radius: 2px;
	transition: .4s;
	background: #ffffff;
}

#item_list_content #push_pop_up .menu_btn02 span:first-of-type {
	transform: translateY(9px) rotate(-45deg);
}

#item_list_content #push_pop_up .menu_btn02 span:last-of-type {
	transform: translateY(9px) rotate(45deg);
}

#item_list_content #push_pop_up .menu_btn02.active {
	display: none;
}

#item_list_content #push_pop_up .title_box {
	background: rgba(0, 0, 0, 0.2);
	width: 95%;
	height: 100%;
}

#item_list_content #push_pop_up .flex {
	width: 85%;
	margin: 0 auto;
}

#item_list_content #push_pop_up .mypage_form {
	width: 100%;
	background: none;
	text-align: center;
}

#item_list_content #push_pop_up .mypage_form .mypage_content {
	margin-top: 20px;
	padding: 40px;
	text-align: left;
}

#item_list_content #push_pop_up .mypage_form .mypage_content:last-of-type .mypage_form_product_submit {
	background: #f7931e;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline {
	justify-content: flex-start;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_ttl {
	width: 400px;
	font-size: 39px;
	padding: .5em 0;
	display: block;
	font-weight: 500;
	color: #808080;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data {
	width: calc(100% - 400px);
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data label, #item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data .label {
	position: relative;
	width: 180px;
	border: solid 1px #808080;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data label select, #item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data .label select {
	width: 75px;
	font-size: 36px;
	padding-left: 15px;
	font-weight: normal;
	font-family: inherit;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data label::after, #item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data .label::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #808080;
	border-right: solid 2px #808080;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	right: 15px;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data label > span, #item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data .label > span {
	margin: 0;
	font-size: 30px;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data span {
	font-size: 39px;
	margin: 0 20px;
}

#item_list_content #push_pop_up .mypage_form .mypage_content .mypage_ticket_dataline_data.flex {
	justify-content: flex-start;
}

#item_list_content #push_pop_up .mypage_form input[type="submit"] {
	width: 600px;
	margin: 30px auto;
	padding: 10px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 39px;
	font-weight: 700;
	width: 40%;
	display: block;
	border: none;
}

#form_product_data .mypage_form_list:last-of-type, #form_product_data2 .mypage_form_list:last-of-type {
	margin-top: 55px;
}

#form_product_data .mypage_form_list:last-of-type .mypage_form_product_submit, #form_product_data2 .mypage_form_list:last-of-type .mypage_form_product_submit {
	background: #f7931e;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline {
	justify-content: flex-start;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_ttl {
	width: 400px;
	font-size: 39px;
	padding: .5em 0;
	display: block;
	font-weight: 500;
	color: #808080;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data {
	width: calc(100% - 400px);
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data label, #form_product_data2 .mypage_form_list .mypage_ticket_dataline_data .label {
	position: relative;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data label select, #form_product_data2 .mypage_form_list .mypage_ticket_dataline_data .label select {
	width: 180px;
	font-size: 39px;
	padding: 0 .5em;
	font-weight: normal;
	font-family: inherit;
	border: 1px solid #dddddd;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data label::after, #form_product_data2 .mypage_form_list .mypage_ticket_dataline_data .label::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #808080;
	border-right: solid 2px #808080;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	right: 5px;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data span {
	font-size: 39px;
	margin: 0 20px;
}

#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data.flex {
	justify-content: flex-start;
}

#shop_management #post_store_data_submit_form,
#user_management #post_store_data_submit_form,
#shop_login #post_store_data_submit_form,
#withdraw #post_store_data_submit_form {
	margin-top: 4.5em;
}

#shop_management p,
#user_management p,
#shop_login p,
#withdraw p {
	margin-top: 2em;
}

#shop_management p label,
#user_management p label,
#shop_login p label,
#withdraw p label {
	font-size: 21px;
	color: #333333;
	font-weight: 700;
}

#shop_management p label span,
#user_management p label span,
#shop_login p label span,
#withdraw p label span {
	display: inline-block;
	width: 100%;
}

#shop_management p label span input,
#user_management p label span input,
#shop_login p label span input,
#withdraw p label span input {
	font-size: 16px;
	width: 100%;
	padding: .5em;
}

#shop_management p .btn_green,
#user_management p .btn_green,
#shop_login p .btn_green,
#withdraw p .btn_green {
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 700;
	width: 40%;
	margin: 20px auto 0;
	display: block;
	text-align: center;
}

#shop_management p .btn_green:hover,
#user_management p .btn_green:hover,
#shop_login p .btn_green:hover,
#withdraw p .btn_green:hover {
	cursor: pointer;
}

#shop_management .get_location button {
	font-size: 16px;
	margin: .5em;
}

#shop_management .get_location .management_map {
	width: 100%;
	height: 500px;
}

#plan .btn_green {
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 700;
	width: 60%;
	margin: 20px auto 0;
	display: block;
}

#plan .btn_green:hover {
	cursor: pointer;
}

#day_shop_ticket .delivery, #already_shop_ticket .delivery {
	background: #f7931e;
}

#day_shop_ticket .report, #already_shop_ticket .report {
	background: #b3b3b3;
}

#day_shop_ticket .inner .shop_top, #already_shop_ticket .inner .shop_top {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}

#day_shop_ticket .inner .shop_top .flex li span, #already_shop_ticket .inner .shop_top .flex li span {
	color: #808080;
}

#day_shop_ticket .inner .shop_top .flex li .match_info, #already_shop_ticket .inner .shop_top .flex li .match_info {
	font-size: 160px;
	line-height: 160px;
	margin-top: 0;
	color: #808080;
}

#day_shop_ticket .inner .shop_top .flex li .match_info span, #already_shop_ticket .inner .shop_top .flex li .match_info span {
	font-size: 50px;
	line-height: 50px;
	margin-left: 30px;
}

#day_shop_ticket .inner .shop_top .flex li .match_info .green_text, #already_shop_ticket .inner .shop_top .flex li .match_info .green_text {
	font-size: 160px;
	line-height: 160px;
	color: #48a184;
}

#day_shop_ticket .inner ul .ticket_list, #already_shop_ticket .inner ul .ticket_list {
	background: #ffffff;
	padding: 20px;
}

#day_shop_ticket .inner ul .ticket_list:nth-of-type(n+2), #already_shop_ticket .inner ul .ticket_list:nth-of-type(n+2) {
	margin-top: 30px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content, #already_shop_ticket .inner ul .ticket_list .ticket_content {
	justify-content: flex-start;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li, #already_shop_ticket .inner ul .ticket_list .ticket_content li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 21px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li + li, #already_shop_ticket .inner ul .ticket_list .ticket_content li + li {
	margin-top: .5em;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p {
	font-size: 21px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p + p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p + p {
	margin-top: 0;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p:first-of-type, #already_shop_ticket .inner ul .ticket_list .ticket_content li p:first-of-type {
	color: #808080;
	width: 200px;
}

#day_shop_ticket .inner ul .ticket_list .button_box, #already_shop_ticket .inner ul .ticket_list .button_box {
	position: relative;
	padding: 0 20px;
}

#day_shop_ticket .inner ul .ticket_list .button_box::after, #already_shop_ticket .inner ul .ticket_list .button_box::after {
	background-image: linear-gradient(#808080, #808080 20px, transparent 10px, transparent 10px);
	background-size: 8px 30px;
	background-repeat: repeat;
	content: '';
	display: inline-block;
	height: 180px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}

#day_shop_ticket .inner ul .ticket_list .button_box a, #already_shop_ticket .inner ul .ticket_list .button_box a {
	display: block;
	padding: 15px 0;
	width: 260px;
	border-radius: 10px;
}

#day_shop_ticket .inner ul .ticket_list .button_box a p, #already_shop_ticket .inner ul .ticket_list .button_box a p {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
}

#day_shop_ticket .inner ul .ticket_list .button_box a:nth-of-type(n+2), #already_shop_ticket .inner ul .ticket_list .button_box a:nth-of-type(n+2) {
	margin-top: 30px;
}

#day_shop_ticket .inner .action_screen, #already_shop_ticket .inner .action_screen {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-left: 250px;
	background: rgba(0, 0, 0, 0.5);
}

#day_shop_ticket .inner .action_screen.deliveryBox, #already_shop_ticket .inner .action_screen.deliveryBox {
	display: none;
}

#day_shop_ticket .inner .action_screen.reportBox, #already_shop_ticket .inner .action_screen.reportBox {
	display: none;
}

#day_shop_ticket .inner .action_screen.active, #already_shop_ticket .inner .action_screen.active {
	display: block;
}

#day_shop_ticket .inner .action_screen .gray_screen, #already_shop_ticket .inner .action_screen .gray_screen {
	width: 95%;
	margin: 0 auto;
	padding: 100px 20px 20px;
	color: #ffffff;
	position: relative;
}

#day_shop_ticket .inner .action_screen .gray_screen p, #day_shop_ticket .inner .action_screen .gray_screen input, #already_shop_ticket .inner .action_screen .gray_screen p, #already_shop_ticket .inner .action_screen .gray_screen input {
	font-weight: 700;
}

#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	top: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
}

#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span {
	width: 40px;
	height: 3px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	border-radius: 2px;
	transition: .4s;
	background: #ffffff;
}

#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span:first-of-type, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span:first-of-type {
	transform: translateY(9px) rotate(-45deg);
}

#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span:last-of-type, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02 span:last-of-type {
	transform: translateY(9px) rotate(45deg);
}

#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02.active, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02.active {
	display: none;
}

#day_shop_ticket .inner .action_screen .gray_screen .title_box, #already_shop_ticket .inner .action_screen .gray_screen .title_box {
	text-align: center;
}

#day_shop_ticket .inner .action_screen .gray_screen .title_box p, #already_shop_ticket .inner .action_screen .gray_screen .title_box p {
	font-size: 39px;
	font-weight: 700;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form, #already_shop_ticket .inner .action_screen .gray_screen .action_form {
	margin: 30px auto 0;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt {
	margin: 0 auto;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label button, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label button {
	width: 600px;
	font-size: 39px;
	font-weight: 700;
	color: #ffffff;
	background: #ff1d25;
	padding: 20px 0;
	border-radius: 15px;
	border: none;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2), #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) {
	margin-top: 40px;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea {
	width: 600px;
	height: 300px;
	padding: 20px 10px;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .form_content, #already_shop_ticket .inner .action_screen .gray_screen .action_form .form_content {
	padding: 0 20px;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input, #already_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input {
	display: block;
	width: 600px;
	margin: 0 auto;
	margin: 50px auto;
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 55px;
	font-weight: 700;
	border: none;
}

#day_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input:last-of-type, #already_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input:last-of-type {
	background: #b3b3b3;
}

#transfer #shop_my_page {
	position: relative;
}

#transfer #shop_my_page .push_pop_up {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

#transfer #shop_my_page .push_pop_up.active {
	display: block;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info {
	background: rgba(0, 0, 0, 0.5);
	padding: 60px;
	position: relative;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .menu_btn02 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	top: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .menu_btn02 span {
	width: 30px;
	height: 3px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	border-radius: 2px;
	transition: .4s;
	background: #ffffff;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .menu_btn02 span:first-of-type {
	transform: translateY(9px) rotate(-45deg);
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .menu_btn02 span:last-of-type {
	transform: translateY(9px) rotate(45deg);
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .menu_btn02.active {
	display: none;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content {
	padding: 0 20px;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content:last-of-type {
	margin-top: 6em;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content:last-of-type .mypage_content_title {
	color: #f7931e;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_title {
	width: 100%;
	text-align: center;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_title br {
	display: none;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box {
	width: 43%;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_ttl {
	font-size: 5vw;
	margin-top: 30px;
	line-height: 1.2;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_unit {
	margin-top: 30px;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_unit p {
	font-size: 2vw;
	line-height: 1;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box_title {
	font-size: 24px;
	line-height: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box {
	padding-bottom: 20px;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box .arrow {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box .margin_percent {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox_ttl {
	margin-top: 0;
	width: 80%;
	text-align: center;
	font-size: 80px;
	line-height: 1.8;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox_unit {
	width: 20%;
	align-items: center;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox_unit p {
	width: 100%;
	text-align: right;
	font-size: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: #808080;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content .position {
	position: relative;
}

#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content .position #calculation {
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 28px;
}

/*=====<=====<=====<=====<=====<=====<=====
about
=====>=====>=====>=====>=====>=====>=====*/
#about {
	background: #ffffff;
}

/*=====<=====<=====<=====<=====<=====<=====
customer
=====>=====>=====>=====>=====>=====>=====*/
#user_my_page {
	background: #f2f2f2;
}

#user_my_page .inner .user_top {
	margin-bottom: 30px;
	position: relative;
}

#user_my_page .inner .user_top .flex {
	justify-content: space-between;
	align-items: flex-start;
}

#user_my_page .inner .user_top .mypage_inner {
	margin-bottom: 50px;
	background: #ffffff;
	padding: 15px;
}

#user_my_page .inner .user_top .mypage_top {
	justify-content: space-between;
}

#user_my_page .inner .user_top .mypage_middle {
	justify-content: flex-end;
	margin-top: 20px;
}

#user_my_page .inner .user_top .mypage_top, #user_my_page .inner .user_top .mypage_middle {
	align-items: stretch;
}

#user_my_page .inner .user_top .mypage_top .mypage_topname, #user_my_page .inner .user_top .mypage_middle .mypage_topname {
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#user_my_page .inner .user_top .mypage_top .mypage_topname span, #user_my_page .inner .user_top .mypage_middle .mypage_topname span {
	font-size: 13px;
	color: #808080;
}

#user_my_page .inner .user_top .mypage_top .mypage_topname .user_name, #user_my_page .inner .user_top .mypage_middle .mypage_topname .user_name {
	font-size: 50px;
	line-height: 1.5;
	margin-top: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topname .user_name span, #user_my_page .inner .user_top .mypage_middle .mypage_topname .user_name span {
	margin-left: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket, #user_my_page .inner .user_top .mypage_middle .mypage_topticket {
	width: calc(100% - 400px);
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket .plan_obi, #user_my_page .inner .user_top .mypage_middle .mypage_topticket .plan_obi {
	width: 270px;
	text-align: center;
	padding: 10px 0;
	background: #57d99c;
	color: #ffffff;
	font-size: 21px;
	border-radius: 5px;
	line-height: 1;
	margin-bottom: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left {
	width: 180px;
	border-right: solid 3px #808080;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left .match_number, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left .match_number {
	font-size: 90px;
	margin-top: 0;
	line-height: 1;
	letter-spacing: -2px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left .match_number span, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left .match_number span {
	font-size: 50px;
	color: #808080;
	margin-left: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right {
	width: calc(100% - 180px);
	padding-left: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div {
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p {
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 1.4;
	color: #808080;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p + p, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p + p {
	margin-top: 0;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p.match_number, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p.match_number {
	font-size: 90px;
	line-height: 1;
	letter-spacing: -2px;
	color: #333333;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p.match_number span, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p.match_number span {
	font-size: 48px;
	color: #808080;
	margin-left: 10px;
}

#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div .slash, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div .slash {
	font-size: 48px;
	color: #808080;
	margin-top: 0;
	line-height: 1.3;
}

#user_my_page .inner .user_top .mypage_bottom {
	margin-top: 20px;
}

#user_my_page .inner .user_top .mypage_bottom a {
	display: inline-block;
	font-size: 24px;
	color: #52a78b;
	font-weight: bold;
}

#user_my_page .inner .user_top .mypage_bottom a .mypage_news_count {
	font-size: 36px;
	font-weight: bold;
	color: #52a78b;
	margin: 0 10px;
}

#user_my_page .inner .sinchaku {
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #bf0000;
	position: relative;
}

#user_my_page .inner .sinchaku::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon_ex.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#user_my_page .inner .sinchaku span {
	font-size: 15px;
	margin-left: 10px;
	margin-right: 3px;
	font-weight: bold;
}

#user_my_page .inner .productlist_area {
	padding: 50px;
	margin-bottom: 50px;
	background: #ffffff;
	border-top: solid 5px #52a78b;
}

#user_my_page .inner .productlist_area .sub_txt {
	font-size: 24px;
	color: #52a78b;
	font-weight: bold;
	text-align: center;
}

#user_my_page .inner .productlist_area .sub_txt span {
	font-size: 36px;
	font-weight: bold;
	color: #52a78b;
	margin-right: 10px;
}

#user_my_page .inner .productlist_area .sub_txt span#product_num {
	margin-right: 0;
	margin-left: 10px;
}

#user_my_page .inner .productlist_area #productlist_area_inner {
	margin-top: 50px;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl {
	width: 60%;
	margin: 0 auto 50px;
	justify-content: space-between;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl dd {
	width: 50%;
	text-align: center;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio {
	display: none;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio + label {
	font-size: 21px;
	padding-left: 30px;
	position: relative;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #a3a3a3;
	background: #f2f2f2;
	border-radius: 50%;
}

#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	width: 12px;
	height: 12px;
	background: #48a184;
	border-radius: 50%;
}

#user_my_page .inner .productlist_area #productlist_area_inner form .change_btn {
	display: block;
	width: 480px;
	margin: 0 auto;
	background: #f7931e;
	border-radius: 10px;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	padding: 20px 0;
	cursor: pointer;
}

#user_my_page .inner #favorite_link {
	margin: 0 auto 50px;
}

#user_my_page .inner #favorite_link p {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.3px;
	text-align: center;
	padding: 20px;
	background: #52a78b;
}

#user_my_page .inner #favorite_link p span {
	font-size: 21px;
}

#user_my_page .inner #favorite_link p br {
	display: none;
}

#user_my_page .inner #favorite_link p + p {
	background: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.8px;
}

#user_my_page .inner #favorite_link p + p br {
	display: none;
}

#user_my_page .inner .user_info, #user_my_page .inner .yesterday_maching, #user_my_page .inner .warning {
	background: #ffffff;
	margin-bottom: 30px;
	border-top: solid 5px #52a78b;
}

#user_my_page .inner .warning {
	border-top: solid 5px #f44336;
}

#user_my_page .inner .warning_title {
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #f44336;
}

#user_my_page .inner .warning_content {
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #f44336;
	border-radius: 5px;
}

#user_my_page .inner .warning_content_title {
	text-align: left;
	font-size: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 15px;
}

#user_my_page .inner .warning_content_text, #user_my_page .inner .warning_content_text * {
	margin: initial;
	padding: initial;
	color: initial;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	letter-spacing: initial;
}

#user_my_page .inner .warning_link {
	text-align: right;
}

#user_my_page .inner .warning_link a {
	text-decoration: underline;
	font-size: 24px;
	color: #52a78b;
	font-weight: bold;
}

#user_my_page .inner .warning_link.single {
	margin: 50px 0;
}

#user_my_page .inner .yesterday_maching {
	padding: 20px 0;
}

#user_my_page .inner .yesterday_maching_box {
	padding: 0 20px;
	flex: 1;
}

#user_my_page .inner .yesterday_maching_box.flex {
	align-items: center;
}

#user_my_page .inner .yesterday_maching_box + .yesterday_maching_box {
	border-left: 1px solid #daece6;
}

#user_my_page .inner .yesterday_maching_title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}

#user_my_page .inner .yesterday_maching_count {
	font-size: 50px;
	font-weight: 500;
	margin: 0;
	line-height: 1;
	letter-spacing: 5px;
}

#user_my_page .inner .yesterday_maching_count span {
	font-size: 22px;
	color: #808080;
}

#user_my_page .inner .warning {
	padding: 20px;
}

#user_my_page .inner .user_info {
	padding: 20px;
	position: relative;
}

#user_my_page .inner .user_info .box_title {
	text-align: left;
}

#user_my_page .inner .user_info .user_info_ul {
	justify-content: flex-start;
	margin-left: 150px;
}

#user_my_page .inner .user_info .user_info_ul li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 21px;
}

#user_my_page .inner .user_info .user_info_ul li + li {
	margin-top: 1em;
}

#user_my_page .inner .user_info .user_info_ul li p {
	font-size: 21px;
}

#user_my_page .inner .user_info .user_info_ul li p + p {
	margin-top: 0;
}

#user_my_page .inner .user_info .user_info_ul li p:first-of-type {
	color: #808080;
	width: 200px;
}

#user_my_page .inner .favorite_area {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 40px 20px 50px;
	border-top: solid 5px #52a78b;
	position: relative;
}

#user_my_page .inner .favorite_area .sub_ttl {
	width: 860px;
	margin: 0 auto 50px;
	border: solid 1px #46a285;
}

#user_my_page .inner .favorite_area .sub_ttl p {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #46a285;
	padding: 20px 0;
}

#user_my_page .inner .favorite_area ol {
	justify-content: center !important;
	list-style: decimal;
	margin: 30px 0 50px;
}

#user_my_page .inner .favorite_area ol li {
	font-size: 21px;
	margin-right: 40px;
}

#user_my_page .inner .favorite_area ol li:last-of-type {
	margin-right: 0;
}

#user_my_page .inner .favorite_area .favorite_shop_area {
	position: relative;
	margin-bottom: 50px;
}

#user_my_page .inner .favorite_area .favorite_shop_area p {
	font-size: 15px;
	text-align: center;
}

#user_my_page .inner .favorite_area .favorite_shop_area p a {
	padding-bottom: 3px;
	border-bottom: solid 1px #333333;
}

#user_my_page .inner .favorite_area .favorite_shop_area .box_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt {
	font-size: 21px;
	text-align: center;
	margin-top: 0;
}

#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt span {
	font-size: 50px;
	margin-left: 10px;
	margin-left: 6px;
}

#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt span + span {
	font-size: 24px;
	color: #808080;
}

#user_my_page .inner .favorite_area .favorite_shop_area .list_btn {
	width: 40%;
	color: #ffffff;
	background: #f7931e;
	margin: 10px auto 0;
	border-radius: 5px;
}

#user_my_page .inner .favorite_area .favorite_shop_area .list_btn a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 60px;
	position: relative;
	border: none;
}

#user_my_page .inner .favorite_area .box_title.inner_ttl {
	padding-top: 50px;
	margin: 0 auto;
	width: 90%;
	border-top: solid 2px #52a78b;
}

#user_my_page .inner .favorite_area .favorite_edit {
	margin-top: 20px;
}

#user_my_page .inner .favorite_area form .select_box {
	margin-bottom: 10px;
	text-align: center;
}

#user_my_page .inner .favorite_area form .select_box span {
	display: inline-block;
	width: 60px;
}

#user_my_page .inner .favorite_area form .select_box .favorite_select {
	padding: 12px;
	font-size: 16px;
	width: 200px;
	margin-right: 10px;
}

#user_my_page .inner .favorite_area form .select_box label input {
	background: #f7931e;
	color: #ffffff;
	padding: 12px;
	font-weight: 700;
	border-radius: 5px;
}

#user_my_page .inner .favorite_area form .favorite_register_button input {
	display: block;
	margin: 0 auto;
	width: 40%;
	background: #f7931e;
	color: #ffffff;
	padding: 10px 60px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}

#user_my_page .inner .change_button a, #user_my_page .inner .logout_button a {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	padding: 30px 0;
}

#user_my_page .inner .change_button a p, #user_my_page .inner .logout_button a p {
	font-size: 41px;
	line-height: 41px;
	text-align: center;
}

#user_my_page .inner .logout_button {
	margin-top: 20px;
}

#user_my_page .inner .logout_button a {
	background: #b3b3b3;
}

#user_my_page .inner .edit {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #808080;
}

#user_my_page .inner .box_title {
	color: #48a184;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#day_shop_ticket .inner ul .ticket_list, #user_ticket .inner ul .ticket_list, #already_shop_ticket .inner ul .ticket_list {
	justify-content: space-between;
	background: #ffffff;
	padding: 20px;
}

#day_shop_ticket .inner ul .ticket_list:nth-of-type(n+2), #user_ticket .inner ul .ticket_list:nth-of-type(n+2), #already_shop_ticket .inner ul .ticket_list:nth-of-type(n+2) {
	margin-top: 30px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content, #user_ticket .inner ul .ticket_list .ticket_content, #already_shop_ticket .inner ul .ticket_list .ticket_content {
	justify-content: flex-start;
	max-width: 600px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li, #user_ticket .inner ul .ticket_list .ticket_content li, #already_shop_ticket .inner ul .ticket_list .ticket_content li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 21px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li + li, #user_ticket .inner ul .ticket_list .ticket_content li + li, #already_shop_ticket .inner ul .ticket_list .ticket_content li + li {
	margin-top: .5em;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p, #user_ticket .inner ul .ticket_list .ticket_content li p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p {
	font-size: 21px;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p + p, #user_ticket .inner ul .ticket_list .ticket_content li p + p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p + p {
	margin-top: 0;
	flex: 1;
}

#day_shop_ticket .inner ul .ticket_list .ticket_content li p:first-of-type, #user_ticket .inner ul .ticket_list .ticket_content li p:first-of-type, #already_shop_ticket .inner ul .ticket_list .ticket_content li p:first-of-type {
	color: #808080;
	width: 200px;
}

#day_shop_ticket .inner ul .ticket_list .already_pic, #user_ticket .inner ul .ticket_list .already_pic, #already_shop_ticket .inner ul .ticket_list .already_pic {
	max-width: 300px;
	width: 100%;
}

#day_shop_ticket .inner ul .ticket_list .already_pic figure, #user_ticket .inner ul .ticket_list .already_pic figure, #already_shop_ticket .inner ul .ticket_list .already_pic figure {
	position: relative;
	padding: 0 20px;
}

#day_shop_ticket .inner ul .ticket_list .already_pic figure::after, #user_ticket .inner ul .ticket_list .already_pic figure::after, #already_shop_ticket .inner ul .ticket_list .already_pic figure::after {
	background-image: linear-gradient(#808080, #808080 20px, transparent 10px, transparent 10px);
	background-size: 8px 30px;
	background-repeat: repeat;
	content: '';
	display: inline-block;
	height: 190px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}

#user_ticket .inner ul .ticket_list .already_pic figure::after {
	height: 260px;
}

#day_shop_ticket .check, #user_ticket .check, #already_shop_ticket .check {
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: right;
	accent-color: rgb(5, 170, 5);
}
#day_shop_ticket .check input[type=checkbox], #user_ticket .check input[type=checkbox], #already_shop_ticket .check input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

#area_search, #select_management {
	padding-top: 0;
	padding-bottom: 0;
}

#area_search .inner .button_box, #select_management .inner .button_box {
	flex-direction: column;
	margin: 200px auto;
	height: 400px;
}

#area_search .inner .button_box a, #select_management .inner .button_box a {
	width: 100%;
	max-width: 770px;
	padding: 30px 0;
	border-radius: 10px;
}

#area_search .inner .button_box a p, #select_management .inner .button_box a p {
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
}

#area_search .inner .button_box .here, #select_management .inner .button_box .here {
	background: #48a184;
}

#area_search .inner .button_box .area, #select_management .inner .button_box .area {
	background: #f7931e;
}

#user_withdraw span {
	font-size: 16px;
	width: 100%;
	padding: .5em;
}

#user_withdraw span.input_echo {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-appearance: none;
}

#user_withdraw .user_pass span, #user_withdraw .name span {
	padding: 0;
}

#user_withdraw .user_pass span input, #user_withdraw .name span input {
	font-size: 16px;
	padding: .7em;
}

#user_withdraw .caution {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #ff0000;
}

#user_withdraw .caution p {
	font-size: 21px;
}

#user_management .input_fx {
	justify-content: flex-start;
}

#user_management .input_fx span {
	margin-right: 30px;
}

#user_management .input_fx span:last-of-type {
	margin-right: 0;
}

#user_management .input_fx span input {
	font-size: 16px;
	padding: .5em;
}

#user_management .input_fx span .input_w,
#user_management .input_fx span .user_birth {
	width: 200px;
}

#user_management .input_fx span select {
	width: 150px;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 0.5em;
	font-size: 16px;
}

#user_management .user_birth,
#user_management .user_sex {
	margin-top: 30px;
}

#user_management .user_birth label,
#user_management .user_sex label {
	font-size: 21px;
	color: #333333;
	font-weight: 700;
}

#user_management .user_birth label .input_fx,
#user_management .user_sex label .input_fx {
	margin-top: 10px;
}

#user_management .input_sex input[type="radio"] {
	width: 15pt;
	height: 15pt;
}

#user_management .input_sex label {
	font-weight: normal;
	font-size: 16px;
	margin-right: 20px;
	position: relative;
}

#user_management .caution_checkbox {
	text-align: center;
	margin: 0 auto;
}

#user_management .caution_checkbox .caution {
	font-size: 16px;
}

#user_management .caution_checkbox .tos_link {
	color: #48a184;
	font-size: 18px;
}

#user_management .caution_checkbox .register_info {
	margin: 0 auto;
}

#user_management .caution_checkbox .register_info h3 {
	margin-top: 20px;
}

#user_management .caution_checkbox .register_info p {
	font-size: 15px;
	font-weight: 700;
}

#shop_list {
	min-width: initial;
}

#shop_list .content {
	padding: 0;
}

#shop_list .contener {
	padding: 20px 0;
}

#shop_list .contener .inner {
	max-width: initial;
	margin: 0 30px;
}

#shop_list .contener .inner .button_box {
	width: 80%;
	margin-bottom: 20px;
	justify-content: flex-start;
}

#shop_list .contener .inner .button_box a {
	width: 36%;
	padding: 10px 0;
	border-radius: 5px;
}

#shop_list .contener .inner .button_box a + a {
	margin-left: 20px;
}

#shop_list .contener .inner .button_box a p {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
}

#shop_list .contener .inner .button_box .here {
	background: #48a184;
}

#shop_list .contener .inner .button_box .area {
	background: #f7931e;
}

#shop_list .contener .inner .shop_box {
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 auto;
	position: absolute;
	left: 250px;
	width: calc(100% - 250px);
	padding: 0;
	flex-wrap: nowrap;
	height: calc(100vh - 118px);
	overflow: hidden;
}

#shop_list .contener .inner .shop_box #shop_info {
	position: absolute;
	top: 0;
	left: -30%;
	display: block;
	height: 500px;
	overflow-y: scroll;
	background: #ffffff;
	width: 30%;
	height: 100%;
	z-index: 2;
}

#shop_list .contener .inner .shop_box #shop_info .shop_pic figure img {
	width: 100%;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner {
	padding: 20px;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .shop_name {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .favorite_form {
	text-align: center;
	margin: 0 auto;
	width: 95%;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .favorite_form input {
	width: 100%;
	color: #ffffff;
	border-radius: 2px;
	font-weight: 700px;
	padding: 12px 0;
	margin: 10px auto;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .favorite_form .favorite_on {
	background: #48a184;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .favorite_form .favorite_off {
	display: none;
	background: #f7931e;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .shop_info_ul li + li {
	margin-top: 5px;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .item_box {
	margin-top: 15px;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .item_box .item + .item {
	margin-top: 10px;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .item_box .item img {
	width: 100%;
}

#shop_list .contener .inner .shop_box #shop_info .shop_info_inner .item_box .item h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 5px auto;
}

#shop_list .contener .inner .map_api_box {
	width: 100%;
	height: calc(100vh - 118px);
	margin-left: auto;
}

#shop_list .contener .action_screen, #shop_list .contener .check_action_screen {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	z-index: 9000;
}

#shop_list .contener .action_screen .scroll_screen, #shop_list .contener .check_action_screen .scroll_screen {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#shop_list .contener .action_screen.deliveryBox, #shop_list .contener .check_action_screen.deliveryBox {
	display: none;
}

#shop_list .contener .action_screen.active, #shop_list .contener .check_action_screen.active {
	display: block;
}

#shop_list .contener .action_screen .gray_screen, #shop_list .contener .action_screen .white_screen, #shop_list .contener .check_action_screen .gray_screen, #shop_list .contener .check_action_screen .white_screen {
	width: 950px;
	margin: 0 auto;
	padding: 70px 0 50px;
	position: relative;
}

#shop_list .contener .action_screen .gray_screen p, #shop_list .contener .action_screen .gray_screen input, #shop_list .contener .action_screen .white_screen p, #shop_list .contener .action_screen .white_screen input, #shop_list .contener .check_action_screen .gray_screen p, #shop_list .contener .check_action_screen .gray_screen input, #shop_list .contener .check_action_screen .white_screen p, #shop_list .contener .check_action_screen .white_screen input {
	font-weight: 700;
}

#shop_list .contener .action_screen .gray_screen .menu_btn02, #shop_list .contener .action_screen .gray_screen .menu_btn03, #shop_list .contener .action_screen .white_screen .menu_btn02, #shop_list .contener .action_screen .white_screen .menu_btn03, #shop_list .contener .check_action_screen .gray_screen .menu_btn02, #shop_list .contener .check_action_screen .gray_screen .menu_btn03, #shop_list .contener .check_action_screen .white_screen .menu_btn02, #shop_list .contener .check_action_screen .white_screen .menu_btn03 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	top: 10px;
	right: 10px;
	margin: auto;
	z-index: 9999;
}

#shop_list .contener .action_screen .gray_screen .menu_btn02 span, #shop_list .contener .action_screen .gray_screen .menu_btn03 span, #shop_list .contener .action_screen .white_screen .menu_btn02 span, #shop_list .contener .action_screen .white_screen .menu_btn03 span, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span {
	width: 40px;
	height: 3px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	border-radius: 2px;
	transition: .4s;
	background: #ffffff;
}

#shop_list .contener .action_screen .gray_screen .menu_btn02 span:first-of-type, #shop_list .contener .action_screen .gray_screen .menu_btn03 span:first-of-type, #shop_list .contener .action_screen .white_screen .menu_btn02 span:first-of-type, #shop_list .contener .action_screen .white_screen .menu_btn03 span:first-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span:first-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span:first-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span:first-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span:first-of-type {
	transform: translateY(9px) rotate(-45deg);
}

#shop_list .contener .action_screen .gray_screen .menu_btn02 span:last-of-type, #shop_list .contener .action_screen .gray_screen .menu_btn03 span:last-of-type, #shop_list .contener .action_screen .white_screen .menu_btn02 span:last-of-type, #shop_list .contener .action_screen .white_screen .menu_btn03 span:last-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span:last-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span:last-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span:last-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span:last-of-type {
	transform: translateY(9px) rotate(45deg);
}

#shop_list .contener .action_screen .gray_screen .menu_btn02.active, #shop_list .contener .action_screen .gray_screen .menu_btn03.active, #shop_list .contener .action_screen .white_screen .menu_btn02.active, #shop_list .contener .action_screen .white_screen .menu_btn03.active, #shop_list .contener .check_action_screen .gray_screen .menu_btn02.active, #shop_list .contener .check_action_screen .gray_screen .menu_btn03.active, #shop_list .contener .check_action_screen .white_screen .menu_btn02.active, #shop_list .contener .check_action_screen .white_screen .menu_btn03.active {
	display: none;
}

#shop_list .contener .action_screen .gray_screen .title_box, #shop_list .contener .action_screen .white_screen .title_box, #shop_list .contener .check_action_screen .gray_screen .title_box, #shop_list .contener .check_action_screen .white_screen .title_box {
	color: #ffffff;
	text-align: center;
}

#shop_list .contener .action_screen .gray_screen .title_box p, #shop_list .contener .action_screen .white_screen .title_box p, #shop_list .contener .check_action_screen .gray_screen .title_box p, #shop_list .contener .check_action_screen .white_screen .title_box p {
	font-size: 39px;
	font-weight: 700;
}

#shop_list .contener .action_screen .gray_screen .action_form, #shop_list .contener .action_screen .white_screen .action_form, #shop_list .contener .check_action_screen .gray_screen .action_form, #shop_list .contener .check_action_screen .white_screen .action_form {
	margin: 30px auto 0;
}

#shop_list .contener .action_screen .gray_screen .action_form .report_cnt, #shop_list .contener .action_screen .white_screen .action_form .report_cnt, #shop_list .contener .check_action_screen .gray_screen .action_form .report_cnt, #shop_list .contener .check_action_screen .white_screen .action_form .report_cnt {
	margin: 0 auto;
}

#shop_list .contener .action_screen .gray_screen .action_form .report_cnt label, #shop_list .contener .action_screen .white_screen .action_form .report_cnt label, #shop_list .contener .check_action_screen .gray_screen .action_form .report_cnt label, #shop_list .contener .check_action_screen .white_screen .action_form .report_cnt label {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
}

#shop_list .contener .action_screen .gray_screen .action_form .report_cnt label button, #shop_list .contener .action_screen .white_screen .action_form .report_cnt label button, #shop_list .contener .check_action_screen .gray_screen .action_form .report_cnt label button, #shop_list .contener .check_action_screen .white_screen .action_form .report_cnt label button {
	width: 600px;
	font-size: 39px;
	font-weight: 700;
	color: #ffffff;
	background: #ff1d25;
	padding: 20px 0;
	border-radius: 15px;
	border: none;
}

#shop_list .contener .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2), #shop_list .contener .action_screen .white_screen .action_form .report_cnt label:nth-of-type(2), #shop_list .contener .check_action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2), #shop_list .contener .check_action_screen .white_screen .action_form .report_cnt label:nth-of-type(2) {
	margin-top: 40px;
}

#shop_list .contener .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea, #shop_list .contener .action_screen .white_screen .action_form .report_cnt label:nth-of-type(2) textarea, #shop_list .contener .check_action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea, #shop_list .contener .check_action_screen .white_screen .action_form .report_cnt label:nth-of-type(2) textarea {
	width: 600px;
	height: 300px;
	padding: 20px 10px;
}

#shop_list .contener .action_screen .gray_screen .action_form .form_content, #shop_list .contener .action_screen .white_screen .action_form .form_content, #shop_list .contener .check_action_screen .gray_screen .action_form .form_content, #shop_list .contener .check_action_screen .white_screen .action_form .form_content {
	padding: 0 20px;
}

#shop_list .contener .action_screen .gray_screen .action_form .form_content input, #shop_list .contener .action_screen .white_screen .action_form .form_content input, #shop_list .contener .check_action_screen .gray_screen .action_form .form_content input, #shop_list .contener .check_action_screen .white_screen .action_form .form_content input {
	display: block;
	width: 600px;
	margin: 0 auto;
	margin: 50px auto;
	padding: 20px 0;
	background: #f7931e;
	color: #ffffff;
	border-radius: 10px;
	font-size: 55px;
	font-weight: 700;
	border: none;
}

#shop_list .contener .action_screen .gray_screen .action_form .form_content input:last-of-type, #shop_list .contener .action_screen .white_screen .action_form .form_content input:last-of-type, #shop_list .contener .check_action_screen .gray_screen .action_form .form_content input:last-of-type, #shop_list .contener .check_action_screen .white_screen .action_form .form_content input:last-of-type {
	background: #b3b3b3;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info {
	margin: 0 auto;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content {
	padding: 0 0 20px;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex {
	align-items: flex-start;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex_photo, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex_photo, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex_photo, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex_photo {
	width: 65%;
	height: auto;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex_photo_figure_img, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex_photo_figure_img, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex_photo_figure_img, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex_photo_figure_img {
	width: 100%;
	display: block;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box {
	width: 35%;
	padding: 20px 20px 0;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box li, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box li, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box li, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box li {
	font-size: 19px;
	font-weight: 400;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box p, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box p {
	overflow-wrap: break-word;
	line-height: 1.6;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data {
	justify-content: flex-start;
	margin-bottom: 8px;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data li, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data li, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data li, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data li {
	line-height: 1.5;
	width: 50%;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data li + li, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data li + li, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content_flex .text_box .item_data li + li, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content_flex .text_box .item_data li + li {
	font-weight: 700;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content .mypage_form_dataline, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content .mypage_form_dataline, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content .mypage_form_dataline, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content .mypage_form_dataline {
	padding: 0 20px;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content .mypage_form_dataline .green_text, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content .mypage_form_dataline .green_text, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content .mypage_form_dataline .green_text, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content .mypage_form_dataline .green_text {
	font-weight: 500;
	line-height: 1.2;
}

#shop_list .contener .action_screen .gray_screen .mypage_customer_product_info_content .ticket_issue, #shop_list .contener .action_screen .white_screen .mypage_customer_product_info_content .ticket_issue, #shop_list .contener .check_action_screen .gray_screen .mypage_customer_product_info_content .ticket_issue, #shop_list .contener .check_action_screen .white_screen .mypage_customer_product_info_content .ticket_issue {
	color: #ffffff;
	padding: 10px 0;
	margin: 20px auto 0;
	width: 60%;
	max-width: 350px;
	border-radius: 5px;
	display: block;
}

#shop_list .contener .check_action_screen {
	background: #ffffff;
	display: none;
	z-index: 9999;
}

#shop_list .contener .check_action_screen .white_screen .inner {
	padding-top: 20px;
}

#shop_list .contener .check_action_screen .white_screen .inner p {
	font-size: 21px;
}

#shop_list .contener .check_action_screen .white_screen p, #shop_list .contener .check_action_screen .white_screen input {
	text-align: center;
}

#shop_list .contener .check_action_screen .white_screen .menu_btn03 span {
	background: #000000;
}

#shop_list .contener .check_action_screen .white_screen .menu_btn03.active {
	display: none;
}

#shop_list #footer_copylight {
	position: absolute;
	bottom: 0;
	width: calc(100% - 250px);
}

#plan_entry_thanks .contener .mypage_button, #plan_change_thanks .contener .mypage_button, #withdraw_after .contener .mypage_button, #logout_after .contener .mypage_button, #forget_pass_after .contener .mypage_button, #user_management_after .contener .mypage_button {
	background: #f7931e;
	color: #ffffff;
	padding: 20px 0;
	border-radius: 10px;
	width: 40%;
	margin: 20px auto 0;
	display: block;
}

#plan_entry_thanks .contener .mypage_button p, #plan_change_thanks .contener .mypage_button p, #withdraw_after .contener .mypage_button p, #logout_after .contener .mypage_button p, #forget_pass_after .contener .mypage_button p, #user_management_after .contener .mypage_button p {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}

#plan_entry_thanks, #plan_change_thanks, #user_my_page_free_infomation {
	display: none;
}

#plan_entry_thanks.active, #plan_change_thanks.active, #user_my_page_free_infomation.active {
	display: block;
}

#plan_change_thanks .contener .content_header h2 br {
	display: none;
}

/*=====<=====<=====<=====<=====<=====<=====
  single
=====>=====>=====>=====>=====>=====>=====*/
#news_post .inner {
	width: 80%;
	background: #ffffff;
	padding: 20px;
}

#news_post .inner .post_header {
	margin: 0 auto;
}

#news_post .inner .post_header .date {
	color: #808080;
	font-size: 15px;
	line-height: 1;
}

#news_post .inner .post_header .post_title {
	margin: 10px 0 20px;
	text-align: left;
	font-size: 24px;
	line-height: 1.3;
}

#news_post .inner .post_content * {
	all: revert;
}

#news_post .pagenav {
	max-width: 950px;
	width: 80%;
	margin: 30px auto;
}

#news_post .pagenav .flex .next, #news_post .pagenav .flex .prev {
	background: #48a184;
	color: #ffffff;
	border-radius: 10px;
	font-weight: 700;
}

#news_post .pagenav .flex .next {
	padding: 10px 30px 10px 20px;
}

#news_post .pagenav .flex .prev {
	padding: 10px 20px 10px 30px;
}

/*=====<=====<=====<=====<=====<=====<=====
  list
=====>=====>=====>=====>=====>=====>=====*/
#mypage_customer_product_info, #c_product_list_pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 140px;
	background: rgba(0, 0, 0, 0.6);
	overflow-y: auto;
	display: none;
	z-index: 9999;
}

#mypage_customer_product_info.active, #c_product_list_pop.active {
	display: block;
}

#mypage_customer_product_info .popBox, #c_product_list_pop .popBox {
	display: none;
	position: absolute;
	top: 120px;
	right: 0;
	left: 0;
}

#mypage_customer_product_info .popBox .c_product_list_ttl, #c_product_list_pop .popBox .c_product_list_ttl {
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
}

#mypage_customer_product_info .popBox .innerCnt, #c_product_list_pop .popBox .innerCnt {
	background: #ffffff;
}

#mypage_customer_product_info .popBox .innerCnt .flex, #c_product_list_pop .popBox .innerCnt .flex {
	align-items: flex-start;
}

#mypage_customer_product_info .popBox .innerCnt .flex figure, #c_product_list_pop .popBox .innerCnt .flex figure {
	width: 615px;
}

#mypage_customer_product_info .popBox .innerCnt .flex figure img, #c_product_list_pop .popBox .innerCnt .flex figure img {
	width: 100%;
	height: auto;
}

#mypage_customer_product_info .popBox .innerCnt .flex div, #c_product_list_pop .popBox .innerCnt .flex div {
	width: calc(100% - 615px);
	padding: 0 20px;
	margin-top: 30px;
}

#mypage_customer_product_info .popBox .innerCnt .flex div .c_product_list_prbutton, #c_product_list_pop .popBox .innerCnt .flex div .c_product_list_prbutton {
	margin-bottom: 20px;
	padding: 0;
	font-size: 21px;
	line-height: 1.75;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl::after, #c_product_list_pop .popBox .innerCnt .flex div dl::after {
	content: '';
	display: block;
	clear: both;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl dt, #c_product_list_pop .popBox .innerCnt .flex div dl dt {
	float: left;
	width: 140px;
	font-size: 21px;
	font-weight: bold;
	color: #46a285;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl dd, #c_product_list_pop .popBox .innerCnt .flex div dl dd {
	float: right;
	flex: 1;
	font-size: 21px;
	font-weight: bold;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl dd span, #mypage_customer_product_info .popBox .innerCnt .flex div dl dd p, #c_product_list_pop .popBox .innerCnt .flex div dl dd span, #c_product_list_pop .popBox .innerCnt .flex div dl dd p {
	font-size: 21px;
	font-weight: bold;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl dd span, #c_product_list_pop .popBox .innerCnt .flex div dl dd span {
	margin-right: 5px;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl dd .c_product_list_prtext, #c_product_list_pop .popBox .innerCnt .flex div dl dd .c_product_list_prtext {
	margin-top: 0;
}

#mypage_customer_product_info .popBox .innerCnt .flex div dl:last-of-type, #c_product_list_pop .popBox .innerCnt .flex div dl:last-of-type {
	margin-bottom: 20px;
}

#mypage_customer_product_info .popBox .innerCnt .flex div p, #c_product_list_pop .popBox .innerCnt .flex div p {
	font-size: 21px;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type {
	width: 100%;
	margin-top: 0;
	padding: 20px;
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl {
	align-items: flex-start;
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl dt, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl dt {
	width: calc(100% - 700px);
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl dd, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl dd {
	width: 700px;
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type form, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type form {
	text-align: center;
}

#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type form .og_button,
#c_product_list_pop .popBox .innerCnt .flex div:last-of-type form .og_button,
#c_product_list_pop .popBox .innerCnt .flex div:last-of-type form .gray_button {
	width: 350px;
	padding: 10px 0 !important;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px !important;
	font-weight: bold;
}

#mypage_customer_product_info .popBox.active, #c_product_list_pop .popBox.active {
	display: block;
}

#mypage_customer_product_info .close_btn, #c_product_list_pop .close_btn {
	width: 40px;
	height: 40px;
	display: block;
	top: 60px;
	right: 170px;
	cursor: pointer;
	z-index: 30;
	position: absolute;
}

#mypage_customer_product_info .close_btn span, #c_product_list_pop .close_btn span {
	display: inline-block;
	width: 100%;
	height: 2px;
	right: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	transition: .4s;
}

#mypage_customer_product_info .close_btn span:nth-of-type(1), #c_product_list_pop .close_btn span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}

#mypage_customer_product_info .close_btn span:nth-of-type(2), #c_product_list_pop .close_btn span:nth-of-type(2) {
	transform: translateY(-7px) rotate(45deg);
}

#c_product_list {
	padding-top: 130px;
	position: relative;
}

#c_product_list.active {
	padding-bottom: 160px;
}

#c_product_list .content_header {
	padding-bottom: 50px;
}

#c_product_list .about_btn {
	width: 290px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	padding: 10px;
	background: #f7931e;
	border-radius: 5px;
	position: relative;
}

#c_product_list .about_btn::after {
	position: absolute;
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
	transition: .6s;
	right: 15px;
	top: 50%;
}

#c_product_list .about_btn:hover {
	cursor: pointer;
}

#c_product_list .sub_ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}

#c_product_list .sub_ttl span {
	font-size: 41px;
	font-weight: bold;
}

#c_product_list .listCnt ul {
	align-items: stretch;
	position: relative;
	justify-content: flex-start;
}

#c_product_list .listCnt ul li {
	width: calc(calc(100% - 20px)/3);
	margin-right: 10px;
	margin-bottom: 50px;
	padding: 19px 0 30px;
	background: #ffffff;
	border-top: solid 4px #46a285;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column;
}

#c_product_list .listCnt ul li .cntBox {
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

#c_product_list .listCnt ul li .cntBox h4 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: solid 1px #46a285;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top {
	padding: 0 10px;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .imgBox {
	align-items: center;
	justify-content: flex-start;
	width: 290px;
	height: 290px;
	margin: 20px auto 0;
	overflow: hidden;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .imgBox div {
	width: 100%;
	align-items: flex-start;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .imgBox div figure {
	width: 100%;
	position: relative;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .imgBox div figure img {
	width: 100%;
	height: auto;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .imgBox div figure .product_done {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20%;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox {
	margin-top: 20px;
	width: 100%;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox h4 {
	border-bottom: none;
	padding-left: 0;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox p {
	font-size: 15px;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox .c_product_list_maplink {
	margin: 5px 0;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div {
	margin-top: 20px;
	margin-bottom: 30px;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl {
	display: flex;
	justify-content: space-between;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl dt {
	font-weight: bold;
	font-size: 15px;
}

#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl dd {
	font-weight: bold;
	font-size: 15px;
}

#c_product_list .listCnt ul li:nth-of-type(3n) {
	margin-right: 0;
}

#c_product_list .listCnt ul li.soldout {
	position: relative;
}

#c_product_list .listCnt ul li.soldout::after {
	position: absolute;
	content: '';
	background: rgba(97, 97, 97, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
}

#c_product_list .listCnt ul li.soldout .about_btn {
	pointer-events: none;
}

#c_product_list .listCnt ul li .popBox {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: #ffffff;
	z-index: 10;
}

#c_product_list .paging {
	width: 100%;
	padding: 80px 0 130px;
}

#c_product_list .paging ul {
	justify-content: center;
	width: 155px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

#c_product_list .paging ul .prev {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #333333;
	border-left: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	cursor: pointer;
}

#c_product_list .paging ul .next {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	cursor: pointer;
}

#c_product_list .paging ul .paging {
	display: none;
}

#c_product_list .paging ul .paging.active {
	display: block;
}

#c_product_list .paging ul:hover .paging {
	opacity: .6;
	transition: .6s;
}

#c_product_list .paging ul li {
	width: calc(100% / 4);
	border: none;
	background: inherit;
	margin: 0 auto;
	flex-direction: unset;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
}

#c_product_list .paging ul li.active {
	color: #48a184;
	text-decoration: underline;
}

#c_product_list .paging ul li:hover {
	opacity: .6;
	transition: .6s;
}

/*=====<=====<=====<=====<=====<=====<=====
  exhibition
=====>=====>=====>=====>=====>=====>=====*/
#s_shop_exhibition {
	padding-top: 130px;
}

#s_shop_exhibition .content_header {
	padding-bottom: 50px;
}

#s_shop_exhibition .error_message {
	font-size: 10px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt p {
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #ffffff;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	width: calc(calc(100% - (60px + 80px + 150px + 140px))/2);
	border-right: solid 1px #dddddd;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 3px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:first-of-type {
	text-align: left;
	padding: 30px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-last-of-type(4) {
	width: 150px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-last-of-type(3) {
	width: 140px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-last-of-type(2) {
	width: 80px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type {
	width: 60px;
	border-right: none;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button {
	display: inline-block;
	border: 0;
	width: 100%;
	background: transparent;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button figure {
	width: 100%;
	margin: 0 auto;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button figure img {
	width: 20px;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.list_ttl td {
	background: #46a285;
	color: #ffffff;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type {
	opacity: .6;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a {
	pointer-events: none;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a figure {
	position: relative;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a figure::after {
	position: absolute;
	content: '編集不可';
	width: 100%;
	left: 0;
	bottom: -20px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr:nth-of-type(odd) {
	background: #f2f2f2;
}

#s_shop_exhibition .paging {
	width: 100%;
	padding: 50px 0 100px;
}

#s_shop_exhibition .paging ul {
	justify-content: center;
	width: 155px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

#s_shop_exhibition .paging ul::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #333333;
	border-left: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	cursor: pointer;
}

#s_shop_exhibition .paging ul::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	cursor: pointer;
}

#s_shop_exhibition .paging ul:hover::after, #s_shop_exhibition .paging ul:hover::before {
	opacity: .6;
	transition: .6s;
}

#s_shop_exhibition .paging ul li {
	width: calc(100% / 4);
	border: none;
	background: inherit;
	margin: 0 auto;
	flex-direction: unset;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
}

#s_shop_exhibition .paging ul li.active {
	color: #48a184;
	text-decoration: underline;
}

#s_shop_exhibition .paging ul li:hover {
	opacity: .6;
	transition: .6s;
}

/*=====<=====<=====<=====<=====<=====<=====
  entry
=====>=====>=====>=====>=====>=====>=====*/
#c_shopentry_list {
	padding-top: 130px;
}

#c_shopentry_list .content_header {
	padding-bottom: 50px;
}

#c_shopentry_list .c_shopentry_fav {
	padding: 70px 27px 50px;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

#c_shopentry_list .c_shopentry_fav figure {
	width: 25px;
	margin-right: 10px;
}

#c_shopentry_list .c_shopentry_fav figure img {
	width: 100%;
}

#c_shopentry_list .c_shopentry_fav figure:hover {
	cursor: pointer;
	opacity: .6;
	transition: .6s;
}

#c_shopentry_list .c_shopentry_fav p {
	font-size: 21px;
	font-weight: bold;
	color: #52a78b;
	line-height: 1.3;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl {
	margin-bottom: 50px;
	background: #ffffff;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .sub_ttl {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 0 20px 20px;
	text-align: left;
	background: #46a285;
	position: relative;
	cursor: pointer;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .sub_ttl::after {
	position: absolute;
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
	transition: .6s;
	right: 20px;
	top: 50%;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .sub_ttl:hover::after {
	cursor: pointer;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .sub_ttl.active::after {
	position: absolute;
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: none;
	border-right: none;
	transition: .6s;
	right: 20px;
	top: 50%;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list {
	display: none;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list.active {
	display: block;
	animation-name: fadein;
	animation-duration: 1s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count {
	padding: 30px 27px;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav {
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav figure {
	width: 25px;
	margin-right: 10px;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav figure img {
	width: 100%;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav figure:hover {
	cursor: pointer;
	opacity: .6;
	transition: .6s;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav p {
	font-size: 21px;
	font-weight: bold;
	color: #52a78b;
	line-height: 1.3;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner {
	padding: 0 27px 50px;
	background: #ffffff;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list {
	padding-bottom: 18px;
	padding-top: 18px;
	border-bottom: solid 1px #dddddd;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_listbutton {
	width: 48%;
	margin: 10px 0;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info {
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	width: 700px;
	padding: 18px 15px 0 0;
	border-right: solid 1px #46a285;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .prlink {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname {
	width: 100%;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure {
	width: 25px;
	margin-right: 10px;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure img {
	width: 100%;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure img.on {
	display: none;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure.active img.off {
	display: none;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure.active img.on {
	display: block;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname figure:hover {
	cursor: pointer;
	opacity: .6;
	transition: .6s;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info .list_shopname h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info p {
	font-size: 18px;
	width: 100%;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket {
	width: calc(100% - 700px);
	justify-content: space-between;
	padding: 0 15px;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p:last-of-type span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}

#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p + p {
	margin-top: 0;
}

#c_shopentry_list .paging {
	width: 100%;
	padding: 50px 0 100px;
}

#c_shopentry_list .paging ul {
	justify-content: center;
	width: 155px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

#c_shopentry_list .paging ul::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #333333;
	border-left: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	cursor: pointer;
}

#c_shopentry_list .paging ul::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	cursor: pointer;
}

#c_shopentry_list .paging ul:hover::after, #c_shopentry_list .paging ul:hover::before {
	opacity: .6;
	transition: .6s;
}

#c_shopentry_list .paging ul li {
	width: calc(100% / 4);
	border: none;
	background: inherit;
	margin: 0 auto;
	flex-direction: unset;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
}

#c_shopentry_list .paging ul li.active {
	color: #48a184;
	text-decoration: underline;
}

#c_shopentry_list .paging ul li:hover {
	opacity: .6;
	transition: .6s;
}

@media screen and (max-width: 768px) {
	/*=====<=====<=====<=====<=====<=====<=====
	  top
	=====>=====>=====>=====>=====>=====>=====*/
	body {
		padding-left: 0;
		margin: 0 auto;
	}
	.sidemenu {
		display: none;
	}
	.sp_db {
		display: block;
	}
	.sp_dn {
		display: none;
	}
	#top_header .inner .mv_text_top, #top_header .inner .mv_text_bottom {
		width: 100%;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#top_header .inner .mv_text_top p, #top_header .inner .mv_text_bottom p {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#top_header .inner .mv_text_top {
		top: 28%;
	}
	#top_header .inner .mv_text_bottom {
		top: 73%;
	}
	#top_logo_title h2 {
		width: 90%;
	}
	#top_merit {
		padding-top: 0;
	}
	#top_merit .inner .merit_list {
		display: block;
		margin: 0 auto;
	}
	#top_merit .inner .merit_list .merit_list_item {
		margin: 0 auto;
		width: auto;
	}
	#top_merit .inner .merit_list .merit_list_item:nth-of-type(n+2) {
		margin-top: 60px;
	}
	#top_merit .inner .merit_list .merit_list_item .merit_image {
		height: auto;
	}
	#top_merit .inner .merit_list .merit_list_item .merit_icon {
		width: auto;
	}
	#top_merit .inner .merit_list .merit_list_item .merit_list_title {
		margin-top: 30px;
		font-size: 18px;
	}
	#top_howto .inner {
		max-width: initial;
		width: 90%;
	}
	#top_howto .inner .howto_bg figcaption .step_text {
		position: inherit;
		margin: 0 auto 30px;
		width: 100%;
	}
	#top_howto .inner .howto_bg figcaption .step_text .step_title {
		margin-top: 30px;
		font-size: 18px;
	}
	#top_plan .plan_info, #plan .plan_info {
		display: block;
		margin-top: 0;
	}
	#top_plan .plan_info .sp_db, #plan .plan_info .sp_db {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		border: none;
		background: none;
	}
	#top_plan .plan_info .sp_db p, #plan .plan_info .sp_db p {
		font-size: 34px;
		line-height: 1.2;
		font-weight: 700;
		color: #f7931e;
		text-shadow: 4px 2px 2px #ffffff;
	}
	#top_plan .plan_info li, #plan .plan_info li {
		width: 100%;
		height: auto;
		padding: 0 0 30px;
		border-right: 1px solid #808080;
	}
	#top_plan .plan_info li:nth-of-type(n+2), #plan .plan_info li:nth-of-type(n+2) {
		margin-top: 30px;
	}
	#top_plan .plan_info li p, #plan .plan_info li p {
		font-weight: 700;
	}
	#top_plan .plan_info .plan_fxList, #plan .plan_info .plan_fxList {
		align-items: stretch;
		justify-content: space-between;
		padding: 0 0 30px;
	}
	#top_plan .plan_info .plan_fxList .plan_fx .plan_price, #plan .plan_info .plan_fxList .plan_fx .plan_price {
		margin-top: 30px;
		padding-top: 0;
	}
	#top_plan .plan_info .target::before, #plan .plan_info .target::before {
		position: static;
	}
	#top_plan .caution, #plan .caution {
		font-size: 16px;
		text-align: left;
	}
	#top_about .inner .info_top {
		display: block;
		margin: 0 auto;
	}
	#top_about .inner .info_top figure img {
		width: 100%;
	}
	#top_about .inner .info_top .text_box {
		width: 100%;
		padding-left: 0px;
	}
	#top_about .inner .info_center {
		margin: 30px auto;
		justify-content: space-between;
	}
	#top_about .inner .info_center figure {
		width: 30%;
	}
	#top_about .inner .info_center .text_box {
		width: 68%;
		padding-left: 0px;
	}
	#top_about .inner .info_center .text_box .info_center_title {
		font-size: 18px;
		line-height: 18px;
	}
	#top_about .inner .info_center .text_box .info_center_text {
		font-size: 13px;
	}
	#top_about .inner .info_bottom li {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	#top_about .inner .info_bottom li figure {
		width: 30%;
	}
	#top_about .inner .info_bottom li p {
		width: 68%;
		font-size: 13px;
	}
	#top_data {
		padding-top: 15px;
	}
	#top_data .inner .data_info_top {
		justify-content: center;
	}
	#top_data .inner .data_info_top .text_box {
		padding-left: 0;
		margin-top: 30px;
	}
	#top_data .inner .yellow_box {
		width: 100%;
		margin: 30px auto;
	}
	#top_data .inner .yellow_box p {
		padding: 5px 40px;
		font-size: 21px;
		line-height: 1.5;
	}
	#top_data .inner .data_info_bottom .text_box {
		margin-bottom: 30px;
	}
	#top_data .inner .data_info_bottom .text_box .info_title {
		font-size: 30px;
		line-height: 1.5;
	}
	#top_data .inner .data_info_bottom figure {
		width: 80%;
		margin: 0 auto;
	}
	#top_data .inner .data_info_bottom figure img {
		width: 100%;
	}
	#top_bland .inner .bland_list li, #top_bland .inner .press_release_list li, #top_press_release .inner .bland_list li, #top_press_release .inner .press_release_list li {
		width: 46%;
		margin-bottom: 30px;
	}
	#top_bland .movie iframe, #top_press_release .movie iframe {
		height: 250px;
	}
	#top_sponsor .inner .sponsor_list {
		width: 100%;
		justify-content: space-between;
	}
	#top_sponsor .inner .sponsor_list li {
		width: 46%;
		margin: 0 auto 60px;
	}
	#top_sponsor .inner .sponsor_list li figure {
		margin: 0 auto;
	}
	#top_sponsor .inner .sponsor_list li figure img {
		height: auto;
	}
	#top_sponsor .inner .sponsor_list li figure .sapporo {
		max-width: 150px;
		width: 70%;
	}
	#top_qa .inner .accordion dl dt {
		font-size: 18px;
		padding-right: 50px;
	}
	#top_qa .inner .accordion dl dd {
		font-size: 13px;
	}
	#top_content .inner .content_box li {
		padding: 40px 0px;
	}
	#top_content .inner .content_box li .title {
		font-size: 18px;
		line-height: 1.5;
		font-size: 18px;
		line-height: 18px;
	}
	#top_content .inner .content_box li .box_left {
		width: 100%;
	}
	#top_content .inner .content_box li .box_left p {
		font-size: 13px;
	}
	#top_content .inner .content_box li .box_left .orange_text {
		font-size: 20px;
		line-height: 20px;
	}
	#top_content .inner .content_box li .box_right {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	#top_content .inner .content_box li .box_right p {
		font-size: 18px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  contact
	=====>=====>=====>=====>=====>=====>=====*/
	/*=====<=====<=====<=====<=====<=====<=====
	  news
	=====>=====>=====>=====>=====>=====>=====*/
	.news .bold {
		font-size: 13px;
	}
	.news_list_content {
		align-items: flex-start;
	}
	.news_list_title {
		margin-left: 20px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  history
	=====>=====>=====>=====>=====>=====>=====*/
	/*=====<=====<=====<=====<=====<=====<=====
	  jisseki
	=====>=====>=====>=====>=====>=====>=====*/
	.jisseki-contents + .jisseki-contents {
		margin-top: 30px;
	}
	.jisseki-header h2 {
		font-size: 25px;
	}
	.jisseki-header h3 {
		font-size: 20px;
	}
	.jisseki-list {
		width: 100%;
		border-radius: 10px;
	}
	.jisseki-list dt, .jisseki-list dd {
		border: 1px solid #48a184;
	}
	.jisseki-list dt {
		font-size: 18px;
	}
	.jisseki-list dd {
		font-size: 20px;
	}
	.jisseki-list dd strong {
		font-size: 24px;
	}
	.jisseki-list:first-of-type dt {
		border-left: 1px solid #48a184;
	}
	.jisseki-list:last-of-type dt {
		border-right: 1px solid #48a184;
	}
	.jisseki-list + .jisseki-list {
		margin-top: 10px;
	}
	.jisseki-list + .jisseki-list dt {
		border-left: 1px solid #48a184;
	}
	.jisseki-list + .jisseki-list dd {
		border-left: 1px solid #48a184;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  mypage
	=====>=====>=====>=====>=====>=====>=====*/
	.mypage_content {
		position: relative;
		background: #ffffff;
		padding: 10px 20px 30px;
	}
	.mypage_content_title {
		position: static;
		padding-bottom: 20px;
	}
	.mypage_content_cont {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.mypage_content_cont_number {
		width: auto;
		font-size: 35px;
		line-height: 1;
		text-align: left;
	}
	.mypage_content_cont_unit {
		position: static;
		font-size: 20px;
	}
	.mypage_content_box_table tr + tr {
		border-top: 1px solid #333333;
	}
	.mypage_content_box_table tr .cell_3 {
		display: none;
	}
	.mypage_content_box_table tr td, .mypage_content_box_table tr th {
		font-size: 14px;
		text-align: center;
	}
	.mypage_content_box_table tr th {
		color: #808080;
	}
	.mypage_content_box_table_info {
		color: #808080;
		font-size: 12px;
	}
	.mypage_content_box_table_info:after {
		content: '>';
		color: #808080;
		display: inline-block;
		margin-left: 5px;
	}
	.mypage_content .plus_list {
		font-size: 18px;
		line-height: 18px;
	}
	.mypage_content .plus_list:after {
		font-size: 26px;
		height: 26px;
	}
	.mypage_form .mypage_content {
		padding: 20px;
	}
	.mypage_form_dataline {
		flex-wrap: wrap;
	}
	.mypage_form_dataline + .mypage_form_dataline {
		margin-top: 1.5em;
	}
	.mypage_form_dataline_title {
		width: 100%;
	}
	.mypage_form_dataline_data {
		width: 100%;
	}
	.mypage_form_dataline_data input, .mypage_form_dataline_data textarea {
		font-size: 16px;
	}
	.mypage_form_dataline_data textarea {
		height: 300px;
	}
	.mypage_form_product_submit {
		font-size: 16px;
		padding: 1.5em 0;
	}
	.allergen.mypage_form_dataline, .allergen.prlink_button {
		margin-top: 1.5em;
	}
	.allergen_title {
		width: 100%;
		margin-top: 0;
		padding: .5em 0;
	}
	.allergen_data {
		width: 100%;
		font-size: 16px;
		margin-left: 0;
	}
	.allergen_data_comment {
		font-size: 13px;
	}
	.allergen_data_list {
		margin-left: 0;
	}
	.allergen_data_list_label {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
		color: #ffffff;
		border-radius: 8px;
		width: 32%;
		height: 50px;
		margin-top: 2%;
		margin-left: 2%;
	}
	.allergen_data_list_label:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.allergen_data_list_input:checked + .allergen_data_list_label {
		background: #48a184;
	}
	.allergen_data_list_upload {
		width: 90%;
		margin: 50px auto 0;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		background: #808080;
		border-radius: 8px;
	}
	#shop_my_page .inner .shop_top .flex {
		width: 100%;
		display: block;
	}
	#shop_my_page .inner .shop_top .flex li {
		width: 100%;
	}
	#shop_my_page .inner .shop_top .flex li + li {
		margin-top: 10px;
	}
	#shop_my_page .inner .shop_top .flex li .shop_name {
		font-size: 25px;
		line-height: 25px;
	}
	#shop_my_page .inner .shop_top .flex li .match_number {
		font-size: 35px;
		line-height: 35px;
		margin-top: 10px;
	}
	#shop_my_page .inner .shop_top .flex li .match_number span {
		font-size: 16px;
		line-height: 12px;
		margin-left: 10px;
	}
	#shop_my_page .inner .shop_info .shop_info_ul {
		margin-left: 0;
	}
	#shop_my_page .inner .shop_info .shop_info_ul li {
		font-size: 15px;
		flex-wrap: wrap;
	}
	#shop_my_page .inner .shop_info .shop_info_ul li + li {
		margin-top: .5em;
	}
	#shop_my_page .inner .shop_info .shop_info_ul li p {
		font-size: 16px;
		width: 100%;
	}
	#shop_my_page .inner .shop_info .shop_info_ul li p + p {
		margin-top: 0;
		width: 100%;
		min-height: 30px;
	}
	#shop_my_page .inner .shop_info .shop_info_ul li p:first-of-type {
		color: #808080;
		width: 100%;
	}
	#shop_my_page .inner .unreported_title {
		font-size: 20px;
	}
	#shop_my_page .inner .unreported_link a {
		line-height: 1.5;
	}
	#shop_my_page .inner .edit_shop_info {
		display: none;
	}
	#shop_my_page .inner .edit_shop_info input, #shop_my_page .inner .edit_shop_info textarea {
		font-size: 18px;
		width: 100%;
	}
	#shop_my_page .inner .edit_shop_info .edit_data_info_btn {
		padding: 10px 0;
		width: 80%;
		font-size: 18px;
	}
	#shop_my_page .inner .view_on .shop_info_ul li p {
		font-size: 18px;
	}
	#shop_my_page .inner .view_on .shop_info_ul li p + p {
		font-size: 16px;
	}
	#shop_my_page .inner .view_on .shop_info_ul li + li {
		margin-top: 20px;
	}
	#shop_my_page .inner .active {
		display: block;
	}
	#shop_my_page .inner .shop_pic {
		padding: 40px 20px 20px;
	}
	#shop_my_page .inner .edit {
		position: static;
		color: #ffffff;
		background: #b3b3b3;
		padding: 10px;
		border-radius: 5px;
		font-weight: 500;
		line-height: 20px;
		text-align: center;
		width: 80%;
		margin: 20px auto 0;
	}
	#shop_my_page .inner .edit p {
		font-size: 20px;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline {
		margin-bottom: 20px;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline_ttl {
		font-size: 20px;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline_data {
		width: 100%;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline_data label select {
		width: 100px;
		font-size: 20px;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline_data label::after {
		top: 30%;
	}
	#shop_my_page .inner .mypage_form_list:last-of-type .mypage_ticket_dataline_data span {
		font-size: 20px;
		margin: 0 10px;
	}
	#shop_my_page .logout_button a {
		padding: 20px 0;
	}
	#shop_my_page .logout_button a p {
		font-size: 24px;
		line-height: 24px;
	}
	#shop_my_page .popup_photo_preview {
		z-index: 999;
		padding-left: 0;
	}
	#shop_my_page .popup_photo_preview .inner {
		padding: 0;
	}
	#shop_my_page .popup_photo_preview_box_icon_left {
		margin-left: 10px;
	}
	#shop_my_page .popup_photo_preview_box_icon_right {
		margin-right: 10px;
	}
	#shop_my_page .popup_photo_preview_header {
		width: 100%;
	}
	#shop_my_page .popup_photo_preview_header_h2 {
		font-size: 26px;
	}
	#shop_my_page .popup_photo_preview_header_h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	#item_list_content .item_list_content_buttons {
		flex-direction: column;
		align-items: flex-end;
	}
	#item_list_content .bulk_delete {
		margin: 15px 0;
	}
	#item_list_content .contener .inner .register {
		margin: 0 auto 10px;
	}
	#item_list_content .contener .inner .item_box {
		display: block;
	}
	#item_list_content .contener .inner .item_box .item {
		width: 100%;
		margin: 20px auto;
	}
	#item_list_content .contener .inner .item_box .item figure {
		max-width: 100%;
		height: 160px;
	}
	#item_list_content .contener .inner .item_box .item figure img {
		width: auto;
	}
	#item_list_content #push_pop_up {
		z-index: 999;
		padding-left: 0;
	}
	#item_list_content #push_pop_up .push_pop_up_system header h2, #item_list_content #push_pop_up .push_pop_up_system header h3 {
		font-size: 28px;
	}
	#item_list_content #push_pop_up .push_pop_up_system header h3 {
		display: none;
	}
	#item_list_content #push_pop_up .inner {
		padding: 0;
	}
	#item_list_content #push_pop_up .inner p {
		font-size: 21px;
	}
	#item_list_content #push_pop_up .inner .menu_btn02 {
		top: 0;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content {
		padding: 20px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline {
		width: 100%;
		margin-bottom: 10px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline:last-of-type {
		margin-bottom: 0px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_ttl {
		font-size: 21px;
		width: 100%;
		padding-top: 0;
		line-height: 1;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data {
		width: 100%;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data label, #item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data .label {
		width: 130px;
		line-height: 1.2;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data label select, #item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data .label select {
		width: 50px;
		padding-left: 15px;
		font-size: 18px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data label::after, #item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data .label::after {
		top: 35%;
		right: 5px;
		width: 8px;
		height: 8px;
		border: 0px;
		border-bottom: solid 1px #808080;
		border-right: solid 1px #808080;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data label span, #item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data .label span {
		font-size: 18px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content .mypage_ticket_dataline_data span {
		font-size: 18px;
		margin: 0 10px;
	}
	#item_list_content #push_pop_up .inner .mypage_form .mypage_content input[type="submit"] {
		width: 100%;
		margin: 10px auto;
		padding: 0;
		font-size: 24px;
	}
	#item_list_content #push_pop_up .inner .mypage_form input {
		width: 100%;
	}
	#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data label select, #form_product_data2 .mypage_form_list .mypage_ticket_dataline_data .label select {
		width: 100px;
		font-size: 20px;
	}
	#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data label::after, #form_product_data2 .mypage_form_list .mypage_ticket_dataline_data .label::after {
		content: '';
	}
	#form_product_data2 .mypage_form_list .mypage_ticket_dataline_data span {
		margin: 0 20px;
	}
	#day_shop_ticket .inner .shop_top .flex, #already_shop_ticket .inner .shop_top .flex, #shop_list .inner .shop_top .flex {
		display: block;
	}
	#day_shop_ticket .inner .shop_top .flex li:first-of-type .match_info, #already_shop_ticket .inner .shop_top .flex li:first-of-type .match_info, #shop_list .inner .shop_top .flex li:first-of-type .match_info {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#day_shop_ticket .inner .shop_top .flex li .match_info, #already_shop_ticket .inner .shop_top .flex li .match_info, #shop_list .inner .shop_top .flex li .match_info {
		font-size: 50px;
		line-height: 50px;
	}
	#day_shop_ticket .inner .shop_top .flex li .match_info span, #already_shop_ticket .inner .shop_top .flex li .match_info span, #shop_list .inner .shop_top .flex li .match_info span {
		font-size: 30px;
		line-height: 30px;
		margin-left: 10px;
	}
	#day_shop_ticket .inner .shop_top .flex li .match_info .green_text, #already_shop_ticket .inner .shop_top .flex li .match_info .green_text, #shop_list .inner .shop_top .flex li .match_info .green_text {
		font-size: 50px;
		line-height: 50px;
	}
	#day_shop_ticket .inner ul .ticket_list, #already_shop_ticket .inner ul .ticket_list, #shop_list .inner ul .ticket_list {
		display: block;
		background: #ffffff;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content, #already_shop_ticket .inner ul .ticket_list .ticket_content, #shop_list .inner ul .ticket_list .ticket_content {
		margin-bottom: 20px;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content li, #already_shop_ticket .inner ul .ticket_list .ticket_content li, #shop_list .inner ul .ticket_list .ticket_content li {
		display: block;
		font-size: 16px;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content li p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p, #shop_list .inner ul .ticket_list .ticket_content li p {
		font-size: 16px;
	}
	#day_shop_ticket .inner ul .ticket_list .button_box, #already_shop_ticket .inner ul .ticket_list .button_box, #shop_list .inner ul .ticket_list .button_box {
		padding: 20px 20px 0;
	}
	#day_shop_ticket .inner ul .ticket_list .button_box::after, #already_shop_ticket .inner ul .ticket_list .button_box::after, #shop_list .inner ul .ticket_list .button_box::after {
		height: 80vw;
		top: 0;
		left: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	#day_shop_ticket .inner ul .ticket_list .button_box a, #already_shop_ticket .inner ul .ticket_list .button_box a, #shop_list .inner ul .ticket_list .button_box a {
		padding: 5px 0;
	}
	#day_shop_ticket .inner ul .ticket_list .button_box a:nth-of-type(n+2), #already_shop_ticket .inner ul .ticket_list .button_box a:nth-of-type(n+2), #shop_list .inner ul .ticket_list .button_box a:nth-of-type(n+2) {
		margin-top: 20px;
	}
	#day_shop_ticket .inner ul .ticket_list .button_box .delivery, #day_shop_ticket .inner ul .ticket_list .button_box .report, #already_shop_ticket .inner ul .ticket_list .button_box .delivery, #already_shop_ticket .inner ul .ticket_list .button_box .report, #shop_list .inner ul .ticket_list .button_box .delivery, #shop_list .inner ul .ticket_list .button_box .report {
		margin: 0 auto;
	}
	#day_shop_ticket .inner .action_screen, #already_shop_ticket .inner .action_screen, #shop_list .inner .action_screen {
		padding-left: 0;
		z-index: 9999;
	}
	#day_shop_ticket .inner .action_screen .gray_screen, #already_shop_ticket .inner .action_screen .gray_screen, #shop_list .inner .action_screen .gray_screen {
		height: 100%;
		overflow: hidden;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .title_box p, #already_shop_ticket .inner .action_screen .gray_screen .title_box p, #shop_list .inner .action_screen .gray_screen .title_box p {
		font-size: 21px;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .menu_btn02, #already_shop_ticket .inner .action_screen .gray_screen .menu_btn02, #shop_list .inner .action_screen .gray_screen .menu_btn02 {
		z-index: 9999;
		top: 0;
		right: 0;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form, #already_shop_ticket .inner .action_screen .gray_screen .action_form, #shop_list .inner .action_screen .gray_screen .action_form {
		margin: 0 auto;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt, #shop_list .inner .action_screen .gray_screen .action_form .report_cnt {
		width: 100%;
		margin-top: 20px;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label button, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label button, #shop_list .inner .action_screen .gray_screen .action_form .report_cnt label button {
		width: 100%;
		font-size: 21px;
		padding: 10px 0;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2), #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2), #shop_list .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) {
		margin-top: 20px;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea, #already_shop_ticket .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea, #shop_list .inner .action_screen .gray_screen .action_form .report_cnt label:nth-of-type(2) textarea {
		width: 100%;
		height: 200px;
	}
	#day_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input, #already_shop_ticket .inner .action_screen .gray_screen .action_form .form_content input, #shop_list .inner .action_screen .gray_screen .action_form .form_content input {
		width: 100%;
		font-size: 21px;
		padding: 10px 0;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info {
		padding: 70px 20px 50px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content {
		padding: 0 20px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content:last-of-type {
		margin-top: 40px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_title {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_title br {
		display: block;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box {
		width: 43%;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_ttl {
		font-size: 6vw;
		margin-top: 30px;
		line-height: 1.2;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_unit {
		margin-top: 30px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box .mypage_content_txtBox_unit p {
		font-size: 2vw;
		line-height: 1;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .total_manth_box_title {
		font-size: 3vw;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box {
		padding-bottom: 20px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box .arrow {
		font-size: 3vw;
		margin-bottom: 0px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox .margin_percent_box .margin_percent {
		font-size: 3vw;
		font-weight: 500;
		margin: 0;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox_ttl {
		font-size: 40px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content_txtBox_unit p {
		font-size: 20px;
		margin-top: 10px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content .position {
		position: relative;
		padding-top: 10px;
	}
	#transfer #shop_my_page .push_pop_up #push_pop_up_info .mypage_content .position #calculation {
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 14px;
	}
	#shop_management .get_location .management_map {
		height: 300px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
customer
=====>=====>=====>=====>=====>=====>=====*/
	#user_my_page .inner .user_top .flex {
		width: 100%;
	}
	#user_my_page .inner .user_top .mypage_inner {
		margin-bottom: 30px;
	}
	#user_my_page .inner .user_top .mypage_middle {
		margin-top: 0;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket, #user_my_page .inner .user_top .mypage_middle .mypage_topticket {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket .plan_obi, #user_my_page .inner .user_top .mypage_middle .mypage_topticket .plan_obi {
		width: 80%;
		margin: 0 auto 20px;
		font-size: 18px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left {
		width: 100%;
		border-right: none;
		border-bottom: solid 2px #808080;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left .match_number, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left .match_number {
		font-size: 40px;
		text-align: right;
		letter-spacing: .8px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .left .match_number span, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .left .match_number span {
		font-size: 24px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right {
		width: 100%;
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding-left: 0;
		padding-top: 10px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div {
		width: 200px;
		justify-content: flex-end;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p {
		font-size: 24px;
		letter-spacing: .8px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p.match_number, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p.match_number {
		font-size: 40px;
		letter-spacing: .8px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div p.match_number span, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div p.match_number span {
		font-size: 24px;
	}
	#user_my_page .inner .user_top .mypage_top .mypage_topticket_inner .right div .slash, #user_my_page .inner .user_top .mypage_middle .mypage_topticket_inner .right div .slash {
		font-size: 24px;
	}
	#user_my_page .inner .user_top .mypage_bottom {
		margin-top: 15px;
	}
	#user_my_page .inner .user_top .mypage_bottom a {
		font-size: 15px;
		font-weight: 400;
	}
	#user_my_page .inner .user_top .mypage_bottom a .mypage_news_count {
		font-size: 20px;
		font-weight: 400;
		margin: 0 5px;
	}
	#user_my_page .inner .sinchaku {
		margin-bottom: 15px;
	}
	#user_my_page .inner .productlist_area {
		padding: 20px;
		margin-bottom: 30px;
	}
	#user_my_page .inner .productlist_area p {
		font-size: 15px;
		text-align: center;
	}
	#user_my_page .inner .productlist_area p a {
		padding-bottom: 1px;
		border-bottom: 1px solid #333333;
	}
	#user_my_page .inner .productlist_area p + p {
		margin-top: 0;
	}
	#user_my_page .inner .productlist_area p.sub_txt {
		font-size: 18px;
		font-weight: 400;
	}
	#user_my_page .inner .productlist_area p.sub_txt span {
		font-size: 20px;
		margin-left: 10px;
		margin-right: 3px;
		font-weight: 400;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner {
		margin-top: 30px;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form dl {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form dl dd {
		width: 100%;
		text-align: left;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio + label {
		font-size: 18px;
		padding-left: 25px;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio + label::before {
		width: 18px;
		height: 18px;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form dl dd .productlist_area_radio:checked + label::after {
		left: 3px;
	}
	#user_my_page .inner .productlist_area #productlist_area_inner form .change_btn {
		font-size: 18px;
		width: 100%;
		padding: 10px 0;
	}
	#user_my_page .inner #favorite_link {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
	#user_my_page .inner #favorite_link p {
		font-size: 18px;
		letter-spacing: .8px;
		padding: 20px 15px;
		line-height: 1.5;
	}
	#user_my_page .inner #favorite_link p span {
		font-size: 16px;
		letter-spacing: .8px;
	}
	#user_my_page .inner #favorite_link p br {
		display: block;
	}
	#user_my_page .inner #favorite_link p + p {
		line-height: 1.4;
		font-size: 13px;
	}
	#user_my_page .inner #favorite_link p + p br {
		display: block;
	}
	#user_my_page .inner .warning_title {
		font-size: 21px;
	}
	#user_my_page .inner .warning_content {
		margin: 20px 0;
	}
	#user_my_page .inner .warning_content_title {
		font-size: 18px;
	}
	#user_my_page .inner .warning_link a {
		font-size: 16px;
	}
	#user_my_page .inner .warning_link.single {
		margin: 40px 0;
	}
	#user_my_page .inner .yesterday_maching_box {
		flex: none;
	}
	#user_my_page .inner .yesterday_maching_box + .yesterday_maching_box {
		border-left: 0;
		border-top: 1px solid #daece6;
		margin-top: 10px;
		padding-top: 10px;
	}
	#user_my_page .inner .yesterday_maching_title {
		font-size: 18px;
	}
	#user_my_page .inner .yesterday_maching_count {
		font-size: 30px;
	}
	#user_my_page .inner .yesterday_maching_count span {
		font-size: 14px;
	}
	#user_my_page .inner .user_info .box_title {
		font-size: 18px;
		padding-bottom: 0;
	}
	#user_my_page .inner .user_info .user_info_ul {
		margin-left: 0;
	}
	#user_my_page .inner .user_info .user_info_ul li {
		font-size: 15px;
	}
	#user_my_page .inner .user_info .user_info_ul li + li {
		margin-top: .5em;
	}
	#user_my_page .inner .user_info .user_info_ul li p {
		font-size: 16px;
	}
	#user_my_page .inner .user_info .user_info_ul li p + p {
		margin-top: 0;
	}
	#user_my_page .inner .user_info .user_info_ul li p:first-of-type {
		color: #808080;
		width: 110px;
	}
	#user_my_page .inner .favorite_area {
		padding: 20px;
	}
	#user_my_page .inner .favorite_area .box_title.inner_ttl {
		font-size: 18px;
		margin-top: 30px;
	}
	#user_my_page .inner .favorite_area .sub_ttl {
		width: 100%;
		margin: 0 auto 30px;
	}
	#user_my_page .inner .favorite_area .sub_ttl p {
		font-size: 18px;
		padding: 15px;
	}
	#user_my_page .inner .favorite_area ol {
		display: block;
		width: 60% !important;
		margin: 0 auto 30px;
	}
	#user_my_page .inner .favorite_area ol li {
		font-size: 16px;
		margin-right: 0;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area {
		margin-bottom: 30px;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .box_title {
		text-align: center;
		font-size: 18px;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt {
		margin-top: 0;
		font-size: 16px;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt span {
		font-size: 50px;
		margin-left: 10px;
		margin-left: 6px;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .sub_txt span + span {
		font-size: 24px;
		color: #808080;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .list_btn {
		width: 80%;
	}
	#user_my_page .inner .favorite_area .favorite_shop_area .list_btn a {
		font-size: 16px;
		padding: 10px;
	}
	#user_my_page .inner .favorite_area form .select_box span {
		display: inline-block;
		width: 50px;
	}
	#user_my_page .inner .favorite_area form .select_box .favorite_select {
		padding: 12px;
		font-size: 14px;
		width: 177px;
		margin-right: 0;
	}
	#user_my_page .inner .favorite_area form .select_box label input {
		background: #f7931e;
		color: #ffffff;
		padding: 12px 4px;
		font-weight: 700;
		border-radius: 5px;
	}
	#user_my_page .inner .favorite_area form .favorite_register_button input {
		display: block;
		margin: 0 auto;
		width: 80%;
		background: #f7931e;
		color: #ffffff;
		padding: 10px;
		font-weight: 700;
		font-size: 16px;
		border-radius: 5px;
	}
	#user_my_page .inner .edit {
		display: block;
		position: static;
		color: #ffffff;
		background: #b3b3b3;
		padding: 10px;
		border-radius: 5px;
		font-weight: 500;
		line-height: 20px;
		text-align: center;
		width: 80%;
		margin: 20px auto 0;
	}
	#user_my_page .inner .edit p {
		font-size: 16px;
	}
	#user_my_page .inner .change_button a, #user_my_page .inner .logout_button a {
		padding: 20px 0;
	}
	#user_my_page .inner .change_button a p, #user_my_page .inner .logout_button a p {
		font-size: 24px;
		line-height: 24px;
	}
	#user_my_page .inner .box_title {
		padding-bottom: 20px;
	}
	#day_shop_ticket .inner ul .ticket_list, #user_ticket .inner ul .ticket_list, #already_shop_ticket .inner ul .ticket_list {
		display: block;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content, #user_ticket .inner ul .ticket_list .ticket_content, #already_shop_ticket .inner ul .ticket_list .ticket_content {
		margin-bottom: 20px;
		max-width: 100%;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content li, #user_ticket .inner ul .ticket_list .ticket_content li, #already_shop_ticket .inner ul .ticket_list .ticket_content li {
		display: block;
		font-size: 16px;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content li + li, #user_ticket .inner ul .ticket_list .ticket_content li + li, #already_shop_ticket .inner ul .ticket_list .ticket_content li + li {
		margin-top: .5em;
	}
	#day_shop_ticket .inner ul .ticket_list .ticket_content li p, #user_ticket .inner ul .ticket_list .ticket_content li p, #already_shop_ticket .inner ul .ticket_list .ticket_content li p {
		font-size: 16px;
	}
	#day_shop_ticket .inner ul .ticket_list .already_pic, #user_ticket .inner ul .ticket_list .already_pic, #already_shop_ticket .inner ul .ticket_list .already_pic {
		max-width: 100%;
	}
	#day_shop_ticket .inner ul .ticket_list .already_pic figure, #user_ticket .inner ul .ticket_list .already_pic figure, #already_shop_ticket .inner ul .ticket_list .already_pic figure {
		padding: 20px 20px 0;
	}
	#day_shop_ticket .inner ul .ticket_list .already_pic figure img, #user_ticket .inner ul .ticket_list .already_pic figure img, #already_shop_ticket .inner ul .ticket_list .already_pic figure img {
		max-width: 150px;
	}
	#day_shop_ticket .inner ul .ticket_list .already_pic figure::after, #user_ticket .inner ul .ticket_list .already_pic figure::after, #already_shop_ticket .inner ul .ticket_list .already_pic figure::after {
		height: 80vw;
		top: 0;
		left: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	#area_search .inner .button_box, #select_management .inner .button_box {
		height: 200px;
	}
	#area_search .inner .button_box a, #select_management .inner .button_box a {
		padding: 20px 0;
	}
	#area_search .inner .button_box a p, #select_management .inner .button_box a p {
		font-size: 24px;
		line-height: 24px;
	}
	#user_management .caution_checkbox .caution {
		font-size: 14px;
	}
	#user_management .caution_checkbox .tos_link {
		font-size: 16px;
	}
	#user_management .caution_checkbox .register_info {
		width: 80%;
	}
	#user_management .caution_checkbox .register_info h3 {
		margin-top: 20px;
	}
	#user_management .caution_checkbox .register_info p {
		font-size: 14px;
		text-align: left;
		font-weight: 700;
	}
	#shop_list {
		padding: 10px 0;
	}
	#shop_list .contener {
		padding: 0;
	}
	#shop_list .contener .inner {
		margin: 0 auto;
	}
	#shop_list .contener .inner .button_box {
		width: 100%;
		margin-bottom: 10px;
	}
	#shop_list .contener .inner .button_box a {
		width: 40%;
		padding: 10px 0;
	}
	#shop_list .contener .inner .button_box a p {
		font-size: 14px;
		line-height: 14px;
	}
	#shop_list .contener .inner .shop_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		position: static;
		width: 100%;
	}
	#shop_list .contener .inner .shop_box #shop_info {
		top: 50vh;
		left: -100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		height: 50vh;
	}
	#shop_list .contener .inner .map_api_box {
		order: 1;
		width: 100%;
		max-width: 100%;
		height: 40vh;
		margin: 0 auto;
	}
	#shop_list .contener .action_screen, #shop_list .contener .check_action_screen {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-left: 0px;
		background: rgba(0, 0, 0, 0.5);
	}
	#shop_list .contener .action_screen.deliveryBox, #shop_list .contener .check_action_screen.deliveryBox {
		display: none;
	}
	#shop_list .contener .action_screen.active, #shop_list .contener .check_action_screen.active {
		display: block;
	}
	#shop_list .contener .action_screen .gray_screen, #shop_list .contener .action_screen .white_screen, #shop_list .contener .check_action_screen .gray_screen, #shop_list .contener .check_action_screen .white_screen {
		width: 95%;
		margin: 0 auto;
		padding: 100px 20px 20px;
		position: relative;
		height: 100%;
		overflow: hidden;
	}
	#shop_list .contener .action_screen .gray_screen p, #shop_list .contener .action_screen .gray_screen input, #shop_list .contener .action_screen .white_screen p, #shop_list .contener .action_screen .white_screen input, #shop_list .contener .check_action_screen .gray_screen p, #shop_list .contener .check_action_screen .gray_screen input, #shop_list .contener .check_action_screen .white_screen p, #shop_list .contener .check_action_screen .white_screen input {
		font-weight: 700;
	}
	#shop_list .contener .action_screen .gray_screen .menu_btn02, #shop_list .contener .action_screen .gray_screen .menu_btn03, #shop_list .contener .action_screen .white_screen .menu_btn02, #shop_list .contener .action_screen .white_screen .menu_btn03, #shop_list .contener .check_action_screen .gray_screen .menu_btn02, #shop_list .contener .check_action_screen .gray_screen .menu_btn03, #shop_list .contener .check_action_screen .white_screen .menu_btn02, #shop_list .contener .check_action_screen .white_screen .menu_btn03 {
		position: absolute;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0);
		top: 10px;
		right: 10px;
		margin: auto;
		z-index: 9900;
	}
	#shop_list .contener .action_screen .gray_screen .menu_btn02 span, #shop_list .contener .action_screen .gray_screen .menu_btn03 span, #shop_list .contener .action_screen .white_screen .menu_btn02 span, #shop_list .contener .action_screen .white_screen .menu_btn03 span, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span {
		width: 40px;
		height: 3px;
		display: block;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 15px;
		border-radius: 2px;
		transition: .4s;
		background: #ffffff;
	}
	#shop_list .contener .action_screen .gray_screen .menu_btn02 span:first-of-type, #shop_list .contener .action_screen .gray_screen .menu_btn03 span:first-of-type, #shop_list .contener .action_screen .white_screen .menu_btn02 span:first-of-type, #shop_list .contener .action_screen .white_screen .menu_btn03 span:first-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span:first-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span:first-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span:first-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span:first-of-type {
		transform: translateY(9px) rotate(-45deg);
	}
	#shop_list .contener .action_screen .gray_screen .menu_btn02 span:last-of-type, #shop_list .contener .action_screen .gray_screen .menu_btn03 span:last-of-type, #shop_list .contener .action_screen .white_screen .menu_btn02 span:last-of-type, #shop_list .contener .action_screen .white_screen .menu_btn03 span:last-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn02 span:last-of-type, #shop_list .contener .check_action_screen .gray_screen .menu_btn03 span:last-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn02 span:last-of-type, #shop_list .contener .check_action_screen .white_screen .menu_btn03 span:last-of-type {
		transform: translateY(9px) rotate(45deg);
	}
	#shop_list .contener .action_screen .gray_screen .menu_btn02.active, #shop_list .contener .action_screen .gray_screen .menu_btn03.active, #shop_list .contener .action_screen .white_screen .menu_btn02.active, #shop_list .contener .action_screen .white_screen .menu_btn03.active, #shop_list .contener .check_action_screen .gray_screen .menu_btn02.active, #shop_list .contener .check_action_screen .gray_screen .menu_btn03.active, #shop_list .contener .check_action_screen .white_screen .menu_btn02.active, #shop_list .contener .check_action_screen .white_screen .menu_btn03.active {
		display: none;
	}
	#shop_list .contener .action_screen .gray_screen .title_box, #shop_list .contener .action_screen .white_screen .title_box, #shop_list .contener .check_action_screen .gray_screen .title_box, #shop_list .contener .check_action_screen .white_screen .title_box {
		color: #ffffff;
		text-align: center;
	}
	#shop_list .contener .action_screen .gray_screen .title_box p, #shop_list .contener .action_screen .white_screen .title_box p, #shop_list .contener .check_action_screen .gray_screen .title_box p, #shop_list .contener .check_action_screen .white_screen .title_box p {
		font-size: 30px;
		font-weight: 700;
	}
	#shop_list .contener .action_screen .gray_screen .inner, #shop_list .contener .action_screen .white_screen .inner, #shop_list .contener .check_action_screen .gray_screen .inner, #shop_list .contener .check_action_screen .white_screen .inner {
		margin: 0 auto;
		overflow-y: scroll;
		height: 70vh;
		width: 100%;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content, #shop_list .contener .action_screen .white_screen .inner .mypage_content, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content {
		width: 100%;
		padding-bottom: 80px;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex {
		display: block;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .shop_pic, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .shop_pic, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .shop_pic, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .shop_pic {
		width: 100%;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .text_box, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .text_box, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .text_box, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .text_box {
		width: 100%;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .text_box li, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .text_box li, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .text_box li, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .text_box li {
		font-size: 16px;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .text_box p, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .text_box p {
		overflow-wrap: break-word;
		font-size: 14px;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .flex .text_box .item_data li, #shop_list .contener .action_screen .white_screen .inner .mypage_content .flex .text_box .item_data li, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .flex .text_box .item_data li, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .flex .text_box .item_data li {
		display: block;
	}
	#shop_list .contener .action_screen .gray_screen .inner .mypage_content .ticket_issue, #shop_list .contener .action_screen .white_screen .inner .mypage_content .ticket_issue, #shop_list .contener .check_action_screen .gray_screen .inner .mypage_content .ticket_issue, #shop_list .contener .check_action_screen .white_screen .inner .mypage_content .ticket_issue {
		width: 90%;
	}
	#shop_list .contener .check_action_screen {
		background: #ffffff;
		display: none;
	}
	#shop_list .contener .check_action_screen .white_screen .inner p {
		font-size: 16px;
	}
	#shop_list .contener .check_action_screen .white_screen p, #shop_list .contener .check_action_screen .white_screen input {
		text-align: center;
	}
	#shop_list .contener .check_action_screen .white_screen .menu_btn03 {
		z-index: 9999;
	}
	#shop_list .contener .check_action_screen .white_screen .menu_btn03 span {
		background: #000000;
	}
	#shop_list .contener .check_action_screen .white_screen .menu_btn03.active {
		display: none;
	}
	#shop_list #footer_copylight {
		position: static;
		width: 100%;
	}
	#plan_entry_thanks .contener .mypage_button, #plan_change_thanks .contener .mypage_button, #withdraw_after .contener .mypage_button, #logout_after .contener .mypage_button, #forget_pass_after .contener .mypage_button, #user_management_after .contener .mypage_button {
		width: 60%;
	}
	#plan_change_thanks .contener .content_header h2 br {
		display: block;
	}
	#withdraw_after .contener .content_header h2, #logout_after .contener .content_header h2, #forget_pass_after .contener .content_header h2, #user_management_after .contener .content_header h2 {
		font-size: 22px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  single
	=====>=====>=====>=====>=====>=====>=====*/
	#news_post .inner {
		width: 90%;
	}
	#news_post .inner .post_header .date {
		font-size: 13px;
	}
	#news_post .inner .post_header .post_title {
		font-size: 18px;
	}
	#news_post .pagenav {
		width: 90%;
	}
	#news_post .pagenav .flex .next, #news_post .pagenav .flex .prev {
		background: #48a184;
		color: #ffffff;
		border-radius: 10px;
		font-weight: 700;
	}
	#news_post .pagenav .flex .next {
		padding: 8px 20px 8px 16px;
	}
	#news_post .pagenav .flex .prev {
		padding: 8px 16px 8px 20px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  list
	=====>=====>=====>=====>=====>=====>=====*/
	#mypage_customer_product_info, #c_product_list_pop {
		position: fixed;
		padding-top: 130px;
	}
	#mypage_customer_product_info .popBox, #c_product_list_pop .popBox {
		position: absolute;
		top: 240px;
	}
	#mypage_customer_product_info .popBox .c_product_list_ttl, #c_product_list_pop .popBox .c_product_list_ttl {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
		color: #ffffff;
	}
	#mypage_customer_product_info .popBox .innerCnt, #c_product_list_pop .popBox .innerCnt {
		background: #ffffff;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex, #c_product_list_pop .popBox .innerCnt .flex {
		flex-direction: column;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex figure, #c_product_list_pop .popBox .innerCnt .flex figure {
		width: 100%;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div, #c_product_list_pop .popBox .innerCnt .flex div {
		width: 100%;
		padding: 10px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div dl dt, #c_product_list_pop .popBox .innerCnt .flex div dl dt {
		font-size: 18px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div dl dd, #c_product_list_pop .popBox .innerCnt .flex div dl dd {
		font-size: 18px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div dl:last-of-type, #c_product_list_pop .popBox .innerCnt .flex div dl:last-of-type {
		margin-bottom: 20px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div p, #c_product_list_pop .popBox .innerCnt .flex div p {
		font-size: 16px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type {
		width: 100%;
		padding: 10px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl dt, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl dt {
		width: 100%;
		line-height: 1.3;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl dd, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl dd {
		width: 100%;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type dl dd .allergen_data_list_comment, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type dl dd .allergen_data_list_comment {
		text-align: left;
		font-size: 14px;
	}
	#mypage_customer_product_info .popBox .innerCnt .flex div:last-of-type form .og_button, #c_product_list_pop .popBox .innerCnt .flex div:last-of-type form .og_button {
		width: 90%;
	}
	#mypage_customer_product_info .close_btn, #c_product_list_pop .close_btn {
		position: absolute;
		width: 25px;
		height: 25px;
		top: 70px;
		right: 20px;
	}
	#c_product_list {
		padding-top: 130px;
	}
	#c_product_list.active {
		padding-bottom: 600px;
	}
	#c_product_list .content_header {
		padding-bottom: 30px;
	}
	#c_product_list .about_btn {
		width: 90%;
		padding: 0 10px;
		text-align: center;
		color: #ffffff;
		font-size: 15px;
		padding: 10px;
		background: #f7931e;
		border-radius: 5px;
		position: relative;
	}
	#c_product_list .about_btn::after {
		position: absolute;
		content: '';
		display: block;
		width: .5em;
		height: .5em;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: translateY(-50%) rotate(45deg);
		transition: .6s;
		right: 15px;
		top: 50%;
	}
	#c_product_list .about_btn:hover {
		cursor: pointer;
	}
	#c_product_list .sub_ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	#c_product_list .sub_ttl span {
		font-size: 26px;
		font-weight: bold;
		padding-left: 8px;
	}
	#c_product_list .listCnt ul {
		flex-direction: column;
	}
	#c_product_list .listCnt ul li {
		width: 100%;
		margin-right: 0;
	}
	#c_product_list .listCnt ul li .cntBox {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}
	#c_product_list .listCnt ul li .cntBox h4 {
		font-size: 18px;
		text-align: left;
		font-weight: bold;
		padding-left: 10px;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: solid 1px #46a285;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top {
		padding: 0 10px;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top figure {
		width: 100%;
		margin-top: 20px;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top figure img {
		width: 100%;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox {
		margin-top: 20px;
		width: 100%;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox h4 {
		border-bottom: none;
		padding-left: 0;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox p {
		font-size: 15px;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl {
		display: flex;
		justify-content: space-between;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl dt {
		font-weight: bold;
		font-size: 15px;
	}
	#c_product_list .listCnt ul li .cntBox .cntBox_top .txtBox div dl dd {
		font-weight: bold;
		font-size: 15px;
	}
	#c_product_list .listCnt ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	#c_product_list .listCnt ul li.soldout {
		position: relative;
	}
	#c_product_list .listCnt ul li.soldout::after {
		position: absolute;
		content: '';
		background: rgba(97, 97, 97, 0.4);
		width: 100%;
		height: 100%;
		top: 0;
	}
	#c_product_list .listCnt ul li .popBox {
		background: #ffffff;
		z-index: 10;
	}
	#c_product_list .paging {
		width: 100%;
		padding: 60px 0 80px;
	}
	#c_product_list .paging ul {
		justify-content: center;
		flex-direction: unset;
		width: 60%;
	}
	#c_product_list .paging ul li {
		width: calc(100% / 4);
		font-size: 18px;
	}
	#c_product_list #mypage_customer_product_check .scroll_screen .white_screen {
		width: 95%;
		height: 100%;
		overflow: hidden;
		padding: 100px 20px 20px;
	}
	#c_product_list #mypage_customer_product_check .scroll_screen .white_screen .inner {
		overflow-y: scroll;
		width: 100%;
		height: 70vh;
	}
	#c_product_list #mypage_customer_product_check .scroll_screen .white_screen .inner .mypage_content {
		width: 100%;
		padding-bottom: 80px;
	}
	#c_product_list #mypage_customer_product_check .scroll_screen .white_screen .inner .mypage_content p {
		font-size: 16px;
	}
	#c_product_list #mypage_customer_product_check .scroll_screen .white_screen .inner .mypage_content form input {
		width: 90%;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  exhibition
	=====>=====>=====>=====>=====>=====>=====*/
	#s_shop_exhibition .content_header {
		padding-bottom: 30px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt p {
		text-align: right;
		font-size: 13px;
		margin-bottom: 10px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table {
		display: block;
		overflow: scroll;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody {
		width: 100%;
		display: table;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		background: #ffffff;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0;
		width: 357px;
		border-right: solid 1px #dddddd;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td span {
		font-size: 16px;
		font-weight: bold;
		margin-right: 3px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:first-of-type {
		text-align: left;
		padding: 30px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-of-type(2) {
		width: 215px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-of-type(3) {
		width: 188px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:nth-of-type(4) {
		width: 115px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type {
		width: 98px;
		border-right: none;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button {
		display: inline-block;
		width: 100%;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button figure {
		width: 100%;
		margin: 0 auto;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr td:last-of-type button figure img {
		width: 20px;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.list_ttl td {
		background: #46a285;
		color: #ffffff;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type {
		opacity: .6;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a {
		pointer-events: none;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a figure {
		position: relative;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr.soldout td:last-of-type a figure::after {
		position: absolute;
		content: '編集不可';
		width: 100%;
		left: 0;
		bottom: -20px;
		font-size: 10px;
		color: #999999;
		text-align: center;
	}
	#s_shop_exhibition #s_shop_exhibition_innerCnt table tbody tr:nth-of-type(odd) {
		background: #f2f2f2;
	}
	#s_shop_exhibition .paging {
		width: 100%;
		padding: 60px 0 80px;
	}
	#s_shop_exhibition .paging ul {
		justify-content: center;
		flex-direction: unset;
		width: 60%;
	}
	#s_shop_exhibition .paging ul li {
		width: calc(100% / 4);
		font-size: 18px;
	}
	/*=====<=====<=====<=====<=====<=====<=====
	  entry
	=====>=====>=====>=====>=====>=====>=====*/
	#c_shopentry_list {
		padding-top: 130px;
	}
	#c_shopentry_list .content_header {
		padding-bottom: 30px;
	}
	#c_shopentry_list .c_shopentry_fav {
		padding: 40px 15px 30px;
		text-align: left;
	}
	#c_shopentry_list .c_shopentry_fav figure {
		width: 25px;
		margin-right: 10px;
	}
	#c_shopentry_list .c_shopentry_fav figure img {
		width: 100%;
	}
	#c_shopentry_list .c_shopentry_fav p {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.3;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl {
		margin-bottom: 40px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .sub_ttl {
		font-size: 18px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count {
		padding: 30px 15px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav {
		text-align: left;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav figure {
		width: 25px;
		margin-right: 10px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav figure img {
		width: 100%;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_all_count .c_shopentry_ward_fav p {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.3;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner {
		padding: 15px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list {
		flex-direction: column;
		padding: 10px;
		border: solid 1px #dddddd;
		margin-bottom: 20px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_listbutton {
		width: 100%;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #46a285;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_info p {
		font-size: 14px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket {
		width: 100%;
		padding-top: 10px;
		justify-content: space-between;
		padding-left: 30px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p {
		font-size: 16px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p:last-of-type {
		width: auto;
		text-align: right;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p:last-of-type span {
		font-size: 16px;
	}
	#c_shopentry_list #c_shopentry_list_cnt ul .c_shopentry_list_cnt_ttl .c_shopentry_list_cnt_inner .shop_list_ticket p + p {
		margin-top: 0;
	}
	#c_shopentry_list .paging {
		width: 100%;
		padding: 50px 0 100px;
	}
	#c_shopentry_list .paging ul {
		justify-content: center;
		width: 155px;
		margin: 0 auto;
		padding: 0 25px;
		position: relative;
	}
	#c_shopentry_list .paging ul::before {
		content: '';
		width: 10px;
		height: 10px;
		border: 0px;
		border-bottom: solid 2px #333333;
		border-left: solid 2px #333333;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4px;
		cursor: pointer;
	}
	#c_shopentry_list .paging ul::after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0px;
		border-top: solid 2px #333333;
		border-right: solid 2px #333333;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -4px;
		cursor: pointer;
	}
	#c_shopentry_list .paging ul:hover::after, #c_shopentry_list .paging ul:hover::before {
		opacity: .6;
		transition: .6s;
	}
	#c_shopentry_list .paging ul li {
		width: calc(100% / 4);
		border: none;
		background: inherit;
		margin: 0 auto;
		flex-direction: unset;
		text-align: center;
		padding: 0;
		font-weight: bold;
		font-size: 21px;
		cursor: pointer;
	}
	#c_shopentry_list .paging ul li.active {
		color: #48a184;
		text-decoration: underline;
	}
	#c_shopentry_list .paging ul li:hover {
		opacity: .6;
		transition: .6s;
	}
}
