
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  color: #59524E;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", serif;
}

h1{color:#666!important;}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #59524E;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Zen Kaku Gothic New", serif;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #59524E;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #59524E;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 500;
  color: #59524E;
}

em > a,
li > a {
  color: #59524E;
}

em > a:hover,
li > a:hover {
  color: #59524E;
}

small {
  color: #59524E;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #705939;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 1rem;
  color: #59524E;
  line-height: 2;
	letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 1200px) {
p {
  font-size: 0.875rem;
}
}

/* Links */
a {
  color: #705939;
  text-decoration: none;
	transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}

a:focus, a:hover {
  color: #4D392A;
  text-decoration: none;
}

a:focus {
  outline: none;
}

::selection {
  color: #fff;
  background: #A3BCC7;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #A3BCC7;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}
.imgc{display: block; margin:0 auto!important;}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.fontg1{font-family: "Zen Kaku Gothic New", serif!important;}
.fontg2{font-family: "Noto Serif JP", serif!important;}
.fontg3{font-family: "Shippori Mincho", serif!important;}
.marker{
  background: linear-gradient(transparent 70%, rgba(255,231,73,0.80) 70%);
}

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 576px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* imgchange */
.pc2 { display: block !important;
margin:0 auto;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}

.pan{
    border-bottom: dashed 1px #cccccc;
    font-size: 12px;
    color:#666;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
    padding: 5px;
}
/*==================header==================*/

header {
	position: fixed;
	display: flex;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 9999;
	font-weight: 600!important;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	justify-content:space-between;
  transition-duration: 0.2s;
}

.hbg{
	background: rgba(255,255,255,1);
  transition-duration: 0.2s;}

.restel{
	position: absolute;
	top:0;
	right: 80px;
}

.logo{
	text-align: left;
	padding-left: 10px;
  transition-duration: 500ms;
  transition-property: all;
}
.logo img{
	position: relative;
	top:0;
	left: 0;
	width: 400px;
	text-align: left;
}
@media screen and (max-width:1600px){
.logo img{
	position: relative;
	top:0;
	left: 0;
	width: 300px;
	text-align: left;
}
}
@media screen and (max-width:576px){
header {
	height: 60px;
}
.logo img{
	top: 0;
	width:290px;
}
.restel{
	right: 60px;
}
}


/*==================slide==================*/

#slider-area{
	position: relative;
    width:100%;
    height: 100%;
	overflow: hidden;
	z-index: 0;
}
#slider-area::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	z-index: 1;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

#slider-area #slider{
	position: relative;
	z-index: 0;
    width:100%;
    height:50vw;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media screen and (max-width:1200px){
#slider-area #slider{
    height:65vw;
}
}
@media screen and (max-width:991px){
#slider-area #slider{
    height:100vw;
}
}
@media screen and (max-width:576px){
#slider-area::after{
	clip-path: polygon(100% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
	}
#slider-area #slider{
	height:calc(100vh - 17.5vw);
	clip-path: polygon(100% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
}
}

.slidst{
	padding: 0.7em 0.5em calc(0.7em + 5px);
	position: relative;
	font-weight: 600;
	color:#fff;
	line-height: 1.5;
}
.slidst::after {
 	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	border-right: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
	width: calc(100% - 12px);
	height:  calc(100% - 12px);
}

.scon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 50vw;
	z-index: 2;
}

.stxt{
	position: absolute;
	bottom: 50%;
	left: 120px;
	color:#fff;
	font-family: "Noto Serif JP", serif!important;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2;
}
.stime{
	position: absolute;
	bottom: 120px;
	right: 120px;
	width: 450px;
}

.stime table{
	width: 100%;
	margin: 0 auto 10px;
	font-weight: 600;
}
.stime th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 600;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .2em;
	border-bottom: 1px solid #fff;
}
.stime td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
@media only screen and (max-width: 1800px) {
.stime{
	bottom: 60px;
	right: 60px;
}
}

@media only screen and (max-width: 1200px) {
.scon{
	height:65vw;
}
.stxt{
	bottom: 80px;
	left: 40px;
	font-size: 36px;
}
.stime{
	right: 20px;
	bottom: 80px;
}
}

@media only screen and (max-width: 991px) {
.scon{
	height:100vw;
}
.stxt{
	bottom: inherit;
	top: 80px;
	left: 20px;
	font-size: 24px;
}
.stime{
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 100%;
}
.stime th {
	padding:5px 2px;
	font-size: 14px!important;
}
.stime td {
	padding:5px 2px;
	font-size: 14px!important;
}
}
@media only screen and (max-width: 576px) {
.scon{
	height:calc(100vh - 17.5vw);
}
.stxt{
	bottom: inherit;
	top: 80px;
	left: 20px;
	font-size: 24px;
}
.stime{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
}

.topres{
	position: relative;
	z-index: 1;
}
.topres::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(160deg,rgba(14,11,9,0.80) 0%, rgba(80,68,61, 0.6) 100%),url("../img26/top/spe.png");
	background-repeat: no-repeat;
	background-size: auto,cover;
	background-position: center,top left;
	mix-blend-mode: multiply;
	z-index: -1;
}

.main{
	position: relative;
	background:url("../img26/top/mainbg.png"),linear-gradient(-90deg, rgba(93,55,13,0.00) 60%, rgba(93,55,13,0.1) 80%, rgba(93,55,13,0.1) 100%), linear-gradient(240deg,rgba(0,0,0,0.00) 12%, rgba(0,0,0, 0.05) 12%, rgba(0,0,0, 0.05) 45%, rgba(0,0,0, 0) 45%);
	background-size:35%,auto,auto;
	background-position:left -5% bottom 20%,center,center;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}

.rescalen{
	height: 180px;
	overflow: hidden;
}
@media only screen and (max-width: 576px) {
.rescalen{
	height: 210px;
}
}

@media only screen and (max-width: 576px) {
.gree{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.main{
	position: relative;
	background:url("../img26/top/mainbg.png"),linear-gradient(-90deg, rgba(93,55,13,0.00) 60%, rgba(93,55,13,0.1) 100%, rgba(93,55,13,0.1) 100%), linear-gradient(240deg,rgba(0,0,0,0.00) 12%, rgba(0,0,0, 0.05) 12%, rgba(0,0,0, 0.05) 45%, rgba(0,0,0, 0) 45%);
	background-size:80%,auto,auto;
	background-position:left -80% bottom,center,center;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
}

.docname{
	position: absolute;
	bottom: 0;
	right: 40px;
	width: calc(100% - 80px);
	z-index: 1;
}
@media only screen and (max-width:991px) {
.docname{
	right: 0;
	width: calc(100% - 200px);
	z-index: 1;
}	
}	
@media only screen and (max-width:576px) {
.docname{
	width: calc(100% - 20px);
}	
}

.probg2{
  background-color: #50443D;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 1px, transparent 1px, transparent 61px), repeating-linear-gradient(-45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 1px, transparent 1px, transparent 61px);
	overflow: hidden;
}
.probg{
	position: relative;
	background: url("../img26/top/probg.png");
	background-size: 60%;
	background-position:bottom left -30%;
	background-repeat: no-repeat;
}

.probtn{
	position: relative;
	display: inline-block;
	z-index: 1;
}
.probtn::before{
	content: "";
	position: absolute;
	pointer-events: none;
	width: 200vw;
	height:2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: -1;
}

@media screen and (max-width:1400px){
.probg{
	background-size: 70%;
}
}
@media screen and (max-width:991px){
.probg{
	background-size: 800px;
	background-position:bottom center;
}
}
@media screen and (max-width:576px){
.probg{
	background-size: 650px;
	background-position:bottom center;
}
}


.polibg{
	position: relative;
	background: url("../img26/top/polibg.png");
	background-size: 60%;
	background-position:bottom right;
	background-repeat: no-repeat;
}

.polibtn{
	position: relative;
	background-color: #353e4e;
}
.polibtn::before,.polibtn::after{
	content: "";
	position: absolute;
	background-color: #a48521;
}
.polibtn::before{
	margin: auto;
	bottom: 10px;
	right: -30px;
	width: 120px;
	height: 1px;
}
.polibtn::after{
	margin: auto;
	bottom: 10px;
	right: -30px;
	width: 20px;
	height: 1px;
	transform-origin:bottom right;
	transform: rotate(30deg);
}

@media screen and (max-width:1400px){
.polibg{
	background-size: 60%;
	background-position:bottom right -20%;
}
}
@media screen and (max-width:991px){
.polibg{
	background-size: 90%;
	background-position:bottom right -120px;
}
}
@media screen and (max-width:576px){
.polibg{
	background-size: 140%;
	background-position:bottom left 60%;
}
}




.serv{
	position: relative;
	background-color: #D8D0C9;
}

.servt{
	position: relative;
}

.servi{
	position: relative;
	margin:5px;
	width: calc((100% / 6) - 10px);
	padding: 10px 10px 17px;
	z-index: 1;
	background: linear-gradient(135deg,rgba(80, 68, 61, 0.8) 0%, rgba(80, 68, 61, 0.8) 80%, rgba(68,56,49,0.80) 80%, rgba(68,56,49, 0.8) 100%);
}
.servi::before{
	content: "";
	position: absolute;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border-right: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	right: 7px;
	bottom: 7px;
	z-index: 1;
}
.servi::after{
	content: '';
	position: absolute;
	bottom: 7px;
	right: 7px;
	border: none;
	border-top: solid 10px transparent;
	border-right: solid 10px rgba(255,255,255,0.6);
}
.servi p{
	color:rgba(255,255,255,1.00) ;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}

.servb{
	position: relative;
	margin:0 10px;
	border: 1px solid #fff;
	z-index: 1;
	background-color: rgba(164,133,33,0.8);
	color: #fff;
	letter-spacing: 0.1em;
}
.servb::before{
	content: "";
	position: absolute;
	width: calc(100% + 7px);
	height: calc(100% + 7px);
	border-right: 1px solid rgba(164,133,33,0.80);
	border-bottom: 1px solid rgba(164,133,33,0.80);
	right: -7px;
	bottom: -7px;
	z-index: 1;
}
.servb:hover{
	color: #fff;}

@media only screen and (max-width:1200px) {
.servi{
	position: relative;
	width: calc((100% / 4) - 10px);
	padding: 10px 10px 17px;
	z-index: 1;
}
}

@media only screen and (max-width:567px) {
.servi{
	width: calc((100% / 2) - 10px);
}
.servi p{font-size: 14px;}
.servi img{margin: 5px 0;}
}


.reason{
	position: relative;
	background-image: url("../img26/top/reasontbg.png"),url("../img26/top/spebg.png");
	background-repeat: no-repeat;
	background-position: top center,bottom left -5%;
	background-attachment: scroll,inherit;
	background-size: auto,30%;
	overflow: hidden;
}
.reason::after,.reason::before{
	content: "";
	position: absolute;
	width: 200vw;
	height: 2px;
}
.reason::after{
	bottom:1300px;
	left: 0;
	background-color: rgba(131,86,35,0.20);
      transform-origin:bottom left;
      transform: rotate(50deg);
}
.reason::before{
	bottom:800px;
	left: 0;
	background-color: rgba(179,158,49,0.20);
      transform-origin:bottom left;
      transform: rotate(-25deg);
}

.reasont{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.reasont::before{
	content: "";
	position:absolute;
	right: 0;
	top:0;
	width: 100vw;
	height: 100%;
	background-color: #623C15;
	z-index: -1;
}
@media only screen and (max-width:1200px) {
.reason{
	position: relative;
	background-image: url("../img26/top/reasontbg.png"),url("../img26/top/spebg.png");
	background-repeat: no-repeat;
	background-position: top center,bottom left;
	background-attachment: scroll,inherit;
	background-size: 150%,50%;
	overflow: hidden;
}
}
@media only screen and (max-width:567px) {
.reason{
	position: relative;
	background-image: url("../img26/top/reasontbg.png"),url("../img26/top/spebg.png");
	background-repeat: no-repeat;
	background-position: top center,bottom 28% right -80%;
	background-attachment: scroll,inherit;
	background-size: 150%,95%;
	overflow: hidden;
}
.reason::after{
	bottom:56%;
	left: 0;
	background-color: rgba(131,86,35,0.20);
      transform-origin:bottom left;
      transform: rotate(-10deg);
}
.reason::before{
	bottom:2000px;
	left: 0;
	background-color: rgba(179,158,49,0.20);
      transform-origin:bottom left;
      transform: rotate(-70deg);
}
.reasont::before{
	width: 100%;
	height: 6000px;
	background-color: #623C15;
}
}

.eq1{
	background:linear-gradient(0deg,rgba(188,179,175, 0) 0, rgba(188,179,175,1.00) 0, rgba(188,179,175, 1) 100%, rgba(188,179,175, 0) 100%);
	background-repeat: no-repeat;
	background-size:auto;
	background-size:40% 100%;
	background-position: bottom right;
}
@media only screen and (max-width:567px) {
.eq1{
	background:linear-gradient(360deg,rgba(188,179,175, 1) 0%,rgba(188,179,175, 1) calc(100% - 700px),rgba(188,179,175, 0) calc(100% - 700px),rgba(188,179,175, 0) 100%);
	background-repeat: no-repeat;
	background-size:70% 100%;
	background-position: bottom right;
	z-index: 2;
}
}

.eqt{
	position: relative;
	display: inline-block;
	color:#fff;
	padding:0.5em 0.5em 0.5em 0; 
	z-index: 1;
}
.eqt::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #a48521;
	z-index: -1;
}

.eqb{
	position: relative;
	border: 1px solid #85704F;
	text-align: right;
	padding: 10px 140px 10px 20px;
	background-color: #fff;
	font-weight: 500;
}
.eqb::before,.eqb::after{
	content: "";
	position: absolute;
	background-color: #85704F;
}
.eqb::before{
	margin: auto;
	top: 50%;
	right: 20px;
	width: 100px;
	height: 1px;
}
.eqb::after{
	margin: auto;
	top: calc(50% - 5px);
	right: 20px;
	width: 20px;
	height: 1px;
	transform: rotate(30deg);
}

.eqspe{
	position: relative;
	padding: 20px;
	z-index: 1;
}

.eqspe::after,.eqspe::before{
	content: "";
	position: absolute;
}
.eqspe::after{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(160deg,rgba(14,11,9,0.60) 0%, rgba(80,68,61, 0.4) 100%),url("../img26/top/spe.png");
	background-repeat: no-repeat;
	background-size: auto,cover;
	background-position: center,top left;
	mix-blend-mode: multiply;
}
.eqspe::before{
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid #fff 1px;
	z-index: 2;
}

.eqspew{
	position: relative;
	z-index: 1;
}
.eqspew::after,.eqspew::before{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 1px;
	z-index: 9;
}
.eqspew::before{
	bottom: 20px;
	right: 20px;
	width: 50%;
}
.eqspew::after{
	bottom: 20px;
	right: 20px;
	width: 30px;
	transform-origin:bottom right;
	transform: rotate(30deg);
}

.casebg{
	background-color: #DFD5C3;
	background-size: auto;
	background-position: bottom;
	background-repeat: repeat-x;
}


.caset{
	position: relative;
	border-left: 4px solid #a48521;
	padding: 0 0 0 0.5em;
	z-index: 1;
}
.caset span{
	position: absolute;
	left: 0.2em;
	bottom:0.05em;
	font-size: 2em;
	z-index: -1;
	color: rgba(255,255,255,0.3);
	text-shadow: none;
}

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	line-height: 1.5;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 10px;
	font-weight: 500;
	background-color: #252525;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.cp_actab2 .cp_actab2-content {
	margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	background: #E6E6E6;
}
.cp_actab2 .cp_actab2-content p {
	margin: 1em;
	font-weight: 400!important;
}
.cp_actab2 input:checked ~ .cp_actab2-content {
	max-height: 150em;
}


a.caseb{
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 1.5em 0;
	letter-spacing: 0.05em;
	background-color: #50443D;
}
a.caseb::after{
	content: "";
	position: absolute;
	top:10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-top:1px solid rgba(255,255,255,0.7);
	border-bottom:1px solid rgba(255,255,255,0.7);
	pointer-events: none;
}
a.caseb:hover{
	color:#fff;
}

.facibg{
	position: relative;
	background:linear-gradient(125deg,rgba(80,68,61,0) 32%, rgba(80,68,61,0.05) 32%, rgba(80,68,61,0.05) 55%, rgba(80,68,61,0) 55%);
	background-size:auto;
	background-position:top right;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}

.facit1,.facit2{
	position: relative;
	color: #fff;
	z-index: 1;
}
.facit1::before,.facit2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	z-index: -1;
}
.facit1::before{background-color: #6F5C50;}
.facit2::before{background-color: #50443D;}

.facit1::after,.facit2::after{
	content: "";
	position:absolute;
	left: 14px;
	top:0;
	height: 100%;
	width: 10px;
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
.facibg{
	position: relative;
	background:linear-gradient(125deg,rgba(80,68,61,0) 15%, rgba(80,68,61,0.05) 15%, rgba(80,68,61,0.05) 40%, rgba(80,68,61,0) 40%);
	background-size:auto;
	background-position:top right;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
}

@media only screen and (max-width: 576px) {
.facibg{
	position: relative;
	background:linear-gradient(125deg,rgba(80,68,61,0) 20%, rgba(80,68,61,0.05) 20%, rgba(80,68,61,0.05) 40%, rgba(80,68,61,0) 40%);
	background-size:auto;
	background-position:top right;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
.facit1::after,.facit2::after{
	content: "";
	position:absolute;
	left: 4px;
	top:0;
	height: 100%;
	width: 8px;
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
	z-index: 1;
}
}

.faciimg{
	position: absolute;
	top:0;
	right: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 2;
}

.eqbg{
	background:url("../img26/top/servbg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 40%;
}
@media only screen and (max-width: 576px) {
.eqbg{
	background-size: auto 55%;
}
}

.eqst{
	position: relative;
	z-index: 1;
}
.eqst::before,.eqst::after{
	content: "";
	position: absolute;
	border: solid 1px rgba(164,133,33,0.5);
	border-radius: 50%;
	z-index: 1;
}
.eqst::before{
	bottom: -30px;
	left: -30px;
	width: 150px;
	height: 150px;
}
.eqst::after{
	bottom: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
}

.fres{
	background-image: url("../img26/top/contbg.jpg");
	background-size: cover;
	background-position: center;
}

.fresin{
	display: block;
	position: relative;
	border: solid 14px #E3D574;
	text-align: center;
	z-index: 1;
	color: #fff;
	background-color: rgba(182,158,52,0.80);
}
.fresin::before{
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	border: solid 1px #FFFFFF;
	z-index: -1;
}
.fresin::after{
  position: absolute;
  content: '';
  bottom: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 12px transparent;
  border-bottom: solid 12px #fff;
}
.fresin:hover{
	border: solid 14px rgba(202,192,127,0.5);
	color: rgba(255,255,255,0.8);
}
@media only screen and (max-width:576px){
.fresin{
	border: solid 12px #E3D574;
	text-align: center;
}
.fresin::before{
	top: -6px;
	left: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
}
}


.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #604c3f;
	letter-spacing: .2em;
	border-bottom: 1px solid #D0C9B6;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #D0C9B6;
	color: #604c3f;
	font-weight: 500;
}
@media only screen and (max-width: 991px) {
	.time th {
		padding:10px 2px;
		font-size: 16px;
		letter-spacing: 0.2;
	}
	.time td {
		padding:10px 2px;
		font-size: 16px;
	}
}

.branch{
	position: relative;
	background-color: #959399;
	background-image: url("../img26/top/brabg.jpg");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center right;
	z-index: 1;
}
/*.branch::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72,190,210,0.5);
}*/

.brancht{
	position: relative;
	padding: 20px 0;
}
.brancht::after,.brancht::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
}
.brancht::after{
	top: 5px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	height: calc(100% - 10px);
}
.brancht::before{
	top: 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	height: calc(100% - 20px);
}

@media only screen and (max-width:1600px){
.branch{
	background-size: auto 100%;
}
}
@media only screen and (max-width:576px){
.branch{
	background-color: #9d9798;
	background-image: url("../img26/top/brabgs.jpg");
	background-size: 100% auto;
	background-position: center bottom;
}
}

.fmenu{
	margin:0;
	padding:0;
	display: none;
	}

@media only screen and (max-width:576px){
footer {
padding: 0 0 18%;
}
.fmenu {
	display: inline;
	margin:0;
	position: fixed;
    bottom:0;
	padding:0;
	z-index: 99999;
	transition: 1s;
}
.footb1{
	width:32.5%;
}
.footb2{
	width:17.5%;
}
}

.back-top{
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 9999;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.back-top a{
	width: 80px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:1200px){
.back-top a{
	width: 60px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
}

@media screen and (max-width:576px){
	.back-top{
		display: none;
	}
}


/*  title
------------------------------ */

.title {
	width: 100%;
	height: 300px;
	margin-top:80px;
	position: relative;
	z-index: 0;
	background-position: right!important;
	background-repeat: no-repeat;
	background-size:cover;
    background-color: rgba(80,68,61,0.6);
}
@media screen and (max-width:1024px){
.title {
	margin-top:60px;
	height: 200px;
}
}

.subtitle{
	position: relative;
	background: url("../img26/sub/tlogo.png") no-repeat left center/ contain;
	z-index: 999;
	width: 30%;
	height: 100%;
}

/*
.subtitle{
	position: relative;
	background: url("../img26/sub/tlogo.png") no-repeat center center/ contain , rgba(80,68,61,0.6);
	z-index: 999;
	width: 30%;
	height: 100%;
}
*/
@media screen and (max-width: 480px) {
.subtitle{	width: 55%;} 
}


.titlein{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; 
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	}
.titlein h2 {
	color:#fff;
	text-align:center ;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: .05em;
	font-family: "Times New Roman", Times, "serif";
    margin-bottom: 5px;
}

	
@media screen and (max-width: 768px) {
.titlein{
	font-size: 14px;
	}
.titlein h2 {
	font-size: 26px;
}
}

.st {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	font-family: 'Kiwi Maru', serif;
}
.st span {
	position: relative;
	z-index: 2;
}

.st::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 1px;
	height: 40px;
	background-color: #bcb3af;
}

.st2{
  	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
    background: #bcb3af;
}

.st2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}

.st3 {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing:0.1em;
	padding:15px;
	background: #4b4b4b;
}

.st3::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 ;
}

.st4,.st4-2,.st4-3{
	padding: 10px;
	letter-spacing: 0.05em;
}
.st4 {border-left: 4px solid #4b4b4b;}
.st4-2 {border-left: 4px solid #50443D;}
.st4-3 {border-left: 4px solid #bcb3af;}

/*  stf
------------------------------ */
.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 1em;
	width: 100%;
}
.stf::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stfc1{background-color: #bcb3af;}
.stfc1::before{border-color:  #bcb3af transparent transparent transparent;}
.stfc2{background-color: #50443D;}
.stfc2::before{border-color:  #50443D transparent transparent transparent;}
.stfc3{background-color: #ACB3B8;}
.stfc3::before{border-color:  #ACB3B8 transparent transparent transparent;}
.stfc4{background-color: #4b4b4b;}
.stfc4::before{border-color:  #4b4b4b transparent transparent transparent;}


.stfl {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom:0;
	color: #72604d;
	background: #e7e4df;
	font-weight: bold;
	font-family: 'Shippori Mincho', serif!important;
}
.stfl::before,
.stfl::after {
     position: absolute;
     top: 100%;
     left:2em;
     content: '';
     border: 14px solid transparent;
     border-top: 12px solid #e7e4df;
}
.stfc5{background-color: #e7e4df;}
.stfc5::before{border-color:  #e7e4df transparent transparent transparent;}


.textbox {
	background-color: #fff;
	padding: 10px 15px;
}
.textbox2 {
	background-color: #fff;
	padding: 15px 20px;
}

.bgbox {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 50px 40px 40px;
	margin-top: -40px;
}

@media screen and (max-width: 768px) {
.bgbox {
	padding: 30px 15px 15px;
	margin-top: -30px;
}
}

.kind{

	background: #f0ece9 ;
	position: relative;
}
.kind::before{
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 2px rgba(188,179,175,0.5);
	top: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
}



/*  FLOW
------------------------------ */

.List-Item-Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	z-index: 1;
}

.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
	position: absolute;
	top: 50.5%!important;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 100%;
	background: #bcb3af;
	z-index: -1;
}

@media screen and (max-width: 540px) {
.List-Item-Content { flex-wrap: wrap; }
}

.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 0px;
	width: 70px;
	height: 70px;
	line-height: 64px;
	text-align: center;
	background: #bcb3af;
	color: #fff;
	font-size: 36px;
}
@media screen and (max-width: 480px) {
.List-Item-Content-Number {
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 28px;
}
}


/*  以下CSS使っているか要確認
------------------------------ */












.st5 {
	padding: .3em 0;
  border-bottom: 3px solid #9C7954;
  position: relative;
	line-height: 1.5;
	font-weight:500;
}
.st5::after {
  content: '';
  background-color: #623C15;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}


.fcw{background-color: #fff;}
.fcw::after {border-top: 12px solid #fff;}
.fc1{background-color: #623C15;color: #fff;}
.fc1::after {border-top: 12px solid #623C15;}
.fc2{background-color: #C0AC2B;color: #fff;}
.fc2::after {border-top: 12px solid #C0AC2B;}

.btn1{
	position: relative;
	background-color: #C2A856;
}
.btn1::before,.btn1::after{
	content: "";
	position: absolute;
	background-color: #977D28;
}
.btn1::before{
	margin: auto;
	bottom: 10px;
	right: -30px;
	width: 120px;
	height: 1px;
}
.btn1::after{
	margin: auto;
	bottom: 10px;
	right: -30px;
	width: 20px;
	height: 1px;
	transform-origin:bottom right;
	transform: rotate(30deg);
}

.sttip{
	position: relative;
	margin: -2.1em 0.5em 0.5em;
}
.sttip span{
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 2px solid #694928;
	padding: 10px 20px 15px;
	line-height: 1.5;
}
.sttip span::before {
  position: absolute;
  content: '';
  top: -2px;
  left: -12px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #694928;
}
@media only screen and (max-width: 576px) {
.sttip{
	margin: 0 0 0.8em -1.7em;
}
.sttip span{
	background-color: #fff;
	border: 2px solid #694928;
	padding: 0.8em 0.8em 0.8em 1.2em;
}
.sttip span::before {
  position: absolute;
  content: '';
  top: 100%;
  left: -0.1em;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #694928;
}
}

.com{
	margin:0;
	width:100%;
    border-collapse:separate;
	border-spacing:4px;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com th,.com td{
	font-weight: 500;
    padding:10px;
}
.com th{
	text-align: center;
}

table.comno{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.comno th,.comno td{
	font-weight: 500;
    padding:5px;
}

table.comd{
	margin:0;
	width:100%;
    border-collapse:separate;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.comd th,.comd td{
	font-weight: 500;
	font-size: 14px;
	padding:5px 0; 
}

.com2{
	font-size: 0.9375rem;
	margin:0;
	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 Kaku Gothic New', sans-serif!important;
}
.com2 th,.com2 td{
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.com2no{
	font-size: 0.9375rem;
	margin:0;
	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 Kaku Gothic New', sans-serif!important;
}
.com2no th,.com2no td{
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

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

/*==================診療案内ページ==================*/


.listt{
	position: relative;
	background-color: #a48521;
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
}
.listt::after{
	content: "";
	position: absolute;
	top:-5px;
	left: 0;
	width: 100%;
	height: calc(100% + 10px);
	pointer-events: none;
	border-bottom: 1px solid #a48521;
	border-top: 1px solid #a48521;
}

.listb{
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg,rgba(80, 68, 61, 1) 0%, rgba(80, 68, 61, 1) 75%, rgba(48, 32, 22, 1) 75%);
	margin: 10px 0 0;
	padding: 0.7em 3em 0.8em 1em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.listb::after,.listb::before{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 1px;
	z-index: 9;
}
.listb::before{
	bottom: 10px;
	right: 10px;
	width: calc(100% - 1.5em);
}
.listb::after{
	bottom: 10px;
	right: 10px;
	width: 20px;
	transform-origin:bottom right;
	transform: rotate(30deg);
}

/*==================矯正／インプラント実績・方針ページ==================*/
.pidocbg{
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%),url("../img26/poli_i/docbg.png"),#50443D;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size:auto,800px,auto;
}

.pidocimg{
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
}
@media only screen and (max-width: 991px) {
.pidocbg{
	background:linear-gradient(180deg,rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%), url("../img26/poli_i/docbgsp.png"),#50443D;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size:auto,100%,auto;
}
.pidocimg{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
}
}

.pipointbg{
	position: relative;
	background-image:linear-gradient(180deg,rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%),linear-gradient(-25deg,rgba(238,238,238,0.00) 90%, rgba(238,238,238, 0.4) 90%, rgba(238,238,238, 0.4) 100%), linear-gradient(25deg,rgba(238,238,238, 0) 90%, rgba(238,238,238, 0.4) 90%, rgba(238,238,238, 0.4) 100%),url("../img26/poli_i/casebg.png");
	background-position: top,top,top, center;
	background-repeat: no-repeat,no-repeat,no-repeat,repeat-y;
	background-size: auto,auto,auto, 400px;
	z-index: 2;
}
@media only screen and (max-width: 576px) {
.pipointbg{
	background-image:linear-gradient(180deg,rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%),linear-gradient(-25deg,rgba(238,238,238,0.00) 97%, rgba(238,238,238, 0.4) 97%, rgba(238,238,238, 0.4) 100%), linear-gradient(25deg,rgba(238,238,238, 0) 97%, rgba(238,238,238, 0.4) 97%, rgba(238,238,238, 0.4) 100%),url("../img26/poli_i/casebg.png");
	background-position: top,top,top, center;
	background-repeat: no-repeat,no-repeat,no-repeat,repeat-y;
	background-size: auto,auto,auto, 300px;
}
}


.fambg {
	position: relative;
	background: #E8DFD8;
	z-index: 2;
}

.fam{position: relative;}
.fam::before{
	content: "COMMITMENT";
	position: absolute;
	top:-160px;
	left: -20px;
	width: 100%;
	text-align: left;
	color:rgba(106,84,71,0.1);
	font-size: 150px;
	font-weight: 100;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.05em;
}

.famt{
	position: relative;
	padding: 20px 0 40px;
	color: #fff;
	letter-spacing: 0.05em;
	z-index:1;
}
.famt::before{
	content: "";
	position: absolute;
	top:0;
	left: -100vw;
	width: 200vw;
	height: 100%;
	background-color: #50443D;
	z-index: -1;
}
.famt::after{
	content: "";
	position: absolute;
	top:0;
	left: -20px;
	width: 2px;
	height: calc(100% - 40px);
	background-color:#fff;
}
.famt span{
	position: absolute;
	bottom: 0.5em;
	left: 0;
	color: rgba(255,255,255,0.1);
	z-index:-1;
	font-size: 4em;
	line-height: 0;
}

.famimg{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
}

@media only screen and (max-width: 991px) {
.fam::before{
	top:-140px;
	font-size: 160px;
}
}

@media only screen and (max-width: 1200px) {
.fam::before{
	top:-120px;
	left: 20px;
	width: 100%;
	font-size: 120px;
}
}

@media only screen and (max-width: 991px) {
.fam::before{
	top:-80px;
	width: 100%;
	font-size: 80px;
}
}
@media only screen and (max-width: 576px) {
.fam::before{
	top:-80px;
	left: 0;
	text-align: center;
	font-size: 48px;
}
.famt{
	padding: 60px 0 20px;
}
.famt::before{
	top:0;
}
.famt::after{
	left: -16px;
	height: 80%;
}
}

.pihosyobg{
	background: linear-gradient(113deg,rgba(12, 21, 33, 1) 0%, rgba(12, 21, 33, 1) 20%, rgba(53, 62, 78, 1) 20%, rgba(53, 62, 78, 1) 80%, rgba(12, 21, 33, 1) 80%);
}

.pihosyo{
	position: relative;
}
.pihosyo::after,.pihosyo::before{
	content: "";
	position: absolute;
	top:0;
	height: 100%;
	width: 40px;
	border-top: 4px double #fff;
	border-bottom: 4px double #fff;
}
.pihosyo::after{
	left: 0;
	border-left: 4px double #fff;
}
.pihosyo::before{
	right: 0;
	border-right: 4px double #fff;
}


