@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: 'Hannari';
  src: url("../font/hannari.woff") format("woff"), url("../font/hannari.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #644c3f;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #ff9e74;
  text-decoration: underline;
}

a:hover {
  color: #ff9e74;
  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;
}

.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;
}

/*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 !important;
}

.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;
}

.list_num {
  margin-left: 20px;
  margin-bottom: 20px;
}

.list_num li {
  list-style-type: decimal;
}

.text_ul01 {
  font-weight: bold;
  color: #fb6a00;
  text-decoration: underline;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.flex, .flex_sp_rev {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.img01 {
  line-height: 0;
}

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

/*ヘッダー
----------------------------------------------------*/
.h_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
}

.h_copy {
  margin-top: 8px;
  display: block;
}

.h_copy h1 {
  font-size: 12px;
  line-height: 1.5;
  color: #644c3f;
}

.h_conts {
  margin: 16px auto 24px;
  display: flex;
  justify-content: space-between;
}

.h_logo {
  margin-top: 8px;
}

.h_logo img {
  width: 45vw;
  max-width: 495px;
  height: auto;
}

.h_tel_contact {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 15px;
  width: 100%;
  max-width: 505px;
}

.h_tel {
  margin-top: 3px;
}

.h_tel_num {
  line-height: 0;
  margin-bottom: 12px;
}

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

.h_tel_textconts {
  margin-bottom: 8px;
  line-height: 1.65;
}

.h_tel_textconts p {
  font-size: 12px;
  color: #644c3f;
}

.h_tel_textconts dl {
  display: flex;
  flex-direction: row;
}

.h_tel_textconts dl dt, .h_tel_textconts dl dd {
  font-size: 12px;
  color: #644c3f;
}

.h_tel_textconts dl dt {
  width: 4em;
  margin-right: 12px;
  text-align: right;
}

.h_contact {
  max-width: 220px;
  margin-left: 25px;
}

.h_contact_btn {
  display: block;
  margin-bottom: 12px;
}

.h_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8a6957;
  color: #fff;
  padding: 0 16px;
  text-align: center;
  border-radius: 5px;
  line-height: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  min-height: 47px;
}

.h_contact_btn a img {
  margin-right: 10px;
  vertical-align: sub;
}

.h_map {
  background: url("../images/common/h_map.png") no-repeat 2px 0px;
  padding: 0 0 6px 30px;
  font-size: 12px;
  line-height: 18px;
  color: #644c3f;
  margin-bottom: 4px;
}

.h_access {
  background: url("../images/common/h_access.png") no-repeat left 4px;
  padding: 0 0 6px 30px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #644c3f;
}

#sp_head, #sp_top {
  display: none;
}

/*ナビ
----------------------------------------------------*/
.h_nav {
  margin-top: 24px;
}

.h_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.h_nav ul li {
  width: calc(100% / 6 - 1px);
  border-left: 1px dotted #644c3f;
  text-align: center;
  padding: 12px 0;
}

.h_nav ul li:last-child {
  width: calc(100% / 6 - 2px);
  border-right: 1px solid #644c3f;
}

.h_nav ul li a {
  color: #644c3f;
  text-decoration: none;
  font-family: "Hannari";
  font-weight: bold;
}

/*ナビ
----------------------------------------------------*/
#scroll_menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f28c33;
  padding: 24px 0;
  position: fixed;
  top: -86px;
  z-index: 99999;
  opacity: 0;
  transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scroll_logo p {
  line-height: 0;
}

.scroll_logo img {
  width: 25vw;
  max-width: 320px;
  height: 100%;
  /* min-height: 55px; */
  /* max-height: 44px; */
}

.scroll_menu ul {
  display: flex;
  justify-content: space-between;
}

.scroll_menu ul li {
  margin-left: 20px;
  line-height: 1.2;
}

.scroll_menu ul li a {
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}

/*main-image
----------------------------------------------------*/
#mainimage {
  width: 100%;
  max-height: 100%;
  background: #fff8ec;
  position: relative;
  overflow: hidden;
}

#mainimage p {
  line-height: 0;
}

#mainimage p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#mainimage picture {
  line-height: 0;
}

#mainimage picture img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_img {
  width: 100%;
  max-width: 1147px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

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

.mainimage_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1147px;
  margin: auto;
}

.mainimage_bg-l,
.mainimage_bg-r {
  position: absolute;
  top: 0;
}

.mainimage_bg-l {
  left: -240px;
}

.mainimage_bg-r {
  right: -200px;
}

.mainimage_bg-l01,
.mainimage_bg-l02 {
  position: relative;
}

.mainimage_bg-r01,
.mainimage_bg-r02 {
  position: relative;
}

.mainimage_bg-l02 {
  left: -80px;
  top: 24px;
}

.mainimage_bg-r01 {
  right: -120px;
  top: -32px;
}

.mainimage_bg-r02 {
  right: -100px;
}

/*common
----------------------------------------------------*/
#main {
  display: block;
  width: 100%;
  position: relative;
}

.bg_lightgray01 {
  background: #f9f8f3;
}

.bg_orange01 {
  background: #ff9e74;
}

.mainconts {
  padding: 60px 0 80px;
}

.main_conts_wrap {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 0 auto;
}

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

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

.ttl01 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #644c3f;
}

.ttl01 .ttl01_strong01 {
  color: #f17c49;
}

.ttl01_sub {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  border-top: 1px solid #ddc3b5;
  border-bottom: 1px solid #ddc3b5;
  color: #594733;
  margin: 16px auto 32px !important;
}

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

.ttl02 span {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  color: #644c3f;
  line-height: 1.5;
}

.ttl02 span:before, .ttl02 span:after {
  content: "";
  display: block;
  border-left: 3px dotted #644c3f;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 100%;
}

.ttl02 span:before {
  left: -0.75em;
  transform: rotate(-30deg);
}

.ttl02 span:after {
  right: -0.75em;
  transform: rotate(30deg);
}

.ttl03 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #644c3f;
  margin-bottom: 48px;
}

.ttl03 span {
  color: #f17c49;
}

.ttl04 {
  background: #fcf0cf;
  box-sizing: border-box;
  padding: 16px 32px;
  font-size: 26px;
  font-weight: bold;
  color: #644c3f;
  border-radius: 4px;
  margin-bottom: 32px;
}

.ttl05 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 64px;
}

.ttl06 {
  background: #fcf0cf;
  box-sizing: border-box;
  padding: 16px 32px;
  font-size: 26px;
  font-weight: bold;
  color: #644c3f;
  border-radius: 4px;
  margin-bottom: 24px;
}

.ttl07 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 24px 0;
  text-align: center;
}

.ttl07_main {
  font-size: 28px;
  font-weight: bold;
}

.ttl07_sub {
  font-size: 16px;
  font-weight: 100;
}

.ttl08 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dashed #644c3f;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.tbl01 {
  display: block;
}

.tbl01 tbody {
  display: block;
}

.tbl01 tbody tr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #edece8;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #edece8;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  padding: 20px;
  font-size: 18px;
}

.tbl01 tbody tr th {
  width: 15em;
  background: #e0ddd1;
  color: #644c3f;
}

.tbl01 tbody tr td {
  background: #fff;
  width: calc(100% - 10em);
}

.br {
  display: block;
}

.strong01 {
  font-weight: bold;
  color: #ff9e74;
}

.list01 li {
  position: relative;
  padding-left: 16px;
  color: #644c3f;
}

.list01 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #644c3f;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

/*トップページ
----------------------------------------------------*/
/* これだけの患者さんが改善されています！ */
.ninshin {
  padding-top: 0;
}

.ninshin_mainttl {
  background: #ff9e74;
  box-sizing: border-box;
  padding: 24px 24px 28px;
  position: relative;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 64px;
}

.ninshin_mainttl span {
  color: #fff7ac;
}

.ninshin_mainttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 48px solid transparent;
  border-top: 32px solid #ff9e74;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

.ninshin_conts {
  background: #e0ddd1;
  box-sizing: border-box;
  padding: 12px;
}

.ninshin_conts p {
  line-height: 0;
}

.ninshin_conts-wrap {
  padding: 16px;
  border: 4px solid #fff;
  box-sizing: border-box;
}

/* 尼崎市で妊娠を希望しているあなたへ。こんなことで悩んでいませんか？ */
.nayami {
  padding: 60px 0 0;
}

.nayami_ttl {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 0 auto;
}

.nayami_list {
  width: 100%;
  margin-top: 80px;
}

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

.nayami_listconts {
  width: calc(50% - 25px);
  margin-right: 50px;
}

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

.nayami_listconts.women .nayami_list-mainttl span:before, .nayami_listconts.men .nayami_list-mainttl span:before {
  width: 9vw;
  height: 11vw;
  left: clamp(-100px, -8vw, -94px);
  background-size: contain !important;
}

.nayami_listconts.women .nayami_list-mainttl {
  background: #ff9e74;
}

.nayami_listconts.women .nayami_list-mainttl span:before {
  max-width: 94px;
  max-height: 126px;
  background: url("../images/top/nayami_ttl-icon-women.png") no-repeat left top;
}

.nayami_listconts.women .nayami_list-textarea {
  background: #ffe5d9;
}

.nayami_listconts.men .nayami_list-mainttl {
  background: #88db8c;
}

.nayami_listconts.men .nayami_list-mainttl span:before {
  max-width: 94px;
  max-height: 126px;
  background: url("../images/top/nayami_ttl-icon-men.png") no-repeat left top;
}

.nayami_listconts.men .nayami_list-textarea {
  background: #defae0;
}

.nayami_list-mainttl {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-top: 4px;
}

.nayami_list-mainttl span {
  display: inline-block;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
}

.nayami_list-mainttl span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nayami_list-textarea {
  box-sizing: border-box;
  padding: 36px;
  height: fit-content;
  min-height: 420px;
  border-radius: 0 0 10px 10px;
}

.nayami_list-textarea ul li {
  background: url("../images/top/nayami_list-icon.png") no-repeat left 2px;
  padding-left: 36px;
  margin-bottom: 10px;
  color: #644c3f;
  font-weight: bold;
}

.nayami_list-textarea ul li:last-of-type {
  margin-bottom: 0;
}

.nayami_arrow {
  background: linear-gradient(to bottom, #fff 0 35%, transparent 35% 100%), url("../images/top/nayami_conts02-bg.png") repeat left top;
  box-sizing: border-box;
  margin-top: 48px;
}

.nayami_conts02 {
  background: url("../images/top/nayami_conts02-bg.png") repeat left top;
  box-sizing: border-box;
  overflow: hidden;
  padding: 32px 0 0;
}

.nayami_conts02-text01 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #f17c49;
  margin-bottom: 32px;
}

.nayami_conts02-textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  margin: 56px auto 80px;
  box-sizing: border-box;
  position: relative;
  min-height: 370px;
}

.nayami_conts02-textarea-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.nayami_conts02-textarea-text p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0 !important;
}

.nayami_conts02-textarea-text p.br {
  display: block;
}

.nayami_conts02-textarea-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.nayami_conts02-textarea-bg01,
.nayami_conts02-textarea-bg02 {
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  top: 0;
}

.nayami_conts02-textarea-bg01 {
  left: -17%;
}

.nayami_conts02-textarea-bg02 {
  right: -20%;
}

/* 不妊改善への3つのアプローチ */
.approach_conts {
  margin-bottom: 48px;
}

.approach_conts-img {
  float: right;
  margin-left: 32px;
  margin-bottom: 16px;
  line-height: 0;
}

.approach_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
}

.approach_conts-ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 94px;
  min-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #644c3f;
  margin-bottom: 20px;
  line-height: 1.65;
}

.approach_conts-ttl .approach_conts-ttl-num {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ff9e74;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
}

/* 患者様の声 */
.voice_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.voice_conts {
  background: #fff;
  width: calc(50% - 20px);
  max-width: 495px;
  box-shadow: 0 1px 5px #ddd;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 40px;
}

.voice_conts:nth-child(1), .voice_conts:nth-child(2) {
  margin-top: 0;
}

.voice_conts:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}

.voice_ttl {
  background: #ff9e74;
  padding: 16px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  box-sizing: border-box;
}

.voice_subttl {
  display: block;
  position: relative;
}

.voice_subttl:before {
  content: "(";
}

.voice_subttl:after {
  content: ")";
}

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

.voice_img iframe {
  width: 100%;
  height: 27vw;
  max-height: 293px;
}

.voice_survey p a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #fcf0cf;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #644c3f;
  text-decoration: none;
}

.voice_survey p a img {
  width: auto;
  max-width: 16px;
  height: auto;
  margin-right: 8px;
}

.voice_recommend {
  background: #404545;
}

.voice_recommend p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 8px 4px;
}

.voice_recommend p a img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.voice_text_conts {
  background: #fff;
  padding: 16px;
}

.voice_text_conts dl {
  padding-top: 16px;
  position: relative;
}

.voice_text_conts dl:first-of-type {
  padding-top: 0;
}

.voice_text {
  padding: 0 10px 10px;
}

.voice_q {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background: #f7f3f2;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
}

.voice_q:before {
  content: "Q";
  display: block;
  font-size: 1.25em;
  color: #acc988;
  line-height: 1;
  margin-right: 5px;
  margin-left: 0;
  position: absolute;
  left: 12px;
  top: 14px;
}

.voice_text p {
  padding: 0 15px 15px;
}

.voice_text-memo {
  border-top: 1px dashed #d8d8d8;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 12px;
}

/* 院長プロフィール */
.profile_conts {
  margin-bottom: 64px;
}

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

.profile_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.profile_img {
  width: 100%;
  max-width: 312px;
  padding-left: 32px;
  background: #f9f8f3;
}

.profile_img-img {
  margin-bottom: 16px;
}

.profile_img-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 312px;
}

.profile_img-text01,
.profile_img-text02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  color: #644c3f;
  margin-bottom: 0 !important;
  line-height: 1.75;
}

.profile_img-text02 span {
  margin-left: 8px;
  font-size: 1.35em;
}

.profile_textarea {
  width: calc(100% - 344px);
}

.profile_textarea p {
  color: #644c3f;
}

.profile_textarea-conts {
  margin-bottom: 32px;
}

.profile_textarea-conts:last-of-type {
  margin-bottom: 0;
}

.profile_ttl {
  display: block;
  width: 100%;
  background: url("../images/top/profile_icon01.png") no-repeat left top;
  min-height: 50px;
  padding-left: 40px;
  border-bottom: 2px dotted #dad9d5;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #644c3f;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

/* 推薦の声 */
.recommend_conts {
  border: 12px solid #f9f8f3;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
}

.recommend_conts-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.recommend_conts-info-img {
  width: 100%;
  max-width: 293px;
  margin-left: 24px;
}

.recommend_conts-info-text {
  width: calc(100% - 317px);
}

.recommend_conts-info-text {
  display: flex;
  flex-direction: row;
}

.recommend_conts-info-text-medal {
  width: 100%;
  max-width: 126px;
}

.recommend_conts-info-text-textarea {
  margin-left: 12px;
}

.recommend_conts-info-text-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #f17c49;
  line-height: 1.5;
  margin-bottom: 8px;
}

.recommend_conts-info-text-subconts p {
  font-size: 22px;
  font-weight: bold;
  color: #644c3f;
}

.recommend_conts-info-text-subconts ul li {
  font-size: 17px;
  font-weight: bold;
  color: #644c3f;
}

.recommend_conts-textarea {
  margin-top: 32px;
}

.recommend_conts-textarea p {
  font-size: 16px;
  color: #644c3f;
}

.recommend_conts-textarea .recommend_movie {
  margin-top: 24px;
  line-height: 0;
}

.recommend_conts-textarea .recommend_movie iframe {
  width: 100%;
  height: 50vw;
  max-height: 540px;
}

/*選ばれる5つの理由*/
.select_conts {
  margin-bottom: 48px;
}

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

.select_ttl {
  display: flex;
  align-items: center;
  min-height: 80px;
  position: relative;
  margin-bottom: 28px;
}

.select_ttl .select_ttl-num {
  width: 80px;
  height: 80px;
  background: #ff9e74;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.select_ttl .select_ttl-text {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #644c3f;
  padding: 8px 12px 8px 64px;
  background: #fcf0cf;
  position: relative;
  margin-left: 40px;
  z-index: 1;
}

.select_textarea p {
  color: #644c3f;
}

.select_img {
  width: 38vw;
  max-width: 314px;
  float: right;
  margin-left: 32px;
  margin-bottom: 12px;
}

.select_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
}

/* 当院の不妊鍼灸施術によって妊娠までの期間を短縮できるかもしれません */
.result_mainttl {
  background: #ff9e74;
  box-sizing: border-box;
  padding: 24px 24px 28px;
  position: relative;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 64px;
}

.result_mainttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 48px solid transparent;
  border-top: 32px solid #ff9e74;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

.result_mainttl .br {
  display: block;
}

.result_mainttl .result_mainttl-strong {
  color: #fff7ac;
}

.result_img {
  width: 100%;
  max-width: 720px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  margin: 0 auto;
}

.result_text {
  margin-top: 32px;
}

/* よくある質問 */
.faq_conts {
  background: #fcf0cf;
  box-sizing: border-box;
  padding: 36px;
  margin-bottom: 32px;
}

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

.faq_conts-q,
.faq_conts-a {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
}

.faq_conts-q {
  border-bottom: 1px solid #ded3b6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.faq_conts-q-icon,
.faq_conts-a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.faq_conts-q-icon {
  background: #ff9e74;
}

.faq_conts-a-icon {
  background: #fed07d;
}

.faq_conts-q-ttl {
  padding-left: 64px;
  font-size: 24px;
  font-weight: bold;
}

.faq_conts-a-textarea {
  padding-left: 64px;
  font-size: 18px;
}

/* 不妊鍼灸治療の施術と料金について */
#price {
  padding-bottom: 40px;
}

.pricecampaign_mainttl {
  background: #ff9e74;
  box-sizing: border-box;
  padding: 40px 24px 40px;
  position: relative;
  margin-bottom: 64px;
}

.pricecampaign_mainttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 48px solid transparent;
  border-top: 32px solid #ff9e74;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

.pricecampaign_mainttl .br {
  display: block;
}

.pricecampaign_mainttl-text01 {
  display: block;
  text-align: center;
  margin-bottom: 16px !important;
}

.pricecampaign_mainttl-text01 span {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #ff9e74;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 4px 32px;
  line-height: 1.5;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.pricecampaign_mainttl-text01 span:after {
  content: "";
  display: block;
  width: 8vw;
  height: 10vw;
  max-width: 25px;
  max-height: 29px;
  background: url("../images/top/price_campaign-icon.png") no-repeat left top;
  position: absolute;
  right: -36px;
  top: -8px;
}

.pricecampaign_mainttl-text02 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.pricecampaign_mainttl-text02-strong01 {
  color: #fff7ac;
}

.pricecampaign_mainconts-text01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricecampaign_mainconts-text01-img {
  margin-right: 12px;
  width: 15vw;
  max-width: 127px;
}

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

.pricecampaign_mainconts-text01-text {
  font-size: clamp(36px, 6.25vw, 48px);
  font-weight: bold;
  line-height: 1.25;
}

.pricecampaign_ub {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.pricecampaign_strong01 {
  color: #f17c49;
}

.pricecampaign_mainconts-ruby {
  position: relative;
}

.pricecampaign_mainconts-ruby:after {
  content: "●●●";
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 0.25em;
  letter-spacing: 2.5em;
  margin: auto;
  display: block;
  width: 100%;
  align-items: stretch;
  text-align: center;
  left: 8px;
}

.pricecampaign_campaignimg {
  text-align: center;
  margin: 32px auto;
  line-height: 0;
}

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

.pricecampaign_limit {
  border: 1px solid #ff9e74;
  background: #fff;
  box-sizing: border-box;
  padding: 32px 32px 40px;
  margin-top: 32px;
}

.pricecampaign_limit p {
  line-height: 1.65;
  margin-bottom: 0 !important;
}

.pricecampaign_limit-text01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.pricecampaign_limit-text01-strong01 {
  font-size: 1.25em;
  color: #f17c49;
}

.pricecampaign_limit-text02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* オファー */
.offer_conts01 {
  border: 10px solid #fff;
  border-radius: 10px;
}

.offer_conts01-ttl {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -2.5em;
}

.offer_conts01-ttl-text {
  font-size: 54px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 40px;
  background: #ff9e74;
}

.offer_conts01-ttl-text span {
  display: inline-block;
  line-height: 1.25;
  background: #ff9e74;
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.offer_conts01-ttl-text span:before, .offer_conts01-ttl-text span:after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.offer_conts01-ttl-text span:before {
  transform: rotate(-25deg);
  left: 0;
}

.offer_conts01-ttl-text span:after {
  transform: rotate(25deg);
  right: 0;
}

.offer_conts01-wrap {
  box-sizing: border-box;
  padding: 40px 24px;
}

.offer_conts02 {
  margin: 56px auto;
}

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

.offer_conts02-img {
  width: 100%;
  max-width: 233px;
}

.offer_conts02-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 150px;
}

.offer_conts02-textarea {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
  margin-left: 56px;
  position: relative;
  box-shadow: 18px 18px 0 #f18b5f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_conts02-textarea:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-right: 32px solid #fff;
  position: absolute;
  left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.offer_conts02-textarea-text p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-align: center;
}

.offer_conts02-text01 {
  color: #f17c49;
}

.offer_conts02-text02 {
  font-size: 1.15em;
  color: #70b473;
  line-height: 1;
}

.offer_conts03-pc {
  display: block;
}

.offer_conts03-sp {
  display: none;
}

.offer_conts04 {
  margin: 40px auto;
}

.offer_conts04-pc {
  display: block;
  position: relative;
}

.offer_conts04-img {
  line-height: 0;
}

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

.offer_conts04-btn {
  width: 95%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-align: center;
  line-height: 0;
}

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

.offer_conts04-btn01 {
  bottom: 24%;
}

.offer_conts04-btn02 {
  bottom: 5%;
}

.offer_conts04-sp {
  display: none;
}

.offer_conts04-memo ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.offer_conts04-memo ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.offer_conts05-img01 {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin-bottom: 0 !important;
}

.offer_conts05-btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fc5f5f;
  box-sizing: border-box;
  padding: 24px;
}

.offer_conts05-btn01 a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* アクセス */
.access_info_wrap {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.access_map {
  width: 100%;
  max-width: 540px;
}

.access_map iframe {
  width: 540px;
  height: 395px;
  border: none;
}

.access_mapinfo {
  width: calc(100% - 540px);
  margin-left: 50px;
}

.access_map_conts {
  margin-bottom: 20px;
}

.access_map_conts p {
  margin-bottom: 0;
}

.access_mapinfo dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px;
}

.access_mapinfo dl:last-of-type {
  margin-bottom: 0;
}

.access_mapinfo dl dt {
  width: 5em;
}

.access_mapinfo dl dd {
  width: calc(100% - 5em);
}

.access_map_ttl01 {
  font-size: 15px;
  font-weight: bold;
}

.access_rootinfo {
  margin-top: 64px;
}

.access_rootinfo-conts {
  margin-top: 24px;
}

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

.access_root {
  margin-top: 50px;
}

.access_rootlist {
  margin-top: 40px;
  counter-reset: guidenum;
  display: flex;
  flex-wrap: wrap;
}

.access_rootlistconts {
  width: calc(100% / 3 - 50px);
  max-width: 300px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-left: 100px;
  margin-left: 75px;
}

.access_rootlistconts:nth-child(3n+1) {
  margin-left: 0;
}

.access_rootlistconts:before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  max-width: 57px;
  max-height: 50px;
  background: url("../images/top/access_arrow.png") no-repeat left top;
  background-size: contain;
  left: -64px;
  position: absolute;
  top: clamp(53px, 6vw, 80px);
}

.access_rootlistconts:first-child:before, .access_rootlistconts:nth-child(3n+1):before {
  content: none;
}

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

.access_rootlist_text {
  line-height: 1.5;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 1.75em;
  text-align: left;
  position: relative;
}

.access_rootlist_text:before {
  color: #ff9e74;
  font-family: "Noto Serif JP", serif;
  content: counter(guidenum) ".";
  counter-increment: guidenum;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

/* last */
.last {
  padding: 0;
}

.last_textarea {
  position: relative;
}

.last_textarea-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last_mainttl {
  background: #ff9e74;
  box-sizing: border-box;
  padding: 40px 24px 40px;
  position: relative;
  margin-bottom: 64px;
}

.last_mainttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 48px solid transparent;
  border-top: 32px solid #ff9e74;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

.last_mainttl .br {
  display: block;
}

.last_mainttl-text02 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.last_textarea-text {
  box-sizing: border-box;
  padding: 24px 0 80px;
}

.last_textarea-text p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2em;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 10px;
  right: 2.5%;
  line-height: 0;
  z-index: 1000;
}

#pagetop img {
  width: auto;
  max-width: 64px;
  height: auto;
}

/*下層ページ
----------------------------------------------------*/
#second header {
  border-bottom: 1px solid #8a6957;
}

#breadcrumb {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 5px auto 0;
}

#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#breadcrumb ul li {
  font-size: 13px;
}

#breadcrumb ul li:before {
  content: ">";
  margin: 0 5px;
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#soudan,
#reserve {
  margin-top: 40px;
}

.contact_select,
.contact_soudan,
.contact_tel,
.contact_mail {
  margin-top: 40px;
}

.contact_reserveconts {
  margin-top: 40px;
}

.contact_select-btnlist {
  display: flex;
  justify-content: space-between;
}

.contact_selectbtn {
  width: calc(50% - 20px);
  margin-right: 40px;
}

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

.contact_selectbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.contact_selectbtn a span {
  position: relative;
}

.contact_selectbtn a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  right: -28px;
  top: calc(50% - 8px);
  bottom: 0;
}

.contact_selectbtn.contact_selectbtn-soudan a {
  background: #fc9e72;
}

.contact_selectbtn.contact_btn-reserve a {
  background: #fec766;
}

.contact_soudan-img {
  margin-top: 32px;
}

.contact_reserve-btn a {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.contact_reserve-btn a img {
  width: auto;
  max-width: 24px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.contact_reserve-btn-line a {
  background: #5ec742;
}

.contact_reserve-btn-webreserve a {
  background: #ff9e74;
}

.contact_soudanform {
  margin-top: 56px;
}

.form_soudanform {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.form_soudanform tbody {
  display: block;
}

.form_soudanform tbody tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 24px 0;
}

.form_soudanform tbody tr th, .form_soudanform tbody tr td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.form_soudanform tbody tr th {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.form_soudanform tbody tr th p{
  font-size: 18px;
  font-weight: bold;
}

.form_soudanform tbody tr td {
  font-size: 18px;
  line-height: 1.5;
}

.form_soudanform tbody tr td input,
.form_soudanform tbody tr td textarea,
.form_soudanform tbody tr td select,
.form_soudanform tbody tr td select option {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  padding: 8px;
}

.form_soudanform tbody tr td textarea {
  min-height: 400px;
}

.form_soudanform tbody tr td input[type="checkbox"] {
  display: inline-block !important;
  width: 1em !important;
  font-size: 18px;
  margin: 0 4px 0 0 !important;
  transform: scale(1.25);
}

.form_soudanform tbody tr td .form_soundan-name {
  display: flex;
  flex-direction: row;
}

.form_soudanform tbody tr td .form_soundan-name input {
  width: calc(50% - 12px);
  margin-right: 24px;
}

.form_soudanform tbody tr td .form_soundan-name input:last-of-type {
  margin-right: 0;
}

.form_thmemo {
  margin-left: 8px;
  font-size: 15px;
}

.contact_tel,
.contact_mail {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact_tel p {
  margin-bottom: 5px;
}

.contact_telnum {
  line-height: 1.5;
}

.contact_telnum a {
  font-size: 2em;
  font-weight: bold;
}

.contact_tel dl {
  display: flex;
}

.contact_tel dl dt {
  width: 5em;
}

.contact_tel dl dd {
  width: calc(100% - 5em);
}

.contact_open {
  display: flex;
  flex-direction: row;
}

.contact_open-ttl {
  width: 5em;
}

.contact_open-time {
  width: calc(100% - 5em);
}

.contact_form {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  box-sizing: border-box;
  display: block;
}

.contact_form tbody {
  display: block;
}

.contact_form tbody tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 24px 0;
}

.contact_form tbody tr:first-of-type {
  border-top: 1px solid #ccc;
}

.contact_form tbody tr th, .contact_form tbody tr td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.contact_form tbody tr th {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.contact_form tbody tr th p{
  font-weight: bold;
}

.contact_form tbody tr td {
  font-size: 18px;
  line-height: 1.5;
}

.contact_form tbody tr td input,
.contact_form tbody tr td textarea,
.contact_form tbody tr td select,
.contact_form tbody tr td select option {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  padding: 8px;
}

.contact_form tbody tr td textarea {
  min-height: 400px;
}

.contact_form tbody tr td input[type="checkbox"] {
  display: inline-block !important;
  width: 1em !important;
  font-size: 18px;
  margin: 0 4px 0 0 !important;
  transform: scale(1.25);
}

.contact_form tbody tr td input[type="date"] {
  margin-bottom: 12px;
}

.contact_form tbody tr td .form_reserve-name {
  display: flex;
  flex-direction: row;
}

.contact_form tbody tr td .form_reserve-name p,
.form_soudanform tbody tr td .form_soundan-name p{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.contact_form tbody tr td .form_reserve-name p .wpcf7-form-control-wrap,
.form_soudanform tbody tr td .form_soundan-name p .wpcf7-form-control-wrap{
  display: block;
  width: calc(50% - 12px);
  margin-right: 24px;
}

.contact_form tbody tr td .form_reserve-name p .wpcf7-form-control-wrap:last-of-type,
.form_soudanform tbody tr td .form_soundan-name p .wpcf7-form-control-wrap:last-of-type{
  margin-right: 0;
}

.contact_form tbody tr td .form_reserve-name input,
.form_soudanform tbody tr td .form_soundan-name input{
  /* width: calc(50% - 12px); */
  /* margin-right: 24px; */
  width: 100%;
}

.contact_form tbody tr td .form_reserve-name input:last-of-type,
.form_soudanform tbody tr td .form_soundan-name input:last-of-type{
  margin-right: 0;
}

.required {
  background: #ec3838;
  padding: 0 5px;
  font-size: 0.8em;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  line-height: 1.75;
  font-weight: bold;
}

.form_name {
  display: block;
  width: 100%;
  max-width: 25em;
}

.form_mail {
  display: block;
  width: 100%;
  max-width: 30em;
}

.form_tel {
  display: block;
  width: 100%;
  max-width: 10em;
}

.form_reserve01, .form_reserve02, .form_reserve03 {
  width: 100%;
  max-width: 20em;
}

.form_textarea {
  display: block;
  width: 100%;
  min-height: 200px;
}

.form_confirm {
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}

.form_confirm input {
  display: inline-block !important;
  width: 1em !important;
  font-size: 19px;
  margin: 0 4px 0 0 !important;
  transform: scale(1.25);
}

.form_submit {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}

.form_submit input {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #644c3f;
  border-radius: 100px;
  -webkit-appearance: none;
}

.form_submit input[disabled] {
  background: #ccc;
}

.wpcf7-list-item{
  margin-left: 0 !important;
}

.contact_flow{
  margin-bottom: 40px;
}

/*wordpress
----------------------------------------------------*/
.blog_conts {
  width: 95%;
  max-width: 1050px;
  padding: 20px 2.5%;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_main {
  width: calc(80% - 71px);
}

.single_date {
  background: #f73609 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px;
}

.s_ttl01 {
  color: #7fb8de;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
  text-align: left;
}

.blog_cat {
  border-bottom: 1px dashed ;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog_side {
  width: 20%;
  max-width: 250px;
  border-left: 1px solid #ff9500;
  padding-left: 35px;
  margin-left: 35px;
}

.side_blog_ttl {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.blog_single p {
  margin-bottom: 15px;
}

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

.blog_single img.alignright {
  float: right;
  margin-left: 10px;
}

.blog_single img.alignleft {
  float: left;
  margin-right: 10px;
}

.blog_single .single_date {
  margin-bottom: 0;
}

.single_ttl {
  color: #ff9e74;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
  border: solid 1px #ff9e74;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2%;
}

.single_cat {
  padding-bottom: 20px;
  border-bottom: 1px dashed #212121;
  margin-bottom: 40px;
  line-height: 1;
}

.single_cat p {
  float: left;
}

.blog_single h3 {
  border-left: 10px solid #ff9e74;
  border-bottom: 1px solid #ff9e74;
  font-size: 1.6em;
  font-weight: bold;
  margin: 50px auto 25px;
  padding: 10px 0 10px 15px;
  clear: both;
}

.blog_single h4 {
  border-bottom: 1px dashed;
  font-size: 1.4em;
  font-weight: bold;
  color: #ff9e74;
  margin: 30px auto 15px;
  padding-bottom: 5px;
  clear: both;
}

.blog_single ul {
  background: #ffe5d9 none repeat scroll 0 0;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
}

.blog_single li {
  background: url("../images/top/nayami_list-icon.png") no-repeat left 1px;
  border-bottom: 1px dashed;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-weight: bold;
}

.blog_single p {
  margin-bottom: 30px;
}

.wp-pagenavi {
  text-align: center;
}

.side_menu {
  margin-bottom: 30px;
}

.side_menu ul {
  border-top: 2px solid #ff9e74;
  border-bottom: 2px solid #ff9e74;
  padding: 5px 10px;
}

.side_menu li {
  border-bottom: 1px dashed #ff9e74;
  margin-top: 8px;
  padding-bottom: 5px;
  padding-left: 1.3em;
  line-height: 1.6;
  position: relative;
}

.side_menu li:before {
  content: '';
  background: url("../images/common/side_icon01.png") no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.side_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.side_menu li a {
  text-decoration: none;
}

/*フッター
----------------------------------------------------*/
#sp_pagebtm {
  display: block;
  width: 100%;
  line-height: 0;
  opacity: 1;
  position: fixed;
  left: 0;
  bottom: -300px;
  transition: all 0.4s linear 0s;
}

.sp_pagebtm-conts {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sp_pagebtm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  min-height: 72px;
}

.sp_pagebtm-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.sp_pagebtm-btn a img {
  margin-right: clamp(3px, 2vw, 6px);
  height: 6vw !important;
}

.sp_pagebtm-btn a p {
  font-size: clamp(11px, 4.5vw, 13px);
  font-weight: bold;
  line-height: 1.35;
}

.sp_pagebtm-trial {
  background: #f17c49;
}

.sp_pagebtm-trial img {
  width: auto;
  height: auto;
  max-height: 19px;
}

.sp_pagebtm-line {
  background: #6ccc6c;
}

.sp_pagebtm-line img {
  width: auto;
  height: auto;
  max-height: 25px;
}

.sp_pagebtm-soudan {
  background: #fc5f5f;
}

.sp_pagebtm-soudan img {
  width: auto;
  height: auto;
  max-height: 15px;
}

#footer {
  background: #f9f8f3;
}

.f_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 2.5%;
  display: flex;
  justify-content: space-between;
}

.f_conts_l {
  font-size: 13px;
  line-height: 1.8;
  color: #644c3f;
}

.f_logo {
  margin-bottom: 20px;
}

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

.f_logo a:hover {
  opacity: 1;
}

.f_conts_l dl {
  display: flex;
  margin-bottom: 5px;
  color: #644c3f;
}

.f_conts_l dl dt {
  width: 6em;
}

.f_conts_l dl dd {
  width: calc(100% - 6em);
}

.f_conts_r {
  display: flex;
}

.f_conts_r dl {
  margin-left: 50px;
  width: 12em;
  color: #644c3f;
}

.f_conts_r dl dt {
  font-size: 14px;
  font-weight: bold;
}

.f_conts_r dl dd a {
  background: url("../images/common/f_icon.png") no-repeat left top;
  padding-left: 20px;
  color: #644c3f;
  text-decoration: none;
}

.f_cr {
  width: 100%;
  font-size: 13px;
  background: #ff9e74;
  text-align: center;
  padding: 8px 0;
  color: #fff;
}

.f_cr a {
  text-decoration: none;
}
