@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 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 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 .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;
}


	
.price__arcive table {
    counter-reset: rowCount;
    border-collapse: collapse;
    border: 1px solid #333;
    width: 80%;
    margin: 1rem auto 4rem;
}	
	
.price__link ul {
    max-width: 780px;
    margin: 100px auto;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
}	

 .price__link li {
     width: 47%;
     margin: 0;
}	
	
.price__link li a {
    display: block;
    padding: 28px;
    border: 1px solid #000000;
}

.arrow::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 5px;
}	
	
	
}


/*------
ここからスマホ
---- */
@media screen and (max-width: 767px) {
/* ----------------------------------
Base
---------------------------------- */
.guide-area {
	width: 100%;
	padding:0 5vw;
	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 .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;
}

/* ----------------------------------
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;
  }
}
*/

/*-----------------------------------*/


.price__item{
	text-align:center;
	margin:0 0 2rem
}

.price .price__arcive table{
	counter-reset:rowCount;
	border-collapse:collapse;
	border:1px solid #333;
	width:84%;
	margin:1rem auto 4rem
}

/*.price .price__arcive table tr:nth-child(n+3){counter-increment:rowCount}*/

.price .price__arcive table tr:nth-child(n+3) td:first-child{
	width:60%
}

/*.price .price__arcive table tr:nth-child(n+3) td:first-child::before{content:counter(rowCount) "."}*/

.price__arcive table tr:nth-child(n+3) td:nth-child(n+2){
	text-align:right;
	vertical-align: middle
}

.price__arcive table tr:nth-child(2){
	text-align:right;
	vertical-align: middle
}

.price .price__arcive table th,.price .price__arcive table td{
	border:1px solid #ccc;
	line-height:1.5;
	margin:auto;
	padding:1.2rem
}

.price .price__arcive .price__arcive--list{
	margin:3rem 0
}

.price .price__day .price__day--text{
	margin:1rem
}

.price__day--last{
	text-align:right
}

.price__contact{
	border:1px solid #ccc;
	padding:1rem 2rem;
	margin:5rem 0
}

.price__link{
	text-align:center
}

.price__link button{
	background-color:#fff;
	border:1px solid #333;
	padding:1rem 3.5rem;
	margin:0 auto;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content
}

.price__link button .arrow{
	margin:0 10px;
	display:inline-block;
	width:10px;
	height:10px;
	border-top:2px solid #333;
	border-right:2px solid #333;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	margin-left:0
}

.price__link button a{text-decoration:none}


.arrow a{
	text-decoration:none
}

@media screen and (max-width: 767px){
	.guide-area{
		padding:0 5vw;
		font-size:14px
	}
	
	h1{
		text-align:justify
	}
	.price__arcive table{
		width:100%;
		font-size:12px
	}
	
	.price__arcive th,.price .price__arcive td{
		padding:2vw !important
	}


	.price__link li {
		margin: calc(100vw / 28) 0;
		/* display: block; */
		text-align: center;
	}

	.price__link li a {
		display: block;
		padding: calc(100vw / 15) 0;
		border: 1px solid #000000;
	}

	.arrow::after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		display: inline-block;
		margin-left: 5px;
	}
}