body{
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400!important;
}

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: 2!important;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400 !important;
    }

/*==================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 10px;font-family: 'Noto Sans JP', sans-serif!important;}
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;
}


/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
	position: fixed;
	z-index: 99;
  right: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #a19088;
  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-weight: bold;
  color: #fff!important;
  line-height: 3rem;
  content: "笆ｲ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

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

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

.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;
  color: #fff;
  line-height: 0;
  content: "笆ｲ";
  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: #d2aea6;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #d2aea6;
transition-duration: 300ms;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #d2aea6!important;
  background: #fff;
  border-color: #d2aea6;
}



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

#footel{
	position: relative;
	padding:12px 0;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #a38f86;
	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;
}

@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==================*/

.infiniteslide_wrap {
    overflow: hidden;
    width: 100%;
}

.infiniteslide {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.infiniteslide ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.infiniteslide li {
    flex: none !important; 
    margin: 0;
    padding: 0;
}

#pic li img {
    max-width: 400px !important;
    height: 300px !important;
    display: block; 
}

#pic {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: visible; 
}

#picbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100 !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;
}

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

.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-family: "Noto Sans JP", sans-serif!important;

}
.timef th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid white;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif!important;
}

.timef td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid white;
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
	.timef th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.timef td {
		padding:10px 2px;
		font-size: 14px!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 #cfb2aa;
	transition: 0.3s;
	background-color: #cfb2aa;
}

@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 #cfb2aa;
	transition: 0.3s;
	background-color: #cfb2aa;
}
}

.poinbtn a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #cfb2aa;
  transition: 0.2s ease 0s;
}
.poinbtn a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #cfb2aa;
  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: #cfb2aa;
}

.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 #a38f86;
	transition: 0.3s;
	background-color: #a38f86;
}
.poinbtng a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #a38f86;
  transition: 0.2s ease 0s;
}
.poinbtng a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #a38f86;
  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;
}

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

#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;}
}

.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: #cec6c3;
    font-size: 30px !important;
    z-index: 1 !important ;
    font-weight: 400 !important;
    font-family: serif !important;
}

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

ul.foottx li {
	margin: 0!important;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 12px;
	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;
}
}

.slider-box {
  position: relative;
  width: 100%;       
  height: 800px;   
  overflow: hidden;
  background: #000;
}

.slide-img, 
.slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.slide-img {
  opacity: 0;
  animation: zoomFadeAnimation 12s infinite ease-in-out;
}

.img1 { animation-delay: 0s; }
.img2 { animation-delay: 4s; }
.img3 { animation-delay: 8s; }

@keyframes zoomFadeAnimation {
  0% {
    opacity: 0;
    transform: scale(1.15); 
  }
  5% {
    opacity: 1; 
  }
  33.33% {
    opacity: 1; 
  }
  38.33% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
/* ===================================================
   【修正・追加】タブレット・スマホ向けのレスポンシブ対応
=================================================== */

/* タブレットサイズ（1024px以下）の時の調整 */
@media screen and (max-width: 1024px) {
  .slider-box {
    /* 固定値をやめ、画面幅（vw）に応じた高さにするか、少し低くします */
    height: 50vw; /* 例: 画面横幅の50%の高さ（画像の比率が2:1の場合） */
    min-height: 400px; /* 小さくなりすぎないための最低保証の高さ */
  }

  .slide-img img {
    /* 画像を絶対に見切れさせたくない場合、containに変更 */
    /* ※黒背景があるので、左右または上下に黒帯が出ることがあります */
    object-fit: contain; 
  }
}

/* スマホサイズ（767px以下）の時の調整 */
@media screen and (max-width: 767px) {
  .slider-box {
    height: 60vw; /* スマホ用により縦横比を調整 */
    min-height: 300px;
  }
}
.toggle + * {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
.toggle.active + * {
    max-height: 1000px;
}

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

.bgtype{
	border-radius:20px;
/*    background: #a19088;*/
	background: rgb(161,144,136);
    background: linear-gradient(90deg, rgba(207,178,170,1) 0%, rgba(161,144,136,1) 100%);
	display: flex;
	flex-wrap: wrap;
}
.typein{
	padding: 1em;
	width : calc(100% / 3) ;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.bbr{border-bottom: solid 1px #fff;}
	.typein{
		padding: 1em;
		width : 100%;
	}
}

.bgtype2{
	border-radius:20px;
	background: rgb(141,195,32);
    background: linear-gradient(90deg, rgba(141,195,32,1) 0%, rgba(1,176,235,1) 100%);
	display: flex;
	flex-wrap: wrap;
}
.typein2{
	padding: 1em;
	width : calc(100% / 2) ;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.bbr2{border-bottom: solid 1px #fff;}
	.typein2{
		padding: 1em;
		width : 100%;
	}
}

.title {
	width: 100%;
	height: 260px;
	margin-top:80px;
	position: relative;
	right: 0;
	outline : 1px solid rgba(255,255,255,0.37);
	outline-offset : -1em;
}
@media screen and (max-width:768px){
	.title {
		margin-top:66px;
		height: 180px;
		outline : 1px solid rgba(255,255,255,0.37);
		outline-offset : -1em;
	}
}
.titlein{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:768px){
	.titlein{
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}

.titletxt{
    position: relative;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	text-align: center;
}
.titletxt::before {
    content: attr(data-en);
    position: absolute;
    top: -1.5em !important;
    left: 50%!important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    color: rgba(255,255,255,0.45);
    font-size: 30px !important;
    z-index: 1 !important ;
    font-weight: 400 !important;
}

@media screen and (max-width:768px){
	.titletxt{
		font-size: 2em;
	}
}

.titlebg{
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: auto;
	background-blend-mode: multiply;
	background: rgba(38,33,24,0.84);
}
@media screen and (max-width:768px){
	.titlebg{
		background-position: center!important;
		background-size: cover;
	}
}

.luxury-en {
  width: 100%;
  z-index: -1;
  position: relative;
  overflow: hidden;
}

.luxury-en::before, .luxury-en::after {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(163, 143, 134, 0.25); 
}

.luxury-en::before {
  z-index: -1;
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
}

.luxury-en::after {
  z-index: -1;
  width: 500px;
  height: 500px;
  bottom: -10%;
  right: 10%;
  border-color: rgba(210, 174, 166, 0.4); 
}

.luxury-en2 {
  width: 100%;
  z-index: -1;
  position: relative;
  overflow: hidden;
}

.luxury-en2::before, .luxury-en2::after {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(210, 174, 166, 0.4); 
}

.luxury-en2::before {
  z-index: -1;
  width: 500px;
  height: 500px;
  top: 10%;
  left: 5%;
}

.luxury-en2::after {
  z-index: -1;
  width: 300px;
  height: 300px;
  bottom: -10%;
  right: 10%;
  border: 1px solid rgba(163, 143, 134, 0.25); 
}

.premium-bg-main {
  position: relative;
  width: 100%;
  padding: 15px; 
  background: #a38f86; 
  color: ivory;
  overflow: hidden;
}

.premium-bg-main::before,
.premium-bg-main::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none; 
}

.premium-bg-main::before {
  top: 0;
  bottom: 0;
  left: 8%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(230, 201, 153, 0) 0%, rgba(230, 201, 153, 0.5) 50%, rgba(230, 201, 153, 0) 100%);
}

.premium-bg-main::after {
  width: 400px;
  height: 400px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(230, 201, 153, 0.35);
  background: radial-gradient(circle, rgba(255, 255, 240, 0.1) 0%, transparent 70%);
}

@media screen and (max-width: 768px) {
  .premium-bg-main::after {
    width: 250px;
    height: 250px;
    right: -50px;
  }
}

.st{
	color: #fff;
	text-align: center;
	padding: .5em .5em;
	letter-spacing: .1em;
	line-height: 1.5;
}
.stcb{background:#a38f86;}
.stcp{background:#cfb2aa;}

.twotonb {
  border-bottom: 3px solid #cdc6c3;
  position: relative;
	line-height: 1.5;
}
.twotonb::after {
  content: '';
  background-color: #a38f86;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.twotonp {
  border-bottom: 3px solid #ddd3d1;
  position: relative;
	line-height: 1.5;
}
.twotonp::after {
  content: '';
  background-color: #cfb2aa;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.st-y{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
}
.st-y::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}
.st-yb{background: #a38f86;}
.st-yp{background: #cfb2aa;}


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

.stfb {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom:0;
	color: #fff;
	background: #a38f86;
}
.stfb::before,
.stfb::after {
     position: absolute;
     top: 100%;
     left:2em;
     content: '';
     border: 14px solid transparent;
     border-top: 12px solid #a38f86;
}
.stfp {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom:0;
	color: #fff;
	background: #cfb2aa;
}
.stfp::before,
.stfp::after {
     position: absolute;
     top: 100%;
     left:2em;
     content: '';
     border: 14px solid transparent;
     border-top: 12px solid #cfb2aa;
}
.stfbc {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #a38f86;
	color:#FFFFFF;
}
.stfbc::before,
.stfbc::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #a38f86;
}
.stfpc {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #cfb2aa;
	color:#FFFFFF;
}
.stfpc::before,
.stfpc::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #cfb2aa;
}
.stw {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing:0.1em;
	padding:15px;
	background: #a38f86;
}

.stw::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto ;
}
.stwp {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing:0.1em;
	padding:15px;
	background: #cfb2aa;
}

.stwp::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto ;
}

table.com{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.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.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: #f8f8f5;
	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;
	}
}


table.standard{
	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;

}
.standard 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: #f8f8f5;
	vertical-align: middle;
}
.standard 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;
	}

	.standard td,.standard th{
		width:100%;
		display:block;
		padding:10px;
	}
}

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

@media screen and (min-width:768px){
.bg-mouth{
	background-image: url("../img/ortho/p7.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}
}

.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 #cdc6c3;
}
.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: #a38f86;
	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: #a38f86;
	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;
}
}
