@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');
}
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #583c1b;
  background: #fff8f6;
  line-height: 2.2em;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
html {
  overflow-y: scroll;
}
a {
  color: #d57580;
  text-decoration: underline;
}
a:hover {
  color: #d57580;
  text-decoration: none;
  opacity: 0.8;
}
img {
  border: 0;
}
figure {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, 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;
}
.clear {
  clear: both;
}
.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fix {
  min-height: 1px;
}
* html .fix {
  height: 1px;
  /*\*/ /*/
		height: auto;
		overflow: hidden;
		/**/
}
.bold {
  font-weight: bold;
}
.pink01 {
  color: #e42585;
}
.red {
  color: #e00;
}
.strong01 {
  color: #e42585;
  font-weight: bold;
  text-decoration: underline;
}
/*section p
----------------------------------------------------*/
.section {
  margin: 0 0 30px 0;
  width: 100%;
}
.inner {
  width: 100%;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.btm0 {
  margin-bottom: 0 !important;
}
.btm5 {
  margin-bottom: 5px;
}
.btm10 {
  margin-bottom: 10px;
}
.btm15 {
  margin-bottom: 15px;
}
.btm20 {
  margin-bottom: 20px;
}
.btm25 {
  margin-bottom: 25px;
}
.btm30 {
  margin-bottom: 30px;
}
.btm40 {
  margin-bottom: 40px;
}
.top5 {
  margin-top: 5px;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px !important;
}
p.l11 {
  line-height: 1.1;
}
p.l13 {
  line-height: 1.3;
}
.m0 {
  margin: 0 !important;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.lh15 {
  line-height: 1.5;
}
.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.list_disc {
  margin-left: 20px;
}
.list_disc li {
  list-style: disc;
}
.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}
/*ヘッダー
----------------------------------------------------*/
#header {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.h_copy {
  margin-top: 15px;
}
.h_copy h1 {
  font-size: 12px;
  text-align: right;
  line-height: 1.5;
}
.h_top {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.h_telcotact {
  display: -webkit-flex;
  display: flex;
}
.h_reserve {
  margin-left: 15px;
}
.h_logo img {
  vertical-align: middle;
}
#sp_head, #sp_logo {
  display: none;
}
/*ナビ
----------------------------------------------------*/
.h_nav {
  margin: 40px 0 30px;
}
.h_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 20px;
}
.h_nav .gnav_dropmenu {
  position: relative;
}
.h_nav .gnav_dropmenu_wrap {
  position: absolute;
  z-index: 9998;
  background: #fff8f6;
  padding: 5px;
  border: 1px solid #583c1b;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
  margin-top: 0px;
  transform: scale(0);
  opacity: 0;
  width: 150%;
  left: calc(-25% - 10px);
}
.h_nav .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;
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open:before, .h_nav .gnav_dropmenu_wrap.dropmenu_open:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #583c1b;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  transform: scaleX(1.5);
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open:after {
  border-bottom: 10px solid #fffbed;
  margin: 1px 0 0 0;
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open a {
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-family: "hannari", "serif";
  font-weight: normal;
  letter-spacing: -0.1em;
  font-weight: bold;
  color: #583c1b;
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open a:before {
  content: "";
  display: block;
  border-bottom: 2px 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;
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open a:hover {
  opacity: 1;
}
.h_nav .gnav_dropmenu_wrap.dropmenu_open a:hover:before {
  transform: scaleX(1);
}
.h_nav .gnav_dropmenu_wrap p {
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.h_nav .gnav_dropmenu_wrap p:last-of-type {
  margin-bottom: 0;
}
.h_nav .gnav_dropmenu_wrap p a {
  letter-spacing: -0.05em;
}
.h_nav .gnav_dropmenu_wrap p a:hover {
  opacity: 0.8;
}
/*main-image
----------------------------------------------------*/
#mainimage_pc {
  width: 100%;
  max-width: 1255px;
  position: relative;
  margin: 0 auto;
}
.mainimage_mainconts, .mainimage_subconts {
  width: 100%;
  max-width: 1255px;
  height: 39vw;
  max-height: 481px;
  margin: 0 auto;
  position: relative;
}
.mainimage_mainconts-conts {
  position: absolute;
}
.mainimage_mainconts-conts img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mainimage_mainconts-btn {
  z-index: 2;
  right: 66px;
  bottom: 0;
}
.mainimage_mainconts-btn img {
  width: 16vw;
  max-width: 191px;
}
.mainimage_mainconts-img {
  z-index: 1;
  right: 0;
  top: 0;
}
#mainimage_sp {
  display: none;
}
/*common
----------------------------------------------------*/
#mainconts {
  width: 95%;
  max-width: 1020px;
  margin: 40px auto 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main, #side_pc {
  display: block;
}
#side_sp {
  display: none;
}
#main {
  width: 715px;
}
#side_pc {
  width: 250px;
}
.ttl01 {
  border-top: 1px dashed #937f65;
  font-family: "hannari", "serif";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.085em;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px dashed #937f65;
  margin-bottom: 30px;
}
.ttl02 {
  background: #fff1be;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.025em;
  color: #e42585;
  text-align: left;
  margin-bottom: 10px;
}
.ttl03 {
  font-family: "hannari", "serif";
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.085em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.ttl03 strong {
  font-size: 49px;
  color: #d57580;
  line-height: 0;
}
.ttl03 span {
  position: relative;
  display: inline-block;
}
.ttl03 span:before {
  content: "";
  display: block;
  background: url("../images/common/icon_ttl03_l.png") no-repeat left center;
  width: 85px;
  height: 84px;
  position: absolute;
  left: -100px;
  top: 0;
}
.ttl03 span:after {
  content: "";
  display: block;
  background: url("../images/common/icon_ttl03_r.png") no-repeat right center;
  width: 85px;
  height: 84px;
  position: absolute;
  right: -100px;
  top: 0;
}
.ttl04 {
  font-family: "hannari", "serif";
  font-size: 33px;
  font-weight: bold;
  color: #583c1b;
  letter-spacing: -0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.ttl04 span {
  color: #e42585;
}
.ttl05 {
  font-family: "hannari", "serif";
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding: 5px 0 10px;
  line-height: 1.2;
  background: url("../images/common/bg_ttl05.png") no-repeat left top;
  background-size: 60px auto;
  min-height: 60px;
  position: relative;
}
.ttl05:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  margin-top: 8px;
  position: absolute;
  left: 0;
  width: 100%;
}
.ttl06 {
  border-top: 1px dashed #937f65;
  font-family: "hannari", "serif";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.085em;
  padding: 10px 0;
  border-bottom: 1px dashed #937f65;
  margin-bottom: 15px;
}
.ttl07 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 1.5;
}
.ttl08 {
  font-size: 15px;
  font-weight: bold;
  color: #d57580;
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1.8;
}
.ttl09 {
  font-family: "hannari", "serif";
  font-size: 24px;
  font-weight: bold;
  color: #583c1b;
  border-bottom: 2px dashed;
  padding-bottom: 7px;
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}
.ttl10 {
  font-size: 24px;
  font-family: "hannari";
  letter-spacing: -0.085em;
  font-weight: bold;
  margin-bottom: 20px;
}
.ttl11 {
  background: #d57580;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  padding: 10px 36px;
}
.ttl11:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  border-radius: 100px;
}
.movie_conts {
  text-align: center;
  line-height: 0;
}
.movie_conts iframe {
  width: calc(670px - 16px);
  height: 370px;
  border: 8px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*トップページ
----------------------------------------------------*/
.top_conts {
  margin-bottom: 50px;
}
/* これだけの患者様が不妊を卒業されています */
.complete_voice_conts {
  text-align: center;
}
.complete_voice_conts img {
  width: auto;
  max-width: 100%;
}
/* 初回体験キャンペーン */
.campaign_conts {
  text-align: center;
}
.campaign_conts img {
  width: auto;
  max-width: 100%;
}
/* このようなお悩み、当院で相談してみませんか？ */
.nayami_ttl01 {
  text-align: center;
  margin-bottom: 20px;
}
.nayami_conts {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nayami_text {
  width: calc(100% - 193px);
  margin-right: 30px;
}
.nayami_img {
  width: 193px;
}
.nayami_list li {
  background: url("../images/top/icon_nayami01.png") no-repeat left top;
  background-size: 30px 32px;
  padding-left: 40px;
  font-size: 17px;
  color: #583c1b;
  margin-bottom: 7px;
}
.nayami_answer {
  border: 16px solid #fce6e9;
  background: #fff;
  padding: 44px 50px;
}
.nayami_arrow {
  margin-bottom: 8px;
}
.nayami_arrow img {
  width: auto;
  max-width: 100%;
}
.nayami_answer_imgtext {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nayami_answer_img {
  width: 174px;
}
.nayami_answer_text {
  width: calc(100% - 174px);
  margin-right: 20px;
}
.nayami_answer_ttl {
  font-size: 34px;
  font-family: "hannari", "serif";
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.085em;
  border-bottom: 1px dotted #ab5e67;
  padding-bottom: 19px;
  margin-bottom: 24px;
}
/* 当院の3つの特徴 */
.top_feature {
  background: #fce6e9;
  padding: 20px;
}
.feature_ttl {
  font-family: "hannari", "serif";
  font-size: 42px;
  color: #fff;
  background: #d57580;
  text-align: center;
  padding: 36px 20px 46px;
  font-weight: bold;
  text-shadow: 0px 2px #575454;
  position: relative;
  margin-bottom: 46px;
}
.feature_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 29px solid transparent;
  border-top: 26px solid #d57580;
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.feature_ttl span {
  font-size: 48px;
  color: #fffaa1;
}
.feature_conts {
  background: #fff;
  margin-bottom: 20px;
  padding: 36px;
  counter-increment: num;
}
.feature_conts:last-child {
  margin-bottom: 0;
}
.feature_conts_ttl {
  font-size: 34px;
  font-family: "hannari", "serif";
  font-weight: bold;
  color: #d57580;
  border-bottom: 2px dotted #d57580;
  padding-bottom: 14px;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: 50px;
}
.feature_conts_ttl:before {
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #d57580;
  color: #fff;
  font-size: 27px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-left: -40px;
  position: relative;
  left: -10px;
}
.feature_conts p {
  line-height: 1.5;
  font-size: 27px;
  font-weight: bold;
  margin-left: 50px;
}
.feature_conts p strong {
  font-size: 36px;
  color: #d57580;
  background: linear-gradient(transparent 60%, #fffaa1 60%);
}
/* 初めての方へ */
.top_info_pc {
  display: -webkit-flex;
  display: flex;
}
.top_info_sp {
  display: none;
}
/* 院長メッセージ */
.top_introduce_conts {
  margin-bottom: 30px;
}
.top_introduce_conts:last-of-type {
  margin-bottom: 0;
}
.introduce_text {
  order: 2;
  width: calc(100% - 60px);
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  padding: 32px;
}
.introduce_text p {
  font-size: 21px;
  font-family: "hannari", serif;
  line-height: 1.7;
  margin-bottom: 1em;
}
.introduce_text p:last-of-type {
  margin-bottom: 0;
}
.introduce_img img {
  width: auto;
  max-width: 100%;
}
/* スタッフ紹介 */
.staffinfo_conts_body {
  display: flex;
  gap: 32px;
}
.staffinfo_conts:first-of-type {
  margin-bottom: 50px;
}
.staffinfo_conts_body:first-of-type {
  margin-bottom: 30px;
}
.staffinfo_subconts {
  margin-bottom: 30px;
}
.staffinfo_subconts figure {
  text-align: center;
}
.staffinfo_conts .ttl11 {
  margin-bottom: 30px;
}
.staffinfo_img {
  flex-shrink: 0;
}
.staffinfo_subconts img {
  width: auto;
  max-width: 100%;
}
.staffinfo_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.staffinfo_text {
  flex-grow: 1;
}
.staffinfo_ttl01 {
  font-family: "hannari";
  border-bottom: 1px dashed #937f65;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.staffinfo_ttl01 span {
  margin-right: 16px;
}
.staffinfo_ttl01 ruby {
  font-size: 1.4em;
  margin-right: 8px;
}
.staffinfo_ttl01 ruby:last-of-type {
  margin-right: 0;
}
/* 実績 */
.top_results_conts {
  background: #fff1c1;
  padding: 30px 20px;
}
.top_results_ttl01 {
  font-family: "hannari", "serif";
  font-size: 43px;
  letter-spacing: -0.1em;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 30px;
}
.top_results_ttl01 span {
  color: #d64254;
}
.results_conts {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 20px 40px;
}
.results_conts:last-of-type {
  margin-bottom: 0;
}
.top_results_ttl02 {
  padding: 13px 10px;
  font-family: "hannari", "serif";
  font-size: 36px;
  color: #fff;
  letter-spacing: -0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.top_results_01 figure {
  line-height: 0;
  text-align: center;
}
.top_results_01 figure img, .top_results_ttl02 img {
  width: auto;
  max-width: 100%;
}
.top_results_02 {
  background: #fff;
  padding: 30px 20px;
}
.top_results_ttl03 {
  background: url("../images/top/bg_top_results06.png") no-repeat 40% center;
  background-size: contain;
  font-family: "hannari", "serif";
  font-size: 33px;
  letter-spacing: -0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.top_results_ttl03 span {
  color: #d64254;
  border-bottom: 2px solid;
}
.top_results_ttl04 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.results02_memo {
  margin-bottom: 10px;
}
.results02_imgconts {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.results02_imgconts figure {
  width: 310px;
}
.results02_imgconts figure img {
  width: auto;
  max-width: 100%;
}
.results02_imgconts a {
  color: inherit;
  text-decoration: none;
}
.results02_imgconts figure figcaption {
  line-height: 1;
}
.results02_text {
  border: 1px solid #583c1b;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}
.top_results_ttl05 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.results02_text p:last-of-type {
  margin-bottom: 0;
}
/* 卒業された方の喜びの声 */
.top_voice_conts {
  padding-bottom: 15px;
  border-bottom: 2px dashed #b19a7e;
  margin-bottom: 30px;
}
.top_voice_conts:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 20px;
}
.voice_imgtext {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_voice_img {
  width: 220px;
}
.top_voice_img a {
  text-decoration: none;
}
.top_voice_img figure {
  line-height: 0;
}
.top_voice_img figure img {
  width: auto;
  max-width: 100%;
}
.voice_btn {
  background: #d57580;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.voice_btn a {
  text-decoration: none;
}
.voice_btn a .fas {
  margin-right: 5px;
}
.top_voice_text {
  width: calc(100% - 240px);
  margin-left: 20px;
}
.top_voice_textmain {
  border: 1px solid #583c1b;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.top_voice_textmain:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fffbed;
  z-index: 2;
}
.top_voice_textmain:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #583c1b;
  z-index: 1;
}
.top_voice_textmain p {
  display: inline;
  font-weight: bold;
  border-bottom: 1px dashed;
}
.voice_user {
  margin-bottom: 5px;
}
.voice_user span {
  background: #e2949e;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
.voice_conts {
  margin-top: 25px;
}
.voice_conts:first-of-type {
  margin-top: 0;
}
.voice_ttl01 {
  display: inline;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  padding: 3px 0;
  border-bottom: 1px dashed;
}
.voice_ttl02 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 4px 23px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  position: relative;
}
.voice_ttl02::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #fff1c1;
  position: absolute;
  left: 0;
  top: 4px;
}
.voice_voice p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.top_voice_koe {
  margin-top: 25px;
  background: #fff;
  padding: 32px 25px 5px;
  border-radius: 5px;
}
.top_message_btn a {
  width: 100%;
  display: block;
  background: #d57580;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
}
.top_message_btn a img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.top_message_conts {
    margin-bottom: 30px;
}
.top_message_conts .ttl11 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.top_message_conts .movie_conts {
    margin-bottom: 10px;
}
.voice_voice .movie_conts {
	margin-bottom: 10px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
  font-family: sans-serif;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #f5f5f5;
  border-color: #bbb;
}
.page-numbers.current {
  background-color: #888;
  color: #fff;
  border-color: #888;
  cursor: default;
}
.page-numbers.prev,
.page-numbers.next {
  font-weight: bold;
}
/* 選ばれる理由 */
.select_ttl01 {
  font-size: 24px;
  font-weight: bold;
  color: #583c1b;
  letter-spacing: 0.015em;
  padding-left: 47px;
  margin-bottom: 20px;
  position: relative;
}
.select_ttl01 span {
  font-size: 60px;
  color: #d88089;
  position: absolute;
  top: 0px;
  left: 0;
}
.top_select_conts {
  margin-bottom: 30px;
}
.select_inline figure {
  float: left;
  margin-right: 30px;
}
.select_inline p {
  font-weight: bold;
}
/* よくあるご質問 */
.faq_conts {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.faq_conts dt {
  font-size: 18px;
  font-weight: bold;
  background: url("../images/common/icon_faq_q.png") no-repeat left 2px;
  border-bottom: 1px dashed;
  padding: 5px 0 5px 50px;
}
.faq_conts dd {
  background: url("../images/common/icon_faq_a.png") no-repeat left 12px;
  padding: 10px 0 5px 50px;
}
.imglist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.imglist li {
  width: 205px;
  margin-left: 15px;
  line-height: 0;
}
.imglist li:first-child {
  margin-left: 0;
}
.imglist li img {
  width: auto;
  max-width: 100%;
}
.faq_memo {
  display: block;
  text-align: right;
}
.top_contact_btn a {
  width: 100%;
  display: block;
  background: #e42585;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
}
.top_contact_btn a img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
/* 推薦の声 */
.recommend_conts {
  position: relative;
  margin: 24px auto 0;
  background-color: #fff;
  border: 23px solid #fce6e9;
  box-sizing: border-box;
}
.badge {
  position: absolute;
  top: -17px;
  left: 16px;
  width: 102px;
  z-index: 10;
}
.recommend_hd {
  background-color: #d57580;
  padding: 20px 20px 20px 130px;
}
.recommend_ttl {
  color: #fff;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.recommend_ttl span {
  font-size: 20px;
}
.recommend_body {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  gap: 30px;
}
.recommend_img {
  flex-shrink: 0;
  width: 168px;
}
.recommend_img img {
  width: 100%;
  height: auto;
  display: block;
}
.recommend_text {
  flex-grow: 1;
}
.recommend_text p {
  font-size: 20px;
  color: #7a5e58;
  margin: 0;
  font-weight: bold;
}
/* スタッフからみなさまへ */
.staff_conts {
  margin-bottom: 40px;
  border-bottom: 2px dashed #b19a7e;
  padding-bottom: 20px;
}
.staff_conts:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.staff_conts_lr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.staff_text {
  font-size: 14px;
  color: #583c1b;
}
.staff_text p {
  font-weight: bold;
}
/* バナー */
.bannar_lr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bannar_conts {
  width: 100%;
  max-width: 348px;
}
.bannar_conts figure {
  line-height: 0;
}
.bannar_conts figure img {
  width: auto;
  max-width: 100%;
}
/* 新着情報・ブログ */
.infoblog_lr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.infoblog_conts {
  width: 100%;
  max-width: 348px;
}
.infoblog_list {}
.infoblog_list li {
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}
.infoblog_date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.infoblog_ttl {}
.infoblog_list li a {
  color: #583c1b;
  text-decoration: none;
}
/* プライバシーポリシー */
.privacy_conts {
  margin-bottom: 20px;
}
/*wordpress
----------------------------------------------------*/
/* 記事一覧ページ */
.cat_conts ul li {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  font-size: 16px;
}
.cat_conts ul li span {
  width: 6em;
}
.cat_conts ul li a {
  text-decoration: none;
  font-weight: bold;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 15px;
}
/* 記事詳細ページ */
.single_conts h4 {
  border-top: 1px dashed #937f65;
  font-family: "hannari", "serif";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.085em;
  padding: 8px 0;
  border-bottom: 1px dashed #937f65;
  margin-bottom: 15px;
  margin-top: 2em;
}
.single_conts h5 {
  background: #fff1be;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.025em;
  color: #e42585;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 1.5em;
}
.single_conts p img {
  width: auto;
  max-width: 100%;
}
/*サイド
----------------------------------------------------*/
.side_bnr {
  margin-bottom: 20px;
}
.side_bnr p {
  line-height: 0;
}
.side_info {
  background: #eee3dc;
  padding: 15px;
}
.side_info img {
  width: auto;
  max-width: 100%;
}
.side_info_ttl {
  background: url("../images/common/icon_info.png") no-repeat left -3px;
  font-family: "hannari", "serif";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.085em;
  color: #583c1b;
  line-height: 1.5;
  padding: 0 0 10px 35px;
  border-bottom: 1px dashed;
  margin-bottom: 15px;
}
.side_info_ttl span {
  display: block;
}
.side_info_dl {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
.side_info_dl:last-of-type {
  margin-bottom: 5px;
}
.side_info_dl dt {
  color: #583c1b;
}
.side_info_dl dt:before {
  content: "●";
  color: #e39aa3;
  font-size: 10px;
}
.side_info_dl dd {
  color: #583c1b;
}
.side_infomap, .side_infomap p img {
  line-height: 0;
}
.side_info02 {
  background: #eee3dc;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.side_info_ttl02 {
  background: url("../images/common/icon_sidettl02.png") no-repeat left 0;
  font-family: "hannari", "serif";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.085em;
  color: #583c1b;
  line-height: 1.5;
  padding: 0 0 10px 35px;
  border-bottom: 1px dashed;
  margin-bottom: 15px;
}
.side_list01 {
  margin: 15px 0 0;
}
.side_list01 li {
  background: url("../images/common/icon_sidelist01.png") no-repeat left 2px;
  border-bottom: 1px dotted;
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
}
.side_list01 li a {
  color: #583c1b;
  text-decoration: none;
}
/*サイドボタン
----------------------------------------------------*/
#side_btn {
  position: fixed;
  right: -48px;
  top: 10%;
  transition: all 0.15s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#side_btn img {
  width: 48px;
  height: auto;
}
.side_btn_sp {
  display: none;
}
.sp_checkbtn {
  display: none;
}
.side_btn_sp_conts a p img {
  width: auto;
  max-width: 100%;
}
/*ページトップ
----------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*お問い合わせ
----------------------------------------------------*/
.conts_contact {
  background: url("../images/common/bg_contact.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.contact_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.contact_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.contact_ttl img {
  width: auto;
  max-width: 100%;
}
.contact_tel {
  line-height: 0;
  margin-bottom: 10px;
}
.contact_open {
  color: #fff;
  line-height: 1.5;
  position: relative;
  left: 45px;
}
.required {
  background: #e42585;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
}
.tbl_contact tbody tr th {
  width: 12em !important;
}
.tbl_contact tbody tr td {
  width: calc(100% - 12em - 20px) !important;
}
.contact_btnlist ul {
  display: flex;
  justify-content: space-between;
}
.contact_btnlist ul li {
  width: calc(100% / 3 - 19px);
  margin-right: 30px;
  line-height: 0;
}
.contact_btnlist ul li img {
  width: auto;
  max-width: 100%;
}
.contact_btnlist ul li:last-of-type {
  margin-right: 0;
}
/*下層ページ
----------------------------------------------------*/
#second #mainimage {
  width: 100%;
  height: 280px;
  background: url("../images/second/bg_mainimage.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
#second .mainimage_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  text-shadow:
    #fff 2px 0px 10px, #fff -2px 0px 10px, #fff 0px -2px 10px, #fff 0px 2px 10px, #fff 2px 2px 10px, #fff -2px 2px 10px, #fff 2px -2px 10px, #fff -2px -2px 10px, #fff 1px 2px 10px, #fff -1px 2px 10px, #fff 1px -2px 10px, #fff -1px -2px 10px, #fff 2px 1px 10px, #fff -2px 1px 10px, #fff 2px -1px 10px, #fff -2px -1px 10px;
}
#second .mainimage_ttl {
  font-size: 48px;
  font-family: "hannari", "serif";
  color: #583c1b;
  text-align: center;
  line-height: 1.3;
}
#second .mainimage_sub {
  font-size: 24px;
  color: #583c1b;
  margin-top: 20px;
  line-height: 1.5;
  display: block;
  text-align: center;
}
#breadcrumb {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto 20px;
}
#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
}
#breadcrumb ul li {
  font-size: 14px;
}
#breadcrumb ul li:after {
  content: ">";
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  content: none;
}
#second #mainconts {
  margin-bottom: 50px;
}
.second_conts {
  margin: 30px 0;
}
.second_conts:first-of-type:not(.history_conts) {
  margin-top: 0;
}
.second_conts p {
  margin-bottom: 15px;
}
.second_conts p:last-of-type {
  margin-bottom: 0;
}
.list01 {
  border: 1px solid #583c1b;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.list01 li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.8;
}
.list01 li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background: #d57580;
  position: absolute;
  left: 0px;
  top: 8px;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list02 {
  background: #fff1be;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.list02 li {
  margin-right: 15px;
  font-weight: bold;
}
.list03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list03 li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.8;
  margin-right: 20px;
}
.list03 li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background: #d57580;
  position: absolute;
  left: 0px;
  top: 8px;
}
.img_r {
  float: right;
  margin-left: 20px;
}
.img_r img {
  border: 5px solid #fff;
  width: auto;
  max-width: 280px;
}
/* すずらん鍼灸院の歴史 */
.history_conts p span, .about_conts p span {
  font-weight: bold;
}
/* 施術の流れ */
.flow_conts {
  margin-bottom: 30px;
}
.flow_ttl01 {
  font-size: 24px;
  font-family: "hannari", "serif";
  letter-spacing: -0.085em;
  font-weight: bold;
  border-bottom: 2px dotted;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.flow_ttl01 span {
  font-size: 1.7em;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.flow_img {
  float: left;
  margin-right: 20px;
}
.flow_img img {
  border: 5px solid #fff;
  width: auto;
  max-width: 280px;
}
/* 院内紹介 */
.gallery_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery_conts {
  margin-right: 14px;
}
.gallery_conts figure {
  width: 100%;
  max-width: 229px;
  line-height: 0;
}
.gallery_conts figure img {
  width: calc(100% - 10px);
  border: 5px solid #fff;
}
.gallery_conts p {
  margin-top: 0;
}
.gallery_conts:nth-child(3n) {
  margin-right: 0;
}
/* 治療メニュー・料金 */
.tbl01 {
  margin: 0 0 16px;
}
.tbl01, .tbl01 tbody {
  display: block;
}
.tbl01 tbody tr {
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border-top: 1px solid #583c1b;
  line-height: 1.8;
}
.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #583c1b;
}
.tbl01 tbody tr th, .tbl01 tbody tr td {
  display: block;
}
.tbl01 tbody tr th {
  width: 11em;
  padding: 10px;
  background: #fff1be;
}
.tbl01 tbody tr td {
  width: calc(100% - 10em - 20px);
  padding: 10px;
}
.menu_catch {
  font-weight: bold;
  text-decoration: underline;
}
/* アクセス */
.map_conts iframe {
  width: 100%;
  height: 400px;
}
.access_root {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  counter-reset: accessnum;
}
.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  border: 2px dotted #5c3e26;
  border-radius: 8px;
}
.access_rootconts:nth-of-type(1), .access_rootconts:nth-of-type(2) {
  margin-top: 0;
}
.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}
.access_root_ttl {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 44px;
  line-height: 1.5;
  margin-bottom: 16px;
  min-height: 36px;
  border-bottom: 1px solid #eee3dc;
  padding-bottom: 8px;
}
.access_root_ttl:before {
  content: counter(accessnum);
  counter-increment: accessnum;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #d57580;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.access_root_img {
  text-align: center;
}
.access_root_img img {
  width: auto;
  max-width: 100%;
}
.access_root_ttl span {
  font-size: 15px;
  font-weight: normal;
  display: block;
}
/* お問い合わせ */
.contact_conts {
  margin-top: 20px;
}
.contact_tel_conts {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.contact_tel_conts span {
  margin-left: 5px;
  font-size: 1.5em;
}
.contact_reserve_btn a {
  text-align: center;
}
.contact_reserve_btn a .fas {
  margin-right: 5px;
}
.contact_line_btn a {
  text-align: center;
}
.contact_tel_message_wrap {
  display: flex;
  justify-content: center;
}
.contact_tel_message_text {
  margin-bottom: 24px;
}
.contact_tel_message {
  background: #fff1be;
  box-sizing: border-box;
  padding: 30px 36px 0;
  margin-top: 24px;
}
.contact_tel_message .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 48px;
  min-height: 40px;
  margin-bottom: 16px;
  position: relative;
}
.contact_tel_message .ttl:before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #d57580;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.contact_tel_message .text01 {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  margin-bottom: 16px !important;
}
.contact_tel_message .text02 {
  margin-top: 8px;
  line-height: 1.8;
}
.contact_tel_message .strong {
  background: linear-gradient(transparent 60%, #fffaa1 60%);
  font-weight: bold;
}
.contact_tel_message_img {
  display: flex;
  align-items: flex-end;
  margin-left: 12px;
  width: 100%;
  max-width: 100px;
}
.contact_tel_message_img img {
  vertical-align: bottom;
}
.tbl_contact tbody tr th, .tbl_contact tbody tr td {
  padding: 20px 10px;
  display: block;
}
.tbl_contact input, .tbl_contact textarea {
  width: calc(100% - 1em);
}
.tbl_contact textarea {
  height: 200px;
}
.tbl_contact input[type=checkbox] {
  width: 1em;
}
.form_name {
  max-width: 20em;
}
.form_tel {
  max-width: 15em;
}
.form_mail {
  max-width: 30em;
}
.form_confirm {
  margin-top: 30px;
}
.form_confirm input {
  background: #e42585;
  border: medium none;
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
}
.form_confirm input:disabled {
  opacity: 0.5;
}
/* 妊活無料相談 */
.soudan_conts .ttl03 {
  font-size: 28px;
  line-height: 1.4;
}
.soudan_conts .ttl03 strong {
  font-size: 40px;
}
.soudan_conts .ttl03 span:before {
  width: 100px;
  height: 147px;
  left: -72px;
  top: 0;
}
.soudan_conts .ttl03 span:after {
  width: 100px;
  height: 147px;
  right: -72px;
  top: 0;
}
.soudan_info {
  border: 12px solid #fce6e9;
  background: #fff;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.soudan_info p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.soudan_info p span {
  color: #d57580;
}
.soudan_info figure {
  flex-shrink: 0;
}
.soudan_info figure img {
  height: auto;
  vertical-align: middle;
}
.soudan_img {
  margin: 30px 0;
}
.soudan_img img {
  width: auto;
  max-width: 100%;
}
.form_soudanform tbody tr {
  align-items: center;
}
.form_soudanform tbody tr th {
  width: 28em;
  text-align: left;
  padding: 18px 10px;
  box-sizing: border-box;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.form_soudanform tbody tr td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
}
.form_soudanform textarea {
  width: 100%;
}
.form_soudanform .form_thmemo {
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
.form_soudanform input {
  padding: 8px;
  box-sizing: border-box;
}
.form_soudanform input, .form_soudanform textarea {
  font-size: 16px;
}
.form_soudanform tr:not(.form_soundan-check) input, .form_soudanform textarea {
  width: 100%;
}
.form_soudanform .form_soundan-name input {
  width: 50%;
  flex: 1;
  min-width: 0;
}
.form_soudanform .label-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.form_soudanform .required {
  flex-shrink: 0;
  white-space: nowrap;
  background: #d57580;
  margin-left: 0;
}
.form_soudanform tbody tr th .label-row p{
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: bold;
}

.form_soudanform tbody tr td p{
  display: block;
  width: 100%;
}
.form_soudanform tbody tr.form_soundan-name td p{
  display: flex;
  flex-direction: row;
}
.form_soudanform tbody tr.form_soundan-name td p .wpcf7-form-control-wrap{
  margin-right: 8px;
}
.form_soudanform tbody tr.form_soundan-name td p .wpcf7-form-control-wrap:last-of-type{
  margin-right: 0;
}
.form_soudanform tbody tr td .wpcf7-list-item{
  margin-left: 0;
}
.form_soundan_confirm {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.form_soundan_confirm input {
  display: inline-block;
  margin: 0 8px 0 0;
  transform: scale(1.25);
}
.form_soundan_submit input {
  width: 100%;
  max-width: 320px;
  background: #d57580;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 32px auto 0;
  border: none;
  display: block;
}
.form_soundan_submit input:disabled {
  background: #999;
}
/* 各入力項目のまとまり */
.form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #eee;
}
.form-item:last-of-type {
  border-bottom: none;
}
/* ラベル部分 */
.label {
  width: 30%;
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
  box-sizing: border-box;
}
/* 必須チップ */
.req {
  background: #d9534f;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
/* 入力エリアのラップ */
.form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="date"], .form-item textarea, .form-item select {
  width: 70%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.form-item textarea {
  height: 150px;
}
/* 日時選択のレイアウト */
.datetime-wrap {
  width: 70%;
  display: flex;
  gap: 10px;
}
.datetime-wrap input[type="date"], .datetime-wrap select {
  width: 50% !important;
}
/* ラジオボタンの調整 */
.radio-wrap {
  width: 70%;
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.radio-wrap label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
/* 同意チェックボックス */
.policy-check {
  text-align: center;
  margin: 40px 0 30px;
}
.policy-check a {
  color: #2c7c7c; /* サイトの色に合わせて調整 */
  text-decoration: underline;
}
/* 送信ボタンエリア */
.submit-area {
  text-align: center;
}
.submit-area button {
  background: #2c7c7c; /* ★メインカラー★ */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 60px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 0 #1e5a5a; /* ボタンの立体感（不要なら削除） */
}
.submit-area button:hover {
  opacity: 0.9;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #1e5a5a;
}
/* サイトマップ */
.sitemap_conts {
  margin-bottom: 20px;
}
/*フッター
----------------------------------------------------*/
#footer {
  padding: 50px 0 0;
}
.f_wrap {
  width: 95%;
  max-width: 1020px;
  gap: 20px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
}
.f_logo {
  margin-bottom: 20px;
}
.f_logo img {
	max-width: 100%;
  height: auto;
}
.f_address {
  font-size: 14px;
  color: #583c1b;
  line-height: 1.5;
}
.f_link {
  display: -webkit-flex;
  display: flex;
}
.f_link li {
  background: url("../images/common/icon_f_list.png") no-repeat left 2px;
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.f_link li a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #583c1b;
}
.f_conts_l {
flex: 1;
  min-width: 0;
}
.f_conts_r {
    flex-shrink: 0;
}
.f_open {
  padding: 10px;
  background: #eee3dc;
}
.f_tbl_open {
  border-collapse: collapse;
}
.f_open_sp {
  display: none;
}
f_tbl_open tbody tr {
  padding: 15px;
}
.f_tbl_open thead tr th, .f_tbl_open tbody tr td {
  font-weight: bold;
  border-left: 1px solid;
}
.f_tbl_open thead tr th:first-of-type, .f_tbl_open tbody tr td:first-of-type {
  border-left: none;
}
.f_tbl_open tbody tr td {
  border-top: 1px solid;
  padding: 12px;
  line-height: 1.8;
}
.f_open_memo {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.cr {
  background: #e2949e;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
/* modal */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

#modal.is-show {
  opacity: 1;
  visibility: visible;
}

.modal_conts {
  position: relative;
  z-index: 2;
}

.modal_bnr a img {
  width: 94vw;
  max-width: 480px;
  height: auto;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal_close {
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  color: #fff;
  background: none;
  border: none;
  position: relative;
  text-shadow: 0 0 7px black;
}

.modal_close:before, .modal_close:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: -14px;
  box-shadow: 0 0 10px black;
}

.modal_close:before {
  transform: rotate(45deg);
}

.modal_close:after {
  transform: rotate(-45deg);
}
