html,body{
  font-family: 'Manrope','游ゴシック Medium', YuGothic, YuGothicM,'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222222;
  line-height: 1.8;
  letter-spacing: 0em;
}
a{
  color: #222222;
  transition: opacity 0.3s, color 0.3s, background 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }




.kari{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.kari img{
  width: 150rem;
  max-width: unset;
}
@media (min-width: 769px) and (max-width: 1340px){
.kari img{
  width: 111.94vw;
}
}
@media (min-width: 1500px){
.kari img{
  width: 100%;
}
}


.anchor{
  padding-top: 14rem;
  margin-top: -14rem;
}

body{ padding-top: 10rem; }
body.home{ padding-top: 0; }

.nav{
  width: 100%;
  height: 10rem;
  color: #222222;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home .nav{
  background: none;
}
.nav a{ color: #222222; }
.nav ul.nav-li li a:hover{
  opacity: 1;
  color: #CAAB68;
}
.nav a.logo{
  display: block;
  width: 16rem;
  margin: 0 auto 0 2rem;
  transform: translateY(0%);
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 2rem;
  font-size: 1.6rem;
}
.nav ul.nav-li li + li{
  margin-left: 2.5rem;
}
.nav ul.nav-li li.nav-tel{
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 2.5rem;
  border-left: 1px solid;
}
.nav ul.nav-li li.nav-tel small{
  display: block;
  font-size: 55%;
}
.nav a.nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222222;
  color: #fff;
  font-weight: 700;
  width: 16rem;
  height: 5rem;
  font-size: 1.6rem;
  border-radius: 2.5rem;
  margin-right: 3rem;
  margin-left: 1rem;
}


@media (min-width: 769px) and (max-width: 1380px){

body{ padding-top: 8.08vw; }
.nav{
  height: 8.08vw;
}
.nav ul.nav-li{
  margin-right: 1.45vw;
  font-size: 1.16vw;
}
.nav ul.nav-li li + li{
  margin-left: 1.81vw;
}
.nav ul.nav-li li.nav-tel{
  font-size: 1.45vw;
  padding-left: 1.81vw;
}
.nav a.nav-btn{
  font-size: 1.16vw;
  width: 11.59vw;
  height: 3.62vw;
  margin-right: 1.45vw;
}

}
}


/* nav付加クラス　*/
.nav.transform{
  position: fixed;
  animation: nav-anime 0.3s;
}
.home .nav.transform{
  background: #ffffff;
}
@keyframes nav-anime {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}


ul.pankuzu{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #fff;
}
ul.pankuzu li{
  display: block;
}
ul.pankuzu li + li::before{
  content: "/";
  margin: 0 0.7em;
}
ul.pankuzu li a{ color: #fff; }


.common-header{
  background-color: #222222;
  color: #fff;
}
.common-header .content{
  display: flex;
  flex-direction: column;
  height: 34rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.common-header h1{
  font-size: 4.8rem;
  letter-spacing: 0em;
  margin: auto 0;
}
.about .common-header{
  background: url(../images/about/header-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}
.service .common-header{
  background: url(../images/service/header-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}
.post-type-archive-column .common-header{
  background: url(../images/column/header-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}
.fee .common-header{
  background: url(../images/fee/header-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}
.company .common-header{
  background: url(../images/company/header-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}


.pankuzu-wrap{
  background: #CAAB68;
  padding: 2rem 0;
}


section{
  position: relative;
}
.content{
  position: relative;
  z-index: 1;
}


.common-sec{
  padding: 7rem 0 12rem;
}
.bg-bl{
  background: #222222;
  color: #fff;
}
.bg-or{
  background: #222222;
  color: #fff;
}
.bg-bl a,
.bg-or a{ color: #fff; }
.bg-gr{
  background: #f1f1f1;
}


.h-1-en{
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #CAAB68;
  margin-bottom: 0.5em;
}
.h-1-en.wh{
  color: #fff;
}
.h-1{
  font-size: 5rem;
  letter-spacing: 0em;
  margin-bottom: 5rem;
}


.bg-txt{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  font-size: 31.2rem;
  color: #f1f1f1;
  line-height: 0.9;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-txt.wh{
  color: #fff;
  opacity: 0.1;
}


.cat-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cat-wrap .cat{
  display: block;
  padding: 0 0.7em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #CAAB68;
  line-height: 2.6rem;
  border-radius: 1.4rem;
  border: 1px solid #CAAB68;
}
.cat-wrap a.cat:hover,
.cat-wrap a.cat.active{
  opacity: 1;
  background: #CAAB68;
  color: #fff;
}
.cat-wrap a.cat.active{
  pointer-events: none;
}


ul.sns{
  display: flex;
  align-items: center;
}
ul.sns li{
  display: block;
  width: 2.4rem;
}
ul.sns li + li{
  margin-left: 2.4rem;
}


.zoom{
  display: block;
  overflow: hidden;
  will-change: transform;
  transition: 0.3s;
}
.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.1,1.1,1.1);
}


.cta{
  background: url(../images/common/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #222222;
  text-align: center;
  overflow: hidden;
  font-size: 1.6rem;
  padding: 5rem 0;
  position: relative;
}
.cta a{ color: #222222; }
.cta::before,
.cta::after{
  line-height: 0.65;
  opacity: 0.05;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.cta::before{
  content: 'RESERVATION';
  font-size: 25rem;
  letter-spacing:0.05em;
  top: 0;
}
.cta::after{
  content: 'DR.FORCE CLINIC NAGOYA';
  font-size: 17.2rem;
  bottom: 0;
}
.cta .content{
  position: relative;
  z-index: 1;
}
.cta ul.ul-1{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.cta ul.ul-1 li{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.2rem;
  border-radius: 3rem;
  border: 2px solid;
  padding: 0 1em;
}
.cta ul.ul-1 li + li{
  margin-left: 0.5em;
}
.cta .h2-top{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  position: relative;
}
.cta .h2-top::before{
  content: "";
  display: block;
  width: 100%;
  height: 0.9rem;
  background: url(../images/cta-speech.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.cta h2{
  font-size: 3rem;
}
.cta a.cta-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222222;
  color: #fff;
  font-weight: 900;
  font-size: 3.2rem;
  width: 60rem;
  height: 8rem;
  border-radius: 4rem;
  margin: 3rem auto;
}
.cta a.cta-btn span{
  display: block;
  padding: 0 1.2em;
  line-height: 1.8em;
  border-radius: 1em;
  border: 1px solid;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 0.5em;
}
.cta .cta-tel{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
}
.cta .cta-tel small{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.cta .hours{
  display: grid;
  grid-template-columns: 12.3rem 1fr;
  width: 45rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1rem auto 0;
}
.cta .hours h3{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.2);
}
.cta .hours p{
  display: block;
  padding: 0.8em 1.2em;
  text-align: left;
  background: rgba(255,255,255,0.1);
}


footer{
  font-size: 1.4rem;
  background-color: #EBEBEB;
  color: #15161a;
  padding: 5rem 0;
}
footer a{ color: #15161a; }
footer .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer img.logo{
  width: 14rem;
}
footer .right{
  text-align: right;
}
footer ul.footer-nav{
  display: flex;
  justify-content: flex-end;
}
footer ul.footer-nav li{
  display: block;
}
footer ul.footer-nav li + li{
  margin-left: 1.1em;
}
footer .copy{
  font-size: 1.2rem;
  opacity: 0.5;
}




/* ヘッダー動き */
.t-anime-1{
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(2rem);
  transition-delay: 0.5s;
}
.t-anime-1{
  transition-property: opacity, transform;
}

.t-anime-1.load{
  opacity: 1;
  transform: translate(0);
}


/* ロード画面 */
#loading {
  display: none;
}
.home #loading {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #loading img {
  width: 20rem;
}
.home #loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
#filter{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  pointer-events: none;
  transition: backdrop-filter 1s, -webkit-backdrop-filter 1s;
}
#filter.loaded{
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: block;
  width: 5rem;
  height: 5rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.7rem; }

.content{
  width: 100%;
  max-width: 130rem;
  padding: 0 5rem;
  margin: 0 auto;
}
.content.w72{
  max-width: 82rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px){

html{ font-size: 0.833vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.5vw; }
body{
  font-size: 1.5rem;
  line-height: 1.7;
}

.content{
	width: 100%;
	padding: 0 2.5rem;
}


.kari img{
  width: 100%;
}


.anchor{
  padding-top: 8rem;
  margin-top: -8rem;
}

body{ padding-top: 6rem; }

.nav{
  height: 6rem;
}
.nav a.logo{
  width: 12rem;
  margin:1rem auto 0 1.2rem;
}
.nav a{ color: #ffffff; }


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #222222;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 2.8rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #222222;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  width: 85%;
  height: 100%;
  background: #222222;
  color: #fff;
  padding: 7rem 3rem 5rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.5;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-33deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(33deg);
  transition: bottom .15s, transform .15s .15s;
}


ul.sp-nav-li li{
  font-size: 2rem;
  line-height: 1.4;
}
ul.sp-nav-li li + li{
  margin-top: 2.5rem;
}
ul.sp-nav-li li span{
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
}
#nav-content a.nav-btn{
  width: 100%;
  font-size: 1.8rem;
  margin: 3rem auto 0;
  background: #fff;
  color: #222222;
}
#nav-content a.nav-tel{
  display: block;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 3rem;
}
#nav-content a.nav-tel small{
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5em;
}


.common-header .content{
  height: 20rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.common-header h1{
  font-size: 2.4rem;
}
.about .common-header{
  background: url(../images/about/header-bg_sp.jpg) center center no-repeat #222222;
  background-size: cover;
}
.service .common-header{
  background: url(../images/service/header-bg_sp.jpg) center center no-repeat #222222;
  background-size: cover;
}
.post-type-archive-column .common-header{
  background: url(../images/column/header-bg_sp.jpg) center center no-repeat #222222;
  background-size: cover;
}
.fee .common-header{
  background: url(../images/fee/header-bg_sp.jpg) center center no-repeat #222222;
  background-size: cover;
}
.company .common-header{
  background: url(../images/company/header-bg_sp.jpg) center center no-repeat #222222;
  background-size: cover;
}


.common-sec{
  padding: 3rem 0 5rem;
}


.h-1{
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
}
.h-1-en{
  font-size: 1.6rem;
}


.bg-txt{
  font-size: 11.6rem;
}


.cat-wrap .cat{
  font-size: 1.4rem;
}


.cta{
  font-size: 1.4rem;
}
.cta::before{
  font-size: 9.7rem;
}
.cta::after{
  font-size: 8rem;
}
.cta ul.ul-1{
  margin-bottom: 2rem;
}
.cta ul.ul-1 li{
  font-size: 1.8rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  border: 1px solid;
  margin: 0 0.4rem 1rem !important;
}
.cta .h2-top{
  font-size: 1.6rem;
}
.cta h2{
  font-size: 2rem;
}
.cta a.cta-btn{
  font-size: 2.3rem;
  letter-spacing: 0;
  width: 34rem;
  height: 7rem;
  border-radius: 3.5rem;
  margin: 3rem auto 4rem;
}
.cta a.cta-btn span{
  padding: 0 0.8em;
  font-size: 1.5rem;
}
.cta .cta-tel{
  display: block;
  font-size: 2.4rem;
}
.cta .cta-tel small{
  display: block;
  font-size: 1.4rem;
}
.cta .hours{
  grid-template-columns: 9.2rem 1fr;
  width: 100%;
  margin: 2rem auto 0;
}
.cta .hours h3{
  font-size: 1.4rem;
}


footer{
  padding: 4rem 0;
}
footer .content{
  display: block;
}
footer img.logo{
  width: 12rem;
  margin: 0 auto 4rem;
}
footer ul.footer-nav{
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 5rem;
  justify-content: center;
  row-gap: 0.2em;
}
footer ul.footer-nav li{
  font-size: 1.6rem;
  text-align: left;
}
footer ul.footer-nav li + li{
  margin: 0;
}
footer .copy{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4rem;
}


#loading img {
  width: 20rem;
}




}/*　スマホここまで */



