* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: normal;
}

html {
	scroll-behavior: smooth;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;

}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:hover img,
input.btn:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=70 )";
}

.------------------------------------display {
}
#pc-pad  {
	display: none;
}
#pc  {
	display: none;
}
#pad  {
	display: none;
}

#sp {
	display: block;
}
#sp-pad {
	display: block;
}

.br-sp {
	display: block;
}
.br-pad {
	display: none;
}
.br-pad-sp {
	display: block;
}
.theme {
	position: absolute;
	clip: rect(0px,auto,auto,0px);
	z-index: 0;
}

.------------------------------------scroll {
}
.scroll_down{
	position: absolute;
	bottom: 0px;
	display: none;
	right: 10%;
}

.------------------------------------line {
}
.separator-line-short {
	background-color: #A68B62;
	height: 5px;
	width: 10%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	padding: 0%;
}
.separator-line {
	background-color: #999;
	height: 5px;
	width: 20%;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
	padding: 0%;
}


.under_line  {
	margin-top: 2px;
	padding-top: 0px;
	text-align: right;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.line  {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
	width: 100%;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.------------------------------------frex-box {
}
.frex-box{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.frex-box div{
	text-align: center;
	width: 30%;
	font-size: 12px;
	padding: 2%;
	margin: 1%;
}

.------------------------------------h {
}

h1  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h2  {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
}
.top-space-h2 h2 {
	font-size: 1.2em;
	font-family: "Shippori Mincho B1", serif;
	line-height: 40px;
	text-align: center;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	display: inline-block;
	margin: 0%;
}

h3  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h4  {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
h5  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h6  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.------------------------------------botton {
}
.info_botton {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}

.wrap  a .info_botton{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 40px;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-position: center center;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
  }
.wrap a .info_botton:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}
.------------------------------------img-botton {
}
.img_botton {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.wrap  a .img_botton{
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-position: center center;
	padding-top: 3%;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 0px;
	margin: 0px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
.wrap a .img_botton:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}

.------------------------------------header-navi {
}
.sp-header-rogo {
	margin: 0%;
	width: 65%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-lead  {
	position: absolute;
	bottom: 0px;
	background-color: rgba(255,255,255,0.4);
	left: 0px;
	width: 88%;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}

.top-lead h1 {
	font-size: 2.1em;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: 0em;
	color: #000;
}
.lead-copy   {
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	line-height: 15px;
	font-weight: 600;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

#header {
	background-image: url(../images/00-main.png);
	background-repeat: no-repeat;
	background-position: -350px bottom;
	background-size: cover;
	padding: 0px;
	height: 80vh;
	width: 94%;
	display: block;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
	border-radius: 20px;
}

.header-navi  {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: 210px;
}
.header-rogo {
	margin: 0%;
	height: 160px;
	width: 160px;
	padding: 25px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	display: none;
}
.header-navi-menu {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.nav {
	right: 0px; /* 右から出てくる */
	top: 0px;
	z-index: 1000; /* メニューが多くなったらスクロールできるように */
	display: block;
	height: 80px;
	padding: 0%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 43%;
  }
.nav_list {
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0%;
	text-align: center;
	left: 0%;
	margin-left: 0px;/* liのmarginの半分をネガティブマージン（しないと右にずれる） */
	width: 100%;
  }
.nav_item {
	float: left;
	margin: 0px;
	height: 80px;
	padding: 0%;
	width: 20%;
}
.nav_item a {
	text-decoration: none;
	line-height: 80px;
	text-align: center;
	font-size: 1.1em;
	padding-top: 0%;
	padding-right: 30px;
	padding-bottom: 0%;
	padding-left: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0%;
	font-weight: bolder;
  }
.nevi-info {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.navi-info p {
	text-align: center;
}
.nevi-info-01 {
	padding: 5%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.nevi-info-02 {
	padding: 5%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.nevi-info-02 p {
	text-align: center;
	font-size: 1.2em;
	line-height: 20px;
}



.------------------------------------header-menu {
}
.header-menu  {
	width: 80px;
	margin: 0%;
	padding: 0%;
	height: 100vh;
	position: fixed;
	top: 80px;
	right: 0px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	z-index: 50;
	display: none;
}
.submenu {
	width: 75px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	height: 100vh;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #FFF;
	z-index: 30;
	display: none;
}



.------------------------------------submenu {
}
.submenu {
	width: 75px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	height: 100vh;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #FFF;
	z-index: 30;
	display: none;
}

.------------------------------------fixed-navi {
}

#fixed-header {
	position: fixed;
	top: -100px;
	width: 100%;
	height: 80px;
	font-size: 2em;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	transition: .5s;
	z-index: 1000;
	display: none;
	padding: 0px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
}


.------------------------------------scroll {
}

.scroll_down{
	position: absolute;
	bottom: 0px;
	display: none;
	right: 10%;
}


.------------------------------------wrap {
}
#container {
	margin: 0%;
	padding: 0%;
	width: 100%;
}
.wrapper {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: auto;
}

.wrapper_frame {
	width: 100%;
	box-shadow: 5px -5px 10px 5px #CCCCCC;
	margin: 0%;
	padding: 0%;
}
.wrapper-brown {
	width: 100%;
	margin: 0%;
	height: auto;
	background-image: url(../images/footer-bg-01.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: contain;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
}
.wrapper-frame-10 {
	width: 100%;
	margin: 0%;
	padding-top: 15%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.wrapper-frame-07 {
	width: 100%;
	margin: 0%;
	padding-top: 15%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.wrapper-frame-05 {
	width: 100%;
	margin: 0%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
}
.wrapper-frame-03 {
	width: 100%;
	margin: 0%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}
.contents-frame {
	position: relative;
	z-index: 10;
	margin-top: 5%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding: 0%;
}
/* Wrapper
--------------------------- */
.frame {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	max-width: 1200px;
}
.------------------------------------top-space-01 {
}
.top-space-01 {
	width: 100%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
	background-image: url(../images/bg-01.png);
	background-repeat: no-repeat;
	background-position: 50% center;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.top-space-01-01 {
	width: 80%;
	margin-top: 0ex;
	margin-right: auto;
	margin-bottom: 0ex;
	margin-left: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.------------------------------------top-space-02 {
}
.top-space-h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
.top-space-h2  p  {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "Cormorant Garamond", serif;
	line-height: 70px;
	z-index: 20;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.top-space-h2 p:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #9C895C;
		}
.top-space-02 {
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0px;
}
.top-space-02-00 p {
	text-align: center;
	font-size: 2.8em;
	font-weight: 500;
	color: #9C895C;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Oswald', sans-serif;
	line-height: 45px;
	z-index: 20;
	position: relative;
}
.top-space-02-01 {
	padding: 0px;
	margin-top: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.top-space-02-02 {
	margin: 0px;
	padding: 0px;
	width: 80%;
}
.top-space-02-03 {
	margin: 0px;
	width: 90%;
	float: none;
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.top-space-02  h2{
	font-size: 1.4em;
	font-weight: 400;
}
.top-space-02 h2  span{
	color: #9C895C;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 40px;
	font-family: "Shippori Mincho B1", serif;
}
.top-space-02-03 h3 {
	font-size: 1.2em;
}
.top-space-02-03-01  p{
	color: #9C895C;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}

.top-space-02-04 {
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.top-space-02-05 span{
	font-size: 1.2em;
	color: #FFF;
	background-color: #9C895C;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	width: 98%;
	float: left;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}
.top-space-02-05 {
	width: 100%;
}
.top-space-02-06 {
	width: 100%;
}

.------------------------------------top-spece-03 {
}
.top-space-03 {
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	margin: 0%;
}
.top-space-03 h2 {
	margin-left: 0%;
	font-size: 1.6em;
	font-family: 'Sawarabi Mincho', serif;
	line-height: 50px;
}
.top-space-03 h3{
	font-size: 2em;
	display: block;
	align-items: center;
	align-items: flex-end;
	line-height: 30px;
}
.top-space-03 h3 span{
	font-size: 0.6em;
}
.top-space-03 h3 span::before{
	content: "/";
	font-size: 20px;
	margin: 0 14px;
}

.top-space-03-01 {
	width: 80%;
	background-color: rgba(255,255,255,0.6);
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding: 1%;
}
.top-space-03-02 {
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
	margin: 0%;
}
.top-space-03-02-01 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1%;
	width: 98%;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.top-space-03-02-02 {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	width: 98%;
	background-color: rgba(255,255,255,0.6);
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.top-space-03-03 {
	width: 94%;
	margin: 0%;
	padding-top: 10%;
	padding-right: 3%;
	padding-bottom: 10%;
	padding-left: 3%;
}
.top-space-03-03 h2 {
	text-align: center;
	font-size: 1.8em;
	background-color: transparent;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 25px;
}
.top-space-03-03 h3 {
	margin-left: 0%;
	font-size: 1.8em;
	font-family: 'Sawarabi Mincho', serif;
	line-height: 35px;
	text-align: left;
}
.top-space-03-03 h4 {
	font-size: 1.6em;
	text-align: center;
	line-height: 30px;
	font-family: "Shippori Mincho B1", serif;
}



.top-space-03-list {
	margin: 0%;
	width: 100%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-03-list li {
	background-color: rgba(255,255,255,0.6);
	width: 90%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	float: none;
	height: auto;
	margin-top: 2%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
}
.top-space-03-list-l {
	padding: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 70%;
	width: 30%;
	float: left;
}
.top-space-03-list-r {
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 96%;
	float: left;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}
.top-space-03-list-r h5{
	font-weight: 400;
	font-family: "Shippori Mincho B1", serif;
	line-height: 35px;
	font-size: 1.7em;
	margin-bottom: 5px;
	margin-top: 0px;
}
.top-space-03-list-r-01 p {
	line-height: 25px;
}
.top-space-03-list-r-01 {
	padding-top: 0%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
}
.top-space-03-05 {
	padding-top: 8%;
	padding-bottom: 10%;
	height: auto;






















































	background-image: url(
../images/1-shop/footer-contact%20(2).png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-right: 5%;
	padding-left: 5%;
	width: 90%;























	background-image: url(
../images/1-shop/footer-contact%20(2).png);
	background-image: url(../images/top-contact.png);
	margin: 0px;

}
.top-space-03-05-l {
	margin: 0px;
	float: none;
	width: 100%;
	padding: 0%;
}
.top-space-03-05-l h2  {
	font-size: 2em;
	color: #62615D;
	text-align: left;
	line-height: 40px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
}
.top-space-03-05-l h3  {
	font-size: 1.4em;
	color: #62615D;
	text-align: left;
	line-height: 50px;
	display: block;
	margin: 0%;
	padding-top: 7%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-03-05-l-01 {
	margin: 0px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}
.top-space-03-05-l h4  {
	font-size: 1.4em;
	color: #62615D;
	text-align: left;
	display: block;
	margin: 0%;
	padding-top: 7%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
	float: left;
}
.top-space-03-05-l p span{
	color: #FFF;
	background-color: #333;
	padding-top: 3px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	line-height: 40px;
	margin: 0px;
	font-size: 1.2em;
}
.top-space-03-05-l-02 {
	margin: 0px;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 2%;
	float: left;
	width: 98%;
}
.top-space-03-05-02 {
	margin: 0px;
	float: none;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-03-05-02 h5 {
	font-size: 1.2em;
	line-height: 45px;
}
.top-space-03-05-02 .frex-box {
	width: 100%;
	display: block;
}
.top-space-03-05-02 .frex-box div{
	text-align: center;
	width: 80%;
	font-size: 12px;
	float: left;
	margin-top: 1%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-left: 10%;
	padding: 0%;
}
.top-space-03-05-03 {
	margin: 0%;
	width: 100%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-03-05-03 h5 {
	font-size: 1.2em;
}
.top-space-03-05-04 {
	margin: 0%;
	width: 100%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}








.------------------------------------top-space-04 {
}
.top-space-04 {
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-size: cover;
	margin: 0%;
	width: 100%;
}
.top-space-04 h2 {
	margin-left: 0%;
	font-size: 2.5em;
	font-family: 'Sawarabi Mincho', serif;
	text-align: center;
}
.top-space-04-01 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	width: 100%;
}
.top-space-04-img-01 {
	background-image: url(../images/04-01.png);
	background-repeat: no-repeat;
	background-position: -50px top;
	background-size: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	margin-left: 0px;
	padding-top: 45%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.top-space-04-img-02 {
	background-image: url(../images/04-02.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 160%;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 10%;
	margin-left: 0px;
	padding-top: 45%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.top-space-04-img-03 {
	background-image: url(../images/04-03.png);
	background-repeat: no-repeat;
	background-position: -50px top;
	background-size: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	margin-left: 0px;
	padding-top: 45%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.top-space-04-02-l {
	margin: 0%;
	width: 90%;
	float: none;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}
.top-space-04-02-r {
	margin: 0%;
	width: 90%;
	float: none;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}
.top-space-04-03 {
	width: 100%;
	float: left;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 5%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.top-space-04 h3 {
	font-size: 1.3em;
	font-family: "Shippori Mincho B1", serif;
	line-height: 35px;
}
.top-space-04 h4{
	font-size: 2.6em;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}
.top-space-04-04-l {
	margin: 0%;
	width: 25%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 0%;
	padding-left: 0%;
	float: left;
}
.top-space-04-04-r {
	margin: 0%;
	width: 25%;
	float: left;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-04-05 {
	width: 72%;
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	float: left;
}
.top-space-04-05-01 {
	margin: 0%;
	width: 72%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-04-05-02 {
	margin: 0%;
	width: 100%;
	padding: 0%;
	float: right;
	clear: both;
	text-align: right;
}
.top-space-04-05 p {
	font-size: 0.9em;
	line-height: 14px;
}
.top-space-04 h5{
	font-size: 1.3em;
	text-align: left;
	line-height: 35px;
	font-weight: 500;
	color: #A68B62;
}
.top-space-04-06-l {
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.top-space-04-06-l p {
	font-size: 0.9em;
	line-height: 20px;
}
.top-space-04-06-r {
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.top-space-04-06-r p {
	font-size: 0.9em;
	line-height: 22px;
}
.top-space-04-06 p {
	font-size: 1em;
}
.top-space-04-07-l {
	margin: 0%;
	width: 50%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 50%;
	float: left;
}
.top-space-04-07-r {
	margin: 0%;
	width: 50%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	float: left;
}
.top-space-04-08  {
	width: 100%;
}
.------------------------------------top-space-05 {
}
.banner-space {
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.banner-space-list {
	display: flex;
	margin: 0%;
	width: 90%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
.banner-space-list li {
	float: left;
	width: calc(92% / 2);
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
 }
.------------------------------------top-space-06 {
}
.top-space-06 {
	background-image: url(../images/footer-bg-01.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: 100%;
	margin: 0%;
	padding: 0%;
	width: 100%;
}
.top-space-06-01 {
	margin: 0%;
	width: 90%;
	float: left;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
.top-space-06-02 {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}
.top-space-06-03 {
	background-color: rgba(255,255,255,0.6);
	margin: 0%;
	width: 100%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.top-space-06-04 {
	margin: 0%;
	width: 45%;
	float: left;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.top-space-06-04 img {
	position: relative;
	bottom: 0px;
}

.------------------------------------botton {
}
.banner-space-button {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0%;
}
.banner  a .banner-space-button{
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
.banner a .banner-space-button:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}
.------------------------------------footer-space {
}
#footer_base {
	padding-top: 0%;
	padding-bottom: 0%;
	height: auto;
	margin: 0%;
	width: 100%;

}

.footer-space-01 {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.footer-space-01-l-img-01 {
	margin: 0%;
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-image: url(../images/top-space-05.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80px;
}
.footer-space-01-l-img-02 {
	margin: 0%;
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-image: url(../images/top-space-05-02.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80px;
}

.footer-space-01-l-01 {
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.footer-space-01-l-01 h2 {
	font-size: 2em;
	line-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.footer-space-01-l-01 h2 span {
	font-size: 0.6em;
}

.footer-space-01-l-02 {
	margin: 0%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.footer-space-01-l-02 p span{
	font-size: 1.2em;
	text-align: center;
}

.footer-space-01-l-02 p {
	font-size: 1.8em;
	text-align: center;
}
.footer-space-01-l-03 {
	margin: 0%;
	width: 100%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.footer-space-01-l-03 p {
	line-height: 20px;
	font-size: 1em;
}
.footer-space-01-r {
	margin: 0%;
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.footer-space-01-r-02 {
	margin: 0%;
	width: 100%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.footer-space-01-r-02 p {
	font-size: 1.1em;
	line-height: 20px;
}
.------------------------------------footer-h3 {
}
.footer-space-h3 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0px;
}
.footer-space-h3  p  {
	font-size: 30px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 30px;
	z-index: 20;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}
.footer-space-h3 p:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -13px;
	left: 15%;
	transform: translateX(-50%);
	width: 80px;
	height: 1px;
	background-color: #9C895C;
		}
.footer-space-h3 h3 {
	font-size: 1.2em;
	font-family: 'Sawarabi Mincho', serif;
	line-height: 30px;
	text-align: left;
	display: inline-block;
	margin: 0%;
	padding: 0%;
	width: 100%;
}





.------------------------------------ {
}
.biz-hour{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.biz-hour tbody {
	border: 1.5px solid #333333;
}

/* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
.biz-hour th {
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	width: 10%;
}
.biz-hour tbody tr td {
	font-size: 1.2em;
	color: #000000;
}
.biz-hour tbody tr th{
	font-size: 1.2em;
	color: #333333;
}
.biz-hour th, .biz-hour td {
	text-align: center;
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: normal;
	border: 0.5px solid #333;
}


/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}



/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}
.footer {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer-slider .slider .img {
	position: relative;
}
.section_navi {
	display: block;
	margin: 0px;
	padding: 0px;
}
.section_nav-frex  {
　    /* 画像の高さ */
    object-fit: cover;     /* 画像のアスペクト比を維持しつつ、コンテナに合わせる */
	width: 100%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCC;
	text-align: center;
	padding: 0px;
	height: 50px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer-frex-03 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.section_nav-frex p img {
	height: 50px;
	width: 25px;
	padding-top: 13px;
	margin-right: 10px;
}
.section_nav-frex a  {
	height: 10px;
	font-size: 1em;
	line-height: 50px;
}





.------------------------------------ {
}
.footer-under {
	text-align: center;
	margin: 0px;
	width: 91%;
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	height: auto;
	font-size: 1em;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 20%;
	padding-left: 5%;
}
.footer-under p{
	line-height: 25px;

}




.------------------------------------ {
}

.footer {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/footer-bg-01.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.footer-frex-03 {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}
.section_navi {
	display: block;
}
.section_nav-frex  {
　    /* 画像の高さ */
    object-fit: cover;     /* 画像のアスペクト比を維持しつつ、コンテナに合わせる */
	width: 100%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCC;
	text-align: center;
	padding: 0px;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.section_nav-frex p img {
	height: 25px;
	width: 25px;
	padding-top: 20px;
	margin-right: 10px;
}
.section_nav-frex p  {
	height: 10px;
	font-size: 1.1em;
	line-height: 60px;
}





.------------------------------------ {
}
.footer-space-navi-02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0%;
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.footer-space-navi-02-01 {
	margin: 0%;
	width: 70%;
	float: none;
	padding-top: 2%;
	padding-right: 15%;
	padding-bottom: 2%;
	padding-left: 15%;
}
.footer-space-navi-02-01 img {
	width: 50%;
	padding-top: 10%;
	padding-right: 25%;
	padding-bottom: 5%;
	padding-left: 25%;
	margin: 0px;
}
.footer-space-navi-02-02 {
	margin: 0px;
	float: none;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer-space-navi-02-02 .single  .heading{
	font-size: 1.5em;
	color: #333;
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 5%;
	margin-left: 0%;
	line-height: 25px;
	padding-top: 0%;
	padding-right: 3%;
	padding-bottom: 0%;
	padding-left: 5%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A68B62;
	text-align: right;
}
.footer-space-navi-02-02 .single .heading:before{
	content: attr(data-en);
	display: block;
	color: #A68B62;
	font-size: 0.7em;
	margin-bottom: 3px;
	text-align: left;
}
.footer-space-navi-02-02 .single .heading:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #A68B62;
	margin: 0px;
}

.footer-space-navi-02-02  .single{
	margin: 0px;
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 5%;
	padding-left: 6%;
}
.footer-space-navi-02-02 .single li a{
	line-height: 25px;
	font-size: 1em;
	letter-spacing: 0em;
	padding-left: 5%;
}
.footer-space-navi-02-03 {
	width: 100%;
	float: left;
	border-top-style: solid;
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	border-top-width: 1px;
	border-top-color: #CCC;
}
.footer-space-navi-02-03 .single  .heading{
	font-size: 1.5em;
	color: #333;
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 5%;
	margin-left: 0%;
	line-height: 25px;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 5%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A68B62;
	text-align: right;
}
.footer-space-navi-02-03 .single .heading:before{
	content: attr(data-en);
	display: block;
	color: #A68B62;
	font-size: 0.7em;
	margin-bottom: 3px;
	text-align: left;
}
.footer-space-navi-02-03 .single .heading:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #A68B62;
	margin: 0px;
}

.footer-space-navi-02-03  .single{
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	float: none;
	margin: 0px;
}
.footer-space-navi-02-03 .single li a{
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	letter-spacing: 0em;
	width: 100%;
}
.footer-space-navi-02-03  .double{
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
	border: 1px solid #CCC;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 10%;
	width: auto;
}
.footer-space-navi-02-03 .double li a{
	text-align: left;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0em;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.footer-space-navi-02-04 {
	width: 100%;
	float: none;
	border-top-style: solid;
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	border-top-width: 1px;
	border-top-color: #CCC;
}
.footer-space-navi-02-04 .single  .heading-h6{
	font-size: 1.5em;
	color: #333;
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 5%;
	margin-left: 0%;
	line-height: 25px;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 5%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A68B62;
	text-align: right;
}
.footer-space-navi-02-04 .single .heading-h6:before{
	content: attr(data-en);
	display: block;
	color: #A68B62;
	font-size: 0.7em;
	margin-bottom: 3px;
	text-align: left;
}
.footer-space-navi-02-04 .single .heading-h6:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #A68B62;
	margin: 0px;
}
.footer-space-navi-02-04  .single{
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	float: none;
	margin: 0px;
}
.footer-space-navi-02-04 .single li a{
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	letter-spacing: 0em;
	width: 100%;
}
.footer-space-navi-02-05 {
	width: 100%;
	float: none;
	border-top-style: none;
	margin: 0%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
	clear: both;
}
.footer-space-navi-02-05  .double{
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
	border: 1px solid #CCC;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 15%;
	width: auto;
}
.footer-space-navi-02-05 .double li a{
	text-align: left;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0em;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}





.------------------------------------to_top {
}

#fixedTop {
	right: 15px;
	bottom: 60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 100;
	border-radius: 6px;
	-webkit-transform: translateZ(0);
	background-color: rgba(0,0,0,0.9);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.------------------------------------contents-page {
}
#header-contents-shop {
	background-image: url(../images/2-shop/main-pc.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding: 0px;
	height: 50vh;
	width: 94%;
	display: block;
	border-radius: 20px;
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
}
#header-contents-contact {
	background-image: url(../images/5-contact/main-pc.png);
	background-repeat: no-repeat;
	background-position: -110px center;
	background-size: cover;
	padding: 0%;
	height: 40vh;
	width: 94%;
	display: block;
	border-radius: 20px;
	font-weight: normal;
	font-variant: normal;
	margin: 3%;
}
.contents-doc  {
	width: 40%;
	background-color: rgba(255,255,255,0.7);
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
	padding-top: 1.5%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 5%;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}
.contents-doc h2 {
	font-size: 1.6em;
	line-height: 15px;
	color: #333;
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0em;
}
.contents-doc h2 span {
	font-size: 0.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
.------------------------------------pankuzu {
}
.pankuzu {
	width: 100%;
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.breadcrumb-003 {
	display: flex;
	gap: 0 20px;
	list-style: none;
	padding: 6px 0 6px 18px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #f2f2f2;
	font-size: 0.9em;
}

.breadcrumb-003 li {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 20px;
	color: #A68B62;
}

.breadcrumb-003 li:first-child a::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	background-image: url(../images/contents/home.png);
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	content: '';
	background-size: cover;
}

.breadcrumb-003 li:not(:last-child)::before,
.breadcrumb-003 li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb-003 li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb-003 li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f2f2f2;
}

.breadcrumb-003 a {
	color: #333333;
	text-decoration: none;
}






.----------------------------shop-space-00 {
}
.shop-spece-00 {
	width: 100%;
	background-image: url(../images/bg-02.png);
	background-repeat: no-repeat;
	background-position: -200px 250px;
	background-size: cover;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	margin: 0%;
}
.shop-spece-00 h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #A68B62;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Oswald', sans-serif;
	line-height: 40px;
	z-index: 20;
	position: relative;
}
.shop-spece-00-01 {
	width: 100%;
	background-size: cover;
	margin: 0%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.----------------------------shop-space-01 {
}
.shop-spece-01-l-01 .info-table tbody tr td p span {
	font-size: 0.8em;
	line-height: 20px;
}
.shop-spece-01-l-01 .info-table tbody tr th div {
	font-size: 0.7em;
	color: #9C895C;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.shop-spece-01-l-01 .info-table tbody tr td p {
	font-size: 1.1em;
	line-height: 20px;
}
.shop-spece-01 {
	width: 100%;
	background-size: cover;
	margin: 0%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}
.shop-spece-01-l {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.shop-spece-01-r {
	margin: 0px;
	width: 90%;
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	float: left;
}
.shop-spece-01-l-01 {
	margin: 0px;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}
.shop-spece-01-l-01 .info-table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.shop-spece-01-l-01 .info-table tr{
    border-bottom: 1px solid #ACACAC;
}
.shop-spece-01-l-01 .info-table tr th
, .shop-spece-01-l-01 .info-table tr td{
	text-align: left;
	vertical-align: middle;
	padding-right: 3%;
	padding-left: 3%;
}
.shop-spece-01-l-01 .info-table tr th{
	font-weight: 400;
	border-bottom: 0px solid #0070BD;
	color: #9C895C;
	text-align: center;
	padding: 20px;
	font-size: 1.1em;
	line-height: 20px;
}
.shop-spece-01-l-01 .info-table tr td{
	padding: 10px 10px;
	font-size: 1.1em;
	color: #666;
}
.shop-spece-01-l-01 .shop-spece-01-l-01 .info-table tr
th , .shop-spece-01-l-01 .info-table tr td{
	display: block;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.shop-spece-01-l-01 .wide-40-left {
	width: 50%;
}
.shop-spece-01-l-02 {
	margin: 0px;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.shop-spece-01-l-03 {
	margin: 0px;
	width: 100%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.shop-space-01-l-04 {
	margin: 0%;
	float: left;
	width: 48%;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
}
.shop-spece-01-r-01 li{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 2px;
	float: left;
	list-style: none;
	width: calc(50% - 4px);
}
.shop-spece-01-l-03 iframe {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 100%;
}











.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}



.---------------------------------------------form {
}
.contact-spece-01 {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}
.contact-spece-01 h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	font-size: 2.3em;
	font-family: "Sawarabi Mincho";
	line-height: 50px;
	color: #A68B62;
	position: relative;
	z-index: 5;
}
.contact-spece-01-01 {
	margin: 0%;
	width: 100%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}
.contact-spece-01-02 {
	border: 1px solid #A68B62;
	border-radius: 5px;
	z-index: 10;
	width: 74%;
	padding-top: 4%;
	padding-right: 8%;
	padding-bottom: 2%;
	padding-left: 8%;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
}
.contact-spece-01-03 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.contact-spece-01-03 p {
	line-height: 25px;
	font-size: 1.1em;
}
.contact-spece-01-04 {
	padding: 0px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: center;
}
.contact-spece-01-04 p a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #FFF;
	background-color: #333;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 3%;
	padding-left: 10%;
	margin: 0px;
	width: 80%;
}
.contents-form {
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
}

.contents_frame_form {
	width: 90%;
	background-color: rgba(255,255,255,0.6);
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	max-width: 1000px;
}
#form form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	width: 100%;
}

#form form dl {
	overflow: visible;
}
#form form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: normal;
	font-size: 16px;
}
#form form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}
#form form dl dt span {
	display: block;
	font-size: 80%;
	color: #A68B62;
}

#form form dt:first-child,#form
form dt:first-child + dd   {
	border: none;
}
#form form ul li input[type="radio"],
#form form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}
#form form ul li:first-child input[type="radio"],
#form form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
#form form select {
	font-size: 16px;
	margin-top: 0;
}
#form form ul {
	list-style-type: none;
}
#form form dl dd ul li label {
	font-size: 16px;
	float: left;
	line-height: 30px;
	padding: 10px;
}

#form form ul li label:hover {
	cursor: pointer;
}
#form form textarea {
	display: block;
	width: 96%;
	height: 200px;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	padding-top: 7px;
	padding-right: 2%;
	padding-bottom: 7px;
	padding-left: 2%;
	color: #000;
}
#form form input#company , #form form dl .required #name_1 , #form form dl dd #address , #form form dl dd #phone , #form form dl .required #mail_address , #form form dl dd #mail_address_confirm{
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 8px;
	padding-left: 5%;
	width: 90%;
	font-size: 16px;
}
.------------------------------------ {
}
.wrap  .submit {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #333333;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 16px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
	height: 100%;
	background-size: auto;
	background-color: #FFF;
	border: 1px solid #333333;
  }
#form form .wrap      {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	text-align: center;
}

.wrap .submit a img{
	width: 100%;
}
.wrap .submit:hover {
	background-color: #333333;
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	color: #FFF;
	transform: translateY(-7px);
	background-size: cover;
}

.------------------------------------ {
}
.------------------------------------ {
}
.------------------------------------ {
}
.------------------------------------ {
}
.------------------------------------ {
}




@media screen and (max-width:767px) {

.------------------------------------max-767 {
}
.------------------------------------line {
}

.------------------------------------h {
}
html {
	scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: normal;
}

body {

}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
}

a:hover img,
input.btn:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=70 )";
}
#pc  {
	display: none;
}
#pc-pad  {
	display: none;
}
#sp-pad {
	display: block;
}

#sp {
	display: block;
}

.br-sp {
	display: block;
}
.br-pad {
	display: none;
}
.theme {
	position: absolute;
	clip: rect(0px,auto,auto,0px);
	z-index: 0;
}
.------------------------------------botton {
}
.------------------------------------header-navi {
}
.top-doc  {
	position: absolute;
	left: 30px;
	top: 80%;
	margin: 0%;
	padding: 0%;
	width: 80%;
}
.top-doc h2 {
	font-size: 1.9em;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0em;
}
.top-doc h2 span {
	font-size: 0.6em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

.header-navi  {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: 210px;
}
.header-rogo {
	margin: 0%;
	height: 160px;
	width: 160px;
	padding: 25px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	display: none;
}

  .Nav {
    position: relative;
  border-top:none;
  }
  .Nav .navbtn {
	display: block;
	position: absolute;
	top: -100px;
	right: 20px;
	z-index: 1100;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #66B0CD;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
  .Nav .navbtn a.open {
  }
 
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
 
 
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
 
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }

 
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }


.------------------------------------navi {
}
.header-navi-menu {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

  .nav {
	position: fixed;
	right: -320px; /* 右から出てくる */
	top: 0;
	width: 300px; /* スマホに収まるサイズ */
	height: 100vh;
	padding-top: 60px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }


  .hamburger {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 30px; /* クリックしやすい幅 */
	height: 30px; /* クリックしやすい高さ */
	cursor: pointer;
	z-index: 1200;
	margin: 5px;
	padding: 15px;
  }
  .nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .nav_item {
	text-align: center;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 90%;
	height: 50px;
  }
  .nav_item a {
	display: block;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
	position: absolute;
	height: 2px;
	background-color: #000000;
	transition: all .6s;
	margin-right: auto;
	margin-left: auto;
  }
  .hamburger_border_top {
	top: 15px;
	width: 55%;
  }
  .hamburger_border_center {
	top: 25px;
	width: 55%;
  }
  .hamburger_border_bottom {
	top: 35px;
	width: 55%;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 25px;
	background-color: #937960;
  }
  .nav-open .hamburger_border_center {
	width: 0;
	left: 25%;
	background-color: #937960;
  }
  .nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 25px;
	background-color: #937960;
  }

.------------------------------------sub-botton {
}

.sumabottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	background-color: #FFF;
	box-shadow: 3px -3px 10px 3px #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;

}

.bottom-navi {
	margin: 0px;
	padding: 0px;
	display: block;
}
.bottom-navi li {
	margin: 0px;
	width: 33.3%;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
}


.sumabottom ul li a img {
	width: 35%;
	text-align: center;
	padding: 0%;
	margin-top: 0%;
	margin-right: 32.5%;
	margin-bottom: 0%;
	margin-left: 32.5%;
}
.------------------------------------ {
}
}
