@charset "UTF-8";
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.04em;
  position: relative;
}

html {
  overflow-y: scroll;
}

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

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

.mtmb0 {
  margin: 0 !important;
}

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

.img_f-l {
  float: left;
  margin-right: 40px;
  margin-bottom: 16px;
}

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

.img_f-r {
  float: right;
  margin-left: 40px;
  margin-bottom: 16px;
}

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

.conts01 {
  margin-bottom: 80px;
}

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

.conts01 p {
  font-size: 16px;
  margin-bottom: 1em;
}

.list01 {
  display: flow-root;
  box-sizing: border-box;
  margin: 1.25em 0;
  box-sizing: border-box;
  border: 4px solid #ede6da;
  padding: 24px 32px;
}

.list01 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.list01 ul li {
  background: url("../images/common/icon_check02.png") no-repeat left top;
  padding-left: 32px;
  font-weight: bold;
}

.list02 {
  display: flow-root;
  box-sizing: border-box;
  margin: 1em 0;
}

.list02 ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}

.list02 ul li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
}

.list02 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccb896;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 11px;
}

.list03 {
  display: flow-root;
  box-sizing: border-box;
  margin: 1em 0;
}

.list03 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px 24px;
}

.list03 ul li {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.list03 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccb896;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 11px;
}

/*ヘッダー
----------------------------------------------------*/
.h_wrap {
  width: 95%;
  max-width: 1240px;
  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: #222;
}

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

.h_conts-l {
  margin-right: 40px;
}

.h_logo {
  margin-bottom: 16px;
}

.h_logo img {
  width: 36vw;
  max-width: fit-content;
  height: auto;
}

.h_address p {
  font-size: 14px;
  letter-spacing: 0.025;
}

.h_conts-r {
  display: flex;
  flex-direction: row;
}

.h_conts-r-info {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}

.h_conts-tel {
  display: flex;
  flex-direction: column;
  border-bottom: 2px dotted #dfdcd6;
}

.h_conts-tel-ttl {
  position: relative;
  text-align: center;
  line-height: 1;
}

.h_conts-tel-ttl:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dotted #dfdcd6;
  position: absolute;
  left: 0;
  top: 0.75em;
}

.h_conts-tel-ttl span {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 0 8px;
}

.h_conts-telnum {
  padding: 8px 0;
  line-height: 1;
}

.h_conts-telnum img {
  width: 23vw;
  max-width: fit-content;
  height: auto;
}

.h_conts-open {
  margin-top: 8px;
}

.h_conts-open dl {
  display: flex;
  flex-direction: row;
}

.h_conts-open dl dt, .h_conts-open dl dd {
  font-size: 14px;
}

.h_conts-open dl dt {
  width: 6.5em;
  font-weight: bold;
}

.h_conts-open dl dd {
  width: fit-content;
}

.h_conts-r-btnlist {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.h_conts-btn {
  display: block;
  width: fit-content;
}

.h_conts-btn p {
  display: block;
}

.h_conts-btn p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  min-width: 145px;
  max-width: 160px;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  min-height: 58px;
}

.h_conts-btn p a img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 4px;
}

.h_conts-btn-mail p a {
  background: #b5a17f;
}

.h_conts-btn-line p a {
  background: #64be55;
}

#sp_head, #sp_top {
  display: none;
}

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

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

.h_nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 8);
  border-left: 1px dotted #b8b6b4;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 14px;
}

.h_nav ul li:last-child {
  border-right: 1px solid #b8b6b4;
}

.h_nav ul li a {
  color: #151311;
  text-decoration: none;
}

/*ナビ
----------------------------------------------------*/
#scroll_menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #1a1a1a;
  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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scroll_logo {
  margin-right: 16px;
}

.scroll_logo p {
  line-height: 0;
}

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

.scroll_menu ul {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}

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

.scroll_menu ul li a {
  font-size: clamp(13px, 1.3vw, 14px);
  color: #212121;
  text-decoration: none;
}

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

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

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

.main_conts_wrap.offerbtm_wrap {
  max-width: 1200px;
}

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

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

.ttl01 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.075em;
}

.ttl01 span {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.75em;
}

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

.ttl01 span:before {
  left: 0;
  transform: rotate(-35deg);
}

.ttl01 span:after {
  right: 0;
  transform: rotate(35deg);
}

.ttl02 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 64px;
}

.ttl03 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 64px;
}

.ttl04 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 32px;
  color: #fff;
}

.strong01,
.strong02 {
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.strong01 {
  color: #db3a34;
}

.strong02 {
  color: #c2a531;
}

.strong03 {
  font-size: 1.25em;
}

.strong04 {
  font-size: 1.1em;
  font-weight: 700;
  color: #c2a531;
}

.strong05 {
  color: #db3a34;
}

.strong06 {
  font-size: 1.45em;
  font-weight: bold;
  color: #db3a34;
}

.strong07 {
  font-weight: 700;
  color: #c2a531;
  text-decoration: underline;
}

.br {
  display: block;
}

.tbl01,
.tbl02 {
  display: block;
}

.tbl01 tbody,
.tbl02 tbody {
  display: block;
}

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

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

.tbl01 tbody tr th, .tbl01 tbody tr td,
.tbl02 tbody tr th,
.tbl02 tbody tr td {
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  border-left: 1px solid #a8a8a8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tbl01 tbody tr th,
.tbl02 tbody tr th {
  background: #f7f5f2;
  justify-content: center;
}

.tbl01 tbody tr td,
.tbl02 tbody tr td {
  background: #fff;
  border-right: 1px solid #a8a8a8;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  width: 50%;
}

.tbl02 tbody tr th {
  width: 30%;
}

.tbl02 tbody tr td {
  width: 70%;
}

.btn01 a {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  background: #b5a17f;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn01 a:before, .btn01 a:after {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 24px;
}

.btn01 a:before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.btn01 a:after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}

.btn01.btn01_mt{
  margin-top: 3em;
}

/* voice */
.voice {
  background: #ede6da;
  box-sizing: border-box;
  padding: 80px 0;
}

.voice.bgw {
  background: none;
}

.voiceconts {
  border: 8px solid #ccb896;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 64px;
  margin-bottom: 48px;
}

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

.voice_ttl {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.voice_ttl .voice_ttl-strong01 {
  font-size: 1.25em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

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

.voiceconts_img {
  width: 100%;
  max-width: 240px;
  margin-right: 40px;
  text-align: center;
}

.voiceconts_img .noimage {
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 24px 12px;
}

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

.voiceconts_text {
  width: 100%;
  box-sizing: border-box;
  padding-top: 16px;
}

.voiceconts_text p {
  font-size: 18px;
}

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

.voiceconts02_img {
  width: 100%;
  max-width: 197px;
  margin-right: 40px;
}

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

.voiceconts02_text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voiceconts02_text p {
  font-size: 16px;
}

.voiceconts02_text-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 2px dotted;
}

/* why */
.why {
  padding: 64px 0;
}

.why_text01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

/* kaizen */
.kaizen_img {
  width: 100%;
  border: 14px solid #ede6da;
  box-sizing: border-box;
  background: #ede6da;
}

.kaizen_img-wrap {
  box-sizing: border-box;
  border: 4px solid #fff;
  background: #f5f2eb url("../images/top/kaizen_inline-bg.png") repeat left top;
  padding: 48px 32px;
}

.kaizen_imgconts01,
.kaizen_imgconts02 {
  display: flex;
  justify-content: center;
}

.kaizen_imgconts01 {
  margin-bottom: 24px;
  position: relative;
}

.kaizen_img-list {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.kaizen_img-list li {
  line-height: 0;
}

.kaizen_img-list img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.18);
}

.kaizen_img-list01 {
  gap: 32px;
}

.kaizen_img-list02 {
  gap: 24px;
}

.kaizen_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.kaizen_bg-img {
  position: absolute;
  line-height: 0;
}

.kaizen_bg01 {
  left: 0;
  top: 0;
}

.kaizen_bg02 {
  right: 0;
  bottom: 0;
}

/* kuchikomi */
.kuchikomi {
  display: block;
  background: url("../images/top/kuchikomi_bg.png") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.kuchikomi_main {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.kuchikomi_mainttl {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #f2dba8;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 24px;
}

.kuchikomi_img {
  width: fit-content;
  text-align: center;
}

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

.kuchikomi_memo {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-top: 24px;
}

/* nayami */
.nayami_conts {
  display: flex;
  flex-direction: row-reverse;
}

.nayami_img {
  width: 100%;
  max-width: 338px;
  margin-left: 32px;
}

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

.nayami_text {
  width: 100%;
}

.nayami_text-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.nayami_text-list li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  min-height: 32px;
  font-size: 17px;
  box-sizing: border-box;
  padding-top: 6px;
  padding: 3px 0 0 40px;
  margin-bottom: 12px;
}

.nayami_text-list li:last-of-type {
  margin-bottom: 0;
}

/* nayamiomakase */
.nayamiomakase {
  background: #ede6da;
  box-sizing: border-box;
  position: relative;
  padding: 110px 0 80px;
}

.nayamiomakase:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 120px solid transparent;
  border-top: Min(72.5px, 11vw) solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.nayamiomakase_text01 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.075em;
  vertical-align: middle;
}

.nayamiomakase_strong02 {
  font-size: 1.2em;
}

.nayamiomakase_conts {
  margin-top: 64px;
}

.nayamiomakase_conts p {
  font-size: 18px;
}

/* reason */
.reason {
  padding-top: 0;
}

.reason_mainttl {
  box-sizing: border-box;
  padding: 40px 0;
  background: #ede6da;
  position: relative;
}

.reason_mainttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 120px solid transparent;
  border-top: clamp(24px, 6vw, 48px) solid #ede6da;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}

.reason_mainttl p {
  margin-bottom: 0;
}

.reason_mainttl-text {
  margin-bottom: 12px;
}

.reason_mainttl-sub {
  font-size: 20px;
  text-align: center;
}

.reason_mainconts {
  margin-top: 96px;
}

.reason_conts {
  margin-bottom: 72px;
}

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

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

.reason_img {
  width: 100%;
  max-width: 334px;
  margin-left: 32px;
}

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

.reason_textarea {
  display: flex;
  flex-direction: column;
}

.reason_textarea-ttlconts {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reason_textarea-ttl-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background: linear-gradient(135deg, #ac8940 0%, #f0d499 45%, #f0d499 55%, #ac8940 100%);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
}

.reason_textarea-ttl-num-text {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

.reason_textarea-ttl-num-text span {
  display: block;
  font-size: 2em;
}

.reason_textarea-ttl-main {
  display: block;
  width: calc(100% - 120px);
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #db3a34;
  line-height: 1.75;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 16px;
  margin-left: 24px;
}

.reason_textarea-textconts {
  margin-top: 24px;
}

/* recommend */
.recommend.bgb {
  background: #ede6da;
}

.recommend_conts {
  margin-bottom: 40px;
  border: 1px solid #cdccca;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.08);
}

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

.recommend_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.recommend_img {
  width: 100%;
  max-width: 230px;
}

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

.recommend_text {
  margin-right: 40px;
}

.recommend_ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.recommend_medal {
  width: 100%;
  max-width: 126px;
  margin-right: 24px;
}

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

.recommend_ttltext {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.recommend_ttltext-main {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 4px;
  color: #c2a531;
}

.recommend_ttltext-info ul {
  display: flex;
  flex-wrap: wrap;
}

.recommend_ttltext-info ul li {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

.recommend_ttltext-info ul li:after {
  content: "/";
  margin: 0 8px;
}

.recommend_ttltext-info ul li:last-of-type:after {
  content: none;
}

.recommend_ttltext-sub,
.recommend_ttltext-name {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 1.75;
}

.recommend_ttltext-name {
  padding-bottom: 8px;
}

.recommend_ttltext-name span {
  font-size: 1.25em;
  margin-right: 8px;
}

.recommend_textarea {
  margin-top: 24px;
}

.recommend_textarea p {
  font-size: 16px;
}

/* profile */
.profile {
  background: url("../images/top/profile_bg.png") no-repeat center center/cover;
  box-sizing: border-box;
  padding: 80px 0;
}

.profile_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.profile_img {
  width: 100%;
  max-width: 300px;
  margin-left: 32px;
}

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

.profile_text {
  width: 100%;
}

/* offer / offerbtm */
.offer.bgw {
  background: #fff;
}

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

.offer,
.offerbtm {
  background: #1a1a1a;
  box-sizing: border-box;
  padding: 80px 0;
  color: #fff;
}

.offer_name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.offer_name span {
  font-size: 1.25em;
  margin-right: 16px;
}

.offer_main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 48px;
}

.offer_main-info {
  width: fit-content;
  margin-right: 32px;
}

.offer_info-img {
  margin-bottom: 24px;
}

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

.offer_info-text {
  width: fit-content;
}

.offer_info-text dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.offer_info-text dl dt, .offer_info-text dl dd {
  text-align: left;
}

.offer_info-text dl dt {
  width: 7em;
}

.offer_info-text dl dd {
  width: fit-content;
}

.offer_main-btnlist {
  width: 100%;
  max-width: 400px;
}

.offer_btnconts {
  margin-bottom: 24px;
}

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

.offer_btn,
.offerbtm_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 400px; */
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.offer_btn:hover,
.offerbtm_btn:hover {
  color: inherit;
}

.offerbtm_btn {
  min-height: 124px;
  padding: 12px;
}

.offer_btn-tel,
.offerbtm_btn-tel {
  background: #db3a34;
}

.offer_btn-line,
.offerbtm_btn-line {
  background: #64be55;
}

.offer_btn-reserve,
.offerbtm_btn-reserve {
  background: #67a8d5;
  
}

.offer_btn-questionnaire,
.offerbtm_btn-questionnaire{
  background: #b5a17f;
}

.offer_btn-icon,
.offerbtm_btn-icon {
  line-height: 0;
  margin-right: 12px;
}

.offer_btn-text,
.offerbtm_btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer_btn-text p,
.offerbtm_btn-text p {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.offer_btn-text-tel p,
.offer_btn-text-line p,
.offer_btn-text-reserve p,
.offer_btn-text-questionnaire p{
  font-size: 28px;
}
.offerbtm_btn-text-line p,
.offerbtm_btn-text-reserve p,
.offerbtm_btn-text-questionnaire p {
  font-size: 36px;
}

.offer_btn-text-tel p{
  font-size: 20px;
}

.offerbtm_btn-text-tel p{
  font-size: 22px;
}

.offer_btn-text-tel p.offer_btn-text-telnum, 
.offer_btn-text-tel p.offerbtm_btn-text-telnum{
  font-size: 30px;
}
.offerbtm_btn-text-tel p.offer_btn-text-telnum,
.offerbtm_btn-text-tel p.offerbtm_btn-text-telnum {
  font-size: 44px;
  line-height: 1.25;
}

.offer_map {
  margin-top: 64px;
}

.offer_map iframe {
  width: 100%;
  height: 40vw;
  max-height: 480px;
}

.offerbtm {
  padding: 100px 0 120px;
}

.offerbtm_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 64px;
}

.offerbtm_conts {
  width: calc(100% / 2 - 12px);
}

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

#pagetop a {
  opacity: 1;
}

#pagetop img {
  width: auto;
  max-width: 100px;
  height: auto;
  border-radius: 1000px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}

/*フッター
----------------------------------------------------*/
#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 {
  background: rgba(255, 255, 255, 0.8);
  width: 95%;
  padding: 2.5vw 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp_pagebtm-tel {
  margin-right: 5px;
}

.sp_pagebtm-tel img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.sp_pagebtm-mail {
  margin-right: 5px;
}

.sp_pagebtm-mail img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

.sp_btm_line img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

#footer {
  background: #fff;
  box-sizing: border-box;
  padding: 0;
}

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

.f_conts_l {
  font-size: 13px;
  line-height: 1.8;
}

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

.f_conts_l dl dt, .f_conts_l dl dd {
  line-height: 1.5;
}

.f_conts_l dl dt {
  width: 4.5em;
}

.f_conts_l dl dd {
  width: fit-content;
}

.f_conts_r {
  display: flex;
}

.f_conts_r dl {
  margin-left: 24px;
  width: fit-content;
}

.f_conts_r dl.f_menulist {
  width: fit-content;
}

.f_conts_r dl.f_menulist dt {
  margin-bottom: 8px;
}

.f_conts_r dl.f_menulist dd {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 12px;
}

.f_conts_r dl.f_menulist dd:last-of-type {
  margin-bottom: 0;
}

.f_conts_r dl.f_menulist dd:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.f_conts_r dl.f_bloglist {
  width: fit-content;
  max-width: 15em;
}

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

.f_conts_r dl dd a {
  padding-left: 0;
  text-decoration: none;
  color: inherit;
}

.f_cr {
  width: 100%;
  font-size: 13px;
  background: #1a1a1a;
  text-align: center;
  padding: 8px 2.5%;
  box-sizing: border-box;
  color: #fff;
}

.f_cr a {
  text-decoration: none;
}

#sp_btm {
  display: none;
}
