@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans JP', sans-serif;
}
a:hover img{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

a:hover{text-decoration: none!important;}

p{line-height: 1.8!important;letter-spacing: 0.05em;font-family: 'Noto Sans JP', sans-serif!important;color:#000; }

/*==================common==================*/
.imgc{display: block; margin:0 auto!important;}
.bor{border-radius: 20px;}
ul.lidisc{padding: 0 0 0 20px;margin: 0;}
ul.lidisc li{list-style: disc;margin: 0 0 6px;font-family: 'Noto Sans JP', sans-serif!important; font-size: 14px;}
ul.nolidisc{padding: 0;margin: 0;}
ul.nolidisc li{list-style: none;margin:0 0 5px 10px;font-family: 'Noto Sans JP', sans-serif!important;}

.flbox{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flbox2{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}
.bginfo{
	background: url("../img/top/bg2.webp") no-repeat center / cover, rgba(197,197,197,0.92);
	background-blend-mode: multiply;
}


#particles-js{ 
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
	position: fixed;
	z-index: 99;
  right: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #393631;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
	font-weight: bold;
  color: #fff!important;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #bd874d;
}

.s-back-to-top:hover:before {
  color: #A28459;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
.s-back-to-top {
  position: relative;
	width: 100%;
  right: 0;
  height: 100%;
	bottom: 0!important;
	opacity: 1!important;
	}
.s-back-to-top:before {
	position: absolute;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 0;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 5.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn-xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn-md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon-md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #464646;
  background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
	color: #464646;
	border: 1px solid #ccc;
	opacity: 0.5;
}

.s-btn--brown-bg {
  color: #2a2622;
  background: rgba(255,255,255,0.9);
	border: 1px solid #2a2622;
}

.s-btn--brown-bg:focus, .s-btn--brown-bg:hover {
	color: #fff;
	background: #2a2622;
	border: 1px solid #2a2622;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #bd9840;
  border-color: #bd9840;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff!important;
  background: #c08b53;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c08b53;
transition-duration: 300ms;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #c08b53!important;
  background: #fff;
  border-color: #c08b53;
}

.s-btn--yellow-bg {
  color: #fff!important;
  background: #CBC14A;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #CBC14A;
	transition-duration: 300ms;
}
.s-btn--yellow-bg:focus, .s-btn--yellow-bg:hover {
  color: #7F7821!important;
  background: #fff;
  border-color: #7F7821;
}

.s-btn--green-bg {
  color: #fff!important;
  background: #95CA63;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #95CA63;
	transition-duration: 300ms;
}
.s-btn--green-bg:focus, .s-btn--green-bg:hover {
  color: #52A335!important;
  background: #fff;
  border-color: #52A335;
}

.s-btn--primary-gra {
  color: #fff;
  background: rgb(241,197,101);
background: linear-gradient(300deg, rgba(241,197,101,1) 0%, rgba(188,151,63,1) 100%);
  border-width: 0.0625rem;
  border-style: solid;
	border: none;
}

.s-btn--primary-gra:focus, .s-btn--primary-gra:hover {
  color: #333;
  background:#fff;
	border: none;
}

.s-btn--primary-bg2 {
  color: #fff;
  background: #044288;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #044288;
}

.s-btn--primary-bg2:focus, .s-btn--primary-bg2:hover {
  color: #044288;
  background: #fff;
  border-color: #044288;
}

.s-btn--primary-bg3 {
  color: #fff;
  background: #003867;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #003867;
}

.s-btn--primary-bg3:focus, .s-btn--primary-bg3:hover {
  color: #003867;
  background: #fff;
  border-color: #003867;
}
.s-btn--primary-bg4 {
  color: #fff;
  background: #9eaacb;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #9eaacb;
}

.s-btn--primary-bg4:focus, .s-btn--primary-bg4:hover {
  color: #9eaacb;
  background: #fff;
  border-color: #9eaacb;
}

.s-btn--gold-brd {
  color: #94783d;
  background: rgba(255,255,255,0.9);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #94783d;
}

.s-btn--gold-brd:focus, .s-btn--gold-brd:hover {
  color: #fff!important;
  background: #94783d;
  border-color: #94783d;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*==================footer==================*/

#footel{
	position: relative;
	padding:12px 0;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #393631;
	z-index: 999999!important;
}
@media screen and (max-width:480px){
#footel {
	z-index: 9999;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}
}

header {
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	height:80px;
	top: 0;
	z-index: 9999!important;
	font-family: 'Noto Sans JP';
	transition: 1s;
    background: #fff;
}
/*
#header.active{
	box-shadow: 0 2px 10px 0 rgba(45,45,45,0.36)!important;	
	transition: 1s;
	background: #fff;
}
*/
@media screen and (max-width:1024px){
	header {
		height: 70px;
	}
}
@media screen and (max-width:480px){
p{font-size: 16px!important;}
header {
	height: 66px!important;
}
}
/*==================yokosla==================*/

#pic{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
#pict{
	position: absolute;
	top:-1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	clip-path: ellipse(150px 50px at top);
	max-width:400px; 
	padding:10px 20px;
	color: #fff;
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#pic li img{
	max-width: 400px!important;
	height: 300px!important;
}


#picbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:1!important;
}

/*==================inview==================*/

.up {
	overflow: hidden;
	position: relative;
	opacity: 0;
	bottom: -50px;
}
.upstyle{
	opacity: 1;
	bottom: 0px;
	transition: 1s 0.3s;
}
.left {
	overflow: hidden;
	position: relative;
	opacity: 0;
	left: -200px;
}
.leftstyle{
	opacity: 1;
	left: 0px;
	transition: 1s 0.3s;
}
.right {
	overflow: hidden;
	position: relative;
	opacity: 0;
	right: -200px;
}
.rightstyle{
	opacity: 1;
	right: 0px;
	transition: 1s 0.3s;
}


.banners{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width:480px){
	.banners{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.banners .banner {
	width: 33.3333%;
	min-height: 640px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:768px){
	.banners .banner {
		width: 100%;
		height: 320px;
	}
}
@media screen and (max-width:480px){
	.banners .banner {
		width: 100%;
		min-height: 500px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}
.bg-zoom {
	position: relative; 
	overflow: hidden;
	background: #fff;
	z-index: 0;
}

.bg-zoom::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-zoom:hover::after {
  opacity: .3;
  transform: scale(1.05);
}
.bgimg1::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%), url("../img/top/bgo.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}

.bgimg2::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%), url("../img/top/bgo.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}

.bgimg3::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%),url("../img/top/bgc.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}
.bg-zoom .bg-zoom-content {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
}

.banner-content{
	position: relative;
	z-index: 1;
}
.banner-content span{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding:15px;
	color: #FFFFFF;
}
.banner-content span::after{
	content: "";
	position: absolute;
	width:100vw;
	height: 100%;
	top: 0;
	right: 0;
	background:#9b8376;
	z-index: -1;
}

.tbleft{
	padding: 2em 6em 3em 6em;
}
.tbright{
	padding: 3em 8em 3em 6em;
}

@media screen and (max-width:1030px){
	.tbleft{
		padding: 3em 3em 3em 3em;
	}
	.tbright{
		padding: 3em 3em 3em 3em;
	}
}

.txtshadow{
	text-shadow: rgba(29,29,29,0.58) 0 0 5px,rgba(29,29,29,0.58) 0 0 5px;
}

.bbr{border-right: solid 1px #fff;}

.bgtype{
	border-radius:20px;
/*    background-color:#9b8376;*/
/*	background-color:#d1b46e;*/
	display: flex;
	flex-wrap: wrap;
}
.typein{
	padding: 1em;
	width : calc(100% / 3) ;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.bbr{border-bottom: solid 1px #5d3f24;}
	.typein{
		padding: 2em 1em;
		width : 100%;
	}
}

.risk{
	border: 1px #d1ab52 solid ;
    background: #FFF;
}
.listtbg{
	background: #FFF;
}


.acchild{
	display: none;
}

ul.acchild{
	margin: 0;
	padding: 0;
}
ul.acchild li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: .5em 1em;
}
ul.acchild li:last-child{
	border-bottom: none;
}
.acchild{
	display: none;
	background: #fff;
}

.servfont{
	font-weight: 300;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	letter-spacing: .1em;
}
@media screen and (max-width: 480px) {
	.servfont{
		letter-spacing: .1em;
	}
}
.time {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: bold;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .2em;
	background-color: #90720f;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	color: #90720f;
	font-weight: bold!important;
	background: #fff;
	border-bottom: 1px solid #90720f;
}
@media screen and (max-width: 480px) {
	.time th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}

.timef {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
}
.timef th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: bold;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .1em;
	background:#947860;
}
.timef td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	border-bottom: 1px solid #e5dfd6;
	color: #333;
	font-weight: bold;
	background:#f1eee9;
}
@media only screen and (max-width: 480px) {
	.timef th {
		padding:10px 2px;
		font-size: 14px!important;
        letter-spacing: -0.05em;
	}
	.timef td {
		padding:10px 2px;
		font-size: 14px!important;
        letter-spacing: -0.05em;
	}
}



/*
table.com{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.com th,.com td{
	font-weight: normal;
    padding:12px;
	font-size: 16px;
	vertical-align: middle;
}
.com th{
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.com td,.com th{
		width: 100%;
	  display: block;
	  padding: 10px;
	}
}
*/

table.com{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com th{
	font-size:14px;
	letter-spacing:1px;
	padding:12px 0;
	text-align: center;
	color:#fff!important;
	vertical-align: middle!important;
}
.com td{
	font-size:14px;
	color:#333;
	padding:1em;
	vertical-align: middle!important;
	font-weight: 500;
}
.com p,.com2 p {
	color:#603813;
	margin: 0;
}

table.com2{
	margin:0 auto 15px;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	font-family: 'Zen Maru Gothic', sans-serif!important;
}
.com2 th{
	font-size:16px;
	letter-spacing:1px;
	padding:1em 0;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align: center;
	vertical-align: middle!important;
	color:#603813;
}
.com2 td{
	color:#333;
	font-weight: 500;
	padding:1em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle!important;
}

@media only screen and (max-width:576px){
.com td,.com th,.com2 td,.com2 th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 14px;
}
}




table.price{
	margin:0 auto 15px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	font-family: 'Noto Sans JP', sans-serif!important;

}
.price th{
	font-size:16px;
	letter-spacing:1px;
	padding:1.5em 1.2em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	color:#333;
	background-color: #EDE7DB;
	vertical-align: middle;
}
.price td{
	font-size:16px;
	color:#333;
	padding:1.5em 1.2em;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle;
}
@media only screen and (max-width:480px){
	table{
		border-collapse:collapse;
	}

	.price td,.price th{
		width:100%;
		display:block;
		padding:10px;
	}
}
.sst{
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
}
.sst::before{
	content: "";
	position: absolute;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	width: 310px;
	height: 52px;
	background: url("../img/top/line.webp") no-repeat center / contain;
}
@media screen and (max-width: 480px) {
	.sst::before{
		bottom: -3.8em;
		width: 100%;
		height: 100%;
	}
}

.st{
	color: #fff;
	text-align: center;
	padding: .5em .5em;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: 500 !important;
}
.stc1{background:#564722;}
.stc2{background:#6E6151;}


.st0{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
    background:#5d3f24;
}
.st0::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}
.st0-2{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
    background:#c08b53;
}
.st0-2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}

.st0g{
    padding: 0.3rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
background: rgb(241,197,101);
background: linear-gradient(300deg, rgba(241,197,101,1) 0%, rgba(188,151,63,1) 100%);
}

.st1 {
  font-weight: bold;
  border-bottom: 3px solid #dab035;
  position: relative;
	line-height: 1.5;
}
.st1::after {
  content: '';
  background-color: #a37d25;
  width: 16%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.st1b {
  font-weight: bold;
  border-bottom: 3px solid #FFFFFF;
  position: relative;
	line-height: 1.5;
}
.st1b::after {
  content: '';
  background-color: #00b0ec;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.st2 , .st2-2 {
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: .5em 0.2em;
	color: #5d3f24;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.st2::before , .st2::after , .st2-2::before , .st2-2::after {
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 7px;
     box-sizing: border-box;
}
.st2::before , .st2-2::before { top: 0; }
.st2::after , .st2-2::after { bottom: 0; }

.st2::before { border-top: 3px solid #c08b53; border-bottom: 1px solid #c08b53; }
.st2::after { border-top: 1px solid #c08b53; border-bottom: 3px solid #c08b53; }

.st2-2::before { border-top: 3px solid #987e67; border-bottom: 1px solid #987e67; }
.st2-2::after { border-top: 1px solid #987e67; border-bottom: 3px solid #987e67; }

.st3 , .st3-2 {
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	letter-spacing: .1em;
	margin: 0;
	font-weight: 500;
}
.st3 { background:#5d3f24; }
.st3-2 { background:#c08b53; }


.st4{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
}
.st4::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}
.st4bg1{
     background: #5d3f24;
}
.st4bg2{
     background: #c08b53;
}


.st5 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.st5::before,
.st5::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #B3B3B3;
}
.st5::before {
	margin-right: 10px;
}
.st5::after {
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
	.st5::before,
	.st5::after {
		width: 40px;
	}
}


.stf {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom:0;
	color: #fff;
	background: #5d3f24;
	font-weight: bold;
	font-family: 'Shippori Mincho', serif!important;
}
.stf::before,
.stf::after {
     position: absolute;
     top: 100%;
     left:2em;
     content: '';
     border: 14px solid transparent;
     border-top: 12px solid #5d3f24;
}
.stf-2 {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom:0;
	color: #fff;
	background: #c08b53;
	font-weight: bold;
	font-family: 'Shippori Mincho', serif!important;
}
.stf-2::before,
.stf-2::after {
     position: absolute;
     top: 100%;
     left:2em;
     content: '';
     border: 14px solid transparent;
     border-top: 12px solid #c08b53;
}
.stf2 {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #5d3f24;
	color:#FFFFFF;
	font-weight: 500;
}
.stf2::before,
.stf2::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #5d3f24;
}
.stf3 {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #c08b53;
	color:#FFFFFF;
}
.stf3::before,
.stf3::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #c08b53;
}
.fc1 {
	background-color: #393631;
}
.fc1::before,
.fc1::after {
     border: 14px solid transparent;
     border-top: 10px solid #393631;
}

.boxbg{
    position: relative;
    padding: 0 4% 30px;
    box-sizing: border-box;
    z-index: 1;
}
.boxbg::before{
    position: absolute;
    display: block;
    content: "";
    background: #F7F7F4;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% - 2.5rem);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.boxbgbg2::before{background: #f4ecd3;}
.boxbgbg3::before{background: #fff;}

.news{
	width: 100%;
	height: 40vh;
	margin: 0;
	padding: .1em;
}

.gapk{gap: 1.5rem !important;}
@media screen and (max-width:480px){
	.gapk{gap: 1rem !important;}
}
.kamoku{
	width: 18%;
	box-sizing: border-box;
	text-align: center;
	cursor:pointer;
	transition: 1s;
	max-width:  240px;/* 円のサイズ（高さにもなる） */
	border: 1px solid #fff;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.kamoku:hover{
	background: #C3A95F;
}
.kamoku a{
	padding: 2em 16px;
	width: 100%;
	height: 100%;
	display: block!important;
}
.kamoku a:hover{
	color: #fff;
}
@media screen and (max-width:768px){
	.kamoku{
		width: 28%;
	}
}
@media screen and (max-width:480px){
	.kamoku{
		width: 46%;
	}
	.kamoku img{
		width: 60px;
	}
}
.number{
	position: relative;
	padding-left: 90px;
	padding-bottom: .2em;
}
.number::before{
	position: absolute;
	content: " ";
	width: 80px;
	height:80px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media screen and (max-width:480px){
	.number{
		padding-left: 70px;
	}
	.number::before{
		width: 60px;
		height:60px;
	}
}
.num1::before{background: url("../img/top/n1.webp") no-repeat center / contain;}
.num2::before{background: url("../img/top/n2.webp") no-repeat center / contain;}
.num3::before{background: url("../img/top/n3.webp") no-repeat center / contain;}
.num4::before{background: url("../img/top/n4.webp") no-repeat center / contain;}
.num5::before{background: url("../img/top/n5.webp") no-repeat center / contain;}
.num6::before{background: url("../img/top/n6.webp") no-repeat center / contain;}
.num7::before{background: url("../img/top/n7.webp") no-repeat center / contain;}

.List-Item-Content {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
	z-index: 0;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}
.List-Item-Content .col-10{
	position: relative;
}
.List-Item-Content .col-10::before {
	content: "";
	position: absolute;
	bottom: 20px;
	z-index: 0;
	width: calc(100% - 20px);
	border-bottom: 1px solid #BFBFBF;
}
.List-Item-Content:last-child .col-10::before {
	border-bottom:none!important;
}
.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
  position: absolute;
  top: 50%!important;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%);
  width: 2px;
  height: 100%;
  background: #c08b53;
	z-index: -1;
}
.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #c08b53;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
.ap{background: linear-gradient(rgba(229,223,214,0.50) 0%,rgba(229,223,214,0.50) 100%);}

.bg-top{position: relative;background: #fff7e5;}
.bg-top::before{
	content: "";
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	position: absolute;
	background:url("../img/top/bg.webp") no-repeat center bottom /cover;
}
@media screen and (max-width:991px){
	.bg-top{padding-bottom: 520px;}
	.bg-top::before{
		top: inherit;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 550px;
		background:url("../img/top/bgsp.webp") no-repeat center /cover;
	}
}
@media screen and (max-width:768px){
	.bg-top{padding-bottom: 460px;}
}
@media screen and (max-width:480px){
	.bg-top{padding-bottom: 280px;}
	.bg-top::before{
		top: inherit;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 25%;
		background:url("../img/top/bg.webp") no-repeat center /cover;
	}
}

.bg-medi{
	background: url("../img/top/bg2.webp") no-repeat center / cover, rgba(118,97,85,0.92);
	background-blend-mode: multiply;
}
@media screen and (max-width:480px){
	.bg-medi{
		background: url("../img/top/bg2.webp") no-repeat center / cover, rgba(118,97,85,0.92);
		background-blend-mode: multiply;
	}
}

.bordb{border-bottom: 2px solid #dcb65c;}
.bgpt{background: url("../img/top/pt.webp") repeat center / 1%!important;}

.poinbtn a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #393631;
	transition: 0.3s;
	background-color: #393631;
}

@media screen and (max-width:480px){
.poinbtn a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #393631;
	transition: 0.3s;
	background-color: #393631;
}
}

.poinbtn a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #393631;
  transition: 0.2s ease 0s;
}
.poinbtn a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #393631;
  transition: 0.2s ease 0.2s;
}
.poinbtn a:hover::before {
  width: 0%;
}
.poinbtn a:hover::after {
  height: 0%;
}
.poinbtn a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.70);
  color: #393631;
}

.poinbtng a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #5d3f24;
	transition: 0.3s;
	background-color: #5d3f24;
}
.poinbtng a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #5d3f24;
  transition: 0.2s ease 0s;
}
.poinbtng a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #5d3f24;
  transition: 0.2s ease 0.2s;
}
.poinbtng a:hover::before {
  width: 0%;
}
.poinbtng a:hover::after {
  height: 0%;
}
.poinbtng a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.70);
  color: #bd874d;
}

.borderbtn{
	border: 1px solid #493F24;
	display: inline-block;
	position: relative;
	max-width: 500px;
}
.borderbtn a{
	display: block;
	padding: .5em 3.5em;
	color: #493F24;
}
.borderbtn::before,
.borderbtn::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #493F24;
}
.borderbtn::before{
  width: 60px;
  transform: translate(30px, 0px);
}
.borderbtn::after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.borderbtn:hover::before,
.borderbtn:hover::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -15%;
	height: 1px;
	transform: 3s;  
	transition-duration: 300ms;
}
.borderbtn:hover::before{
	width: 80px;
	transform: translate(30px, 0px);
	transition-duration: 300ms;
}
.borderbtn:hover::after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.borderbtn a:hover{
	color: #fff!important;
	background: #8F8056;
	transition: .5s;
}

.borderbtn2{
	border: 1px solid #fff;
}
.borderbtn2 a{
  color: #fff;
}
.borderbtn2::before,
.borderbtn2::after{
  background: #fff;
}
#btnc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:1!important;
}
.gradation {
  background: linear-gradient(#af8b34, #bc963f 30%, #deb65e);
  background: -webkit-linear-gradient(#af8b34, #bc963f 30%, #deb65e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bgline{
	position: relative;
}
.bgline::after{
	content: "";
	position: absolute;
	top: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	height: 18px;
	background: url("../img/top/line2.webp") no-repeat center / contain;
}



.title {
	width: 100%;
	height: 340px;
	margin-top:80px;
	position: relative;
}
@media screen and (max-width:1024px){
	.title {
		margin-top:66px;
		height: 240px;
	}
}
.titlein{
	position: absolute;
	top: 55%;
	left: 5em;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
}
@media screen and (max-width:1024px){
	.titlein{
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (max-width:1024px){
	.titlein{
		top: 40%;
		left: 1em;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

.titletxt{
    position: relative;
	color: #fff;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	left: 50%;
}
.titletxt::before {
    content: attr(data-en);
    position: absolute;
    top: -1.5em !important;
    left: 0!important;
    color: rgba(255,255,255,0.45);
    font-size: 30px !important;
    z-index: 2 !important ;
    font-weight: 400 !important;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

@media screen and (max-width:1024px){
	.titletxt{
		font-size: 24px;
		left: 0;
	}
}

.titlebg{
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	
}

.subtitle{
	position: absolute;
	-webkit-clip-path: polygon(0 0, 50% 0, 40% 100%, 0% 100%);
	clip-path: polygon(0 0, 50% 0, 40% 100%, 0% 100%);
	background: url("../img/t/t.webp") no-repeat left -10% bottom -100px / auto,rgba(93,63,36,0.85);
	z-index: 999;
	width: 80%;
	height: 100%;
}
@media screen and (max-width: 480px) {
	.subtitle{
		width: 100%;
	-webkit-clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
	clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
	background: url("../img/t/t.webp") no-repeat left -30%  bottom -55px / 45%,rgba(93,63,36,0.85);
	} 
}


.borderl{
	border-bottom: 1px solid #564722;
	border-image: linear-gradient(to right, #b0a154 0%, #E9E5C6 80%, rgba(255,255,255,0.00) 100%);
	border-image-slice: 1;
}

.slide li img{
	transform: scale(1.2);
	transition-duration: 4s;
}
.slide .active-slide img{
	transform: scale(1);
	
}

#sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
    z-index: 9999!important;
    position:absolute;
}

#net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
#net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 265px;
}
@media screen and (max-width:480px){
	#sidenet,#net1,#net2{display: none;}
}

#demo-1 {
  overflow: hidden;
  width: 100%;
  min-height: 800px;
  background-color: #5d3f24;
  position: relative; 
}

.inner-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .inner-content h2 {
    font-size: 4em;
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
  color: white;}
  .inner-content p {
    font-size: 2em;
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
  color: white;}

@media screen and (max-width:480px){
#demo-1 {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  background-color: #999;
  position: relative; }

.inner-content {
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
    
  .inner-content h2 {
    font-size: 3em;
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
  color: white;}
}

ul.flowrec{
	display: flex;
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	justify-content: space-between;
}
.flowrec li{
	width: calc(25% - 20px);
	padding: 1em;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-weight: 500;
}
.flowrec li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.flowrec li:last-child::before {
  display: none;
}
.flowrec li p {
	margin: 0;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	ul.flowrec{
		flex-direction: column;
	}
	.flowrec li{
		width: 100%;
		padding: 1em;
		border: solid 3px #fff;
		margin-bottom: 2.5em;
	}
	.flowrec li::before {
		top: auto;
		right: auto;
		margin-top: auto;	
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 12px solid #FFF;
	}
}
.season{
	display: block;
	font-weight: bold!important;
	background-color: #c08b53;
	color: #fff;
	letter-spacing: 0!important;
	padding: .2em .5em;
	text-align: center;
	border-radius: 6px;
    margin: 0 0 10px 0;
}

table.docke{
	margin:0 auto 15px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
    font-family: 'Noto Sans JP', sans-serif!important;
}
.docke th{
	font-size:15px;
	letter-spacing:1px;
	padding:6px;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
    font-weight: normal;
}
.docke td{
	font-size:15px;
	color:#333;
	padding:6px;
	vertical-align: middle!important;
}

@media screen and (max-width: 480px) {
	.docke td,.docke th{
		width: 100%;
	  display: block;
	  padding: 10px;
	}
}
.stnom{
    margin:0;
    position: relative;
    padding-top: 50px !important;
    font-size: 36px !important;
    font-weight: 400 !important;
	line-height: 1.5;
}

.stnom span {
    position: relative;
    z-index: 2 !important ;
}

.stnom::before {
    content: attr(data-en);
    position: absolute;
    top: 0px !important;
    left: 0 !important;
    color: #bd874d;
    font-size: 30px !important;
    z-index: 1 !important ;
    font-weight: 400 !important;
    font-family: serif !important;
}

.tkbg0 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url("../img/top/bg1.webp") no-repeat right top 10% / auto, url("../img/top/bg2.webp") no-repeat right bottom 10% / auto;
}
@media screen and (max-width:480px){
	.tkbg0 {
		background: url("../img/top/bg1.webp") no-repeat right bottom 30% / 80%, url("../img/top/bg2.webp") no-repeat right bottom 2% /100%;
	}
}
.tkbg0::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(239,239,239,0.46);
	transition: width 2s;
	transition-delay: 0s;
}

.tkbg0.delay::before{
	width: 65%!important;
}


.tkbg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0!important;
}
.tkbg::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	width: 0%;
	height: 100%;
	transition: width 2s;
	transition-delay: 0s;
}
.tkbg1,.tkbg3,.tkbg5 {
	background:#e5dfd6;
}
.tkbg2,.tkbg4 {
	background:#f1eee9;
}

.tkbg1::before {
	left: 0;
	background: url("../img/top/re1.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg2::before {
	right: 0;
	background: url("../img/top/re2-2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg3::before {
	left: 0;
	background: url("../img/top/re3-5.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg4::before {
	right: 0;
	background: url("../img/top/re4-2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg5::before {
	left: 0;
	background: url("../img/top/re5-3.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}

.tkbg1.delay::before,.tkbg2.delay::before,.tkbg3.delay::before,.tkbg4.delay::before,.tkbg5.delay::before{
	width: 50%!important;
}

@media screen and (max-width:480px){
	.tkbg1::before {
		background: url("../img/top/re1.webp") no-repeat center / cover;
	}
	.tkbg2::before {
		background: url("../img/top/re2-2.webp") no-repeat center / cover;
	}
	.tkbg3::before {
		background: url("../img/top/re3-5.webp") no-repeat center / cover;
	}
	.tkbg4::before {
		background: url("../img/top/re4-2.webp") no-repeat center / cover;
	}
	.tkbg5::before {
		background: url("../img/top/re5-3.webp") no-repeat center / cover;
	}
	.tkbg1.delay::before,.tkbg2.delay::before,.tkbg3.delay::before,.tkbg4.delay::before,.tkbg5.delay::before{
		width: 100%!important;
		height: 200px;
	}
}

ul.foottx{
	margin: 0;
	padding: 0;
}
ul.foottx a{color: #f6cc70;}

ul.foottx li {
	margin: 0!important;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center!important;
		font-family: 'Noto Sans JP', sans-serif!important;
;
}
@media screen and (max-width:480px){
	ul.foottx li {
margin: 0!important;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center!important;
}
}

.reason{
	background: url("../img/top/p2-2.webp") no-repeat left / 50%,linear-gradient(90deg, #7d835e 0%,#7d835e 86%, #d9d2b3 86%,#d9d2b3 90%,#7d835e 90%,#7d835e 91%,#d9d2b3 91%,#d9d2b3 91.4%,#7d835e 91.4%,#7d835e 92%,#d9d2b3 92%,#d9d2b3 93%,#7d835e 93%,#7d835e 93.5%,#d9d2b3 93.5%,#d9d2b3 93.6%,#7d835e 93.6%,#7d835e 100%);
}
@media screen and (max-width:480px){
	.reason{
		background: url("../img/top/p2-2sp.webp") no-repeat top left / 90%, linear-gradient(90deg, #7d835e 0%,#7d835e 90%, #d9d2b3 90%,#d9d2b3 93%,#7d835e 93%,#7d835e 94%,#d9d2b3 94%,#d9d2b3 94.4%,#7d835e 94.4%,#7d835e 95%,#d9d2b3 95%,#d9d2b3 95.5%,#7d835e 95.5%,#7d835e 96%,#d9d2b3 96%,#d9d2b3 96.6%,#7d835e 96.6%,#7d835e 100%);
	}
}


.obio{
		background: #c08b53;
background: linear-gradient(90deg, #c08b53 0%, #c08b53 2%, #dcb65c 2%, #dcb65c 3%,#c08b53 3%,#c08b53 4%,#dcb65c 4%,#dcb65c 4.5%,#c08b53 4.6%,#c08b53 8%, #c08b53 8%);
	}

.obi{
		background: #5d3f24;
background: linear-gradient(90deg, #5d3f24 0%, #5d3f24 2%, #cfc3b3 2%, #cfc3b3 3%,#5d3f24 3%,#5d3f24 4%,#cfc3b3 4%,#cfc3b3 4.5%,#5d3f24 4.6%,#5d3f24 8%, #5d3f24 8%);
	}

@media screen and (min-width:768px){
	.bg-mouth{
		background-image: url("../img/invisalign/i-dif.webp");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 500px;
	}
}

.bg-color-white-o {background-color: rgba(255,255,255,0.80) !important;}

.slant-bg {
    width: 100%;
    padding: 60px 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    background-color: #f1eee9;
}
@media screen and (max-width:820px){
.slant-bg {
    width: 100%;
    padding: 60px 0;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
    background-color: #f1eee9;
}
}

.hishi{clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);}

.clear{
    clear:both;
}


.bggla {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bggla2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bggla3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
