@charset "utf-8";
/* CSS Document */
/*下層ページの追加部分共通設定。中央寄せ*/
.sb_1st_vst, .sb_1st_vst_qa, .sb_case, .sub_contact, .sub_greeting, .sb_vst_process, .sb_cons_top {
  margin: 0 auto;
}
/*subはじめての方へ*/
section.sb_1st_vst {
  width: 100%;
}
/*トップ画像とh1テキスト*/
/*トップ画像のCSSは当院についてのページでも使用*/
.sb_1st_vst_top {
  position: relative;
  width: min(80%, 1024px);
  margin: 0 auto;
}
div.sb_1st_vst_img {
  border-radius: 21px;
  margin: 10px 0;
}
div.sb_1st_vst_img img {
  border-radius: 21px;
  margin: 0;
}
div.sb_1st_vst_img_r {
  display: none;
  width: 0;
  height: 0;
}
.sb_1st_vst_h1 {
  /*width: 9em;*/
  display: inline-block;
  /*height: 3rem;*/
  margin: 0;
  padding: 1.2rem 1.2em;
  position: absolute;
  /*top:calc(50% - 2.6em);*/
  bottom: 0;
  left: -4.5em;
  background: #E8E3E0;
  border-top-right-radius: 15px;
}
.sb_1st_vst_msg {
  width: 65%;
  margin: 0 auto;
}
.sb_1st_vst_msg h3 {
  margin: 2rem auto;
}
.sb_1st_vst_sig {
  display: block;
  width: max(20%, 100px);
  margin-left: auto;
}
/*トップ画像とテキストここまで*/
/*施術の流れ*/
section.sb_vst_process {
  width: min(100%, 1280px);
}
.prcss_btn_box {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  /*text-align: center;*/
}
.list_tab {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.list_tab > li {
  display: block;
  text-align: center;
  margin: 0 1rem;
  width: 10rem;
  border-radius: 21px;
  padding: 0.6rem 0;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  background: #CCCCCC;
}
.list_tab .sb_active {
  background: #BDD974;
  color: white;
}
.tab_content {
  display: none;
	position: relative;
  width: 85%;
  margin: 3rem auto 0;
  padding: 2rem;
  background-color: #EBF4D5;
  border-radius: 12px;
}
.tab_content::after{
	display: none;
	content:"";
	width: 0;
	height: 0;
	/*width: 6rem;
	height: 6rem;
	border-radius: 6px;
	position: absolute;
	top:0;
	right:0;*/
}
.tab_content.sb_active {
  display: block;
}
figure.prcss_fig_flex {
  display: flex;
  margin-top: 1rem;
}
div.prcss_fig_img {
  width: 20%;
  margin-right: 2%;
  border-radius: 12px;
}
div.prcss_fig_img img {
  border-radius: 12px;
}
figure.prcss_fig_flex figcaption div {
  font-weight: 700;
  padding-left: 2em;
  text-indent: -2em;
}
figure.prcss_fig_flex figcaption div span {
  text-indent: 0;
}
figure.prcss_fig_flex figcaption p {
  padding: 10px;
}
/*施術の流れここまで*/
/*よくある質問detailsとsummary*/
section.sb_1st_vst_qa {
  /*中央寄せ設定している。不要なら上部の記述は消す*/
  
}
section.sb_1st_vst_qa details {
  display: block;
  position: relative;
  width: min(98%, 1254px);
  margin: 8px auto 0 auto;
  padding: 0.8rem;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}
.sb_1st_vst_qa > div{
	width: 100%;
	margin-bottom: 2.5rem;
	/*padding: 0;*/
	background-color: #E8E3E0;
  padding: 3rem 4rem;
}
div.qa_dtls_a {
  margin-top: 20px;
}
.sb_1st_vst_qa details p {
  margin: 0 3px;
  /*border-top:2px solid #CCCCCC;*/
}
span.qa_sum_num_q, span.qa_sum_num_a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 3px;
  padding-top: 8px;
  /*border-radius: 18px;*/
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
}
span.qa_sum_num_q {
  background-color: #796E65;
}
span.qa_sum_num_a {
  background-color: #BDD974;
}
/*三角削除*/
details summary {
  list-style-type: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details[open] summary {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
}
details summary:before {
  content: "";
  /*font-size:1rem;*/
  /*font-weight:bold;*/
  margin-right: 1rem;
  /*padding-top:1rem;*/
  /*color: #BDD974;*/
  position: absolute;
  top: 1.3em;
  right: 10px;
  /*cssボーダーで作る三角形*/
  border-top: 14px solid #b2ce54;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
/*内容がオープン時はアイコン変更*/
details[open] summary:before {
  content: "";
  /*font-size: 1rem;*/
  margin-right: 1rem;
  top: 0.8em;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #b2ce54;
  border-left: 8px solid transparent;
}
/*よくある質問detailとsummaryここまで*/
/*subはじめての方へここまで*/
/*sub当院について*/
section.sb_cons_ttl {
  width: min(60%, 768px);
  /*margin-top: 1.5rem;*/
}
section.sb_cons_ttl h2 {
  margin: 2rem auto;
}
div.cons_ttl_img {
  width: 100%;
  border-radius: 21px;
}
div.cons_ttl_img img {
  border-radius: 21px;
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}
section.sb_cons_ttl p {
  padding: 1.5rem 0;
}
section.sb_concept {
  width: 100%;
}
section.sb_concept .concept_img {
  padding-top: 1rem;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
section.sb_concept .concept_img img {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
/*sub当院についてスライダー院内紹介*/
section.sb_cons_sl {
  width: min(80%, 1024px);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: min(15vw, 180px);
  /*position: relative;*/
  /*display: flex;*/
  padding-right: 5rem;
  padding-left: 1rem; /* 5rem*/
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  background: #E8E3E0;
}
.sb_cons_sl_base {
  position: relative;
  min-height: 490px;
}
.sb_cons_sl_base h2 {
  text-align: left;
  padding-left: 2rem;
}
div.sb_cons_slider {
  display: block;
  width: min(70vw, 1024px);
  border-radius: 21px;
  margin: 0;
  position: relative;
  top: 50px;
  left: -8%;
}
.slider_sb_cons {
  width: 100%;
  padding: 0;
}
.slider_sb_cons img {
  border-radius: 21px;
}
.sb_cons_sltext {
  padding: 0 !important;
}
/*sub当院についてスライダードット*/
ul.slidedots_sb_cons {
  display: block;
  padding: 0 !important;
  position: absolute;
  bottom: 55px;
  right: -4rem;
}
.slidedots_sb_cons li {
  display: block;
  margin: 8px 0 0 0;
}
.slidedots_sb_cons li button {
  /* position: absolute;*/
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-align: center;
  /*line-height: 24px;*/
  font-size: 1rem;
  border: none;
  background: #FFFFFF; /*規定で背景の指定あり*/
  padding: 0;
}
.slidedots_sb_cons li.slick-active button {
  /*color: white;*/
  background: #BDD974;
}
/*sub当院についてスライダードットここまで*/
.slide-arrow_sb_in {
  display: block;
  position: absolute;
  top: min(17.5vw, 370px);
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px !important; /**/
  background: #BDD974 !important;
  box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.2); /**/
  border: none;
}
/*left arrow*/
.next-arrow_sb_in {
  left: -15px !important;
  z-index: 90;
}
/*right arrow*/
.prev-arrow_sb_in {
  right: -15px;
  z-index: 90;
}
.prev-arrow_sb_in::after, .next-arrow_sb_in::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  text-align: center;
  /*z-index: 20;*/
}
.prev-arrow_sb_in::after {
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-arrow_sb_in::after {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*---*/
/*sub当院についてここまで*/
/*sub施術メニュー*/
h1.sb_trmnt_h1 {
  display: inline-block;
  /*width: 9em;*/
  /*height: calc(1em + 2.4rem);*/
  margin: 0;
  padding: 1.2rem 1.2em;
  position: absolute;
  top: 30%;
  left: -4em;
  /*transform: translateY(-50%);*/
  background: #E8E3E0;
  border-radius: 15px;
}
ul.slider_sb_tr {
  padding: 0 !important;
}
/*slider01のページドット「.slidedots01」の指定とほぼ同じ*/
.slidedots_sb_tr {
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
}
.slidedots_sb_tr li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.slidedots_sb_tr li:last-child {
  margin-right: 0;
}
.slidedots_sb_tr li button {
  position: relative;
  border: none;
  background-color: transparent;
}
.slidedots_sb_tr li button:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #E8E3E0;
  border: solid 1px #796E65;
  position: absolute;
  top: 0;
  left: 0;
}
.slidedots_sb_tr li.slick-active button:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #796E65;
  border: solid 1px #796E65;
}
.slide-arrow_sb, .prev-arrow_sb, .next-arrow_sb, .prev-arrow_sb::after, .next-arrow_sb::after {
  display: none;
}
/*sub施術メニューここまで*/
/*subスタッフ紹介*/
section.sub_greeting {
  width: min(100%, 1280px);
}
.sb_greenting_img, .sb_greenting_img img, .sb_comments {
  border-radius: 21px;
}
.staff_box {
  width: min(85vw, 1024px);
  position: relative;
  margin: 0 auto;
  padding: 20px 10vw;
}
.sb_greenting_img {
  /*display: inline-block;*/
  width: min(20vw, 240px);
  position: absolute;
  top: 4em;
  left: 0;
  z-index: 10;
}
.sb_greenting_img img {
  position: relative; /*影用*/
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}
.sb_greenting_img::after {
  display: none;
}
.sb_comments {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px;
  position: relative;
}
.sb_comments div {
  width: calc(100% - 10vw);
  margin-left: 10vw;
  padding: 1.5em;
}
.sb_comments div p {
  padding: 2em 0;
}
.sb_comments::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 18px;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 10;
}
.sb_comments .comments_ul {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -10vw;
  clear: both;
}
.sb_comments .comments_ul::after {
  display: block;
  content: " ";
  clear: both;
  font-size: 0;
}
.sb_comments dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}
.sb_comments dl dt {
  flex-basis: 32%;
  margin-right: 1%;
  padding: 6px;
}
.sb_comments dl dd {
  flex-basis: 67%;
  margin: 0;
  padding: 6px;
}
/*.sb_comments dl dd::after{
	display: block;
	clear: left;
	content: " ";
	height: 0;
}*/
.sb_comments dl dt:nth-of-type(odd), .sb_comments dl dd:nth-of-type(odd) {
  background-color: #EBF4D5;
}
/*sub症例別メニュー*/
div.sb_case {
  width: min(90vw, 1152px);
  padding: 2rem 0;
}
.sb_case_flex {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  /* flex-direction: row-reverse;*/
  justify-content: space-between;
}
div.sb_case_menu, div.sb_case_expln_base article.sb_case_expln {
  background: #FFFFFF;
  border-radius: 15px;
}
.sb_case_expln_base {
  width: 70%;
}
.sb_case_expln_base h3 {
	display: inline-block;
	margin-left: 8px;
  margin-bottom: 1rem;
	padding-left: 1.1em;
	background-image: url("../images/tag_br.png");
	background-repeat: no-repeat;
	background-position: left;
}

article.sb_case_expln {
  width: 100%;
  margin-bottom: 2rem;
  padding: 2em;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}
figure.sb_case_fig_flex {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
figure.sb_case_fig_flex > div, figure.sb_case_fig_flex > div > img {
  border-radius: 15px;
}
figure.sb_case_fig_flex > div {
  width: 40%;
  margin-left: 0.8rem;
}
/*figcaption設定*/
figure.sb_case_fig_flex figcaption div {
  font-weight: 700;
  padding-left: 2em;
  text-indent: -2em;
}
figure.sb_case_fig_flex figcaption div span.qa_sum_num_a {
  text-indent: 0;
}
.txt_gre {
  color: #BDD974;
}
.sb_case_fig_flex figcaption p {
  padding: 1rem 0.5rem;
}
/*aside側設定*/
div.sb_case_menu {
  width: 24%;
  margin-bottom: auto;
  padding: 0 0 1rem 0;
}
.sb_case_menu > div:first-child {
  width: 100%;
  margin: 0;
  padding: 0.7em 0;
  text-align: center;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  background-color: #BDD974;
  color: #FFFFFF;
}
.sb_case_menu > div:first-child::before{
	display: inline-block;
	content: "";
	width: 1.2em;
	height: 0.9em;
	background-image:url("../images/tag_wh15.png");
	background-repeat: no-repeat;
	background-position:bottom;
}
/*.sb_case_menu > div:first-child span{
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	vertical-align: baseline;
	background-image:url("../images/tag_wh.png");
	background-repeat: no-repeat;
	background-position:center;
}*/
div.sb_case_menu aside h3{
	display: inline-block;
	margin: 0;
	padding: 1rem 0 0 0.9rem;
	font-size: 1.1rem;
}

div.sb_case_menu aside h3 a{
	display: inline-block;
	margin: 0;
	text-align: left;
	color:#D1853E;
}
div.sb_case_menu aside h3 a:hover, aside.c_ol_active h3 a{
	color:#E89D3B!important;
	/*color:red;*/
}
div.sb_case_menu aside h3 a:hover ol.case_ol li, .c_ol_active ol.case_ol li{
	color:#A0A0A0;
}
/*お試し*/
div.sb_case_menu aside a h3{
	display: inline-block;
	text-align: left;
	color:#D1853E;
}
div.sb_case_menu aside.test01 a:hover ol.case_ol li, aside.c_ol_active ol.case_ol li{
	color:#A0A0A0;
}
div.sb_case_menu aside.test01 a:hover h3, .c_ol_active h3{
	color:#E89D3B;
}
/*お試しここまで*/
/*.c_ol_active ol.case_ol li{
	color:#A0A0A0;
}*/
/*sub症例別メニューここまで*/
/*subお問い合わせ*/
section.sub_contact {
  width: 90%;
}
.sub_contact h2 {
  margin-top: 2em;
}
div.sb_cntct_btns {
  margin: 2.5em 0 3.5em 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
div.rsv_line span.line_qr {
  display: inline-block;
  width: 10%;
  margin: 0 2%;
}
.rsv_line_txt {
  display: inline-block;
  width: 85%;
  margin: 0;
  vertical-align: top;
}
span.line_add {
  display: none;
  width: 0;
  height: 0;
}
/*下層ページボタン設定。.button2とほぼ共通設定。*/
a.sub_btn {
  text-align: center;
  display: inline-block; /*レスポンシブではblockで縦並び*/
  border-radius: 21px;
  padding: 0.6rem 3rem;
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

/*brown*/
.btn_bro {
  background-color: #796E65;
}
.btn_bro:hover {
  background-color: #A0A0A0;
}
/*green*/
.btn_gre {
  background-color: #BDD974;
}
div.sb_cntct_btns .btn_gre {
  margin: 0 1vw; /*レスポンシブでは消す*/
}
.btn_gre:hover {
  background-color: #EBF4D5;
  color: #BDD974;
}
/*orange*/
.btn_ora {
  background-color: #D1853E;
}
.btn_ora:hover {
  background-color: #E89D3B;
}
/*ボタンここまで*/
.rsv_tel, .rsv_line, .rsv_web {
  /*display: block;*/
  width: 80%;
  position: relative;
  background-color: white;
  border-radius: 21px;
  margin: 0 auto 3em auto;
  padding: 40px 24px 24px 24px;
}
.rsv_tel::before, .rsv_line::before, .rsv_web::before {
  display: block;
  content: "";
  text-align: center;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.rsv_tel::before {
  /*background-color: #796E65;*/
  background-image: url(../images/contact_tel_i60.png);
}
.rsv_line::before {
  /* background-color: #BDD974;*/
  background-image: url(../images/contact_line_i60.png);
}
.rsv_web::before {
  /*background-color: #D1853E;*/
  background-image: url(../images/contact_web_i60.png);
}
.rsv_tel {
  text-align: center;
}
.rsv_tel .div_tel {
  margin: 8px 0;
}
.rsv_tel tel {
  font-size: 2em;
}
.rsv_line h4 {
  color: #BDD974;
}
.rsv_web h4 {
  color: #D1853E;
}
.contact_form {
  text-align: center;
}
.contact_form iframe {
  width: 55vw;
  height: 1470px;
  margin: 0 auto;
}
/*お問い合わせここまで*/
/*map*/
/*.access {
  margin-top: 30px;
}*/

@media (min-width: 1281px) {
  section.sb_cons_sl {
    /* width: 1024px;*/
    margin-right: auto;
    margin-left: auto;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
}