@media screen and (min-width:769px) {
.------------------------------------min-769{
}
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #000;
	line-height: 1.65;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: "Shippori Mincho B1", serif;
}

.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: block;
}

#br-max768  {
	display: none;
}

.------------------------------------ {
}
.br-min1200  {
	display: none;
}
.br-min1024  {
	display: none;
}
.br-min768  {
	display: block;
}

.br-max768  {
	display: none;
}

.------------------------------------ {
}
#br-min1200-up  {
	display: none;
}
#br-min1024-up  {
	display: none;
}
#br-min768-up  {
	display: block;
}

.------------------------------------ {
}
.br-min1024-up  {
	display: none;
}
.br-min768-up  {
	display: block;
}

.------------------------------------ {
}
#br-min1200-down  {
	display: block;
}
#br-min1024-down  {
	display: block;
}
#br-min768-down  {
	display: block;
}

.------------------------------------ {
}
.br-min768-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-navi {
}

#header {
	background-size: cover;
	height: 100vh;
	width: 100%;
	display: block;
	border-radius: 0px;
	padding: 0%;
	margin: 0px;
}

.sp-header {
	margin: 0%;
	height: 80px;
	left: 0px;
	top: 0px;
	padding: 0%;
	width: 100%;
	background-color: rgba(51,51,51,0.0);
	position: absolute;
}
.sp-header-rogo {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 3%;
	height: 80px;
	position: absolute;
	top: 0px;
}
.sp-header-rogo a img {
	margin: 5px;
	padding: 0px;
	width: 70px;
}


.header-navi  {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: 60px;
}

.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;
	float: left;
	margin: 0px;
  }

  .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;
	color: #000000;
  }

  .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: 60px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
	position: fixed;
	right: 15px;
	top: 5px;
	width: 30px; /* クリックしやすい幅 */
	height: 25px; /* クリックしやすい高さ */
	cursor: pointer;
	z-index: 1200;
	margin: 5px;
	padding: 15px;
  }

  .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;
  }



.------------------------------------ {
}
.top-lead {
	height: 100vh;
	margin: 0px;
	padding: 0px;
	width: 45%;
	right: 0px;
	position: absolute;
	z-index: 0;
	top: 0px;
}

.top-lead-u {
	height: 50vh;
	background-color: rgba(247,210,124,0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
}

.top-lead-img  {
	padding: 0px;
	width: 20%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
}

.top-lead-u h1 {
	font-size: 1.6em;
	color: #333333;
	margin-bottom: 20px;
}

.top-lead-b {
	height: 51vh;
	background-color: rgba(51,51,51,0.7);
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	margin: 0%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	text-align: center;
}

.top-lead-b p {
	font-size: 1.1em;
	line-height: 1.8;
	color: #FFF;
}
.------------------------------------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;
}

.------------------------------------left-menu {
}

.left-menu {
	width: 80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 100vh;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #FFF;
	z-index: 30;
	display: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.------------------------------------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);
}

.------------------------------------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;
}
.------------------------------------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;
	margin: 0px;
}

.------------------------------------sub-botton {
}

.sumabottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	background-color: #333;
	width: 100%;
}

.bottom-navi {
	margin: 0px;
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.bottom-navi li {
	margin: 0px;
	width: 32%;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 32px;
}

.sumabottom ul li a img {
	width: auto;
	text-align: center;
	padding: 0%;
	margin-top: 0%;
	margin-right: 32.5%;
	margin-bottom: 0%;
	margin-left: 32.5%;
	height: 70px;
}

.------------------------------------scroll {
}
.scroll_down{
	position: absolute;
	bottom: 0px;
	left: 48%;
	display: none;
}

.------------------------------------wrap {
}

#container {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}

.wrapper-frame-10 {
	width: 100%;
	margin: 0%;
	padding-top: 10%;
	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: 7%;
	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%;
	max-width: 1200px;
}


.------------------------------------top-space-01 {
}

.top-space-01 {
	width: 100%;
	background-size: cover;
	display: flow-root;
	padding: 0%;
	margin-top: 5px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	background-image: url(../images/bg-01.png);
	background-repeat: no-repeat;
	background-position: center top;
  }

.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: 46%;
	float: left;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	overflow: hidden;
}

.top-space-01-02 h2 {
	font-size: 1.4em;
	color: #333;
	text-align: right;
}
.top-space-01-02 .lead {
	font-size: 0.9em;
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	text-align: right;
}

.top-space-01-03 {
	margin: 0px;
	width: 50%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.------------------------------------top-space-02 {
}

.top-space-02 {
	width: 100%;
	margin: 0%;
	background-image: url(../images/bg-02.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flow-root;
	padding: 0%;
}

.top-space-02-01 {
	margin: 0%;
	width: 45%;
	padding: 0%;
	float: left;
}
.top-space-02-01-01  {
	padding-bottom: 0%;
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
}

.top-space-02-02 {
	margin: 0px;
	width: 49%;
	float: left;
	padding: 3%;
}
.top-space-02-02  .lead{
	font-size: 1em;
	line-height: 2;
}

.top-space-02-02-01 {
	margin: 0%;
	padding-top: 12%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 35%;
}

.------------------------------------top-space-03 {
}
.top-space-03 {
	padding-top: 50%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	width: 90%;
	background-repeat: no-repeat;
	background-position: center 200px;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	background-image: url(../images/bg-03-01.png);
	background-size: cover;
	position: relative;
	top: 100px;
}
.top-space-03-01 {
	width: 50%;
	display: flow-root;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	color: #FFF;
	font-size: 1.2em;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.top-space-03-02 {
	width: 50%;
	color: #FFF;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	font-size: 1.1em;
}


.parallax{
	position: relative;
	height: 700px;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0ex;
}

.parallax-bg{
	position: absolute;
	top: 0px;
	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-top: 0%;
	padding-bottom: 0%;
}

.parallax-content{
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	top: 0%;
	transform: translateY(-50%);
	margin: 0%;
	padding: 0%;
}


/*スクロールするコンテンツ*/
.scrollbox {

}

.------------------------------------top-space-04 {
}

.top-space-04 {
	padding-top: 7%;
	padding-right: 0%;
	padding-bottom: 7%;
	padding-left: 0%;
	width: 100%;
	margin: 0%;
	display: flow-root;
	background-color: #FFF;
}
.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: 5%;
	padding-bottom: 0%;
	padding-left: 10%;
	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: 2.2em;
	writing-mode: vertical-rl;
	line-height: 1.6;
	font-family: "Shippori Mincho B1", serif;
}
.top-space-04-03 {
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0%;
	display: flow-root;
	width: 65%;
	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;
}

.------------------------------------top-space-05 {
}
.top-space-05 {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	width: 100%;
	margin: 0%;
	background-color: #FFF;
}
.top-space-05-01 {
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	display: flow-root;
	width: 25%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 75%;
}
.sider {
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 98%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 0px;
}

.swiper {
  height: 550px;
}

.swiper-slide {
  width: 600px;
  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: 100%;
	background-image: url(../images/bg-05.png);
	background-position: right 100px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flow-root;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	background-color: #FFF;
}
.top-space-06-01 {
	margin: 0%;
	width: 50%;
	padding: 0%;
	float: left;
}
.top-space-06-01-01  {
	padding-bottom: 0%;
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
}
.top-space-06-02 {
	margin: 0px;
	width: 46%;
	float: left;
	padding-top: 8%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
}
.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: 1em;
	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%;
}

.footer-space-01 {
	margin: 0%;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	width: 100%;
	display: flow-root;
	background-color: #FFF;
}

.footer-space-01-01 {
	margin: 0%;
	padding: 0%;
	float: left;
	width: 50%;
	z-index: 1;
}

.footer-space-01-02 {
	width: 40%;
	z-index: 2;
	float: left;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	padding: 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%;
}
.footer-space-01-02-tel  {
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
}
.footer-space-01-03 {
	width: 48%;
	position: static;
	z-index: 2;
	float: left;
	margin: 0%;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 0%;
}


.------------------------------------ {
}
.footer-space-02 {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 90px;
	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;
}
.------------------------------------to_top {
}

#fixedTop {
	right: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	line-height: 60px;
	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;
}
.------------------------------------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: 3%;
	padding-left: 0%;
}

.theme-space  p  {
	font-size: 45px;
	z-index: 20;
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	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: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	display: inline-block;
	margin: 0%;
	letter-spacing: 0.04em;
}

.theme-lead-space {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	width: 100%;
	margin: 0%;
	text-align: center;
}

.lead  {
	font-size: 1.1em;
}

.lead-sub  {
	font-size: 1em;
	padding-top: 2%;
}



.------------------------------------contents-page {
}
#header-contents-otoiawase {
	background-image: url(../images/slide-03.png);
	background-repeat: no-repeat;
	background-position: 300px center;
	background-size: auto;
	height: 40vh;
	width: 100%;
	display: grid;
	align-items: center;
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	position: relative;
	top: 0px;
}
.------------------------------------contents-lead {
}

.contents-lead  {
	float: left;
	position: static;
	width: 30%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 5%;
	background-color: rgba(255,255,255,0.9);
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}

.------------------------------------ {
}

.contents-lead h1{
	font-size: 1em;
	margin: 0px;
	line-height: 35px;
	font-weight: 500;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.contents-lead-copy   {
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	line-height: 15px;
	font-weight: 600;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.contents-lead-copy p {
	font-size: 3.2em;
	line-height: 60px;
	letter-spacing: 0em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
}

.contents-lead-copy span {
	font-size: 1em;
	line-height: 60px;
	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: 0.9em;
	line-height: 30px;
	font-weight: 500;
}

.contents-lead-guide p {
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.8;
}
.contents-lead-guide {
	padding: 2%;
}

.------------------------------------pankuzu {
}

.pankuzu {
	width: 90%;
	margin: 0%;
	padding-top: 0.8%;
	padding-right: 5%;
	padding-bottom: 0.8%;
	padding-left: 5%;
	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: #9C895C;
}

.breadcrumb-003 li:first-child a::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	background-image: url(file:///E|/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/10/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;
}
.----------------------------contact-space-01 {
}
.contact-space-01 {
	width: 90%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin: 0px;
	background-image: url(file:///E|/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/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: 30%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 3%;
}
.----------------------------contact-space-02 {
}
.contact-space-02 {
	width: 90%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin: 0px;
	background-image: url(file:///E|/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/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-form {
}
#form form dl {
	width: 90%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#form form dl dt {
	clear: both;
	width: 35%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
	font-size: 16px;
}
#form form dl dd {
	width: 60%;
	float: right;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 0%;
	padding-bottom: 15px;
	padding-left: 5%;
}
.input-basic                                  {
	padding-right: 2%;
	padding-left: 2%;
	width: 86%;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.input-sns                                  {
	padding-right: 2%;
	padding-left: 2%;
	width: 86%;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mail_address                                  {
	padding-right: 2%;
	padding-left: 2%;
	width: 86%;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#form form select   {
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	width: 90%;
}
#form form textarea {
	display: block;
	width: 86%;
	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%;
	margin-left: 5%;
}

.robot-check {
	font-size: 0.9em;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0%;
}
.robot-check input {
	margin-right: 8px;
	margin-left: 2%;
}
.contact-spece-01-03 {
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 100%;
}
.contact-spece-01-03-01 {
	width: 30%;
	padding: 0%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}
.contact-spece-01-03-01 .wrap a .info_botton {
	line-height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #A68B62;
	color: #A68B62;
}
.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}

}
