@media screen and (max-width:768px) {
.------------------------------------max-768{
}
* {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	line-height: 1.65;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.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;
}

.------------------------------------display {
}

#br-min1440  {
	display: none;
}
#br-min1200  {
	display: none;
}
#br-min1024  {
	display: none;
}
#br-min768  {
	display: none;
}

#br-max768  {
	display: block;
}

.------------------------------------ {
}
.br-min1440  {
	display: none;
}
.br-min1024  {
	display: none;
}
.br-min768  {
	display: none;
}

.br-max768  {
	display: block;
}

.------------------------------------ {
}
#br-min1200-up  {
	display: none;
}
#br-min1024-up  {
	display: none;
}
#br-min768-up  {
	display: none;
}

.------------------------------------ {
}
.br-min1024-up  {
	display: none;
}
.br-min768-up  {
	display: none;
}

.------------------------------------ {
}
#br-min1200-down  {
	display: block;
}
#br-min1024-down  {
	display: block;
}

.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------slidein {
}

.slidein{
	opacity: 0;
	transform: translateX(-80px);
	transition: 1.2s cubic-bezier(.19,1,.22,1);
}

.slide_left{
    transform: translateX(-100px);
	}
	
.slide_right{
    transform: translateX(100px);
}

.show{
    transform: translateX(0);
    opacity: 1;
}

.------------------------------------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;
	display: none;
	z-index: 1000;
}

.------------------------------------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: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 35px;
	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);
}
.------------------------------------botton-gold {
}

.info_botton-gold {
	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-gold{
	font-size: 15px;
	text-transform: uppercase;
	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: #9C895C;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	border: 1px solid #9C895C;
  }

.wrap a .info_botton-gold: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;
	height: 50px;
	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;
	margin: 0px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
  }

.wrap a .img_botton:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}

.------------------------------------to_top {
}

#fixedTop {
	right: 0px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
	border-radius: 0px;
	-webkit-transform: translateZ(0);
	background-color: #9C895C;
}

#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.------------------------------------right-bar {
}

.right-bar {
	width: 50px;
	position: fixed;
	height: 100vh;
	background-color: #B29E76;
	display: block;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.------------------------------------scroll {
}
.scroll_down{
	position: absolute;
	bottom: 0px;
	left: 48%;
	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;
}

.------------------------------------sub-botton {
}

.sumabottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	background-color: #333;
	border-top: 1px solid #333;
	width: 100%;
	height: 50px;
}

.bottom-navi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	display: flex;
	list-style: none;
}

.bottom-navi li {
	width: 33.3333%;
	height: 50px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sumabottom ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
}

.sumabottom ul li a img {
	display: block;
	height: 40px;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

.------------------------------------wrap {
}

#container {
	width: 100%;
	padding: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	background-color: #FFF;
}

.wrapper-frame-10 {
	width: 100%;
	margin: 0%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.wrapper-frame-07 {
	width: 100%;
	margin: 0%;
	padding-top: 7%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.wrapper-frame-05 {
	width: 100%;
	margin: 0%;
	padding-top: 15%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.wrapper-brown {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.wrapper_frame {
	width: 100%;
	box-shadow: -5px 5px 14px 5px #CCCCCC;
	margin: 0%;
	padding: 0%;
}

.contents-frame {
	position: relative;
	z-index: 10;
	margin-top: 7%;
	margin-right: 0%;
	margin-bottom: 7%;
	margin-left: 0%;
	padding: 0%;
	width: 100%;
}

.frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.------------------------------------header-navi {
}

.sp-logo img{
height:32px;
}

.header-navi  {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: 50px;
}

.header-rogo {
	margin: 0%;
	height: 160px;
	width: 160px;
	padding: 25px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	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%;
  }

.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 {
	margin: 0%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	clear: both;
}

.nevi-info-01 p {
	text-align: center;
	font-size: 1em;
	line-height: 20px;
}

.Nav {
  position: relative;
  border-top:none;
  }

.nav_item {
	text-align: center;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 90%;
	height: 50px;
	margin: 0px;
	float: left;
  }

.nav_item a {
	display: block;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	height: 40px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
  }

.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: 100%;
}

.nav {
	position: fixed;
	right: -320px; /* 右から出てくる */
	top: 0;
	width: 300px; /* スマホに収まるサイズ */
	height: 100vh;
	padding-top: 80px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }

.hamburger {
	position: fixed;
	right: 15px;
	top: 0px;
	width: 30px; /* クリックしやすい幅 */
	height: 15px; /* クリックしやすい高さ */
	cursor: pointer;
	z-index: 1000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
  }

.nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
  }

.nav_item a:hover {

  }

.hamburger_border {
	position: absolute;
	height: 2px;
	background-color: #937960;
	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;
  }

.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;
  }
.------------------------------------header {
}

.sp-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #222;
	display: block;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 300;
}

.sp-header-rogo {
	height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sp-header-rogo a img {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: auto;
}


#header{
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100vh;
}



.------------------------------------ {
}
.top-lead {
	width: 80%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 10%;
	padding-top: 0%;
	position: absolute;
	top: 30%;
}

.top-lead-u {
	background-color: rgba(247,210,124,0.7);
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin: 0px;
	width: 90%;
}

.top-lead-img  {
	width: 20%;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.top-lead-u h1 {
	font-size: 1.4em;
	color: #333333;
	margin-bottom: 0px;
	line-height: 25px;
}

.top-lead-b {
	background-color: rgba(51,51,51,0.7);
	z-index: 0;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	margin: 0%;
	width: 90%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}

.top-lead-b p {
	font-size: 1em;
	line-height: 1.8;
	color: #FFF;
	text-align: center;
}


.------------------------------------top-space-01 {
}

.top-space-01 {
	width: 90%;
	background-size: cover;
	display: flow-root;
	background-image: url(../images/bg-01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
  }

.top-space-01-01 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	width: 100%;
}

.top-space-01-02 {
	margin: 0px;
	width: 100%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	overflow: hidden;
}

.top-space-01-02 h2 {
	font-size: 1.4em;
	color: #333;
	text-align: right;
}
.top-space-01-02 .lead {
	font-size: 1em;
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	text-align: right;
}

.top-space-01-03 {
	margin: 0px;
	width: 100%;
	float: left;
	padding: 0%;
}

.------------------------------------top-space-02 {
}

.top-space-02 {
	width: 90%;
	margin: 0%;
	background-image: url(../images/bg-02.png);
	background-position: 0px top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flow-root;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	background-color: #FFF;
}

.top-space-02-01 {
	margin: 0%;
	width: 100%;
	padding: 0%;
	float: left;
}
.top-space-02-01-01  {
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
}

.top-space-02-02 {
	margin: 0px;
	width: 100%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
}
.top-space-02-02  .lead{
	font-size: 1em;
	line-height: 2;
}

.top-space-02-02-01 {
	margin: 0%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 50%;
}

.------------------------------------top-space-03 {
}
.top-space-03 {
	padding-top: 120px;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center -50px;
	margin: 0;
	background-image: url(../images/bg-03-01.png);
	background-size: cover;
	position: relative;
	top: 0;
	box-sizing: border-box;
}

.top-space-03-01 {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	padding: 0;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.top-space-03-02 {
	width: 100%;
	color: #FFF;
	margin: 20px auto 0;
	padding: 0;
	font-size: 1.1em;
}

.parallax{
	position: relative;
	min-height: 800px;
	overflow: hidden;
	background-color: #FFF;
	padding: 0;
}

.parallax-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-image: url(../images/bg-04.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	transform: translateY(0);
	will-change: transform;
	padding: 0;
}

.parallax-content{
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	top: 0;
	transform: none;
	margin: 0;
	padding: 0;
}

/*スクロールするコンテンツ*/
.scrollbox {

}

.------------------------------------top-space-04 {
}

.top-space-04 {
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	width: 90%;
	margin: 0%;
	display: flow-root;
}
.top-space-04-01 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	width: 100%;
}
.top-space-04-02 {
	padding-top: 0%;
	padding-right: 40%;
	padding-bottom: 5%;
	padding-left: 40%;
	margin: 0%;
	float: left;
	width: 20%;
}
.top-space-04-02-01 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	width: 100%;
	font-size: 1.8em;
	writing-mode: vertical-rl;
	line-height: 1.5;
	font-family: "Shippori Mincho B1", serif;
}
.top-space-04-03 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	display: flow-root;
	width: 100%;
	float: left;
}
.top-space-04-03-01 {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	font-size: 1.1em;
	text-align: center;
}

.------------------------------------top-space-05 {
}
.top-space-05 {
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
	width: 100%;
	margin: 0%;
}
.top-space-05-01 {
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 0%;
	display: flow-root;
	width: 35%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 60%;
}
.sider {
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 0px;
}

.swiper {
	height: 350px;
}

.swiper-slide {
	width: 100%;
	height: 350px;
	transition: 0.6s ease;
	transform: scale(0.6);
	opacity: 0.4;
}

.swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.------------------------------------top-space-06 {
}
.top-space-06 {
	width: 85%;
	background-image: url(../images/bg-05.png);
	background-position: right 50px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flow-root;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin-top: 5%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 5%;
}
.top-space-06-01 {
	margin: 0%;
	width: 100%;
	padding: 0%;
	float: left;
}
.top-space-06-01-01  {
	padding-bottom: 0%;
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
}
.top-space-06-02 {
	margin: 0px;
	width: 95%;
	float: left;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 5%;
}
.top-space-06-02  .lead{
	font-size: 1.2em;
	line-height: 3;
	color: #FFF;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
	border-bottom: 1px solid rgba(255,255,255,0.08);
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.price-table th {
	text-align: left;
	font-weight: 400;
	color: #ddd;
	width: auto;
}

.price-table td {
  text-align: right;
  font-weight: 500;
  color: #fff;
}

.note {
	font-size: 0.9em;
	color: #c9a85d;
	margin-left: 6px;
}

.total-row th,
.total-row td {
	border-bottom: none;
	padding-top: 28px;
	font-weight: 500;
	color: #c9a85d;
}

  .table-wrapper {
    padding: 20px;
  }

  .price-title {
    font-size: 24px;
  }

  .price-table th,
  .price-table td {
    font-size: 13px;
    padding: 14px 6px;
  }

.top-space-06-02-01 {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 30%;
}

.------------------------------------footer-space {
}

#footer_base {
	height: auto;
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-color: #FFF;
}

.footer-space-01 {
	margin: 0%;
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	width: 90%;
	display: flow-root;
}

.footer-space-01-01 {
	margin: 0%;
	padding: 0%;
	float: left;
	width: 50%;
	z-index: 1;
}

.footer-space-01-02 {
	width: 100%;
	z-index: 2;
	float: left;
	padding: 0%;
	margin: 0%;
}
.footer-space-01-02-shop  {
	font-size: 1.2em;
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 8%;
	padding-left: 0%;
}
.footer-space-01-02-name  {
	font-size: 1em;
	color: #C7A05C;
}
.footer-space-01-02-etc {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	color: inherit;
  text-decoration: none;
}
.footer-space-01-02-tel  {
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
}
.footer-space-01-03 {
	width: 100%;
	position: static;
	z-index: 2;
	float: left;
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}


.------------------------------------ {
}
.footer-space-02 {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 50px;
	padding-left: 0%;
	width: 100%;
	background-color: #333;
}
.copyright {
	text-align: center;
	margin: 0px;
	width: 100%;
	line-height: 60px;
	height: auto;
	font-size: 1em;
	padding: 0%;
	color: #FFF;
}

.------------------------------------ {
}
#header-contents-otoiawase {
	background-image: url(../images/slide-10.png);
	background-repeat: no-repeat;
	background-position: center -100px;
	background-size: cover;
	width: 100%;
	border-radius: 0px;
	align-items: center;
	display: block;
	top: 0px;
	padding: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	min-height: 83vh;
	position: relative;
}
.------------------------------------h {
}

.theme-space {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: center;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
}

.theme-space  p  {
	font-size: 30px;
	z-index: 20;
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
}

.theme-space p:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #9C895C;
		}

.theme-space h2 {
	font-size: 1.2em;
	line-height: 40px;
	text-align: center;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	display: inline-block;
	margin: 0%;
}

.theme-lead-space {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
	margin: 0%;
	text-align: center;
	width: 100%;
}
.theme-lead-space-sub {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	text-align: center;
	width: 100%;
}

.lead  {
	font-size: 1.1em;

}

.lead-sub  {
	font-size: 1em;
	border: 1px solid #666;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	width: 94%;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;

}


.------------------------------------pankuzu {
}

.pankuzu {
	width: 96%;
	margin: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 2%;
}

.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(file:///D|/PHANTOM%20Dropbox/PHANTOM%E5%90%88%E5%90%8C%E4%BC%9A%E7%A4%BE/Verza%20Creative/%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88/HP/BODY%20FAB/04/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;
}

.------------------------------------contents-page {
}

.contents-lead  {
	width: 96%;
	position: absolute;
	padding: 2%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	bottom: 10px;
	background-color: #FFF;
}

.contents-lead h1{
	font-size: 1em;
	line-height: 20px;
	padding: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}

.contents-lead-copy p {
	font-size: 2.2em;
	line-height: 35px;
	letter-spacing: 0em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
}

.contents-lead-copy span {
	font-size: 1em;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	color: #9C895C;
}

.contents-lead-guide p span {
	font-size: 1.1em;
	line-height: 25px;
	font-weight: 500;
}

.contents-lead-guide p {
	letter-spacing: 0em;
	padding: 0px;
	font-size: 0.9em;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.----------------------------contact-space-01 {
}
.contact-space-01 {
	width: 90%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 10%;
	padding-left: 5%;
	margin: 0px;
	background-image: url(../../../BODY%20FAB/10/images/bg-01.png);
	background-position: 1200px bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-space-01-01 {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.contact-space-01-02 {
	margin: 0%;
	width: 80%;
	float: left;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
}
.----------------------------contact-space-02 {
}
.contact-space-02 {
	width: 90%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 10%;
	padding-left: 5%;
	margin: 0px;
	background-image: url(../../../BODY%20FAB/10/images/bg-01.png);
	background-position: 1200px bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-space-02-01 {
	margin: 0%;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.contact-space-02-02 {
	width: 70%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 0%;
	margin-right: 15%;
	margin-bottom: 0%;
	margin-left: 15%;
}

.------------------------------------ {
}

.------------------------------------ {
}

}
