@charset "UTF-8";

/*!
* Start Bootstrap - Simple Sidebar v6.0.3 (https://startbootstrap.com/template/simple-sidebar)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: #0101;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

a {
	color: #000000;
/*	text-decoration: none;*/
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
/*	text-decoration: none;*/
}


figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}





























.hedderimg {
	width: 100%;
	max-width: 940px;
	text-align: center;
	margin: 5em auto;
	filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.1));
}

.title_txt {
	text-align: center;
	font-size: min(35px, 5vw);
	font-weight: 800;
	margin: 1em auto 0 auto;
}

.html {
	overflow-x: hidden;
}

.overfllow {
	overflow-x: hidden;
}

#contents {
	padding-top: 120px;
}





#store-list,
#store-list2{
	margin: 1em auto 0.5em;
	max-width: 940px;
	width: 100%;
	background-color: #EAEAEA;
	border: solid 1px #333;
}
#store-list {
    margin-top: 1em;
    margin-bottom: 6em;
}
#store-list dl,
#store-list2 dl {
	border-bottom: solid 1px #333;

}

#store-list dl dt,
#store-list2 dl dt {
	margin: 0;
	padding: 15px 0;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	background: url(../assets/angle-down-solid.png) 97% center no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;

}

#store-list dl dt.open,
#store-list2 dl dt.open {
	color: #fff;
	background: url(../assets/angle-up-solid.png) 97% center no-repeat #292929;
}

#store-list dl dd,
#store-list2 dl dd {
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	display: none;
}

#store-list table th,
#store-list2 table th {
	font-weight: normal;
}

#store-list  table th.name,
#store-list  table td, 
#store-list2 table th.name,
#store-list2 table td{

	padding: 15px 10px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	line-height: 1.5em;
	margin: auto;
	width: 30%;
	vertical-align: middle;
}


/* #store-list  table th.name{
    width:50%;
    vertical-align: middle;}
/* @media screen and (max-width: 481px){
#store-list  table th.name{
    width:40%;
}} */


#store-list table td.addr,
#store-list2 table td.addr {
	width: 55%;
	vertical-align: middle;
	border-right: none !important;
}

/* @media screen and (max-width: 481px){
#store-list  table td.addr{
    width:60%;
}} */
*/
/* #store-list  table td.tel{
    width:30%;
    text-align:center;
    vertical-align: middle;
    border-right:none!important;}
@media screen and (max-width: 481px){
#store-list  table td.tel{
    width:35%;
}} */

#store-list .border-none,
#store-list2 .border-none {
	border-bottom: none !important;
}


table{
	width: 100%
}
.tyuuigaki{
    margin:0 auto;
    max-width: 940px;
}
.tyuuigaki p{
    font-size: 12px;
    text-align: center;
}
.tyuusyaku{
    text-align: center;
    font-size: 18px;
    margin-top: 3em;
}

.tyuui{
    font-size: 14px;
    font-weight: 200;
}
#store-list table th.prefectures,
#store-list2 table th.prefectures {
    
	padding: 15px 20px;
    text-align: center;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	line-height: 1.5em;
	margin: auto;
    color:white;
    font-weight: 600;
	vertical-align: middle;
    background-color: #6B6B6B;
    width: 15%;
}
.title_img{
    margin:2em auto 0;
    max-width: 400px;
    width: 80%;
    text-align: center;
    justify-content: center;
}

.zenkoku_list{
    margin:3em auto;
    text-align: center;
    font-weight: 600;
    font-size: calc(14px + 1vw);
    width: 90%;
    max-width: 950px;
    border-radius: 10px;
    border:solid 2px;
    padding:0.6em;
}
.region{
    background-color: #525252;
    font-size: 1.2em;
    padding:10px 0px;
    padding-left: calc(5px + 2vw);
    margin:auto;
    line-height: 1.5em;
    color: #FFFFFF;
    font-weight: 900!important;
    border-bottom: solid 1px #333;
    
}
.trigger{
	pointer-events: none;
}