@charset "UTF-8";

@media (min-width: 768px) {
	/* ----------------------------------
Base
---------------------------------- */
.guide-area {
	width: 1200px;
	margin: 0 auto;
}
.guide-area .sp_only {
	display: none;
}
.guide-area .red-color {
	color: #D50000;
}
.guide-area h2 {
	padding: 14px 20px;
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	background: #111111;
	color: #fff;
}
.guide-area h3 {
	padding: 0 0 20px 0;
	margin: 40px 0 20px;
	border-bottom: #707070 1px solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #111111;
}
.guide-area h4 {
	padding: 0 0 0 15px;
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #111111;
	position: relative;
}
.guide-area h4::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #A68434;
}
.guide-area h4 + .para-area {
	padding: 0 0 0 15px;
}
.guide-area .section-area {
	margin: 0 0 60px 0;
}
.guide-area .section-inner {
	margin: 0 20px;
}
.guide-area .section-inner p,
.guide-area .section-inner li {
	line-height: 1.8;
}
.guide-area .section-inner .strong {
	font-weight: bold;
}
.guide-area .section-inner p + p,
.guide-area .section-inner ul + p,
.guide-area .section-inner table + p,
.guide-area .section-inner p + ul,
.guide-area .section-inner ul + ul,
.guide-area .section-inner table + ul,
.guide-area .section-inner ul + table,
.guide-area .section-inner p + table,
.guide-area .section-inner table + table {
	margin-top: 20px;
}
.guide-area .nav-area ul {
	display: flex;
	flex-wrap: wrap;
}
.guide-area .nav-area li {
	width: 280px;
	min-height: 60px;
	margin: 0 26px 16px 0;
	border: #E0E0E0 1px solid;
	box-sizing: border-box;
}
.guide-area .nav-area li:nth-child(4n) {
	margin: 0 0 16px 0;
}
.guide-area .nav-area li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.guide-area .nav-area li a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #976F11;
	border-top: 2px solid #976F11;
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	display: block;
	transform: rotate(135deg);
}
.guide-area .my-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.guide-area .note-list li {
	padding-left: 1em;
	text-indent: -1em;
	color: #D50000;
}
.guide-area table {
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
}
.guide-area table th {
	padding: 10px 20px;
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
	background: #F5F5F5;
}
.guide-area table td {
	padding: 10px 20px;
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
}
.guide-area .my-button a {
	width: 432px;
	height: 50px;
	border: #111111 1px solid;
	border-radius: 5px;
	text-align: center;
	text-decoration: none !important;
	line-height: 48px;
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.guide-area .my-button a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #976F11;
	border-top: 1.5px solid #976F11;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	display: block;
	transform: rotate(45deg);
}
.guide-area .my-button a:hover {
	background: #111;
	color: #fff;
}
.guide-area .table-area {
	border-bottom: #E0E0E0 1px solid;
	margin: 0 0 40px 0;
}
.guide-area .my-table  {
	border-top: #E0E0E0 1px solid;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guide-area .my-table dt {
	width: 25%;
	padding: 25px;
	text-align: left;
	font-weight: bold;
	background: #f9f9f9;
	box-sizing: border-box;
}
.guide-area .my-table dd {
	width: 75%;
	padding: 25px;
	background: #fff;
	box-sizing: border-box;
}
.guide-area .my-table dd .title {
	margin-bottom: 10px;
	font-weight: bold;
}
.guide-area .my-table dd a {
	text-decoration: underline;
}
.guide-area .my-table dd p + p,
.guide-area .my-table dd p + ul {
	margin: 10px 0 0 0;
}
/* ----------------------------------
Guide
---------------------------------- */
#guide_container .nav-area {
	margin-bottom: 84px;
}
#guide_container p a {
	text-decoration: underline;
}
#guide_container picture {
	margin: 20px 0;
	display: block;
}
#guide_container #about_item .menu-list {
	margin: 20px 0 0 0;
	border-left: #E0E0E0 1px solid;
	border-right: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
}
#guide_container #about_item .menu-list dl {
	border-top: #E0E0E0 1px solid;
	display: flex;
	justify-content: space-between;
}
#guide_container #about_item .menu-list dl dt {
	width: 200px;
	padding: 12px 20px;
	border-right: #E0E0E0 1px solid;
	background: #F5F5F5;
	box-sizing: border-box;
}
#guide_container #about_item .menu-list dl dd {
	width: calc(100% - 200px);
	padding: 12px 20px;
}
#guide_container #post_item table {
	width: 100%;
}
#guide_container #post_item table .my-area {
	min-width: 20%;
	width: 20%;
}
#guide_container #post_item table .my-pref {
	min-width: 55%;
	width: 55%;
}
#guide_container #post_item table .my-postage {
	text-align: center;
}
#guide_container #order_item li picture {
	margin: 5px 0 20px 0;
	display: block;
}
#guide_container #order_item table.my-price td  {
	text-align: center;
}
#guide_container #order_item li a {
	text-decoration: underline;
}
#guide_container #card_back_item {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#guide_container #card_back_item .flex-area {
	width: 50%;
}
#guide_container #card_back_item .flex-area p {
	margin: 0 0 15px 0;
}
#guide_container #card_back_item .flex-area img {
	width: auto;
	height: 136px;
}
#guide_container #wrapping_item .section-inner {
	position: relative;
}
#guide_container #wrapping_item li picture {
	width: 154px;
	position: absolute;
	top: 0;
	right: 0;
}
#guide_container #repair_item .section-inner {
	position: relative;
}
#guide_container #repair_item .section-inner .my-list {
	margin: 0 0 20px 0;
}
#guide_container #repair_item picture {
	width: 154px;
	position: absolute;
	top: 0;
	right: 0;
}
/* ----------------------------------
Policy
---------------------------------- */
#policy_item {
	margin: 0 auto 100px;
}
#policy_item p  {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.8;
}
#policy_item ol {
	margin: 10px 20px;
	list-style: none;
}
#policy_item li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
/* ----------------------------------
FAQ
---------------------------------- */
#faq_item {
	margin: 0 auto 100px;
}
#faq_item .sec-head {
	margin-bottom: 60px;
}
#faq_item .faq-box {
	margin: 0 20px;
}
#faq_item .faq-box h3 {
	padding-left: 55px;
	line-height: 1.5;
	position: relative;
}
#faq_item .faq-box h3 span {
	font-size: 24px;
	color: #CC0000;
	position: absolute;
	top: -4px;
	left: 10px;
}
#faq_item .faq-box p {
	padding-left: 55px;
	position: relative;
}
#faq_item .faq-box p span  {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 1em;
}
/* ----------------------------------
Law
---------------------------------- */
#law_item {
	margin: 0 auto 100px;
}
/* ----------------------------------
Liquorsales Info
---------------------------------- */
#liquorsales_info_item {
	margin: 0 auto 100px;
}
}


/*------
ここからスマホ
---- */
@media screen and (max-width: 767px) {
/* ----------------------------------
Base
---------------------------------- */
.guide-area {
	width: 100%;
	margin: 0 auto;
}
.guide-area .pc_only {
	display: none;
}
.guide-area .red-color {
	color: #D50000;
}
.guide-area h1 {
	padding: 0 15px;
	margin: 20px 0 30px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #111;
}
.guide-area h2 {
	padding: 14px 15px;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	background: #111111;
	color: #fff;
}
.guide-area h3 {
	padding: 0 0 20px 0;
	margin: 40px 0 20px;
	border-bottom: #707070 1px solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #111111;
}
.guide-area h4 {
	padding: 0 0 0 15px;
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #111111;
	position: relative;
}
.guide-area h4::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #A68434;
}
.guide-area h4 + .para-area {
	padding: 0 0 0 15px;
}
.guide-area .section-area {
	margin: 0 0 40px 0;
}
.guide-area .section-inner {
	margin: 0 15px;
}
.guide-area .section-inner p,
.guide-area .section-inner li {
	font-size: 12px;
	line-height: 1.8;
}
.guide-area .section-inner p + p,
.guide-area .section-inner ul + p,
.guide-area .section-inner table + p,
.guide-area .section-inner p + ul,
.guide-area .section-inner ul + ul,
.guide-area .section-inner table + ul,
.guide-area .section-inner ul + table,
.guide-area .section-inner p + table,
.guide-area .section-inner table + table {
	margin-top: 20px;
}
.guide-area .nav-area ul {
	margin: 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guide-area .nav-area li {
	width: calc(50% - 7.5px);
	min-height: 50px;
	margin: 0 0 10px 0;
	border: #E0E0E0 1px solid;
	font-size: 12px;
	line-height: 1.2;
	box-sizing: border-box;
}
.guide-area .nav-area li:nth-child(2n) {
	margin: 0 0 10px 0;
}
.guide-area .nav-area li a {
	width: 100%;
	height: 100%;
	padding: 0 30px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.guide-area .nav-area li a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #976F11;
	border-top: 2px solid #976F11;
	position: absolute;
	right: 12px;
	top: calc(50% - 6px);
	display: block;
	transform: rotate(135deg);
}
.guide-area .my-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.guide-area .note-list li {
	padding-left: 1em;
	text-indent: -1em;
	color: #D50000;
}
.guide-area table {
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
}
.guide-area table th {
	padding: 5px 10px;
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
	background: #F5F5F5;
}
.guide-area table td {
	padding: 5px 10px;
	border: #E0E0E0 1px solid;
	border-collapse: collapse;
}
.guide-area .my-button a {
	width: 100%;
	height: 50px;
	border: #111111 1px solid;
	border-radius: 5px;
	text-align: center;
	text-decoration: none !important;
	line-height: 48px;
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.guide-area .my-button a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #976F11;
	border-top: 1.5px solid #976F11;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	display: block;
	transform: rotate(45deg);
}
.guide-area .my-table  {
	border-top: #E0E0E0 1px solid;
}
.guide-area .my-table dt {
	padding: 15px 20px;
	text-align: left;
	font-weight: bold;
	background: #f9f9f9;
	box-sizing: border-box;
}
.guide-area .my-table dd {
	padding: 15px 20px;
	background: #fff;
	box-sizing: border-box;
}
.guide-area .my-table dd .title {
	margin-bottom: 10px;
	font-weight: bold;
}
.guide-area .my-table dd a {
	text-decoration: underline;
}
.guide-area .my-table dd p + p,
.guide-area .my-table dd p + ul {
	margin: 10px 0 0 0;
}
/* ----------------------------------
Guide
---------------------------------- */
#guide_container .nav-area {
	margin-bottom: 30px;
}
#guide_container p a {
	text-decoration: underline;
}
#guide_container #pay_item picture {
	margin: 15px 0;
	display: block;
}
#guide_container #about_item .menu-list {
	margin: 20px 0 0 0;
	border-bottom: #E0E0E0 1px solid;
}
#guide_container #about_item .menu-list dl {
	border-top: #E0E0E0 1px solid;
}
#guide_container #about_item .menu-list dl dt {
	padding: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #976F11;
	box-sizing: border-box;
}
#guide_container #about_item .menu-list dl dd {
	padding: 0 0 10px 0;
	font-size: 12px;
}
#guide_container #post_item table {
	width: 100%;
}
#guide_container #post_item table th {
	vertical-align: middle;
	font-size: 12px;
}
#guide_container #post_item table th.my-postage {
	text-align: center;
	letter-spacing: -2px;
}
#guide_container #post_item table td {
	font-size: 12px;
}
#guide_container #post_item table .area {
	min-width: 20%;
	width: 20%;
}
#guide_container #post_item table .my-pref {
	min-width: 55%;
	width: 55%;
}
#guide_container #post_item table .my-postage {
	text-align: center;
}
#guide_container #order_item table {
	width: 100%;
}
#guide_container #order_item table th {
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
#guide_container #order_item table td {
	font-size: 12px;
	text-align: center;
}
#guide_container #order_item li picture {
	margin: 5px 0 20px 0;
	display: block;
}
#guide_container #order_item li a {
	text-decoration: underline;
}
#guide_container #card_back_item {
	margin: 30px 0 0 0;
	display: block;
}
#guide_container #card_back_item .flex-area {
	margin: 0 0 15px 0;
}
#guide_container #card_back_item .flex-area p {
	margin: 0 0 15px 0;
}
#guide_container #card_back_item .flex-area img {
	width: auto;
	height: auto;
}
#guide_container #card_back_item .flex-area:nth-child(2) img {
	width: 50%;
}
#guide_container #wrapping_item .section-inner {
	position: relative;
}
#guide_container #wrapping_item li {
	overflow: hidden;
}
#guide_container #wrapping_item li picture {
	width: 130px;
	padding: 0 0 10px 15px;
	float: right;
}
#guide_container #repair_item .section-inner {
	position: relative;
}
#guide_container #repair_item .section-inner .my-list {
	margin: 0 0 20px 0;
}
#guide_container #repair_item li {
	overflow: hidden;
}
#guide_container #repair_item picture {
	width: 130px;
	padding: 0 0 10px 15px;
	float: right;
}
/* ----------------------------------
Policy
---------------------------------- */
#policy_item {
	margin: 0 auto 100px;
}
#policy_item h3 {
	margin-left: 15px;
	margin-right: 15px;
}
#policy_item p  {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.8;
	font-size: 12px;
}
#policy_item ol {
	margin: 10px 15px;
	list-style: none;
}
#policy_item li {
	margin: 0 0 10px 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
	font-size: 12px;
}
#policy_item li li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.8;
}
/* ----------------------------------
FAQ
---------------------------------- */
#faq_item {
	margin: 0 auto 60px;
}
#faq_item .top-area {
	margin-bottom: 30px;
}
#faq_item .faq-box {
	margin: 0 15px;
}
#faq_item .faq-box h3 {
	padding-left: 45px;
	line-height: 1.5;
	position: relative;
}
#faq_item .faq-box h3 span {
	font-size: 20px;
	color: #CC0000;
	position: absolute;
	top: -4px;
	left: 10px;
}
#faq_item .faq-box p {
	padding-left: 45px;
	position: relative;
}
#faq_item .faq-box p span  {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 1em;
}
/* ----------------------------------
Law
---------------------------------- */
#law_item {
	margin: 0 auto 60px;
}
/* ----------------------------------
Liquorsales Info

---------------------------------- */
#liquorsales_info_item {
	margin: 0 auto 60px;
}
}


/*add230425*/
.guide_tb1{
  border-collapse: collapse;
  width: 100%;
}
.guide_tb1 th,
.guide_tb1 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.guide_tb1 th {
  background: #a8a7a7;
  color: #000000;
  
}

.shop_olist li{
	list-style: decimal;
}

.shop_ulist li{
	list-style: disc;
}

.mtb-10{
	margin: 10px;
}
.mb-10{
	margin-bottom:10px;
}

.list_ttl{
	font-weight: 600;
}
@media screen and (max-width: 640px) {
  .guide_tb1 {
    width: 100%;
  }
  table.guide_tb1 th,
  table.guide_tb1 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .guide_tb1 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}