@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: #faf7ed;
  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: #d57580;
  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;
}
.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 {
  width: auto;
  max-width: 100%;
  height: auto;
}
.tac {
  text-align: center;
}
.f12 {
  font-size: 12px;
}
/*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: 461px;
  margin-right: 67px;
}
.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.h_contact {
  display: flex;
  align-items: flex-end;
  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 .inner {
  font-family: "hannari", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  text-align: right;
}
.h_contact-btn {
  margin-left: 32px;
}
.h_contact-btn ul {
  display: flex;
}
.h_contact-btn ul li {
  margin-right: 12px;
}
.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;
  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: #faf7ed;
  padding: 12px 6px;
  border: 1px solid #e7adb4;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
  margin-top: 0px;
  transform: scale(0);
  opacity: 0;
  width: 15em;
  bottom: -165px;
}
.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: 0;
}
.sp_conts {
  display: none;
}
/*common
----------------------------------------------------*/
.pink {
  color: #e2949e;
}
.yellow {
  color: #fffaa1;
}
.ttl01 {
  box-sizing: border-box;
  /* display: block; */
  width: 100%;
  /* max-width: 658px; */
  margin: 0 auto 24px;
  padding: 25px 0 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  text-align: center;
  font-family: "hannari", serif;
  /* border-top: 2px dotted #c3c1ba;
  border-bottom: 2px dotted #b3b1aa; */
}
.ttl01::before, .ttl01::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #c3c1ba 0 2px, /* 点の長さ */ transparent 2px 8px /* 点と点の間隔 */
    );
}
.ttl01::before {
  top: 0;
}
.ttl01::after {
  bottom: 0;
}
.ttl01 span.br {
  display: block;
}
.ttl02 {
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  font-family: "hannari", serif;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.25;
}
.ttl02 span.br {
  display: block;
}
.ttl03 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  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: -4px;
  border-left: 1px solid #e49ca5;
}
.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 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  text-align: center;
  font-family: "hannari", serif;
}
.ttl05::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  height: 12px; /* 上下の間隔 */
  transform: translateY(-50%);
  z-index: 0;
  background: /* 上の線 */ repeating-linear-gradient(to right, #b3b1aa 0 2px, /* ドットの太さ */ transparent 2px 8px /* ドットの間隔*/
    ) top center / 100% 1px no-repeat, /* 下の線 */ repeating-linear-gradient(to right, #b3b1aa 0 2px, transparent 2px 8px) bottom center / 100% 1px no-repeat;
}
.ttl05 > span {
  position: relative;
  background-color: #faf7ed;
  padding: 0 1em;
  z-index: 1;
  display: inline-block;
}
.ttl05 span.br {
  display: block;
}
.ttl06 {
  box-sizing: border-box;
  position: relative;
  padding: 24px 20px 34px;
  background: #f2d9d4;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-family: "hannari", serif;
  margin-bottom: 24px;
}
.ttl06::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 2px dashed #fff;
  pointer-events: none;
}
.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;
}
.strong01 {
  font-weight: bold;
  color: #e2949e;
}
.sp-br {
  display: none;
}
/*患者様の声
----------------------------------------------------*/
.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_img {
  text-align: center;
  margin-bottom: 20px;
}
.voice_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.voice_conts {
  margin-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.voice_conts:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #c3c1ba 0 2px, /* 点の長さ */ transparent 2px 8px /* 点と点の間隔 */ );
}
.voice .voice_conts:nth-last-of-type(2) {
  padding-bottom: 0;
}
.voice .voice_conts:nth-last-of-type(2):after {
  content: none;
}
.second_conts .voice_conts:last-of-type {
  padding-bottom: 0;
}
.second_conts .voice_conts:last-of-type:after {
  content: none;
  ;
}
.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;
  font-size: 20px;
}
.voice_conts-qa {
  margin-top: 24px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 5px;
}
.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: 7px;
}
.voice_conts-qa dl dd p {
  margin-bottom: 1em;
}
.voice_conts-qa dl dd p:last-of-type {
  margin-bottom: 0;
}
.voice_btn01 {
  margin-top: 32px;
  width: 55%;
  margin: 32px auto 0;
}
.voice_btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d57580;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 12px 8px;
  border-radius: 100px;
  text-decoration: none;
}
.voice_btn01 a img {
  margin-right: 8px;
  width: auto;
  max-width: 32px;
  height: auto;
}
.voice_memo {
  font-size: 13px;
  margin-top: 16px;
}
/*推薦の声
----------------------------------------------------*/
.recommend_conts {
  background: #f2d9d4;
  box-sizing: border-box;
  padding: 24px;
}
.recommend_info {
  background: #d98d96;
  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.1);
  letter-spacing: 0.025em;
}
.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_subconts {
  margin-top: 1em;
  border-top: 1px dashed;
  padding-top: 1em;
}
.recommend_subconts iframe {
  width: 100%;
  min-height: 360px;
  margin-top: 24px;
}
.recommend_memo {
  text-align: right;
  font-size: 12px;
}
/*実績
----------------------------------------------------*/
.top_result-ttl01 {
  position: relative;
}
.top_result-ttl01:before {}
.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: #d98d96;
  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 #d98d96;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
}
.result_conts-speech-ttl {
  font-size: 36px;
  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_ttl {
  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;
}
.result02_ttl01 {
  text-align: center;
  margin-bottom: 16px;
}
.result02_ttl01 span {
  font-size: 34px;
  font-weight: bold;
  font-family: "hannari", serif;
  padding: 0 8px 4px;
  background: linear-gradient(transparent 60%, #fff58c 60%);
}
.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;
}
/*よくある質問
----------------------------------------------------*/
.faq_conts {
  margin-top: 32px;
}
.faq_conts:first-of-type {
  margin-top: 0;
}
.faq_conts dl {
  display: flex;
  flex-direction: column;
}
.faq_conts dl dt {
  background: url("../images/top/faq_q.png") no-repeat left top;
  padding-left: 56px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f2ccc4;
  margin-bottom: 12px;
  padding-bottom: 4px;
  min-height: 44px;
}
.faq_conts dl dd {
  background: url("../images/top/faq_a.png") no-repeat left top;
  padding-left: 56px;
  min-height: 44px;
}
.faq_conts dl dd p {
  margin-bottom: 1em;
}
.faq_conts dl dd .faq_img-list03 {
  margin-bottom: 1em;
}
.faq_conts dl dd .faq_img-list03 ul {
  display: flex;
  justify-content: space-between;
}
.faq_conts dl dd .faq_img-list03 ul li {
  width: calc(100% / 3);
  margin-right: 12px;
}
.faq_conts dl dd .faq_img-list03 ul li:last-of-type {
  margin-right: 0;
}
.faq_conts dl dd .faq_img-list03 ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*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, .side_bnr {
  margin-top: 16px;
}
.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: url("../images/common/common_contact-bg.png") no-repeat center center/cover;
  padding: 80px 0;
  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 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;
}
/*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;
}
.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;
}