@charset "UTF-8";
@font-face {
  font-family: 'hannari';
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.eot?iefix") format("eot"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype");
  font-display: swap;
}
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff7f5;
  color: #583c1b;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: hidden;
}
html {
  overflow-y: scroll;
}
a {
  color: #e2949e;
  text-decoration: underline;
}
a:hover {
  color: #e2949e;
  text-decoration: none;
  opacity: 0.8;
}
img {
  border: 0;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table {
  width: 100%;
  border: 0;
}
figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
button{
  border: none;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.fix {
  min-height: 1px;
}
.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}
.red {
  color: #f73609;
}
.img01 {
  line-height: 0;
}
.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.img_f-r img, .img_f-l img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.img_f-l {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.tac {
  text-align: center;
}
.f12 {
  font-size: 12px;
}
.strong01 {
  font-weight: bold;
  color: #e2949e;
}
.strong02{
  font-size: 0.85em;
  color: #e2949e;
}
.btm1em {
  margin-bottom: 1em;
}
/* a[href $='.pdf']    {
    background:url(../images/common/icon_pdf.png) no-repeat center right;
    margin:0;
    padding:2px 26px 2px 0;
} */
/*header
----------------------------------------------------*/
#header {
  padding: 12px 0 48px;
}
.h_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.h_h1-t h1 {
  font-size: 13px;
  letter-spacing: 0.025em;
  text-align: right;
}
.h_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}
.h_logo, .h_contact {
  width: 50%;
}
.h_logo {
  max-width: 344px;
  margin-right: 32px;
}
.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.h_contact {
  display: flex;
  justify-content: flex-end;
}
.h_contact-telnum {
  line-height: 1;
  margin-bottom: 4px;
  text-align: right;
}
.h_contact-telnum img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.h_contact-telopen {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 50px;
}
.h_contact-telopen dl {
  font-family: "hannari", serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.h_contact-telopen dl dt {
  /* width: 3em; */
  width: auto;
}
.h_contact-telopen dl dd {
  margin-right: 1em;
}
.h_contact-telopen-memo{
  font-family: "hannari", serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.h_contact-telopen-memo p{
  position: relative;
  padding-left: 1em; 
}

.h_contact-telopen-memo p:before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.h_contact-btn {
  margin-left: 32px;
}
.h_contact-btn ul li:last-of-type {
  margin-right: 0;
}
/*nav
----------------------------------------------------*/
#nav {
  padding: 0 0 40px;
}
.nav_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.nav_wrap ul {
  display: flex;
  justify-content: space-between;
}
.nav_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6);
  position: relative;
  height: auto;
}
.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #583c1b;
  text-decoration: none;
  padding: 16px 0;
}
.nav_wrap ul li a:hover {
  opacity: 1;
}
.gnav_dropmenu {
  position: relative;
}
.gnav_dropmenu_wrap {
  position: absolute;
  z-index: 9998;
  background: #fff8f6;
  padding: 12px 6px;
  border: 1px solid #d57580;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
  margin-top: 0px;
  transform: scale(0);
  opacity: 0;
  width: 120%;
  left: -18%;
  bottom: -148px;
}
.gnav_dropmenu_wrap.dropmenu_open {
  margin-top: 15px;
  transform: scale(1);
  opacity: 1;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
}
.gnav_dropmenu_wrap.dropmenu_open:before, .gnav_dropmenu_wrap.dropmenu_open:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #d57580;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  transform: scaleX(1.5);
}
.gnav_dropmenu_wrap.dropmenu_open:after {
  border-bottom: 10px solid #fff8f6;
  margin: 1px 0 0 0;
}
.gnav_dropmenu_wrap.dropmenu_open a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-family: "hannari";
  font-weight: normal;
  letter-spacing: -0.1em;
  font-weight: bold;
  color: #583c1b;
  padding: 0;
}
.gnav_dropmenu_wrap.dropmenu_open a:before {
  content: "";
  display: block;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.2s ease 0s;
  transform-origin: 0 0 0;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 7px;
  z-index: -1;
}
.gnav_dropmenu_wrap.dropmenu_open a:hover {
  opacity: 1;
}
.gnav_dropmenu_wrap.dropmenu_open a:hover:before {
  transform: scaleX(1);
}
.gnav_dropmenu_wrap p {
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.gnav_dropmenu_wrap p:last-of-type {
  margin-bottom: 0;
}
.gnav_dropmenu_wrap p a {
  letter-spacing: -0.05em;
}
.gnav_dropmenu_wrap p a:hover {
  opacity: 0.8;
}
.nav_sp {
  display: none;
}
/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 95%;
  max-width: 1020px;
  margin: 40px auto 120px;
  padding: 0;
  box-sizing: border-box;
}
.main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#conts {
  width: 720px;
}
/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 54px;
}
.conts01.mt0 {
  margin-top: 0;
}
.conts01.pc_firstconts {
  /*margin-top: 30px;*/
	/* margin: 0 0 90px; */
  margin: 0 0 54px;
}
.conts02{
  margin-top: 24px;
}
.sp_conts {
  display: none;
}
/*common
----------------------------------------------------*/
.pink {
  color: #e2949e;
}
.blue {
  color: #5d93bc;
}
.yellow {
  color: #fffaa1;
}
.ttl01 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-family: "hannari", serif;
}
.ttl01 span.br {
  display: block;
}
.ttl01 span.ttl01_wrap {
  position: relative;
}
.ttl01 span.ttl01_wrap:before, .ttl01 span.ttl01_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #5c3e26;
}
.ttl01 span.ttl01_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.ttl01 span.ttl01_wrap:after {
  transform: rotate(35deg);
  right: -1em;
}
.ttl02 {
  background: #fff;
  box-sizing: border-box;
  padding: 6px;
  font-size: 26px;
  font-weight: bold;
  font-family: "hannari", serif;
  text-align: center;
  margin-bottom: 24px;
  box-shadow: #dd8f98 5px 5px;
}
.ttl02 ruby {
  font-size: 25px;
  margin-left: 8px;
}
.ttl03 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 24px;
}
.ttl03 span.ttl03_wrap {
  position: relative;
}
.ttl03 span.ttl03_wrap:before, .ttl03 span.ttl03_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 2px dotted #5c3e26;
}
.ttl03 span.ttl03_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.ttl03 span.ttl03_wrap:after {
  transform: rotate(35deg);
  right: -0.9em;
}
.ttl04 {
  border-left: 4px solid #d57580;
  background: #fff1c1;
  padding: 8px 8px 8px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #d57580;
  margin-bottom: 24px;
}
.ttl05 {
  font-weight: bold;
  font-size: 30px;
  font-family: "hannari", serif;
  text-align: center;
  background: #fff7f5;
  margin: -56px auto 30px;
  line-height: 1.4;
  padding: 0 0;
  width: 560px;
}
.ttl05 span {
  color: #e2949e;
  background: linear-gradient(transparent 70%, #fff 70%);
}
.ttl06 {
    font-family: "hannari", serif;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #583c1b;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.ttl07{
    font-family: "hannari", serif;
    /* color: #e2949e; */
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    box-sizing: border-box;
    padding: 4px 16px;
    border-bottom: 1px solid #d57580;
}
.list01 {
  margin-bottom: 1em;
}
.list01 ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 3px;
  padding-left: 36px;
  font-size: 17px;
  margin-bottom: 12px;
}
.list01 ul li:last-of-type {
  margin-bottom: 0;
}
.list02 {
  margin-bottom: 1em;
}
.list02 ul {
  border: 1px solid #d57580;
  box-sizing: border-box;
  padding: 16px 24px 24px;
  border-radius: 8px;
}
.list02 ul li {
  padding-left: 16px;
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 1px dashed #d57580;
}
.list02 ul li:last-of-type {
  margin-bottom: 0;
}
.list02 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #d57580;
  position: absolute;
  left: 0;
  top: 10px;
}
.list03 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.list03 ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d57580;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 8px;
}
.list03 ul li {
  font-size: 15px;
  position: relative;
  margin-right: 16px;
  color: #d57580;
  font-weight: bold;
}
.list04 ul li {
	display: flex;
    align-items: center;
	line-height: 1.6;
	position: relative;
	    background: #fcebed;
    margin-bottom: 30px;
    padding: 18px;
    font-size: 21px;
    font-weight: bold;
	color: #e26d7b;
}
	.list04 ul li span:nth-of-type(2){
		width: 85%;
	}
.list04 ul li:after {
	content: "";
	background: url("../images/second/arrow02.png") no-repeat;
    width: 116px;
    height: 26px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -58px;
}
.list04 ul li:last-child:after {
	content: none;
}
.list04 .ttl_num {
    background: #fff;
    border-radius: 200px;
    color: #e2949e;
    font-family: "hannari", serif;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 41px;
	margin-right: 10px;
}
.list05{
  margin: 1em auto;
}
.list05 ul li{
  position: relative;
  padding-left: 16px;
}
.list05 ul li:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #e26d7b;
  position: absolute;
  left: 0;
  top: 11px;
}
.strong01 {
  font-weight: bold;
  color: #e2949e;
}
.commingsoon{
  box-sizing: border-box;
  padding: 24px;
  border: 2px solid #e26d7b;
  text-align: center;
  margin-bottom: 32px;
  background: #fff;
}
.commingsoon p{
  font-size: 18px;
  font-weight: bold;
  color: #e26d7b;
}
.mt1em{
  margin-top: 1em;
}
/*鍼灸大賞
----------------------------------------------------*/
.award_img{
  text-align: center;
  margin-bottom: 16px;
}

.award_img img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.award_text{
  font-size: 16px;
  line-height: 2;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
}

/*このようなお悩みはありませんか？
----------------------------------------------------*/
.onayami_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fcebed;
  padding: 40px;
  position: relative;
  margin-bottom: 110px;
  box-sizing: border-box;
}
.onayami_conts:after {
  content: "";
  background: url(../images/top/onayami_arrow.png) no-repeat;
  width: 439px;
  height: 68px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -219.5px;
}
.onayami_conts .list01 {
  font-weight: bold;
  width: 400px;
}
.onayami_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.onayami_sub_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
/*ごあいさつ
----------------------------------------------------*/
.profile-img {
  float: right;
  padding-left: 32px;
  background: #fff8f6;
}
.profile-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.profile-ttl01 {
  font-size: 18px;
  font-family: "hannari", serif;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.profile-ttl01 ruby {
  font-size: 25px;
  margin-left: 8px;
}
.profile p {
  margin-bottom: 1em;
}
.profile p:last-of-type {
  margin-bottom: 0;
}
/*患者様の声
----------------------------------------------------*/
.message_conts {
  margin-top: 40px;
}
.message_conts:first-of-type {
  margin-top: 0;
}
.message_movie {
  text-align: center;
}
.message_movie iframe {
  width: 100%;
  max-width: 670px;
  min-height: 400px;
  box-sizing: border-box;
  background: #fff;
  padding: 16px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.message_movie .message_memo {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}
.voice_conts {
  margin-top: 32px;
}
.voice_conts:first-of-type {
  margin-top: 0;
}
.voice_conts-info {
  display: flex;
  justify-content: space-between;
}
.voice_conts-info-img {
  margin-right: 32px;
}
.voice_conts-info-img a {
  text-decoration: none;
}
.voice_info-zoomimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.voice_info-zoombtn {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d57580;
  border-radius: 5px;
  padding: 4px 0 2px;
  font-weight: bold;
  color: #fff;
}
.voice_info-zoombtn img {
  width: auto;
  max-width: 15px;
  height: auto;
  margin-right: 8px;
}
.voice_conts-info-text {
  width: calc(100% - 252px);
}
.voice_info-detail {
  background: #d57580;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 12px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #fff;
}
.voice_info-ttltext {
  line-height: 2;
}
.voice_info-ttltext h3 {
  display: inline;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 2px dotted #583c1b;
}
.voice_conts-qa-conts{
  margin-top: 16px;
  margin-bottom: 48px;
}
.voice_conts.last .voice_conts-qa-conts{
  margin-bottom: 0;
}
.voice_qa-openbtn{
  background: #f2b7b5;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  line-height: 1.5;

  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  position: relative;
}
.voice_qa-openbtn:before,
.voice_qa-openbtn:after{
  content: "";
  display: block;
  
  background: #fff;
  position: absolute;
  transition: all 0.15s linear 0s;
}
.voice_qa-openbtn:before{
  width: 20px;
  height: 3px;
  right: 12px;
  top: calc(50% - 2px);
}
.voice_qa-openbtn:after{
  width: 3px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.voice_qa-openbtn.on:before,
.voice_qa-openbtn.on:after{
  transform: rotate(-45deg);
}

.voice_qa-openbtn img{
  margin-right: 8px;
  width: auto;
  max-width: 16px;
  height: auto;
}
.voice_conts-qa {
  margin-top: 24px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 5px;

  display: none;
}
.voice_conts-qa dl {
  margin-bottom: 16px;
}
.voice_conts-qa dl:last-of-type {
  margin-bottom: 0;
}
.voice_conts-qa dl dt {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
.voice_conts-qa dl dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #fff1c1;
  position: absolute;
  left: 0;
  top: 9px;
}
.voice_conts-qa dl dd p {
  margin-bottom: 1em;
}
.voice_conts-qa dl dd p:last-of-type {
  margin-bottom: 0;
}
.voice_txt_hd {
  color: #e2949e;
  font-weight: bold;
  margin-top: 15px;
}
.btn01 {
  margin-top: 32px;
}
.btn01 a {
  border: 2px solid #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  color: #424242;
  box-sizing: border-box;
  padding: 12px 8px;
  text-decoration: none;
}
.btn01 a img {
  margin-right: 8px;
  width: auto;
  max-width: 32px;
  height: auto;
}
.btn02 {
  margin: 5% auto 0;
  max-width: 600px;
}
.btn02 a {
  position: relative;
  padding: 0.5em 1.5em 0.5em 1em;
  display: block;
  border: solid 5px #fe575f;
  background: #fe575f;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #fff;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.btn02 img {
  vertical-align: sub;
  margin-right: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.btn03{
  margin: 1em auto;
}
.btn03 a{
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 32px 4px 16px;
  background: #dd8f98;
  color: #fff;
  text-decoration: none;

  font-weight: bold;
  position: relative;
}
.btn03 a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
}
.btn03 span{
  font-size: 0.8em;
  margin-left: 4px;
}
.voice_qa-memo {
  font-size: 13px;
  margin-top: 12px;
}
/*推薦の声
----------------------------------------------------*/
.recommend_conts {
  background: #fff1c1;
  box-sizing: border-box;
  padding: 24px;
}
.recommend_info {
  background: #d57580;
  position: relative;
  padding: 16px 8px 16px 106px;
}
.recommend_info:before {
  content: "";
  display: block;
  width: 20vw;
  height: 23vw;
  max-width: 114px;
  max-height: 123px;
  background: url("../images/common/reco_medal.png") no-repeat left top;
  position: absolute;
  left: -20px;
  top: -8px;
}
.recommend_info-text01, .recommend_info-text02, .recommend_ttl01 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.recommend_info-text01 {
  font-size: 15px;
  margin-bottom: 4px;
}
.recommend_info-text02 {
  font-size: 20px;
}
.recommend_ttl01 {
  font-size: 24px;
}
.recommend_textarea {
  background: #fff;
  padding: 24px;
  margin-top: 20px;
}
.recommend_textarea p {
  margin-bottom: 1em;
}
.recommend_textarea p:last-of-type {
  margin-bottom: 0;
}
.recommend_textarea-img {
  float: left;
  margin-right: 32px;
}
.recommend_memo {
  text-align: right;
  font-size: 12px;
}
.recommend_movie{
  margin-top: 24px;
}
.recommend_movie-ttl{
  font-size: 20px;
  font-weight: bold;
  background: #f2d4d8;
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 1.5;
}
.recommend_movie iframe{
  width: 100%;
  min-height: 350px;
  margin-top: 16px;
}
/*実績
----------------------------------------------------*/
.top_result-ttl01 {
  position: relative;
}

.top_result-ttl01:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 167px;
  max-height: 205px;
  background: url("../images/top/result_ttl.png") no-repeat left top;
  position: absolute;
  right: -36px;
  bottom: -76px;
}

.resultconts {
  background: #f2d4d8;
  box-sizing: border-box;
  padding: 24px;
}

.result_conts {
  margin-top: 24px;
}

.result_conts:first-of-type {
  margin-top: 0;
}

.result_conts-speech {
  background: #d57580;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
  margin-bottom: 20px;
}

.result_conts-speech:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 30px solid #d57580;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
}

.result_conts-speech-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "hannari", serif;
  line-height: 1.35;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.result_conts-speech-ttl span.br {
  display: block;
}

.result_conts-textarea {
  background: #fff;
  box-sizing: border-box;
  padding: 40px 16px 24px;
}

.result01_ttl01 {
  margin-bottom: 32px;
}

.result01_img01 {
  margin: 32px auto 16px;
}

.result01_textarea p {
  margin-bottom: 1em;
}

.result01_textarea p:last-of-type {
  margin-bottom: 0;
}

.result02_img01 {
  float: right;
  margin-left: 32px;
}

.result01_ttl02 {
  text-align: center;
  margin-bottom: 16px;
}

.result01_ttl02 span{
  font-size: 34px;
  font-weight: bold;
  font-family: "hannari", serif;
  padding: 0 8px 4px;
  background: linear-gradient(transparent 60%, #fff58c 60%);
}
.result02_ttl01 {
    text-align: center;
    margin-bottom: 16px;
}

.result02_ttl01 span{
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  padding: 0 8px 4px;
  background: linear-gradient(transparent 60%, #fff58c 60%);
    line-height: 1.5;
}
.result01_conts {
	margin-top: 30px;
}
.result02_text {
	margin-top: 32px;
}
.result02_memo {
  margin-top: 8px;
  text-align: right;
}

.result02_dateconts {
  margin-top: 32px;
}

.result02_ttl02 {
  font-size: 32px;
  font-weight: bold;
  font-family: "hannari", serif;
  text-align: center;
  line-height: 1.35;
}

.result02_ttl02 span.result02_ttl02-strong01 {
  display: block;
  text-decoration: underline;
  color: #d57580;
}

.result02_ttl03 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 2px dotted #d57580;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.result02_ttl03 span.br {
  display: block;
}

.result02_dateinfo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.result02_dateinfo-imgconts {
  width: calc(50% - 12px);
  margin-right: 24px;
}

.result02_dateinfo-imgconts:last-of-type {
  margin-right: 0;
}

.result02_dateinfo-imgconts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.result02_dateinfo-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #583c1b;
  margin-top: 24px;
}

.result02_dateinfo-ttl01 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.result03_text {
  margin-top: 32px;
}

.result03_text p {
  margin-bottom: 1em;
}

.result03_text p:last-of-type {
  margin-bottom: 0;
}

.clinic_infolist-wrap{
  display: flex;
  justify-content: space-between;
}

.clinic_infolist-sec{
  /* width: calc(50% - 12px);
  max-width: 348px; */
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.clinic_listwrap{
  display: flex;
  flex-wrap: wrap;
}

.clinic_listconts{
  width: calc(50% - 12px);
  max-width: 348px; 
  margin-right: 24px;
  margin-bottom: 24px;
 
  /* width: 100%;
  margin-bottom: 24px; */
}

.clinic_listconts:nth-of-type(2n){
  margin-right: 0;
}

.clinic_listconts-img{
  margin-bottom: 8px;
}

.clinic_listconts-ttl{
  font-weight: bold;
  text-align: center;
}

.clinic_listconts-img img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.clinic_listconts-text{
  width: 100%;
  box-sizing: border-box;
  padding: 0 8px;
}

/*side
----------------------------------------------------*/
#side {
  width: 250px;
  margin-right: 50px;
}
.side_reserve-img {
  line-height: 0;
}
.side_reserve-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.side_info, .side_conts {
  margin-top: 16px;
}
.side_bnr {
  margin-bottom: 18px;
}
.side_info, .side_menu {
  background: #eee3dc;
  box-sizing: border-box;
  padding: 15px;
}
.side_ttl {
  font-family: "hannari", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.side_ttl span {
  display: block;
}
.side_ttl:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #583c1b;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.side_ttl:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 2px dotted #c9baac;
}
.side_info-tel {
  text-align: center;
}
.side_info-tel img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.side_infodetail dl {
  line-height: 1.5;
  margin-bottom: 24px;
}
.side_infodetail dl:last-of-type {
  margin-bottom: 0;
}
.side_infodetail dl dt {
  position: relative;
  padding-left: 12px;
}
.side_infodetail dl dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e2949e;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 6px;
}
.side_info-map {
  margin-top: 12px;
  line-height: 0;
}
.side_info-webreserve {
  margin-top: 12px;
}
.side_menu-conts ul li {
  padding-bottom: 4px;
  border-bottom: 1px dotted #8a7559;
  margin-bottom: 4px;
}
.side_menu-conts ul li:last-of-type {
  margin-bottom: 0;
}
.side_menu-conts ul li a {
  display: block;
  font-size: 14px;
  color: #583c1b;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
}
.side_menu-conts ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/common/side_icon01.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 8px;
}
/*sidebtn
----------------------------------------------------*/
#sidebtn {
  position: fixed;
  right: -100px;
  top: 10%;
  transition: right 0.25s linear 0s;
  z-index: 1000;
}
#sidebtn.on {
  right: 0;
}
.sidebtn_wrap {
  display: flex;
  flex-direction: column;
}
/*pagetop
----------------------------------------------------*/
/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: linear-gradient(#ffccd2, #f5e6bf);
  /* padding: 80px 0; */
  padding: 64px 0 80px;
  position: relative;
}
#pagetop {
  position: absolute;
  top: -112px;
  right: 2.5%;
  text-align: right;
  z-index: 100;
}
#pagetop img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.common_contact-wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.common_contact-ttl {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.common_contact-ttl p{
  margin-bottom: 6px;
}
.common_contact-ttl p:last-of-type{
  margin-bottom: 0;
}
.common_contact-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.common_contact-btnlist {
  margin-top: 32px;
}
.common_contact-btnlist ul {
  display: flex;
  justify-content: space-between;
}
.common_contact-btnlist ul li {
  width: calc(100% / 3 - 19px);
  margin-right: 30px;
  line-height: 0;
}
.common_contact-btnlist ul li:last-of-type {
  margin-right: 0;
}
.common_contact-btnlist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
}
.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.sp_btm.on img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*連絡先
----------------------------------------------------*/
.contact_clinicinfo-img01{
  text-align: center;
}

.contact_clinicinfo-img01 img{
  width: auto;
  max-width: 100%;
  height: auto;
}

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

.contact_clinicinfo-img02 img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.contact_conts {
  background: #fff5db;
  border-top: 8px solid #dd8f98;
  padding: 34px;
}
.info_logo {
  text-align: center;
  margin-bottom: 16px;
}
.contact_conts .contact_btn {
  margin-top: -67px;
}
.contact_access {
  margin: 30px 0;
  padding: 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_access-lf {
  width: 212px;
  margin-right: 15px;
}
.contact_access-rt {
  width: calc(100% - 240px);
}
.contact_access-info {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
}
.contact_btn img {
  vertical-align: middle;
}
.contact_telbtn, .contact_formbtn {
  margin-bottom: 20px;
}
.contact_access-map {
  line-height: 0;
  margin-top: 20px;
}
.contact_access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.contact_common_clinicbtn{
  margin-top: 20px;
}
.contact_common_clinicbtn p img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.contact_conts .tbl_opentime table {
  border-collapse: collapse;
}
.contact_conts .tbl_opentime thead tr th {
  background: #b8ada5;
  border-right: 1px solid #fff;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.contact_conts .tbl_opentime tbody tr td {
  background: #fff;
  border-right: 1px solid #b5b0ac;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.contact_conts .tbl_opentime thead tr th:nth-child(n + 2) {
  font-size: 12px;
}
.contact_conts .tbl_opentime tbody tr td:nth-child(n + 2) {
  font-size: 9px;
}
.contact_conts .tbl_opentime tbody tr td:nth-of-type(n + 2):nth-of-type(-n + 7) {
  color: #d57580;
}
.contact_conts .tbl_opentime tbody tr td:last-child {
  border-right: none;
}
.contact_conts .tbl_opentime .tbl_opentime-memo{
  margin-top: 4px;
}
.contact_conts .tbl_opentime .tbl_opentime-memo p{
  font-size: 13px;
}

/*footer
----------------------------------------------------*/
.footer_wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer_l {
  margin-right: 32px;
}
.f_logo {
  line-height: 0;
}
.f_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.f_address {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.f_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.f_menu ul li {
  background: url("../images/common/f_icon01.png") no-repeat left 9px;
  padding-left: 16px;
  margin-right: 16px;
}
.f_menu ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #583c1b;
  text-decoration: none;
}
.tbl_opentime {
  width: 100%;
  border-collapse: collapse;
}
.tbl_opentime thead tr th {
  background: #b8ada5;
  border-right: 1px solid #fff;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.tbl_opentime thead tr th:last-of-type {
  border-right: none;
}
.tbl_opentime tbody tr th, .tbl_opentime tbody tr td {
  background: #fff;
  border-right: 1px solid #b5b0ac;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.tbl_opentime tbody tr th:last-of-type, .tbl_opentime tbody tr td:last-of-type {
  border-right: none;
}
.tbl_opentime tbody tr th {
  text-align: left;
  border-right: 1px solid #b5b0ac;
}
.tbl_opentime tbody tr td {
  text-align: center;
  font-weight: bold;
}
.tbl_opentime tbody tr td:first-of-type {
  text-align: left;
  line-height: 1.8;
}
.f_memo {
  text-align: right;
}
.f_copy {
  background: #e2949e;
  padding: 8px 0;
  box-sizing: border-box;
}
.f_copy p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}