@charset "utf-8";
/* CSS Document */
/* 共通　*/
body {
	margin: 0;
	font-family: "noto-sans-cjk-jp", sans-serif;
}
html {
	scroll-behavior: smooth;
}
.main_page {
	background-image: url("../img/bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
p {
	margin: 0;
}
a:hover {
	opacity: 0.5;
	transition: 0.7s;
}
a {
	transition: 0.7s;
	text-decoration: none;
}
i {
	vertical-align: middle;
}
ul {
	list-style: none;
	padding: 0;
}
.br::before {
	content: "\A";
	white-space: pre;
}
/*　共通ボタン　*/
.all_button {
	text-align: center;
	padding: 20px;
}
.all_button a {
	background-color: #DC000C;
	color: #fff;
	padding: 30px 0;
	border-radius: 10px;
	box-shadow: 9px 10px 0px 0px rgba(220, 220, 220, 1);
	display: block;
	width: 95%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 19px;
}
.all_button a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}
.all_button a::after {
	font-family: "Font Awesome 6 Pro";
	content: '\f138';
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding: 0 0 0 20px;
}
.member_button a {
	background: #B7CB00;
}
/*　フェードイン　*/
.scroll-up {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 1s;
}
.scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
/*ヘッダーエリア　SP時、ulはハンバーガーメニューに格納される*/

.header_area {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 1% 0 0 0;
}
.header_area a img {
	width: 50%;
}
.header_area img {
	width: 10%;
}
.header_area ul {
	display: flex;
	margin: 0;
	list-style: none;
}
.header_area ul li {
	margin: 0 10px;
	font-size: 14px;
}
.header_area ul li a {
	color: #fff;
}
/*　ハンバーガーメニュー*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#mobile-head a img {
	width: 50%;
	margin-top: 1rem;
}
#head_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	line-height: 1;
	z-index: 999;
	height: 0px;
	text-decoration: none;
}
#head_wrap a {
	text-decoration: none;
}
#H_inn_wrap{
	position: -webkit-fixed;
	position: fixed;
	width: 96%;
	z-index: 0;
	left: 0;
	top: 0;
}
#head_wrap .inner {
	width: 95%;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
/*
	background-color: #fff;
	left: 0;
*/
}
#head_wrap .inner:after {
	content: "";
	clear: both;
	display: block;
}
#head_wrap .logo {
	float: left;
	font-size: 36px;
}
#global-nav {
	position: absolute;
	right: 0;
	top: 0;
}
#global-nav ul {
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 1rem;
	margin-right: 10px;
	display: inline-flex;
}
#global-nav ul.nav_sp {
	display: none;
}
#global-nav ul.down_nav li a {
	color: #000;
}
#global-nav ul.top_nav li a {
	color: #fff;
}
@media (max-width: 640px) {
	#global-nav ul {
		display: block;
		margin-right: 0px;
	}
}
#global-nav ul li {
	padding: 0 20px;
}
#global-nav ul li:last-child {
	border-right: none;
}
@media (max-width: 640px) {
	#global-nav ul li {
		border-right: none;
	}
}
#global-nav ul li a {
	padding: 0 5px;
	padding: 2px;
	transition: all .6s ease 0s;
	box-sizing: border-box;
	color: #fff;
}
/* Fixed */
#head_wrap.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 60px;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	z-index: 9999;
	background: #fff;
}
#head_wrap.fixed .logo {
	font-size: 36px;
	color: #333;
}
#head_wrap.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 14px;
	width: 25px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
,cart {

 }
.cart::after {
	content: "！";        /* 表示する記号や文字を入れる（1文字） */
	position: absolute;   /* 相対位置を指定 */
	top: 2px;           /* 表示位置を上から-10pxの位置にする */
	right: 415px;         /* 表示位置を右から-10pxの位置にする */
	color: #FFF;          /* 文字色を白色に指定 */
	line-height: 20px;    /* 行の高さを指定 */
	font-weight: bold;    /* 太文字にする */
	text-align: center;   /* 文字を中央揃えにする */
	width: 20px;          /* 幅を20pxに指定 */
	background: #F00;     /* 背景色を赤に指定 */
	border-radius: 50%;   /* 角丸を50%に指定 */
}

.open .cart_ex {
	display: none;
}
.cart_ex::after {
	content: "！";        /* 表示する記号や文字を入れる（1文字） */
	position: absolute;   /* 相対位置を指定 */
	top: -5px;           /* 表示位置を上から-10pxの位置にする */
	right: 0px;         /* 表示位置を右から-10pxの位置にする */
	color: #FFF;          /* 文字色を白色に指定 */
	line-height: 20px;    /* 行の高さを指定 */
	font-weight: bold;    /* 太文字にする */
	text-align: center;   /* 文字を中央揃えにする */
	width: 20px;          /* 幅を20pxに指定 */
	background: #F00;     /* 背景色を赤に指定 */
	border-radius: 50%;   /* 角丸を50%に指定 */
}

@media (max-width: 640px) {
	#head_wrap {
		/*
    top: 0;
    position: fixed;
	  */
		margin-top: 0;
		width: 100%;
		padding: 0;
		/* Fixed reset */
	}
	#head_wrap .inner {
		width: 100%;
		padding: 0;
	}
	#head_wrap .fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		width: 100%;
		height: 56px;
		z-index: 0;
		position: relative;
	}
	#head_wrap.fixed .logo, #head_wrap .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -509px;
		background: #fff;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		box-shadow: 1px 3px 9px 0px rgb(28 28 28);
	}
	.gNav_h {
		position: absolute!important;
		/* 開いてないときは画面外に配置 内容の多いページ用 */
		/*top: -580px!important;*/
		top: -760px!important;
		background: #fff!important;
		width: 100%!important;
		text-align: center!important;
		-webkit-transition: .5s ease-in-out!important;
		-moz-transition: .5s ease-in-out!important;
		transition: .5s ease-in-out!important;
		box-shadow: 1px 3px 9px 0px rgb(28 28 28)!important;
	}
	#global-nav ul {
		list-style: none;
		position: relative;
		right: 0;
		top: 0;
		font-size: 14px;
		margin-top: 20px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 5px 0;
		color: #000;
		text-align: left;
		font-weight: normal;
		padding: 10px 0;
	}
	#nav-toggle {
		display: block;
		background: #ffffffa3;
		width: 14%;
		height: 100%;
		padding: 15px 10px 0 10px;
	}
	/* #nav-toggle 切り替えアニメーション */
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #dc000c;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	.open .gNav_h {
		/* カートに商品が入っているとき高さプラス用 */
		-moz-transform: translateY(830px)!important;
		-webkit-transform: translateY(830px)!important;
		transform: translateY(830px)!important;
	}
}
#menu1, #menu2, #menu3, #menu4, #menu5 {
	margin-top: 500px;
	padding-top: 130px;
}
#menu5 {
	padding-bottom: 100vh;
}
/* ヘッダーエリア　アズーロ予約サイト　赤大テキスト*/
.header_title {
	width: 90%;
	margin: 9% auto 0%;
}
.head_title1 {
	font-weight: bold;
	font-size: 40px;
	color: #212121;
	/* font-size: 30px;
	color: #DC000C; */
	display: flex;
	align-items: center;
}
.head_title1 img {
	width: 7%;
	padding: 0 20px 0 0;
}
.head_title2 {
	font-weight: bold;
    font-size: 8.5rem;
    color: #DC000C;
    white-space: pre-line;
    line-height: 10rem;
    padding: 2% 0 5% 0;
    letter-spacing: 10px;
}
.text_min {
	font-size: 46px;
}
.head_title3 {
	font-weight: bold;
	font-size: 29px;
	color: #212121;
	white-space: pre-line;
	line-height: 42px;
	padding: 0px 0 20px 0;
}
/* buttonエリア*/
.head_button_area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 0;
}
.head_button_area a {
	display: block;
	padding: 3% 2%;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	margin: 0 2%;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	/*
	width: 400px;
	line-height: 48px;
	*/
	box-shadow: 10px 11px 0px 0px rgba(220, 220, 220, 1);
}
.head_button_area a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}
.Hbutton1 {
	background-color: #DC000C;
}
.Hbutton2 {
	background-color: #B7CB00;
}
.head_button_area span {
	display: block;
	font-size: 19px;
	font-weight: normal;
}
.head_button_area p {
	line-height: 48px;
}
.Hbutton1 p::after, .Hbutton2 p::after {
	font-family: "Font Awesome 6 Pro";
	content: '\f138';
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	padding: 0 0 0 20px;
}
/*　メイン　*/
.main_area {
	width: 100%;
	margin: 4% auto 0;
}
h1.main_title {
	font-size: 49px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	padding: 2% 0;
	margin: 1rem 0;
}
.span_title1 {
	color: #F9D1D3;
	font-family: "annabelle-jf", sans-serif;
	font-weight: 400;
	font-size: 160px;
	display: block;
}
.con_area1 {
	padding: 5% 0 7% 0;
	width: 100%;
	margin: 0 auto;
}
.con_area2 {
	background: #FFFBFB;
	width: 100%;
	padding: 5% 0 7% 0;
}
/*　イベントエリア　*/
.event_ba {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 0 3% 0;
}
.event_ba a {
	text-align: center;
}
.event_ba a img {
	width: 96%;
}
/*　予約説明　*/
h1.main_title img {
	width: 60%;
}
.yoyaku_con {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto 10%;
	justify-content: center;
}
.yoyaku_con img {
	width: 100%;
	object-fit: contain;
}
.yoyaku_side {
	padding: 0 30px;
}
.yoyaku_side img {
	width: 100%;
}
.yoyaku_side p {
	white-space: pre-line;
	padding: 0 0 0 20px;
	font-size: 24px;
}
p.money {
	background: #FFE8E8;
	padding: 20px;
	font-size: 18px;
	border-radius: 10px;
	margin: 20px;
}
p.money img {
	width: 45px;/*28px*/
	padding: 0 10px;
}
/*　4ステップ　*/
.step_area {
	background: #fff;
	padding: 60px 25px;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 13%);
}
.step_area_con {
	padding: 0 0 40px 0;
}
h1.step_title {
	line-height: 3px;
}
h1.step_title img {
	width: 440px;
}
.step1 {
	width: 35%;
	padding: 0 0 15px 0;
}
.step2 {
	border-top: 3px solid #D2D2D2;
	padding: 15px 5px 25px 5px;
	font-size: 25px;
	font-weight: bold;
	color: #DC000C;
}
.step3 {
	height: 160px;
	padding: 0 0 10px 0;
}
.step4 {
	font-size: 15px;
	text-align: left;
	padding: 8px;
}
.step_col {
	color: #DC000C;
}
a.step_guid_b {
	width: 43%;
}
.flow04 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	gap: 60px;
}
.flow04 > li {
	list-style-type: none;
	width: 100%;
	max-width: 350px;
	display: flex;
}
.flow04 > li dl {
	padding: 20px 13px;
	margin: 0;
	border: 1px solid #DCDCDC;
	position: relative;
	text-align: center;
}
.flow04 > li:not(:first-child) dl::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f04b';
	font-weight: bold;
	position: absolute;
	top: calc(50% - 14px);
	left: -38px;
	color: #DC000C;
	font-size: 22px;
}
.flow04 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #E26B5D;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 10px;
	text-align: center;
}
.flow04 > li dl dd {
	margin-left: 0;
}
.sp_look {
	display: none;
}
/*　お問い合わせエリア　*/
.box {
	border: 3px solid #DC000C;
	border-radius: 40px;
	position: relative;
	width: 90%;
    margin: 5rem auto 0;
}
.box h3 {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -1.6em;
}
.box span {
	font-size: 49px;
}
.box .inner {
	padding: 3.5em 2.5em 1.5em;
}
.inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.inner_con {
	width: calc(100%/2);
	text-align: center;
}
.contact_b {
	width: 90%;
}
.catch {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0;
}
.catch:before, .catch:after {
	border-top: 1px solid;
	content: "";
	width: 1em; /* 線の長さ */
	border-color: #C4C4C4;
}
.catch:before {
	margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
	margin-left: 1em; /* 文字の左隣 */
}
.inner1 {
	font-family: "lato", sans-serif;
	font-size: 55px;
	font-weight: bold;
}
.inner1::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f095';
	font-weight: bold;
	color: #DC000C;
	font-size: 35px;
	padding: 0 20px 0 0;
}
/*　ページトップ　*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	color: #9A9A9A;
}
.pagetop a::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f106';
	font-weight: 300;
	position: absolute;
	top: -18px;
	right: 32%;
	font-size: 23px;
	color: #9A9A9A;
}
/*　フッター　*/
.footer {
	background: #F2F2F2;
}
.footer_con {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
}
.footer_con img {
	width: 155px;
}
.footer_con ul {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	margin: 1rem 0;
}
.footer_con1 {
	padding: 0 0 0 30px;
}
.footer_con1 p {
	font-size: 17px;
	font-weight: bold;
}
.footer_con ul li a {
	color: #000;
	font-size: 12px;
	padding: 0 0 13px 0;
	display: block;
}
.footer_con ul li a::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f054';
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	padding: 0 8px 0 30px;
}
.copyright {
	text-align: center;
	padding: 14px 0;
	font-size: 12px;
	color: #707070;
	letter-spacing: 2px;
}
/***************************/
/*     　商品一覧ページ　     */
/***************************/
.sub_page .header_area ul li a {
	color: #000;
}
.products_area {
	padding: 7% 0 7% 0;
}
/*　パンくず　*/
.pankuzu {
	display: flex;
	gap: 0 22px;
	list-style: none;
	font-size: .9em;
	width: 90%;
	margin: 0 auto;
}
.pankuzu li {
	display: flex;
	align-items: center;
}
.pankuzu li:not(:last-child)::after {
	display: inline-block;
	transform: rotate(45deg);
	width: .3em;
	height: .3em;
	margin-left: 10px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	content: '';
}
.pankuzu a {
	color: #707070;
	text-decoration: none;
}
/*　タブ切り替え　*/
.tab-001 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	padding: 8% 0 0 0;
	margin: 0 auto;
}
.tab-001 > label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: 1.5em 1em;
	border-radius: 0;
	background-color: #fff;
	color: #707070;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #DC000C;
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-radius: 5px 5px 0 0;
}
.tab-001 > label:hover {
	opacity: .8;
}
.tab-001 input[type=radio] {
	display: none;
}
.tab-001 > div {
	display: none;
	width: 100%;
	padding: 1.5em 0;
	background-color: #fff;
}
.tab-001 label:has(:checked) {
	background: no-repeat center url("../img/pro_bg.png");
	border-color: #DC000C #DC000C #fff;
	border-style: solid;
	border-width: 3px;
	border-radius: 12px 12px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #DC000C;
	background-size: 95% 85%;
}
.tab-001 label:has(:checked) + div {
	display: block;
	opacity: 1;
	animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
p.tab-text {
	text-align: center;
	white-space: pre-line;
	padding: 40px 0;
	color: #707070;
	font-size: 18px;
	letter-spacing: 1px;
}
ul.tab-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 1% 0 11% 0;
}
ul.tab-button li {
	width: calc(100%/4.5);
}
ul.tab-button li a {
	display: block;
	padding: 15px 30px 40px 30px;
	;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	background-color: #DC000C;
	box-shadow: 10px 11px 0px 0px rgba(220, 220, 220, 1);
	position: relative;
}
ul.tab-button li a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}
ul.tab-button li a::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f107';
	font-weight: 300;
	position: absolute;
	font-size: 23px;
	color: #ffffff;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.tab-pro_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-pro_title h1 {
	font-size: 45px;
	color: #000;
}
a.tab-pro_b {
	width: 100%;
	padding: 20px 10px;
	font-size: 16px;
}
a.tab-pro_b::after {
	font-size: 18px;
}
ul.tab-pro_con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5% 0;
}
ul.tab-pro_con:after {
    content: "";
    display: block;
    width: calc(100%/4.5);
    height: 0;
}
ul.tab-pro_con:before {
    content: "";
    display: block;
    width: calc(100%/4.5);
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
ul.tab-pro_con li {
	width: calc(100%/4.5);
	margin: 0 0 70px 0;
	position: relative;
	text-align: center;
}
ul.tab-pro_con li a {
	color: #000;
}
ul.tab-pro_con .toku_icon {
	position: absolute;
	top: -22px;
	right: -12px;
	background: #B7CB00;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	width: 78px;
	height: 78px;
	text-align: center;
	line-height: 0px;
	display: grid;
	place-items: center;
}
ul.tab-pro_con .set_icon {
    position: absolute;
    top: -22px;
    right: -12px;
    background: #2986CC;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 0px;
    display: grid;
    place-items: center;
}
.tab_name {
	height: 70px;
	padding: 10px 0 0;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tab_m {
	font-weight: bold;
	padding: 15px 0;
	font-size: 25px;
	text-align: right;
	font-family: "lato", sans-serif;
}
.tab_m2 {
	font-size: 14px;
}
ul.tab-pro_con li a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
/*セレクトボックス*/
ul.tab-pro_con .selectbox-001 {
	display: inline-flex;
	align-items: center;
	position: relative;
	border: none;
	border-radius: 0;
	background: none;
}
.selectbox-001::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
.selectbox-001 select {
	appearance: none;
	min-width: 200px;
	height: 2.8em;
	padding: .4em calc(.8em + 30px) .4em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}
.selectbox-001 input {
	appearance: auto;
	min-width: 200px;
	height: 2.8em;
	padding: .4em calc(.8em + 30px) .4em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}

ul.tab-pro_con2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
ul.tab-pro_con2 li a {
	background: #292828;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: grid;
	place-items: center;
	height: 50px;
	border-radius: 3px;
}


/*****買い物かご*******/
#cart_inn_wrap {
	padding: 8% 0 0 0;
	margin: 0 auto;
	max-width: 1200px;
}
#cart_inn_wrap h2{
	font-size: 3rem;
	font-weight: normal;
}
#cart_flow ul {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#cart_flow ul li {
	padding: 0.4% 3%;
	margin: 0 3%;
	text-align: center;
	background-color: #ccc;
	border-radius: 8px;
	font-size:  .9rem;
	color: #fff;
	min-height: 62px;
	display: table;
}
#cart_flow ul li span{
	display: table-cell;
	vertical-align: middle;
}
#cart_flow ul li:nth-child(even){
	padding: 0;
	background: none;
}
#cart_flow ul li i {
	color: #999;
}

#cart_flow ul li.cart_on{
	border: 3px solid #E60000;
	color: #E60000;
	background-color: #fff;
}


#cart_inn_left{
	display: inline-block;
	width: 62%;
	border-top: 1px solid #666;
	margin-right: 4%;
}

.cart_inn_right{
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.cart_inn_mid{
	width: 100%;
	margin-top: 2rem;
	display: none;
}

.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 55px;
}




.cart_inn_right_wrap{
	border: 3px solid #E60000;
	border-radius: 8px;
}
.cart_inn_li{
	border-bottom: 1px solid #ccc;
	padding: 15px 10px 10px 0;
	width: 100%;
}
.cart_inn_img{
	display: inline-block;
	width: 25%;
}
.cart_inn_det{
	display: inline-block;
	vertical-align: top;
	width: 74%;
}
.cart_inn_det span{
	display: inline-block;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 2px 10px;
	font-size: 0.8rem;
	border-radius: 20px;
	margin-top: 10px;
}
.cart_inn_det a{
	display: inline-block;
	text-decoration: underline;
	color: #333;
	font-size: 1.4rem;
	margin: 20px 0 0 0;
}
.cart_inn_det_wrap{
	text-align: right;
	margin: 4% 5% 0 0;
	clear: both;
}
.cart_quantity{
}
.cart_price{
	display: inline;
	padding: 0 1rem 0 0;
	font-size: 1.4rem;
	color: #666;
}
.cart_quantity{
	display: inline;
}


.selectbox-cart input {
	width: 70px;
	height: 2rem;
	border: 1px solid #cccccc;
	border-radius: 8px;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}


.cart_inn_right table{
	max-width: 302px;
	border-collapse:collapse;
	margin: 20px auto 30px auto;
	width: 100%;
}

.cart_inn_mid table{
	border-collapse:collapse;
	margin: 20px auto 30px auto;
	width: 89%;
}

.cart_inn_mid p,
.cart_inn_right p{
	margin: 30px 0 0 30px;
	font-weight: bold;
	font-size: 1.4rem;
}

.cart_inn_mid table tr,
.cart_inn_right table tr{
	border-bottom: 1px solid #aaa;

}

.cart_inn_mid table tr:last-child,
.cart_inn_right table tr:last-child{
	border: none;
}

.cart_inn_mid table tr td,
.cart_inn_right table tr td{
	font-size: 1.4rem;
	font-weight: normal;
	padding: 10px 0;
}

.cart_inn_mid table tr td:nth-child(even),
.cart_inn_right table tr td:nth-child(even){
	text-align: right;
}

.cart_inn_mid table tr td span,
.cart_inn_right table tr td span{
	font-weight: bold;
	font-size: 1.8rem;
}



.cart_btn-box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.cart_btn-box button {
	border: none;
	border-radius: 8px;
	user-select: none;
	cursor: pointer;
}

/* ボタンをマウスホバーしたとき、ボタンを薄くする */
.cart_btn-box button:hover {
	opacity: .7;
}

/* ボタンをクリックしたとき、ボタン上部に余白を作る */
/*.cart_btn-box button:active {
	margin-top: 0.2em;
}*/

/* 赤ボタンのスタイル */
.cart_btn-box button.cart_btn {
	color: #fff;
	background-color:#999;
	box-shadow: 0.5rem 0.5rem 0 #ccc;
	width: 96%;
	font-size:  1.6rem;
	padding: 15px 0;
}

.cart_btn-box button.cart_btn:active {
	box-shadow: 0 0.1em 0 #ccc;
}

.cart_btn-box button.cart_btn i{
	padding: 0px 0 6px 6px;
}




/***お客様決済受取り情報***/
#cart_form{
	margin: 15% 0 0 0;
}
#cart_form h2{
	font-size: 3rem;
	font-weight: normal;
}


.label-title {
	font-size: 1.6rem;
	margin-top: 5%;
}
.form_c {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.radioinput {
	text-align: center;
}
.form-sample {
	display: flex;
	padding: 15px 0 15px 2%;
}

.form-label {
	width: 30%;
	font-weight: bold;
	font-size: 1.2rem;
	padding-top: 1.2rem;
}
.form-label.last {
	margin-top: 10px;
	margin-bottom: auto;
}
.form-require {
	display: inline-block;
	color: #f00;
	font-size: 0.8rem;
	padding-left: 7px;
}
.form-input {
	border: 1px solid gray;
	border-radius: 5px;
	padding-left: 10px;
	height: 4rem;
	width: 100%;
	font-size: 1.8rem;
}
.caution{
	color: #f00;
	font-size: 0.9rem;
	margin-left: 30%;
}

#cart_credit{
	margin: 2% 0 0 5%;
}
#cart_credit label{
	font-size: 1.2rem;
}
#cart_credit div{
	margin: 0.8rem 0 0 2rem;
}
#cart_credit img{
	display: block;
	margin: 1rem 0 0 0;
	max-width: 600px;
	width: 100%;
}
#cart_shop{
	margin: 5% 0 0 5%;
}
#cart_shop div{
	margin: 0.8rem 0 0 2rem;
}
#cart_shop label{
	font-size: 1.2rem;
}

.cart_choice{
	font-size: 1.2rem;
	margin-left: 2%;
}
.cart_choice h5{
	margin: 5% 0 0 0;
	padding: 10px 0 10px 20px;
	background-color: #FFECEC;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: normal;
}
.receiving_store{
	margin: 3% 0 0 2%;
}
.receiving_store label{
	padding-right: 20px;
}
.receiving_store span{
	display: inline-block;
	width: 14rem;
}
.receiving_infor{
	margin: 3% 0 0 2%;
}
.receiving_infor span{
	display: inline-block;
	width: 14rem;
}

.receiving_infor label{

}
.receiving_infor select{
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	-o-appearance: none;/*Opera対応*/
	display: inline-block;
	font-size: 1rem;
	height: 2.4rem;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	min-width: 200px;
	background-color: #fff;
}

.receiving_infor select {

  /* styling */
  font: inherit;
  padding: 0em 3.5em 0em 0em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select.classic {
	background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #FFF4F4, #FFF4F4);
	background-position: calc(100% - 28px) calc(1em + -7px), calc(100% - 11px) calc(1em + -7px), 103% 0px;
	background-size: 16px 16px, 17px 16px, 3.4em 2.5em;
	background-repeat: no-repeat;
	width: 35%;
}






.form-Btn{
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.form-Btn{
	border: none;
	border-radius: 8px;
	user-select: none;
	cursor: pointer;
}

/* ボタンをマウスホバーしたとき、ボタンを薄くする */
.form-Btn:hover {
	opacity: .7;
}


/* 赤ボタンのスタイル */
.form-Btn{
	color: #fff;
	background-color:#E60000;
	box-shadow: 0.5rem 0.5rem 0 #ccc;
	display: block;
	width: 60%;
	font-size:  1.6rem;
	padding: 30px 0;
	margin: 5rem auto 0 auto;
}

.form-Btn:active {
	box-shadow: 0 0.1em 0 #ccc;
}
.form-Btn i{
	padding-bottom: 5px;
	padding-left: 20px;
}





/**********注文確認**********/
#conf_overf{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#cart_inn_left_conf{
	display: inline-block;
	width: 62%;
	border: none;
	margin-right: 4%;
}
.cart_price_conf{
	display: inline;
	padding: 0 1rem 0 0;
	font-size: 1.4rem;
	color: #666;
	float: left;
}
.conf_order span{
	display: inline-block;
	margin: 0 0 0 10px;
	border: 1px solid #ccc;
	color: #333;
	padding: 2px 18px;
	font-size: 1rem;
	border-radius: 10px;
}
.cart_inn_li_conf {
  border-bottom: 1px solid #ccc;
  margin: 15px 10px;
  width: 97%;
}

#conf_inf_title{
	margin: 10% 0 3% 0;
	font-size: 2vw;
	color: #555;
}
#conf_inf_wrap{
	width: 100%;
	margin: 0 auto;
}
.cart_inn_det_wrap_conf{
	text-align: right;
	margin: 4% 5% 0 0;
	clear: both;
}
.conf_inf_inn{
	border-bottom: 1px solid #ccc;
	clear: both;
	display: flex;
	padding: 20px 0 20px 0;
	width: 96%;
	margin: 0 auto;
}
.conf_inf_left{
	font-size: 1rem;
	font-weight: bold;
	width: 22%;
}
.conf_inf_right{
	font-size: 1.2rem;
}
.conf_inf_right span{
	font-size: 1rem;
	background-color: #FFECEC;
	border-radius: 5px;
	padding: 5px 10px;
}
.conf_inf_right p{
	margin:6px 0 30px 0;
}

.conf_order_conf{
	text-align: right;
	font-size: 1rem;
}
.conf_order_conf span{
	display: inline-block;
	margin: 0 0 0 10px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1rem;
	border-radius: 10px;
	padding: 2px 10px;
}




/* 赤ボタンのスタイル */
.conf-Btn{
	border: none;
	border-radius: 8px;
	user-select: none;
	cursor: pointer;
	color: #fff;
	background-color:#E60000;
	box-shadow: 0.5rem 0.5rem 0 #ccc;
	display: block;
	width: 55%;
	font-size:  1.6vw;
	padding: 30px 0;
	margin: 5rem auto 0 auto;
}
.conf-Btn:hover {
	opacity: .7;
}
.conf-Btn:active {
	box-shadow: 0 0.1em 0 #ccc;
}
.conf-Btn i{
	padding-bottom: 5px;
	padding-left: 15px;
}

/*戻るボタン*/
.conf-Btn_back{
	border: none;
	border-radius: 8px;
	user-select: none;
	cursor: pointer;
	color: #fff;
	background-color:#888;
	box-shadow: 0.5rem 0.5rem 0 #ccc;
	display: block;
	width: 30%;
	font-size:  1.6vw;
	padding: 30px 0;
	margin: 5rem auto 0 auto;
}
.conf-Btn_back:hover {
	opacity: .7;
}
.conf-Btn_back:active {
	box-shadow: 0 0.1em 0 #ccc;
}
.conf-Btn_back i{
	padding-bottom: 5px;
	padding-right: 15px;
}




/*****注文完了*****/
#completed{

}
#completed h2{
	text-align: center;
}
#completed_inn{
	background-color: #FFF9F9;
	padding: 2rem 2rem 4rem 2rem;
}
#completed_inn p{
	text-align: center;
	margin-top:  3rem;
	font-size: 1.4rem;
}

#completed_inn p span{
	color: #E60000;
}


.bold{
	font-weight: bold;
}


/* スクリーンサイズが1200px以下の場合 */
@media all and (max-width: 1200px) {
	#global-nav ul li {
		padding: 0 10px;
	}
	.disp_none{
		display: none;
	}
	.con_area1 {
		width: 96%;
	}
	#cart_inn_wrap {
		padding: 8% 0 0 0;
		margin: 0 auto;
		max-width: 90%;
	}
	#cart_inn_left {
		display: block;
		width: 100%;
		border-top: 1px solid #666;
		margin-right: 0;
	}
	.cart_inn_img img{
		width: 100%;
	}
		.cart_inn_det {
		width: 71%;
		margin-left: 2%;
	}

	.cart_inn_det a {
	  font-size: 1.2rem;
	}

	.cart_inn_right {
		display: none;
		width: 100%;
		margin-top: 30px;
	}
	.cart_inn_mid{
		display: block;
		width: 100%;
		margin-top: 2rem;
	}
	.cart_inn_right table {
		border-collapse: collapse;
		margin: 20px 5%;
		width: 100%;
		max-width: 90%;
		display: inline-table;
	}
	#cart_form {
		margin: 15% auto 0 auto;
		width: 90%;
	}
	.form-sample {
		width: 100%;
		display: block;
		padding: 15px 0 15px 0;
	}
	.form-label {
		width: 100%;
		font-weight: bold;
		font-size: 1.2rem;
		padding-top: 1.2rem;
	}
	.form-Btn{
		width: 60%;
	}
	.footer_con {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 4% 0 2% 0;
	}
	.conf_inf_inn{
		display: block;
	}
	.conf_inf_left {
		font-size: 1.2rem;
		width: 100%;
	}
	.conf_inf_right {
		padding: 10px 0 0 10px;
		font-size: 1.2rem;
	}
	.conf_inf_right span {
		font-size: 1rem;
	}
	#conf_inf_title{
		font-size: 1.6rem;
	}
	.caution {
		margin-left: 0;
	}

	/*確認画面*/
	#cart_inn_left_conf{
		width: 100%;
		margin-right: 4%;
	}

	#conf_inf_wrap{
		margin: 15% auto 0 auto;
		width: 90%;
	}
	.cart_inn_det_wrap_conf{
		text-align: right;
		margin: 4% 0 4% 0;
		clear: both;
	}



	.conf-Btn {
		display: block;
		width: 60%;
		font-size: 1.2rem;
	}
	.conf-Btn_back{
		width: 40%;
		font-size: 1.2rem;
	}

}


@media all and (max-width: 960px) {
	.cart_inn_det a {
	  font-size: 1rem;
	}
	.con_area1 {
		width: 94%;
	}
}

@media all and (max-width: 767px) {
	#H_inn_wrap{
		width: 100%;
	}
	.mobile_amount{
		background-color: #fff!important;
		border: 3px solid #E60000;
		border-radius: 8px;
		width: 90%;
		margin: auto!important;
		padding: 20px 0 10px 0!important;
	}
	.mobile_amount p{
		color: #333!important;
	}
	.mobile_amount table {
		border-collapse: collapse;
		margin: 0 auto 0 auto;
		width: 90%;
	}
	.mobile_amount tr {
		border-bottom: 1px solid #aaa;
	}
	.mobile_amount td {
		text-align: left;
		font-size: 1rem;
		font-weight: normal;
		padding: 8px 0;
	}
	.mobile_amount table tr td:nth-child(even){
		text-align: right;
	}
	.mobile_amount table tr:last-child{
		border: none;
	}
	.mobile_amount table tr td span{
		font-weight: bold;
		font-size: 1rem;
	}
	.con_area1 {
		width: 94%;
	}
}

/* スクリーンサイズが640px以下の場合 */
@media all and (max-width: 640px) {
	#cart_flow ul li {
		padding: 0.4% 3%;
		margin: 0 2%;
		text-align: center;
		background-color: #ccc;
		border-radius: 8px;
		font-size: 0.8rem;
		color: #fff;
		min-height: 62px;
		display: table;
	}
	#cart_inn_wrap h2 {
		font-size: 2rem;
		font-weight: normal;
	}
	.cart_inn_img {
	}
	.cart_inn_img img{
	}
	.cart_inn_det {
		display: inline-block;
		vertical-align: top;
		width: 73%;
		margin-left: 1%;
	}
	.cart_inn_det a {
		display: inline-block;
		font-size: 1rem;
		margin: 20px 0 0 0;
	}
	.cart_inn_det_wrap{
		margin: 2% 0 0 0;
	}
	.cart_price {
		font-size: 1rem;
	}
	.cart_price_conf {
		font-size: 1rem;
	}
	#cart_form h2 {
		font-size: 2rem;
	}
	#cart_credit img {
		display: block;
		margin: 1rem 0 0 0;
		max-width: 600px;
		width: 100%;
	}
	.receiving_infor select {
		width: 50%;
		font-size: 3vw;
	}
	.receiving_store span{
		width: 10rem;
	}
	.receiving_infor span{
		width: 10rem;
	}
	.form-Btn {
		width: 70%;
	}

	.conf-Btn {
		display: block;
		width: 60%;
		font-size: 1.2rem;
	}
	.conf-Btn_back{
		width: 60%;
		font-size: 1.2rem;
	}

	.conf_order_conf span{
		margin: 0 10px 0 10px;
	}
	.con_area1 {
		width: 94%;
	}

}

/* スクリーンサイズが480px以下の場合 */
@media all and (max-width: 480px) {
	.products_area {
		margin: 10% auto 7%;
	}
	#cart_flow ul li{
		font-size: 0.6rem;
	}
	#cart_inn_wrap h2 {
	  font-size: 1.6rem;
	}
		conf_inf_title {
	  font-size: 6vw;
	}
	.cart_inn_det {
		width: 71%;
		margin-left: 2%;
	}
	.cart_inn_det a {
		font-size: 0.8rem;
		margin: 10px 0 0 0;
	}
	.cart_inn_li {
	  padding: 15px 0 15px 0;
	}
	.cart_inn_li_conf {
	  width: 95%;
	}

	.cart_inn_det_wrap {
	  margin: 2% 0% 0 0;
	}
	#cart_form h2 {
	  font-size: 1.6rem;
	}
	.selectbox-cart select {
	  min-width: 70px;
	  height: 2.0rem;
	  padding: 0.4rem calc(.8rem + 20px) .4rem .8rem;
	  font-size: 0.9em;
	}

	.cart_inn_det span {
		padding: 2px 10px;
		margin-top: 0px;
	}
	.selectbox-cart input {
		width: 50px;
		height: 1.6rem;
		font-size: 1em;
	}

	.label-title {
		font-size: 1.4rem;
		font-weight: bold;
		margin-top: 8%;
	}
	.form-input {
		height: 3rem;
		width: 95%;
		font-size: 1.1rem;
	}
	.form-sample {
	  padding: 15px 0 0 0;
	}
	#cart_credit {
	  margin: 4% 0 0 0;
	}
	#cart_credit div {
		margin: 0.5rem 0 0 0rem;
		font-size: 0.9rem;
	}
	#cart_shop {
		margin: 10% 0 0 0;
	}
	#cart_shop div {
		margin: 0.5rem 0 0 0rem;
		font-size: 0.9rem;
	}
	.cart_choice {
		margin-left: 0;
	}
	cart_choice h5 {
		margin: 5% 0 0 0;
		padding: 10px 0 10px 15px;
	}
	.receiving_store {
		margin: 3% 0 0 0;
	}
	.receiving_store span {
		display: block;
		width: 100%;
	}
	.receiving_infor {
		margin: 5% 0 0 0%;
	}
	.receiving_infor select {
		width: 100%;
		font-size: 4vw;
	}
	.form-Btn {
		width: 100%;
	}
	.conf-Btn {
		display: block;
		width: 88%;
		font-size: 1.2rem;
	}
	.conf-Btn_back{
		width: 70%;
		font-size: 1.2rem;
	}

	.conf_order_conf{
		font-size: 0.8rem;
	}
	.conf_order_conf span{
		font-size: 0.8rem;
		margin: 0 5px;
	}
	.cart_price_conf{
		font-size: 0.8rem;
		padding: 0;
	}
	.con_area1 {
		/*
		width: 89%;
		*/
		width: 100%;
	}

}

/* スクリーンサイズが380px以下の場合 */
@media all and (max-width: 380px) {

	#H_inn_wrap{
		width: 100%;
	}

	.products_area {
		margin: 11% auto 7%;
	}

	select.classic {
		background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #FFF4F4, #FFF4F4);
		background-position: calc(100% - 22px) calc(1em + 0px), calc(100% - 9px) calc(1em + 0px), 102% 0px;
		background-size: 14px 13px, 13px 16px, 3.4em 2.5em;
		background-repeat: no-repeat;
		width: 100%;
	}

	.cart_price {
	  padding: 0;
	}

	#cart_form {
	  margin: 25% auto 0 auto;
	  width: 100%;
	}

	#cart_form h2 {
	  font-size: 1.3rem;
		font-weight: bold;
	}

	.label-title {
	  font-size: 1.2rem;
	  font-weight: 400;
	  margin-top: 8%;
	}

	.form-label {
	  width: 100%;
	  font-size: 1.0rem;
	  padding-top: 1.2rem;
	}

	.form-input {
	  height: 2.6rem;
	  width: 95%;
	  font-size: 1rem;
	}

	.cart_choice {
	  margin-top: 3rem;
	}

	.cart_choice_1st {
	  margin-top: 0rem;
	}

	.con_area1 {
		width: 87%;
	}




}




/*==============
     追加分　knd
==============*/

/***************************/
/*     　　　2階層目　　     */
/***************************/

.sub_area {
	width: 80%;
    margin: 0 auto;
}
.sub_con {
	padding: 0 20px;
}

.sub_area h1 {
	font-family: josefin-sans, sans-serif;
	font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 1px;
	border-bottom: 1px solid #DEDEDE;
    padding: 30px 0 10px 20px;
}

.sub_area h1 span {
	font-size: 1.2rem;
	padding: 0 0 0 30px;
	font-family: yu-gothic-pr6n, sans-serif;
}

.sub_area h2 {
	color: #DC000C;
	font-family: yu-gothic-pr6n, sans-serif;
	margin: 0;
	font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 0 0 0;
}
.sub_area p {
	white-space: pre-line;
	padding: 0 0 40px 15px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.7rem;
	color: #2e2e2e;
}


/* ショッピングガイド */

ul.guide_tab-button {
	margin: 1% 0 5% 0;
}
ul.guide_tab-button li a {
	color: #DC000C;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #DC000C;
}
ul.guide_tab-button li a::before {
	color: #DC000C;
}
span.guide_w {
	font-weight: bold;
}

.sub_con p a , .policy_area ol li a , .kousin ol li a {
	color: #343434;
    text-align: right;
    display: block;
    font-size: 0.9rem;
	text-decoration: underline;
}
.guide_fa {
	padding: 0 0 0 10px;
}
.tejun {
	width: 70%;
    padding: 20px;
    background: #f5f5f5;
    margin: 20px 0 50px 20px;
}
.tejun2 {
	margin: 14px;
    background: #fff;
}

.stepbar {
  border-top: 1px solid #dedede;
}

.stepbar .stepbarwrap .triangle {
  content: "";
  display: block;
  width: 0;
  border: solid 1em transparent;
  border-top-color: #dedede;
  margin:0 0 0 30px;
}

.stepbar .stepbarwrap .title {
  font-size: 1.2em;
  font-weight: bold;
	padding: 15px;
}

.stepbar .stepbarwrap .txt {
  display: block;
  margin: 0em 1em 2em 2em;
  font-size: 0.9em;
	white-space: pre-line;
}

.stepbar:first-of-type .triangle:first-of-type {
  display: none;
}

.stepbar:last-of-type .stepbarwrap:last-of-type {
  border-bottom: 1px solid #dedede;
}
.contact_guide {
	padding: 0% 0 7% 0;
    width: 87%;
}
span.txt span {
	background: #fff7f7;
    display: block;
    margin: 10px 0 0 0;
    padding: 10px;
}
span.txt span.chirashi_dm {
	display: inline-block;
    padding: 0px 3px;
    margin: 0 3px;
    background: #efefef;
}

/* 会社概要 */
.company_area {
	display: flex;
	justify-content: space-between;
	margin: 3% 0 8% 0;
}
table.table_com {
    border-collapse: collapse;
    border-spacing: 0;
    width: 60%;
    margin: 0 auto;
}
table.table_com tr {
    border-bottom: 1px solid #ACACAC;
}
table.table_com tr th,
table.table_com tr td {
    text-align: left;
    vertical-align: top;
}
table.table_com tr th {
    width: 16%;
    font-weight: bold;
    border-bottom: 1px solid #DC000C;
    padding: 20px 0px 20px 15px;
    color: #DC000C;
    letter-spacing: 2px;
}
table.table_com tr td {
    width: 74%;
    padding: 20px 0 20px 30px;
	letter-spacing: 1px;
}
table.table_com tr td a {
	color: #000;
}
.com_map {
	text-align: center;
    margin: 0 0 0 30px;
    background: #FFFBFB;
    padding: 15px;
    width: 40%;
}
.sns_fa {
	color: #DC000C;
    padding: 0 0 0 2px;
    font-size: 1.3rem;
}

a.sns_a {
	padding: 15px 0 0 0;
    display: block;
}



/* お問い合わせ */
.contact_Form {
	width: 90%;
	margin: 0 auto;
}
.Form-Item {
  border-bottom: 1px solid #ddd;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
p.Form-Item-Label {
  width: 22%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
	padding: 0;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
	font-size: 0.8rem;
    color: #dc000c;
    font-weight: normal;
    background: #FCF3F3;
    border-radius: 5px;
    padding: 4px 6px;
    margin: 0 0 0 8px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 60%;
  background: #f1f1f1;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding:1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #f1f1f1;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.Form-CheckItem {
  margin-top: 24px;
}
.Form-CheckItem-Label {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Form-CheckItem-Label-Input {
  display: none;
}
.Form-CheckItem-Label-SquareIcon {
  border: 1px solid #ddd;
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
  background: #eaedf2;
}
.Form-CheckItem-Label-Text {
  padding-left: 8px;
  font-size: 24px;
}
.Form-Btn {
	background-color: #DC000C;
    color: #fff;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 9px 10px 0px 0px rgba(220, 220, 220, 1);
    display: block;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 19px;
	pointer-events: none;
	transition: all 0.2s;
	 opacity: 0.2;
	border: none;
	font-family: "Font Awesome 6 Pro";
}

input.Form-Btn:hover {
	opacity: 1;
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}
.Form-Btn.isActive {
  opacity: 1;
  pointer-events: inherit;
	cursor: pointer;
}
.Form-CheckItem-Label-Input:checked + *:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #DC000C;
  transform-origin: bottom left;
  transform: rotateZ(90deg);
}
.Form-CheckItem-Label-Input:checked + *:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #DC000C;
  transform-origin: bottom left;
  transform: rotateZ(0deg);
}
.Form-CheckItem-Label-Input:checked + * {
  width: 0;
  height: 0;
  transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-Input:checked + * {
    transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);
  }
}

.input_email {
	width: 78%;
	margin: 0 0px 0 40px;
    padding: 0 1rem;
}
.input_email2 {
	width: 100%;
    margin: 0;
    padding: 0 0 0 1rem;
}
.input_email3 {
	margin: 0 0 20px 0;
}


.kousin{
	overflow: auto;
    height: 150px;
    border: 1px solid #cfcfcf;
    color: #000;
    line-height: 1.5em;
    margin:5% 0 4% 0;
	border-radius: 5px;
	color: #1c1c1c;
    padding: 0 25px 25px;
	}

.kousin span {
	text-align: center;
    display: block;
    padding: 30px 0 20px 0;
    font-size: 1.3rem;
    font-weight: bold;
}
.kousin p {
	padding: 0 0 0 15px;
}
.kousin h2 {
	padding: 20px 0 0 0;
}

p.contact_text a {
	display: inline;
}
.contact_text_b {
    width: 59px;
    margin: 0 7px 0 0;
}

.Form-CheckItem-Label-Text_no {
	text-align: center;
}





/*　お問い合わせ　確認画面*/
.contact-confirm_table_area {
	width: 80%;
    background: #f3f3f3;
    padding: 30px 0;
    margin: 0 auto;
}
p.contact_text2 {
	text-align: center;
    padding: 20px 0 40px 0;
    font-size: 1.2rem;
    font-weight: bold;
}

table.contact-confirm_table {
	width: 90%;
    margin: 2% auto;
	border-spacing: 0;
	background: #fff;
}
table.contact-confirm_table th, table.contact-confirm_table td {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
}
table.contact-confirm_table th {
	width: 25%;
	padding: 20px 0 20px 20px;
}

table.contact-confirm_table td {
	white-space: pre-line;
	padding: 20px;
}

.contact_Form_b_area {
	display: flex;
    justify-content: space-around;
	padding: 3% 0 0 0;
}

.contact_all_button {
	width: 30%;
}
.contact_all_button_back a{
	background: #727272;
}
.contact_all_button_back a::after {
	content: none;
}
.contact_all_button_back a::before {
	font-family: "Font Awesome 6 Pro";
    content: '\f137';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 0 20px 0 0;
}



/*　お問い合わせ　完了画面　*/
.contact_text3 {
	text-align: center;
}
.contact_text4{
	border: 1px solid #DC000C;
    display: block;
    width: 60%;
    margin: 25px auto 4%;
    text-align: left;
	padding: 30px 5px 20px 5px;
}
.contact_text4 p{
	text-indent: -0.6rem;
    padding: 0 1.2rem 1rem 2.4rem;
}
.contact_text4 .fa-triangle-exclamation {
	color: #dc000c;
    padding: 0 5px 0 0;
}

.contact_comp_button a{
	width: 40%;
}




/*　プライバシーポリシー　*/
.policy_area h2 {
	padding: 40px 0 0 0;
}

.policy_area p {
	padding: 0 0 0 15px;
}
.policy_area ol , .kousin ol{
  counter-reset: num;
	list-style-type: none;
}
.policy_area ol li , .kousin ol li {
  padding-left: 2em; /* 2文字分くらい */
  text-indent: -2em;
  counter-increment: num;
  margin-bottom: .5em;
	white-space: pre-line;
}
.policy_area ol li::before , .kousin ol li::before{
  display: inline-block;
  width: 2em; /* text-indent分の幅を確保 */
  text-indent: 0; /* 初期化 */
  content:  "("counter(num)")";
	font-family: "lato", sans-serif;
}
.policy_area ol li a , .kousin ol li a{
	padding: 3px 0;
	text-indent: 0;
}



/*　特定商取引　*/
table.law_com {
	width: 80%;
}
table.law_com tr th {
	width: 30%;
}

table.law_com tr td {
	width: auto;
    white-space: pre-line;
}




.yoyaku2_area {
	width: 90%;
    margin: 0 auto;
    padding: 3% 0 0 0;
}


/* よくある質問　*/


/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f2f2f2;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f2f2f2;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #DC000C;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #DC000C;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
	/*
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	*/
  box-sizing: border-box;
  background: #FFFBFB;
    margin: 0 0 30px 0;
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #242424;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #DC000C;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.2rem;
	white-space: pre-line;
}
.accordion_one {
	width: 80%;
    margin: 0 auto;
}
.faq_fa {
	padding: 0 5px 0 0;
    vertical-align: 0px;
}
a.faq_a {
	color: #dc000c;
	border-bottom: 1px solid #dc000c;
}



/* 受取り店舗　*/

.uketori_area {
	max-width: 1000px;
    margin: 0 auto;
	padding: 0 0 5% 0;
	position: relative;
}
.uketori_area_img {
	max-width: 350px;
    position: absolute;
    top: -191px;
    right: 30px;
}
.uketori_area_img img {
	width: 100%;

}
.uketori_area_a {
	width: 100%;


}
.uketori_area_a a {
	height: 15vw;
    max-height: 200px;
    border-radius: 15vw;
    margin: auto;
    border: 3px solid #dc000c;
	display: block;
	color: #dc000c;
	font-size: 2.5rem;
    font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: left;
	padding: 0px 0 0 150px;
}
.uketori_area_a a:hover {
	opacity: 1;
	background: #dc000c;
	color: #fff;
}


/*=========
 ショッピングガイド　受取店舗
=========*/
.guide_uketoriArea {
	border-image: linear-gradient(#fff7f7,#fff7f7) fill 0//0 100vw 0 100vw;
	padding: 30px 0;
	margin: 0 0 3% 0;
}

.guide_uketoriArea h3 {
	display: flex;
    align-items: center;
	width: 35%;
}

.guide_uketoriArea h3:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #DC000C;
	margin-left: 1rem;
}
.guide_uketoriArea div {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.guide_uketoriArea ul {
	background: #fff;
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 13%);
    padding: 25px;
    list-style: none;
    border-radius: 10px;
	width: calc(100%/2.4)
}
li.guide_uke01 {
	text-align: center;
    color: #DC000C;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
	padding: 10px 0 5px 0;
}

div.uketori_acc {
	margin: 16px auto;
	text-align: center;
	display: block;
	letter-spacing: 1px;
}
.uketori_acc li {
	text-align: left;
	display: inline-block;
}
.guide_uke03 {
	height: 300px;
}



/*追加分*/
ul.yoyaku2_pro {
	margin: 3% 0 5% 0;
}
ul.yoyaku2_pro img {
	width:80%;
}
ul.yoyaku2_pro  p.tab_m_2 {
	text-decoration: line-through;
	text-align: left;
	color: #ccc;
}
ul.yoyaku2_pro  p.tab_m_3 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	color: #dc000c;
}
ul.yoyaku2_pro .tab_name {
	font-size: 1rem;
	text-align: left;
	height: 3rem;
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.yoyaku2_pro  p.tab_m_4 {
	position: absolute;
    top: 8px;
    background: #fabe00;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
}
h2.yoyaku2_h2 {
	border: 2px solid #dc000c;
	padding: 15px;
	border-radius: 10px;
	margin: 3% 0 0 0;
}

a.yoyaku2_tab_a{
	width: 60%;
    padding: 40px 0;
    font-size: 1.4rem;
}
span.tab_m_3_1 {
	padding: 0 10px 0 0;
}

ul.yoyaku2_pro p.tab_m_5 {
text-align: left;
}
p.yoyaku2_text {
	background: #ffd75b;
	text-align: center;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: pre-line;
	margin: 20px 0 0 0;
}
p.yoyaku2_text span {
	color: #dc000c;
}
.yoyaku2_head_button_area {

}
.yoyaku2_head_button_area a {
	padding: 30px;
	font-size: 2rem;
}


/***************************/
/*     　レスポンシブ　     */
/***************************/
@media screen and (max-width: 960px) {

	.main_page {
		background-image: url(../img/sp_bg.png);
	}
	.con_area1 {
		width: 100%;
	}
	.con_area2 {
		padding: 5% 0 13% 0;
	}

	.br_sp::before {
    content: "\A";
    white-space: pre;
	}
	#mobile-head a img {
	width: 30%;
	padding: 9px 0 0 10px;
	}

	.span_title1 {
		font-size: 80px;
	}
	h1.main_title {
		font-size: 30px;
		line-height: 22px;
	}
	h2 {
		margin: 0;
	}
	/*アズーロ紹介　ヘッダー*/
	.header_title {
		margin: 20% auto 0%;
	}
	.head_title1 {
		font-size: 13px;
	}
	.head_title1 img {
		width: 10%;
		padding: 0 8px 0 0;
	}
	.head_title2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
		letter-spacing: 3px;
		text-shadow: 0px 0px 4px #fff;
	}
	.text_min {
    font-size: 16px;
	}
	.head_title3 {
		font-size: 13px;
		line-height: 20px;
	}

	.head_button_area {
		display: block;
	}
	.head_button_area a {
		width: 90%;
		margin: 0 auto 16px;
    font-size: 20px;
    box-shadow: 5px 6px 0px 0px rgba(220, 220, 220, 1);
	}
	.head_button_area span {
		font-size: 12px;
	}
	.head_button_area p {
		line-height: 30px;
	}
	.Hbutton1 p::after, .Hbutton2 p::after {
		font-size: 15px;
	}

	/*　メニュー　*/
	#global-nav ul.nav_pc {
		display: none;
	}
	#global-nav  ul.nav_sp {
		display: block;
		margin: 55px 0;
	}

	#global-nav  ul.nav_sp img {
		width: 20%;
	}
	#global-nav  ul.nav_sp div {
		background: #DC000C;
		margin: 20px 0;
		padding: 30px 0;
	}
	#global-nav  ul.nav_sp div a {
		display: block;
		border: 1.5px solid #fff;
		width: 70%;
		margin: 0 auto 15px auto;
		color: #fff;
		padding: 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}
	#global-nav  ul.nav_sp div a::after {
		font-family: "Font Awesome 6 Pro";
		content: '\f138';
		font-weight: bold;
		color: #fff;
		padding: 0px 0 0 15px;
		font-size: 13px;
	}
	#global-nav  ul.nav_sp div p {
		color: #fff;
		padding: 0 0 15px 0;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#global-nav  ul.nav_sp ul {
		display: flex;
		width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	#global-nav  ul.nav_sp ul li {
		width: auto;
		padding: 0;
		margin: 0 0 20px 0;
		font-size: 12px;
	}
	#head_wrap #global-nav  ul.nav_sp ul li a {
		text-align: center;
		border-bottom: 2px solid #dc000c;
		padding: 10px;
	}
	p.nav_contact a {
		display: block;
    padding: 20px 0;
    width: 55%;
    margin: 15px auto 30px;
    background: #dc000c;
    color: #fff;
    border-radius: 30px;
	}



	/*　イベント　*/
	.event_ba {
		display: block;
		text-align: center;
	}
	.event_ba a img {
		width: 80%;
		padding: 5px 0;
	}

	/*　予約　*/
	.yoyaku_con {
		display: block;
		width: 100%;
	}
		h1.main_title img {
		width: 80%;
	}
	.pc_look {
		display: none;
	}
	.sp_look {
		display: block;
		text-align: center;
	}
	.yoyaku_side img {
		width: 70%;
	}
	.yoyaku_side p {
		padding: 0;
		font-size: 14px;
	}
	p.money {
		margin: 15px 0 0 0;
		padding: 15px;
		font-size: 12px;
	}
	p.money img {
		width: 19px;
	}

	.all_button a {
		padding: 15px 0;
		width: 100%;
		font-size: 14px;
		box-shadow: 5px 6px 0px 0px rgba(220, 220, 220, 1);
	}
	.all_button a::after , .contact_all_button_back a::before {
		font-size: 13px;
	}


	/*step*/
	.step_area_con {
		padding: 0;
	}
	.step_area {
		width: 90%;
		padding: 10px 10px 30px 10px;
	}
	.flow04 {
		display: block;
	}
	h1.step_title img {
		width: 65%;
	}
	.sp_step_title {
		display: flex;
		align-items: center;
	}
	.step1 {
		width: 17%;
		padding: 0;
	}
	.step2 {
		border-top: none;
		border-left: 3px solid #D2D2D2;
		margin: 0 0px 0px 15px;
		padding: 0px 0px 0 10px;
		font-size: 25px;
	}
	.step3 {
		height: 100%;
		width: 120px;
	}
	.step4 {
    font-size: 12px;
    padding: 10px 10px 0 0;
		white-space: pre-wrap;
	}
	.step4 img {
		width: 32px;
		padding: 0px;
	}
	.flow04 > li dl dd {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}

	.flow04 > li {
		margin: 0 0 30px 0;
		position: relative;
	}
	.flow04 > li:not(:first-child) dl::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f0dd';
    font-weight: bold;
    position: relative;
    top:-54px;
    left: 0;
    color: #DC000C;
    font-size: 20px;
	}
	.step_img {
		width: 80px;
	}

	/*　お問い合わせ　*/
	.box {
		width: 90%;
		margin: 10% auto 5%;
		border: 2px solid #DC000C;
		border-radius: 20px;
	}
	.box h3 {
		top: -1.1em;
	}
	.box h3 img {
		width: 85%;
	}
	.box .inner {
		padding: 1em;
		display: block;
	}
	.inner_con {
		width: 100%;
		padding: 20px 0;
	}
	.catch {
		font-size: 17px;
		padding:10px 10px 0 10px;
	}
	.inner_con p {
		font-size: 12px;
	}
	p.inner1 {
		font-size: 35px;
	}
	p.inner1::before {
		font-size: 24px;
		padding: 0 10px 0 0;
	}


	/*　ページトップ　*/
	.pagetop {
		position: relative;
		bottom: 0;
    right: 0;
	}
	.pagetop a {
		display: block;
		text-align: center;
		background: #B1B1B1;
		width: 100%;
		padding: 20px 0px 15px 0;
		color: #fff;
		font-size: 14px;
	}
	.pagetop a::before {
		position: absolute;
		top: 5px;
		right: 50%;
		left: 50%;
		color: #fff;
		font-size: 16px;
	}


	/*　フッター　*/
	.footer_con {
		display: block;
		text-align: center;
		width: 100%;
		padding: 10% 0 4% 0;
	}
	.footer_con img {
		width: 25%;
	}
	.footer_con1 {
		padding: 3px 30px;
	}
	.footer_con1 p {
		font-size: 12px;
	}
	.footer_con ul li a {
		font-size: 10px;
		padding: 0 0 10px 0;
	}
	.footer_con ul li a::before {
		font-size: 11px;
		padding: 0 4px 0 15px;
	}

	.copyright {
		font-size: 9px;
		padding: 5px 0;
	}






	/*******2階層目**********/
	.products_area {
		margin: 11% auto 7%;
		width: 100%;
	}
	#nav-toggle .downlevel{
		background: #DC000C;
	}
	.pankuzu {
		font-size: 11px;
		width: 95%;
		margin: 0 auto;
		letter-spacing: 1px;
		gap: 0 10px;
		padding: 0 0 0 15px;
	}

	/*　タブ　*/

	.tab_item {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.tabs input:checked + .tab_item {
		font-size: 0.8rem;
	}

	#all:checked ~ #all_content,
	#nenmatu:checked ~ #nenmatu_content,
	#Christmas_o:checked ~ #Christmas_o_content,
	#Christmas_c:checked ~ #Christmas_c_content {
		width: 98%;
		padding: 0;
	}
	.tab_content {

	}
	.tab-001 label:has(:checked) {
		font-size: 12px;
		margin: 0 2px;
		background: #DC000C;
    border-color: #DC000C #DC000C #dc000c;
    color: #ffffff;
	}
	.tab-001 > label {
		font-size: 11px;
		min-width: auto;
		padding: 10px 5px;
		border-bottom: none;
	}
	.tab-001 {
		width: 98%;
	}
	.tab-001 > div {
		width: 100%;
		margin: 0 auto;
		border-top: 3px solid #DC000C;
	}
	.tab-pro {
		width: 95%;
		margin: 0 auto;
	}
	p.tab-text {
		font-size: 13px;
		padding: 40px 0px;
	}
	ul.tab-button {
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 1% 0 20% 0;
	}
	ul.tab-button li {
		width: calc(100%/2.4);
	}
	ul.tab-button li a {
		padding: 15px 10px 34px 10px;
    font-size: 14px;
    margin: 0 0 20px 0;
    box-shadow: 6px 7px 0px 0px rgba(220, 220, 220, 1);
	}
	ul.tab-button li a::before {
		font-size: 19px;
		bottom: 12px;
	}
	.tab-pro_title {
		display: block;
	}
	.tab-pro_title h1 {
		font-size: 27px;
		padding: 0 0 6px 15px;
		border-bottom: 3px solid #F2F2F2;
		margin: 40px 0 10px 0;
	}
	.tab-pro img {
		width: 100%;
	}
	ul.tab-pro_con li a img {
		width: 40vw;
		height: 40vw;
	}

	ul.tab-pro_con li {
		width: calc(100%/2.2);
		margin: 0 0 40px 0;
	}
	ul.tab-pro_con .toku_icon {
		font-size: 11px;
		width: 55px;
		height: 55px;
		right: -10px;
		top: -20px;
	}
    ul.tab-pro_con .set_icon {
        font-size: 10px;
        width: 55px;
        height: 55px;
        right: -10px;
        top: -20px;
    }
	ul.tab-pro_con {
		margin: 10% 0;
	}

	.tab_name {
		font-size: 13px;
		height: 50px;
		line-height: 17px;
	}

	.tab_m {
		font-size: 21px;
		padding: 5px 0;
	}
	.tab_m2 {
		font-size: 11px;
	}
	.selectbox-001 select {
		min-width: 100%;
		width: 100%;
	}
	ul.tab-pro_con2 li a {
		height: 33px;
	}
	ul.tab-pro_con .selectbox-001 {
		width: 100%;
		background: none;
	}


	.sub_area {
		width: 95%;
	}
	.sub_area h1 {
		font-size: 1.5rem;
		padding: 30px 5px 10px 5px;
		line-height: 1.4rem;
	}
	.sub_area h1 span {
		display: block;
		padding: 0;
		font-size: 0.9rem;
	}
	.sub_con {
		padding: 0 10px;
	}
	.sub_area p {
		padding: 0 0 30px 0;
		border-bottom: 1px dotted #ddd;
		margin: 0 0 30px 0;
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.sub_con p a {
		padding: 25px 0 0 0;
	}
	.tejun {
		width: 100%;
		padding: 2px 0 2px 0;
		margin: 20px 0 40px 0;
	}
	.stepbar .stepbarwrap .txt {
		margin: 0em 1em 1.6em 1em;
	}
	.stepbar .stepbarwrap .title {
		border: none;
		margin: 0;
	}


	.company_area {
		display: block;
	}
	table.table_com {
		width: 100%;
	}
	table.table_com tr th,
	table.table_com tr td {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 0.9rem;
		border: none;
	}
	table.table_com tr th {
		margin: 11px 0 0 10px;
	}
	table.table_com tr td {
		margin: 5px 0 15px 15px;
	}
	table.table_com tr {
		border-bottom: 1px solid #e0e0e0;
	}
	.com_map {
		width: 95%;
		padding: 10px;
		margin: 15px auto 30px;
	}
	a.sns_a {
		padding: 7px 0 0 0;
	}


	.contact_Form {
		width: 100%;
	}
	.Form-Item {
		display: block;
		padding: 20px 0;
	}

	p.Form-Item-Label {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.Form-Item-Label-Required {
		padding: 2px 10px;
		margin: 0 0 0 10px;
	}
	.Form-Item-Input {
		margin: 0 0 15px 0;
		width: 98%;
		padding: 0 0 0 5px;
		font-size: 0.9rem;
	}
	.Form-Item-Textarea {
		margin: 20px 0 30px 0;
		padding: 10px;
		font-size: 0.9rem;
		width: 94%;
	}
	.Form-CheckItem-Label-Text {
		font-size: 1.2rem;
	}
	p.Form-CheckItem-Label-Text_no {
		font-size: 0.9rem;
	}
	.kousin {
		padding: 0 10px 25px;
	}
	.kousin h2 {
		font-size: 1rem;
	}
	.kousin p {
		font-size: 0.9rem;
		padding: 0 15px 0px;
		border: none;
		margin: 0;
		line-height: 1.3rem;
		white-space: pre-line;
	}

	.Form-Btn {
		width: 100%;
		padding: 20px 0;
	}
	p.contact_text {
		font-size: 0.9rem;
		line-height: 1.5rem;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.contact_text_b {
		font-size: 0.7rem;
		margin: 0 3px 0 0;
		line-height: 1.2rem;
	}

	p.contact_text2 {
		font-size: 1rem;
		padding: 0 0 20px 0;
	}
	.contact-confirm_table_area {
		width: 100%;
		padding: 10px 0;
	}
	table.contact-confirm_table th, table.contact-confirm_table td {
		display: block;
	}
	table.contact-confirm_table th {
		width: 100%;
		border: none;
		padding: 10px 0 10px 10px;
	}
	table.contact-confirm_table td {
		padding: 0px 10px 20px 10px;
		font-size: 0.9rem;
	}
	.contact_Form_b_area {
		display: block;
	}
	.contact_all_button {
		width: 100%;
    padding: 20px 0;
	}

	.contact_text3 , .contact_text4{
		font-size: 0.9rem;
	}

	.contact_text4 {
		width: 90%;
	}

	.contact_text4 p {
		padding: 0 1.2rem 1rem 2.4rem;
		border: none;
		margin: 0;
	}

	.policy_area {
		font-size: 0.9rem;
	}

	.policy_area p {
		padding: 0;
		border: 0;
		margin: 0;
	}
	.policy_area ol{
		margin: 0;
		padding: 0 0 0 1.5rem;
	}
	.policy_area ol li , .kousin ol li{
		padding-left: 0em;
		text-indent: -1.5em;
	}
	.policy_area ol li::before , .kousin ol li::before{
		width: 1.5em;
	}
	.kousin ol {
		margin: 0;
		padding: 0 1rem 0 2.5rem;
		font-size: 0.8rem;
	}
	.kousin ol li {
		margin: 0;
		line-height: 1.2rem;
	}
	.kousin ol li a , .kousin p a{
		font-size: 0.8rem;
		padding: 5px 0 0 0;
	}

	.input_email {
		width: 100%;
		margin: 0;
		padding: 0;
	}


	/*　よくある質問 */
	.accordion_one {
		width: 100%;
	}
	.p-faq__headinner p.p-faq__q-txt , .p-faq__headinner::before{
		font-size: 0.9rem;
	}
	.accordion_area .accordion_one .ac_header{
		padding: 1.5rem 4rem 1.5rem 1rem;
	}
	.accordion_area .accordion_one .ac_inner {
		padding: 1.5rem 2rem 1.5rem 1rem;
	}
	.p-faq__bodyinner p.p-faq__a-txt {
		font-size: 1rem;
	}



	/* 受取り店舗　*/
	.uketori_area {
		width: 90%;
		margin: 7% auto 5% auto;
	}
	.uketori_area_img {
		width: 60%;
		top: -56px;
		right: -90px;
	}
	.uketori_area_img img {
		width: 50%;
	}
	.uketori_area_a a {
		font-size: 1.3rem;
		padding: 0px 0 0 25px;
	}


	/* ショッピングガイド　受取り店舗　*/
	.guide_uketoriArea {
		padding: 15px 0;
	}
	.guide_uketoriArea h3 {
		width: 100%;
		font-size: 1rem;
	}
	.guide_uketoriArea div {
		display: block;
	}
	.guide_uketoriArea ul {
		width: auto;
		padding: 20px;
	}
	li.guide_uke01 {
		font-size: 1rem;
		padding: 0;
	}
	div.uketori_acc {
		font-size: 0.9rem;
		letter-spacing: 0;
		margin: 10px 0;
	}
	.guide_uke03 {
		height: 150px;
	}


	/* 受取り店舗　*/
	.uketori_area {
		width: 90%;
		margin: 7% auto 5% auto;
	}
	.uketori_area_img {
		width: 60%;
		top: -56px;
		right: 0px;
		text-align: right;
	}
	.uketori_area_img img {
		width: 50%;
	}
	.uketori_area_a a {
		font-size: 1.3rem;
		padding: 0px 0 0 35px;
	}


	/* ショッピングガイド　受取り店舗　*/
	.sub_area h2 {
		font-size: 1.2rem;
		font-weight: bold;
		padding: 10px 0;
	}
	.guide_uketoriArea {
		padding: 15px 0;
	}
	.guide_uketoriArea h3 {
		width: 100%;
		font-size: 1rem;
		padding: 15px 0;
	}
	.guide_uketoriArea div {
		display: block;
	}
	.guide_uketoriArea ul {
		width: auto;
		padding: 20px;
	}
	li.guide_uke01 {
		font-size: 1rem;
		padding: 0;
	}
	div.uketori_acc {
		font-size: 0.9rem;
		letter-spacing: 0;
		margin: 10px 0;
	}
	.guide_uke03 {
		height: 150px;
	}


	/*追加分*/
	.yoyaku2_area {
		width: 100%;
	}
	h2.yoyaku2_h2 {
		font-size: 1rem;
		padding: 10px;
		border: 1px solid #dc000c;
	}
	.yoyaku2_all_button {
	padding: 20px 0;
	}
	ul.yoyaku2_pro {
		margin: 5% 0 10% 0;
	}
	ul.yoyaku2_pro img {
		width: 95%;
	}
	ul.yoyaku2_pro .tab_name {
		font-size: 0.8rem;
		height: 2.2rem;
		padding: 0;
	}
	ul.yoyaku2_pro p.tab_m_2 {
		font-size: 0.8rem;
	}
	ul.yoyaku2_pro p.tab_m_3 {
		font-size: 1rem;
	}
	ul.yoyaku2_pro p.tab_m_4 {
		top: 0;
		font-size: 0.6rem;
	}
	a.yoyaku2_tab_a {
		width: 90%;
		padding: 20px 0;
		font-size: 0.9rem;
	}
	span.tab_m_3_1 {
		font-size: 0.7rem;
		padding: 0 5px 0 0;
		display: block;
	}
	ul.yoyaku2_pro p.tab_m_5 {
		font-size: 0.8rem;
	}
	p.yoyaku2_text {
		padding: 20px;
		font-size: 1rem;
	}
	.yoyaku2_head_button_area a {
		padding: 10px;
		font-size: 1rem;
	}
}
