
/* ----------------------------------
kv
---------------------------------- */
.kv{
  position:relative;
  padding-bottom:230px;
  overflow-x: hidden;
}
.kv::after{
  width:77.7%;
  bottom:0;
  left:0;
  height:50.6vw;
  background-color: var(--bg-color);
  z-index: -2;
}
.kv_wrapper{
  display: flex;
  gap:90px;
  align-items: flex-start;
}
.kv_image1{
  width:47.2%;
}
.kv_content{
  padding-top:12rem;
}
.kv_content h1{
  font-size:5.25rem;
}
.kv_content h1 span{
  color:var(--brown-color);
}
.kv_content p{
  font-size:2.5rem;
  padding-left:2.2em;
  margin-top:1em;
}
.kv_content p::before{
  width:2em;
  height:1px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background-color: #c5c5c5;
}
.kv_content ul{
  display: flex;
  margin-top:120px;
  gap:24px;
}
.kv_deco_text,.kv_deco_image{
  position:absolute
}
.kv_deco_text{
  font-size:7.4rem;
  color:var(--main-color);
  bottom:0;
  left: 0;
  width:200%;
  font-weight:normal;
  opacity: 0.4;
  animation: pickupLoop 30s linear infinite;

}
.kv_deco_image.image2{
  right:0;
  bottom:100px;
  z-index: -1;
}
.kv_deco_image.image3{
  bottom:0;
  left:30.5vw;
}
/* ----------------------------------
index_news
---------------------------------- */
.wrapper.index_news_wrap{
  display: flex;
  gap:60px;
  padding:40px 60px;
  border:1px solid var(--mcolor-op30);
  align-items: center;
  width:1080px;
}
.index_news_wrap h2{
  font-size:3.2rem;
}
.index_news_wrap h2 span{
  display: block;
  font-size:1.6rem;
  padding-top:1rem;
  color:var(--gold-color);
}
.viewmore_btn{
  width:156px;
  height:50px;
  line-height: 50px;
  display: block;
  background-color:rgba(192,171,58,0.4);
  margin-top:25px;
  color:var(--main-font-color);
  text-align: center;
}
.viewmore_btn::after{
  width:35px;
  height:4.5px;
  background: url(../images/index/view_more_arrow.png) center center no-repeat;
  background-size: cover;
  right:-15px;
  top:50%;
  transform: translateY(-50%);
}
ul.news_list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
ul.news_list li a{
  display: flex;
  gap:30px;
  align-items: center;
}
ul.news_list li a time{
  color:var(--main-color);
  font-size:1.4rem;
}
ul.news_list li a p.news_txt{
  color:var(--main-font-color);
}
/* ----------------------------------
infomation
---------------------------------- */
.section_infomation{
  padding-top:30px;
  padding-bottom:270px;
}
.section_infomation::after{
  width:100%;
  height:55.5vw;
  background-color: var(--bg-color);
  z-index: -1;
  left:0;
  top:93px;
}
.section_infomation h2{
  color:var(--main-color);
  font-size:10rem;
}
.section_infomation h2.en span{
  display: block;
  font-size:4rem;
  color:var(--main-font-color);
  font-family: var(--f-f-mincho);
}
.info_content{
  display: flex;
  align-items: flex-start;
  gap:180px;
}
.info_subtitle{
  padding-left:2rem;
  margin-top:1em;
  font-size:3rem;
}
.info_subtitle::before{
  width:1px;
  height:100%;
  left:0;
  top:0;
  background-color: var(--main-color);
}
.info_content ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info_content ul li{
  padding-left:1em;
  font-size:2.6rem;
  display: inline;
  text-decoration: underline;
  text-decoration-color: var(--brown-color);
  text-underline-offset: 10px;
}
.info_content ul li span{
  font-size:3.2rem;
  color:var(--brown-color);
}
.info_content ul li::before{
  width:14px;
  height:14px;
  background: url(../images/index/info_check.png) center center no-repeat;
  background-size: cover;
  left:0;
  top:50%;
  transform: translateY(-50%);
}

img.info_image{
  position:absolute;
}
img.info_image.image1{
  left:0;
  top:380px;
  width:44.44444vw;
  
}
img.info_image.image2{
  right:0;
  top:0;
}
img.info_image.image3{
  right:8.89vw;
  bottom:0;
}
/* ----------------------------------
shop_info
---------------------------------- */
.shop_info{
  padding-top:60px;
  padding-bottom:60px;
  background: url(../images/index/info_bg.png) center center no-repeat;
  background-size: cover;
}
.wrapper.shop_info_wrap{
  width:1080px;
  display: flex;
  gap:40px;
  align-items: flex-start;
  justify-content: flex-start;
}
.shop_info_wrap iframe{
  width:493px;
  height:354px;
}
.shop_info_content{
  width:calc(100% - 533px);
}
.shop_info_head{
  display: flex;
  gap: 20px;
  align-items: center;
}
.shop_info_head img{
  height:100%;
}
p.address{
  font-size:1.6rem;
  padding:10px 0;
}
.shop_info_detail a{
  font-size:2.4rem;
  color:var(--brown-color);
}
.shop_info_content table{
  width:100%;
  border-top:1px solid var(--brown-color);
  margin:20px auto;
}
.shop_info_content table tr{
  border-bottom:1px solid var(--brown-color);
}
.shop_info_content table tr th,
.shop_info_content table tr td{
  padding:15px 5px;
}
.shop_info_content table tr th{
  text-align: center;
  color: var(--gold-color);
}
/* ----------------------------------
worries
---------------------------------- */
.worries{
  margin-top:336px;
  padding-bottom:80px;
}
.worries::after{
  height:100%;
  width:90%;
  background-color: var(--gold-color);
  top:0;
  left:0;
  z-index: -1;
}
.worries_deco_title{
  font-size:11.2rem;
  color:#fff;
  opacity: 0.1;
  line-height: 1.1;
}
.worries_wrap h3{
  color:#fff;
  font-size:4.2rem;
}
.worry_list{
  margin-top:60px;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:16px;
}
.worry_item{
  background:#fff;
  padding:25px;
  font-size:1.8rem;
  text-align:center;
  height:150px;
  border:1px solid rgba(69,65,55,0.2);
}
.worry_item .icon{
  display:block;
  width:24px;
  height:24px;
  margin:0 auto 30px;
  background:url(../images/index/info_check.png) center center no-repeat;
  background-size: cover;
}
.worries_deco_image{
  position:absolute;
  gap:5px;
  display: flex;
  right:5%;
  top:-130px;
}
.worries_deco_image span{
  display: block;
}
.worries_deco_image span.image1{
  padding-top:65px;
}
/* ----------------------------------
reserve_wrap
---------------------------------- */
.reserve_section{
  padding-top:720px;
  margin-top:-580px;
  padding-bottom:120px;
  /* z-index: -2; */
}
.reserve_section::before{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: var(--bg-color);
  z-index: -2;
}
.reserve_section::after{
  height:100%;
  width:90%;
  /* background-color: var(--bg-color); */
  top:0;
  right:0;
  z-index: -1;
}
.wrapper.reserve_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  max-width:1200px;
  
}
.reserve_detail{
  width:100%;
}
.reserve_detail p{
  font-size:2.2rem;
  line-height: 2;
}
.reserve_detail p span{
  color:var(--brown-color);
}
.reserve_detail .reserve_btn{
  display: flex;
  gap: 20px;
  margin-top:40px;
  
}

.reserve_btn a{
  display: block;
  width:calc(100% - 20px);
  height:150px;
  padding:20px;
  font-size:2rem;
  text-align: center;
  background-color: var(--gold-color);
  color:#fff;
}
.reserve_btn a img{
  display: block;
  margin:0 auto 16px;
  width:56px;
}
.reserve_btn a.reserve_web{
  background-color: var(--main-color);
}
.reserve_btn a::before{
  width:calc(100% - 10px);
  height:140px;
  left:5px;
  top:5px;
  border:1px solid #fff;
}
.reserve_btn a::after{
  bottom:5px;
  right:5px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;       /* 高さ */
  border-left: 14px solid transparent; /* 底辺 */
}
/* ----------------------------------
philosophy_section
---------------------------------- */
.philosophy_section{
  padding:140px 0;
}
.philosophy_section::after{
  width:100%;
  background-color: var(--bg-color);
  left:0;
  height:700px;
  bottom:0;
  background: #FFFCF5;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -2;
}
.philosophy_section h3{
  color:var(--main-color);
  font-size:2rem;
}
p.philosophy_title{
  font-size:4rem;
  line-height: 1.7;
  margin:50px auto;
}
p.philosophy_title span{
  color:var(--brown-color);
}
.philosophy_section ul{
  display: flex;
  border:1px solid var(--mcolor-op30);
  margin:0 auto;
}
.philosophy_section ul li{
  width:calc(100% / 3);
  padding:20px 20px 40px;
}
.philosophy_section ul li:not(:last-child){
  border-right:1px solid var(--mcolor-op30);
}
.philosophy_section ul li img{
  width:100%;
}
p.philosophy_no{
  font-size:3.6rem;
  display: inline-block;
  color:var(--gold-color);
  margin:20px auto;
}
p.philosophy_no::before,p.philosophy_no::after{
  width:25px;
  height:1px;
  background-color: var(--gold-color);
  top:50%;
  transform: translateY(-50%);
}
p.philosophy_no::before{
  left:-30px;
}
p.philosophy_no::after{
  right:-30px;
}
p.philosophy_detail{
  line-height: 1.8;
}
/* ----------------------------------
reason
---------------------------------- */
.reason_section{
  padding-top:280px;
  padding-bottom:180px;
}
.reason_section::before{
  width:100%;
  height:280px;
  left:0;
  top:0;
  background: linear-gradient(180deg, rgba(192, 171, 58, 0) 0%, #C0AB3A 100%);
  z-index: 1;
}
.reason_section::after{
  width:100%;
  height:calc(100% - 270px);
  background-color: var(--gold-color);
  left:0;
  bottom:0;
  z-index: -1;
}
.reason_title{
  display: flex;
  align-items: center;
}
.reason_title h2{
  font-size:24rem;
  color:#fff;
  opacity:0.2;
  line-height: 1;
}
.reason_title p{
  font-size:4rem;
  color:#fff;
}
.reason_title p span{
  display: block;
  padding-left:1em;
}
.reason_wrap ul{
  color:#fff;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
.reason_wrap ul li{
  width:calc((100% - 60px) / 2);
}
.reason_wrap ul li:nth-child(even){
  padding-top:60px;
}
.reason_list_title{
  display: flex;
  align-items: center;
  gap:20px;
  justify-content: flex-start;
  margin:32px 0;
}
.reason_no{
  color:#fff;
  opacity: 0.3;
  font-size:6rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.reason_no span{
  font-size:1.5rem;
  display: block;
}
.reason_title_detail{
  font-size:2.8rem;
}
.reason_detail{
  font-size:1.8rem;
}
.reason_icon{
  position:absolute;
  bottom:0;
  left:50px;
}
/* ----------------------------------
greeting
---------------------------------- */
.greeting_section{
  padding-top:240px;
}
.greeting_section::before{
  width:100%;
  height:240px;
  top:0;
  left:0;
  background: linear-gradient(180deg, rgba(192, 171, 58, 0) 0%, #C0AB3A 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.greeting_section::after{
  width:100%;
  height:48%;
  background-color: var(--bg-color);
  left:0;
  bottom:80px;
  z-index: -1;
}

.greeting_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:80px;

}
.greeting_head span{
  font-size:2rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.greeting_head h3{
  color:var(--main-color);
  font-size:18.5rem;
  line-height: 0.8;
  opacity:0.1;
}
.greeting_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
.greeting_wrap img{
  width:50%;
  max-width: 720px;
}
.greeting_detail{
  padding-top:35px;
}
.greeting_detail h4{
  font-size:3.5rem;
  margin-bottom:1em;
}
.greeting_detail p{
  line-height: 2;
}
.greeting_detail p span{
  color:var(--brown-color);
}
.greeting_viewmore{
  padding-left:75px;
  font-size:2rem;
  margin:48px 0;
  display: block;
  color:var(--main-font-color)
}
.greeting_viewmore::before{
  width:65px;
  height:1px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background-color: var(--main-font-color);
}
.greeting_movie_link{
  width:100%;
  display: flex;
  gap: 10px;
}
.greeting_movie_link a{
  display: block;
  width:calc((100% - 10px) / 2);
}
.greeting_movie_link a img{
  width:100%;
}
/* ----------------------------------
menu
---------------------------------- */
.menu_section{
  margin-top:120px;
  padding-top:120px;
}
.menu_section::after{
  width:90%;
  height:48%;
  background-color: var(--bg-color);
  top:40%;
  left:0;
  z-index: -1;
}
.menu_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap:100px;
}
.menu_title h3{
  color:var(--main-color);
  font-size:7.2rem;
  
}
.menu_title h3 span{
  color:var(--main-font-color);
  font-size:3.2rem;
  display: block;
}
.menu_title a{
  display: block;
  color:#fff;
  width:240px;
  height:60px;
  line-height: 60px;
  background-color: var(--main-font-color);
  text-align: center;
  margin-top: 64px;
}
.menu_title a::after{
  width:35px;
  height:4.5px;
  right:25px;
  top:50%;
  transform:translateY(-50%);
  background: url(../images/index/white_arrow.png) center center no-repeat;
  background-size: cover;
}
ul.treatment_menu_list{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
ul.treatment_menu_list li{
  width:calc((100% - 30px) / 4);
  padding:20px 0;
  border:1px solid var(--mcolor-op30);
  background-color: #fff;
}
ul.treatment_menu_list li article{
  height:96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.treatment_menu_list li a{
  color:var(--main-font-color);
  font-size:1.5rem;
}
.insurance{
  margin-top:80px;
  padding:44px 50px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--gold-color);
}
.insurance_text h4{
  font-size:2.8rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.insurance_text p{
  margin-top:25px;
}
.insurance_text p span{
  font-size:2.4rem;
  padding-top:12px;
}
.insurance a{
  width:174px;
  height:174px;
  border-radius:50%;
  background-color: #fff;
  font-size:1.8rem;
  color:var(--main-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.insurance a::after{
  width:190px;
  height:190px;
  border-radius:50%;
  background-color: #fff;
  opacity: 0.5;
  top:-8px;
  left:-8px;
}
/* ----------------------------------
pickup
---------------------------------- */
.pickup_section {
  position: relative;
  min-height: 400vh;
  margin-top:200px;
}
.pickup_section::after{
  width:100%;
  height:45%;
  max-height: 580px;
  background-color: var(--bg-color);
  left:0;
  top:280px;
  z-index: -1;
}
.pickup_ttl {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0;
  /* overflow: hidden; */
  white-space: nowrap;
  font-size: 72px;
  line-height: 1;
  color: var(--main-color);
  padding: 24px 0;
  opacity: 0.2;
  margin-bottom:180px;
}

.pickup_ttl span {
  display: inline-block;
  padding-left: 100%;
  animation: pickupLoop 30s linear infinite;
}

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

.feature_scroll_inner {
  position: sticky;
  top: 120px;
  height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 50% 50%;
  z-index: 2;
}
.pickup_title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.5rem;
  color:var(--gold-color);
}
span.deco_line{
  width:90%;
  display: block;
  margin:0 7px;
  height:1px;
  background-color: var(--mcolor-op30);
}
h4.pickup_menu_title{
  font-size:4.2rem;
  margin-top:96px;
}
.pickup_detail h5{
  font-size:3rem;
  margin:30px 0;
}
.pickup_detail h5 span{
  color:var(--brown-color);
}
.deco_title{
  font-size:12rem;
  opacity: 0.2;
  color:var(--main-color)
}
.deco_title.perio{
  font-size:8.5rem;
}

.feature_visual,
.feature_content {
  position: relative;
  height: 100%;
}

.feature_visual_item,
.feature_block {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

.feature_visual_item {
  transform: scale(1.04);
}

.feature_visual_item.is-active,
.feature_block.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.feature_visual_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature_block {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature_triggers {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
}

.feature_trigger {
  height: 100vh;
}
.pickup_nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 10;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pickup_nav.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pickup_nav_item {
  width: 25px;
  height: 25px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--mcolor-op30);
  background: #fff;
  color: var(--main-font-color);
  cursor: pointer;
  transition: all 0.3s ease;
  position:relative;
  writing-mode: vertical-rl;
}
.pickup_nav_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 140%;
  width: 1px;
  height: 40px;
  background: var(--mcolor-op30);
}
.pickup_nav_item:hover {
  background: #333;
  color: #fff;
}

.pickup_nav_item.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}

/* ----------------------------------
news
---------------------------------- */

.media_section,
.column_section {
  max-width: 1080px;
  margin: 0 auto;
}
.media_section{
  margin-top:200px;
}
.media_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 48px;
}

.media_card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.media_thumb {
  width: 100%;
  aspect-ratio: 360 / 330;
  border: 1px solid #e5e1da;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media_thumb img {
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}

.media_title {
  margin-top: 14px;
  font-size: 1.6rem;
  text-align: center;
}

.column_section {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #dedbd3;
}

.column_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.view_more {
  margin-top: 40px;
  text-align: center;
}

.view_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  background: #3f3b31;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-decoration: none;
}



/* ----------------------------------
下層ページ共通
---------------------------------- */
.temp_kv{
  background: url(../images/common/temp_kv_bg.png) center center no-repeat;
  background-size: cover;
  height:320px;
  position: relative;

}
.temp_kv h1{
  position: absolute;
  min-width:650px;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  color:var(--main-font-color);
  background-color: rgba(255,255,255,0.78);
  font-size:5rem;
  padding:50px 25px;
  text-align: center;
}
.temp_kv h1 br{
  display: none;
}
.temp_kv h1 span{
  display: block;
  font-size:1.6rem;
  color:var(--main-color);
}
.temp_head{
  padding:40px;
  font-size:1.6rem;
  background-color: #E6F3FF;
  margin:80px auto 60px;
  line-height: 2;
}
.temp_head ul{
  list-style: disc;
  margin:1rem 0;
  color:var(--blue);
  font-family: var(--f-f-mincho);
  padding-left:1.5em;
}
.temp_index{
  margin-bottom:80px;
}
.temp_index h3{
  font-family: var(--f-f-mincho);
  font-size:2.4rem;
  border-bottom: 1px solid var(--blue);
  color:var(--blue);
  padding-bottom:5px;
}
.temp_index ol{
  font-size:1.6rem;
  margin-top:30px;
  padding-left:2em;
  line-height: 2.4;
}
.temp_index ol li{
  list-style: disc;
  text-decoration: underline;
}
.temp_index ol li a{
  color:#333333;
  font-weight:200;
}
.temp_sec.page_detail{
  font-size:1.8rem;
  line-height: 2;
  padding:1em;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  margin-top:100px;
}
.temp_sec{
  padding-top:80px;
  padding-bottom:80px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position:relative;
}
.temp_sec:nth-child(4n+2)::after,
.temp_sec:nth-child(4n)::after{
  content:"";
  position:absolute;
  width:90%;
  height:100%;
  background-color: var(--bg-color);
  top:0;
  z-index: -1;
}
.temp_sec:nth-child(4n+2)::after{
  left:0;
}
.temp_sec:nth-child(4n)::after{
  right:0;
}

.temp_sec h2{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin:0 auto;
  width:100%;
  max-width:980px;
  color:var(--main-font-color);
  font-size:3.6rem;
}
.temp_sec h2 span{
  font-family: var(--english-font);
  font-size:1.6rem;
  color:var(--main-color);
  
}
.temp_sec h2 span::before,
.temp_sec h2 span::after{
  width:100%;
  height:1px;
  background-color: var(--main-color);
  left:0;
}
.temp_sec h2 span::before{
  top:-4px;
}
.temp_sec h2 span::after{
  bottom:-4px;
}
.temp_sec.temp_index h2{
  width:40%;
  height:100%;
}
.temp_sec.temp_index ol{
  width:60%;
  border-left:1px solid var(--mcolor-op30);
  padding-left:90px;
  margin:0;
}
.temp_sec.temp_index ol li a{
  text-decoration: underline;
  line-height: 2;
}
.temp_wrap{
  width:100%;
  max-width: 860px;
  margin:50px auto 0;

}
.temp_wrap.index_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding:40px 0;
}
.temp_sec.temp_introduction .temp_wrap ul{
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
}
.temp_sec.temp_introduction .temp_wrap ul li{
  padding:35px 40px;
  background-color: var(--bg-color);
  width:calc((100% - 20px) / 2);
  
}
.temp_sec.temp_introduction .temp_wrap ul li span{
  padding-left:1.8em;
  font-size:1.8rem;
  display: block;
  line-height: 1.8;
}
.temp_sec.temp_introduction .temp_wrap ul li span::before{
  content: "✔";
  font-size:1rem;
  color:#fff;
  background-color: var(--gold-color);
  width:24px;
  height:24px;
  text-align: center;
  line-height: 24px;
  top:0;
  left:0;
}
.temp_wrap.temp_flex{
  padding:30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  background-color: var(--bg-color);
  position:relative;
}
.temp_wrap.temp_flex.doctor{
  padding:30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  background-color: var(--bg-color);
  position:relative;
}

.temp_sec .temp_wrap.temp_flex:not(:last-child)::after,
section.flow .temp_wrap:not(:last-child)::after{
  content:"";
  position:absolute;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  border-top:18px solid var(--main-color);
  left:50%;
  transform: translateX(-50%);
  bottom:-34px;
}
.temp_sec.child-ortho .temp_wrap.temp_flex:not(:last-child)::after{
  display: none;
}
.temp_wrap img{
  width:100%;
}
.temp_wrap.temp_flex img{
  max-width:200px;
}
.temp_wrap.temp_flex.doctor img{
  width:40%;
  max-width: 40%;
}
.temp_wrap.temp_flex.doctor .temp_flex_txt{
  width:calc(100% - 20px);
}
.temp_wrap h3{
  font-size:2.6rem;
  color:var(--gold-color);
  padding-bottom:10px;
  border-bottom:1px solid var(--gold-color);
  margin-bottom:24px;
}

.temp_wrap p{
  line-height: 2;
  margin-bottom:1rem;
}
.temp_wrap ul.temp_link{
  list-style: none;
  padding:0;
  display: flex;
  gap:8px;
  flex-direction: column;
  margin:30px 0;
}
.faq_sec .temp_wrap ul.temp_link{
  margin:0 auto 50px;
}
ul.temp_link li a{
  font-size:1.6rem;
  display: inline-block;
  padding:15px 20px;
  border:1px solid #333;
  color:#333;
  position:relative;
  margin-right:20px;
  background-color: #fff;
  width:300px;
}
ul.temp_link li a::after{
  content:"";
  position:absolute;
  width:25px;
  height:4.5px;
  background: url(../images/common/temp_link_arrow.png) center center no-repeat;
  background-size: cover;
  right:24px;
  top:50%;
  transform: translateY(-50%);
}
.temp_wrap dl{
  padding-left:1em;
  margin-top:1em;
  font-size:1.6rem;
}
.temp_wrap dl dt{
  font-size:2rem;
  text-decoration: underline;
  margin-bottom:8px;
  display: block;
}
/* flow */
section.flow .temp_wrap{
  padding:30px;
  position:relative;
  background-color: #fff;
}
section.flow  article{
  margin:50px auto;
  width:100%;
  max-width:860px;
}
section.flow  article img{
  width: 100%;
}
section.flow .temp_wrap h4{
  font-size:2.4rem;
  color:var(--blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:14px;
  margin-bottom:16px;
  color:var(--gold-color)
}
section.flow .temp_wrap h4 span{
  display: block;
  width:50px;
  height:50px;
  border-radius:25px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  font-family: var(--english-font);
  background-color: var(--gold-color);
}
div.flow_arrow{
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:15px solid var(--blue);
  margin:15px auto;
  width:36px;
}
section.temp_sec.faq_sec h2{
  margin-bottom:50px;
}
.faq_sec .temp_wrap h4{
  padding:20px 16px;
}

.faq_sec .temp_wrap p{
  padding:30px
}
.faq_sec .temp_wrap h4{
  font-size:2.2rem;
  color:#fff;
  background-color: var(--gold-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.faq_sec .temp_wrap h4 span{
  display: block;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color: #fff;
  color:var(--gold-color);
  text-align: center;
  line-height: 40px;
}
.faq_sec .temp_wrap{
  margin:0 auto 10px;
}
.faq_sec .temp_wrap p{
  background-color: #fff;
}
.bottom_message{
  height:360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/common/temp_bottom_bg.png) center center no-repeat;
  background-size: cover;
  font-size:2rem;
  line-height: 2;
  margin:100px auto;
  width:95%;
  max-width: 860px;
}
.bottom_message span{
  color:var(--gold-color);
}
.bottom_message >p:empty{
  display: none;
}
/* .bottom_message {
  font-size: 0;
} */
.bottom_message > * {
  font-size: 2rem;
}
/* ex */
.temp_wrap h5{
  font-size:1.8rem;
  border-bottom:1px solid rgba(0,0,0,0.2);
  display: inline-block;
  margin-bottom:7px;
  color:rgba(0,0,0,0.5);
}
.temp_wrap h5 a{
  color:rgba(0,0,0,0.5);
}
/* 料金表テーブル */
.temp_wrap table{
  margin-top:48px;
  width:100%;
}
.temp_wrap table thead{
  background-color: var(--gold-color);
}
.temp_wrap table tr th{
  color:var(--gold-color);
}
.temp_wrap table thead tr th{
  font-weight:bold;
}
.temp_wrap table tr th,
.temp_wrap table tr td{
  padding:16px;
}
.temp_wrap table thead tr th{
  background-color: var(--gold-color);
  color:#fff
}
.temp_wrap table tr th:first-child{
  width:15%;
}
.temp_wrap table.price_table tr th:first-child{
  width:35%;
}
.temp_wrap table.price_table tr th:nth-child(2){
  width:20%;
}
.temp_wrap table tbody tr:nth-child(even){
  background-color: var(--bg-color);
}
.temp_wrap table.price_table tbody tr:nth-child(even){
  background-color: #fff;
}
.temp_wrap table thead tr th:not(:first-child),
.temp_wrap table tbody tr td{
  border-left:1px solid var(--mcolor-op30)
}
.temp_wrap table tbody tr td{
  font-size:1.4rem;
}
.temp_wrap table tbody tr td a{
  color:var(--main-font-color);
}
.temp_wrap ul{
  font-size:1.4rem;
  list-style: disc;
  padding-left:1.5em;
  margin-bottom:10px;
}
#wpcf7cpcnf table tr th:first-child{
  width:30%;
}
/* アクセスページMAP */
.temp_wrap.temp_map{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:30px;
}
.temp_map_inner{
  width:50%;
  aspect-ratio: 16 / 9;
}
.temp_map_inner iframe{
  width:100%;
  height:100%;
}
.temp_map_detail{
  padding:24px;
}
/* 問い合わせフォーム */
.contact-form {
  max-width: 720px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.required {
  margin-left: 6px;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  background: #c00;
  border-radius: 3px;
}

.form-note {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.form-submit input,
.wpcf7cp-btns button {
  min-width: 220px;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: var(--gold-color);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.form-submit input:hover {
  opacity: 0.8;
}
/* news */
.news{
  margin:0 auto;
  width:100%;
  max-width: 1280px;
}
.news.index_news{
  margin:200px auto;

}
.news.archive_news{
  margin:100px auto 200px;
}
.news_head{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.news_head.archive_news_head{
  margin:100px auto;
}
.news_head ul{
  display: flex;
  width:600px;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap:5px;
}
.news_head ul li{
  /* flex:1 0 auto; */
  background-color: #fff;
  font-size: var(--fs-small);
  position:relative;
  overflow: hidden;
  padding-left: 15px;
  box-sizing: border-box;
  width:25%;
  text-align: center;
  margin-left:5px;
  padding:3px 0;
  border:1px solid rgba(0,0,0,0.3);
  
}
.news_head ul li a{
  color:rgba(0,0,0,0.6);
  font-size:1.4rem;
}
.news_head ul li::before{
  position:absolute;
  content:"";
  width:20px;
  height:20px;
  top:-13px;
  left:-13px;
  transform: rotate(-45deg);
  background-color: var(--blue);
}

.news_head ul li.viewall{
  font-size: 16px;
  font-family: var(--english-font);
  position:relative;
  padding:2px 0;
}
.news_head ul li.viewall::before{
  background-color: transparent;
}
.view_all {
  font-family: var(--english-font);
  position: relative;
  padding-right: 30px;
  margin-top: 60px;
  width: 240px;
  margin: 96px 0 0 auto;
  border: 1px solid rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding: 12px;
}
.view_all a {
  font-size: 1.4rem;
  color:#333;
}
/* ページネーション */
.pagination {
  margin-top: 50px;
  text-align: center;
}
.pagination {
  margin-top: 50px;
  clear: both;
}
nav.navigation.pagination{
  position: initial !important;
  margin:0 auto;
  opacity: 1;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 40px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}
/* taxonomy */
.shop_guide.taxonomy_guide{
  margin-bottom:10px;
  
}
.cp_list{
  margin-top:100px;
}
.cp_ttl{
  display: flex;
  align-items: center;
  /* font-size:20px; */
  width:80%;
  margin:30px auto;
}
.archive_thumb{
  width:150px;
  aspect-ratio: 4 / 3;
  background-color: #fff;
  border:1px solid rgba(192,171,58,0.4);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive_thumb img{
  width:100%;
  height:auto;
}
.cp_ttl.shop_ttl{
  width:50%;
  margin:30px auto 30px 0;
}
.cp_ttl.taxonomy_ttl{
  border-bottom:1px solid #000;
  padding-bottom:20px;
}
.cp_ttl img{
  width:150px;
  height:auto;
}
.taxonomy_date{
  margin: auto 50px;
}
.cp_item a{
  color:#333;
}
/* 投稿記事 */
main.main_single{
  margin:80px auto;
}
.post_title{
  margin:80px auto 0;
}
.post_title h2{
  font-size:20px;
  font-weight:bold;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  padding:5px 12px;
  box-sizing: border-box;
}
.post_info{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:7px 5px 0 0;
  font-size:12px;
}
.post_info a{
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  color:#ed8599;
}
.post_flex{
  display: flex;
  align-items: flex-start;
  margin-top:60px;
}
.single_content{
  padding-right:5%;
  box-sizing: border-box;
}
.post_flex_content{
  width:75%;
}
.single_content img{
  width:auto;
  margin:32px auto;
  display: inline-block;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 20px;
margin-top: 4px;
}
.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.single_content p{
  margin-top:30px;
  font-size:16px;
}
.post_sidebar{
  width:25%;
  margin-top:30px;
}
/* .sidebar */
.side_title{
  font-family: var(--english-font);
  font-size:16px;
  font-weight:bold;
  padding:10px 5%;
  border:1px solid #4D4D4D;
  box-sizing: border-box;
}
.side_content{
  padding:10px 5%;
  box-sizing: border-box;
  background-color: #efefef;
}
.side_inner{
  margin-bottom:10px;
}
.side_inner .news_title{
  text-align: left;
  border-bottom:1px solid #a0a0a0;
}
.side_inner .news_date{
  font-family: var(--english-font);
  font-weight: bold;
}
.side_inner .news_date,
.side_inner .news_title{
  font-size: 13px;
}
.side_inner .news_title{
  color:#ed8599;
}