@charset "UTF-8";
/*フォント
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  background: #fff;
}

html {
  overflow-y: scroll;
}

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

a:hover {
  color: #009885;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}

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

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

.tac {
  text-align: center;
}

.tbl01 {
  border: 1px solid #c4c0bb;
  border-collapse: collapse;
  margin: 1em 0;
}

.tbl01 tbody tr {
  border: 1px solid #c4c0bb;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 12px;
}

.tbl01 tbody tr th {
  font-weight: bold;
  background: #e9f0f0;
}

.tbl01 tbody tr td {
  background: #fff;
}

.tbl01.tbl_price tbody tr th {
  width: 12em;
}

.strong01 {
  color: #d30054;
}

.strong02 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.strong03 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #faf47a 60%);
}

.strong04 {
  color: #009885;
}

.strong05 {
  font-weight: bold;
  text-decoration: underline;
}

.btn01 a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #009885;
  border-radius: 4px;
  padding: 24px 24px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

.btn01 a span {
  position: relative;
}

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

.ttl01 {
  background: #333;
  box-sizing: border-box;
  padding: 12px 12px 12px 24px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
}

.ttl01:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 24px);
  background: #a89168;
  position: absolute;
  left: 12px;
  top: 12px;
}

.ttl02 {
  border-left: 8px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.ttl03 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid #a89168;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 4px;
}

.ttl03:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #a89168;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.ttl04 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 4px;
}

.ttl04:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.ttl05 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.ttl05 .br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.ttl06 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 4px;
}

.ttl06:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}


/*header
----------------------------------------------------*/
#header {
  padding: 16px 0 48px;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.h_h1-t {
  text-align: left;
}

.h_h1-t h1 {
  font-size: 13px;
  letter-spacing: 0.025em;
}

.h_conts {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.h_conts-l {
  width: 36vw;
  max-width: 529px;
}

.h_logo {
  width: 100%;
  line-height: 1;
}

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

.h_logo .h_logo-sp {
  display: none;
}

.h_address {
  margin-top: 8px;
}

.h_address p {
  font-size: 14px;
  line-height: 1.75;
}

.h_conts-r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 40px;
}

.h_tel {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}

.h_tel-conts {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #333;
}

.h_tel-ttl {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
}

.h_tel-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #333;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.h_tel-ttl span {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.h_tel-num {
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1;
  margin: 12px 0;
}

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

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

.h_tel-open dl {
  display: flex;
}

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

.h_tel-open dl dt {
  width: 6em;
  font-weight: bold;
}

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

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

.h_btnconts {
  width: 100%;
  min-width: 160px;
  margin-right: 12px;
  min-height: 58px;
}

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

.h_btnconts a {
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  color: #fff;
  text-decoration: none;
  min-height: 58px;
  height: 100%;
}

.h_btn-reserve a {
  background: linear-gradient(to bottom, #e6005c 0%, #e6005c 49%, #d30054 50%, #e6005c 50%, #d30054 100%);
}

.h_btn-line a {
  background: linear-gradient(to bottom, #62d23a 0%, #62d23a 50%, #4fc624 50%, #4fc624 100%);
}

.h_btnconts-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 100%;
}

.h_btnconts-img {
  margin-right: 8px;
  line-height: 1;
}

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

.h_btnconts-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

/*nav
----------------------------------------------------*/
#nav {
  padding: 0;
  border-bottom: 3px solid #333;
}

.nav_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

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

.nav_wrap ul li {
  width: calc(100% / 6);
  border-left: 1px solid #eee9e0;
}

.nav_wrap ul li:last-of-type {
  border-right: 1px solid #eee9e0;
}

.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.nav_wrap ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nav_wrap ul li a:hover {
  opacity: 1;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 95%;
  max-width: 1020px;
  margin: 64px auto 96px;
  box-sizing: border-box;
}

.main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#conts {
  width: 720px;
}

/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 48px;
}

.conts01.mt0 {
  margin-top: 0;
}

.conts02 {
  margin-top: 32px;
}

.conts02.mt0 {
  margin-top: 0;
}

/*トップページ
----------------------------------------------------*/
/* 準備中 */
.comingsoon_conts {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 32px;
}

.comingsoon_conts p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff2d2d;
}

/* saihatsu */
.saihatsu_text p {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}

.saihatsu_text p:last-of-type {
  margin-bottom: 0 !important;
}

.saihatsu_text p span.br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

/* yorokobinokoe */
.yorokobinokoe_ttl {
  line-height: 1;
  margin-bottom: 32px;
}

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

.yorokobinokoe_list {
  display: flex;
  justify-content: center;
}

.yorokobinokoe_list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.yorokobinokoe_list ul li {
  width: calc(100% / 3 - 20px);
  max-width: 207px;
  margin-right: 30px;
}

.yorokobinokoe_list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.yorokobinokoe_list ul li:last-of-type {
  display: none;
}

.yorokobinokoe_list ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* campaign */
.campaign_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* nayami */
.nayami_mainttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.nayami_mainttl .br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.naymai_list {
  background: #e9e4de;
  box-sizing: border-box;
  padding: 32px;
}

.naymai_list ul {
  display: flex;
  flex-direction: column;
}

.naymai_list ul li {
  position: relative;
  background: url("../images/common/icon_check01.png") no-repeat left 7px;
  padding-left: 32px;
  font-size: 18px;
  border-bottom: 1px dashed #cfcfc5;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* omakase */
.omakase_mainttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.omakase_arrow {
  text-align: center;
  margin-bottom: 1em;
}

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

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

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

.omakase_text-img {
  margin-bottom: 1em;
}

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

/* feature */
.feature_mainttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #009885;
  box-sizing: border-box;
  padding: 16px;
  line-height: 1;
  position: relative;
  margin-bottom: 72px;
}

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

.feature_mainttl span {
  position: relative;
  top: 4px;
}

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

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

.feature_listconts {
  width: 28vw;
  max-width: 230px;
  height: 28vw;
  max-height: 230px;
  position: relative;
  background: linear-gradient(320deg, #009885 0%, #29baa7 45%, #29baa7 55%, #009885 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 230px;
  box-sizing: border-box;
  padding: 20px;
}

.feature_list-num {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: 0 auto;
  text-align: center;
}

.feature_textarea {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

.feature_text-ttl,
.feature_text-text {
  width: 100%;
  text-align: center;
  line-height: 1;
}

.feature_text-ttl {
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* nayami_menu */
.nayami_menu-ttl {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  box-sizing: border-box;
  padding: 5px 0;
  margin-bottom: 32px;
}

.nayami_menu-ttl span {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 12px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}

.nayami_menu-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nayami_menu-link li {
  width: calc(100% / 3 - 18px);
  max-width: 224px;
  margin-right: 26px;
  margin-bottom: 26px;
  line-height: 0;
}

.nayami_menu-link li:nth-of-type(3n) {
  margin-right: 0;
}

.nayami_menu-link li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* reason */
.reason_mainttl {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 32px;
}

.reason_mainttl-mail {
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.reason_mainttl-mail strong {
  font-size: 1.25em;
  color: #d30054;
  line-height: 1;
}

.reason_mainttl-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.reason_mainttl-sub span {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.reason_mainttl-sub span:before, .reason_mainttl-sub span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #333;
  position: absolute;
  bottom: 0;
}

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

.reason_mainttl-sub span:after {
  transform: rotate(35deg);
  right: 0;
}

.reason_conts {
  margin-bottom: 40px;
}

.reason_conts-ttl {
  background: #009885;
  box-sizing: border-box;
  padding: 24px 24px 24px 140px;
  position: relative;
  min-height: 137px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.reason_conts-mainttl {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.reason_conts-mainttl strong {
  color: #faf47a;
}

.reason_conts-subttl {
  position: absolute;
  left: 32px;
  top: 24px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason_conts-subttl p {
  margin-bottom: 0 !important;
}

.reason_conts-subttl-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.reason_conts-subttl-text span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  margin-top: 2px;
}

.reason_img {
  margin-bottom: 1em;
}

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

/* voice */
.voice_mainttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.voice_mainttl .br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.voice_mainttl strong {
  color: #d30054;
}

.voice_conts {
  margin-bottom: 32px;
  box-sizing: border-box;
  background: #e9f0f0;
  padding: 32px;
}

.voice_conts-wrap {
  display: flex;
  flex-direction: column;
}

.voice_conts-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.voice_conts-img {
  display: block;
  width: 100%;
  margin: 24px auto;
  text-align: center;
}

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

.voice_noimage{
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
  line-height: 0;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.12);
}

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

.voice_conts-text p {
  margin-bottom: 1em;
}

.voice_conts-text p:last-of-type {
  margin-bottom: 0 !important;
}

p.voice_memo {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-top: 16px;
}

.voice_btn {
  margin-top: 40px;
}

/* recommend */
.recommend_mainttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.recommend_mainttl .br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.recommend_mainttl strong {
  color: #d30054;
}

.recommend_conts {
  margin-bottom: 32px;
}

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

.recommend_ttl {
  background: #a89168;
  box-sizing: border-box;
  padding: 24px;
  border-bottom: 8px solid #333;
}

.recommend_ttl-wrap {
  display: flex;
  flex-direction: row;
}

.recommend_ttl-medal {
  width: 100%;
  max-width: 99px;
}

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

.recommend_ttl-text {
  margin-left: 12px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

.recommend_ttl-main {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 8px;
}

.recommend_ttl-info {
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.recommend_textarea {
  background: #e9e4de;
  box-sizing: border-box;
  padding: 40px;
}

.recommend_textarea-wrap {
  display: block;
  min-height: 1px;
}

.recommend_textarea-wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.recommend_textarea-img {
  width: 100%;
  max-width: 182px;
  margin-left: 24px;
  float: right;
}

.recommend_textarea-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.12);
}

.recommend_textarea-text {
  width: 100%;
}

.recommend_textarea-text p {
  margin-bottom: 1em;
}

.recommend_textarea-text p:last-of-type {
  margin-bottom: 0 !important;
}

.recommend_memo {
  margin-top: 16px;
}

.recommend_memo p {
  font-size: 13px;
  text-align: right;
  margin-bottom: 0 !important;
}

/* message */
.message_mainttl {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  box-sizing: border-box;
  padding: 5px 0;
  margin-bottom: 32px;
}

.message_mainttl span {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 12px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}

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

.message_img {
  width: 100%;
  max-width: 226px;
  margin-right: 24px;
}

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

.message_text {
  width: 100%;
}

.message_info {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

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

.message_info01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.message_info02 {
  font-size: 18px;
  margin-bottom: 0 !important;
}

.message_info02 img {
  margin-left: 12px;
  width: auto;
  max-width: 117px;
  height: auto;
}

/* conctscontact */
.contact_mailttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
}

.contact_mailttl-wrap {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.5em;
}

.contact_mailttl-wrap:before, .contact_mailttl-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px solid #333;
  position: absolute;
  bottom: 0;
}

.contact_mailttl-wrap:before {
  transform: rotate(-35deg);
  left: 0;
}

.contact_mailttl-wrap:after {
  transform: rotate(35deg);
  right: 0;
}

.contact_mailttl-wrap .br:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.contact_conts {
  border-top: 12px solid #333;
  background: #ece8df;
  box-sizing: border-box;
  padding: 40px 32px;
}

.contact_logo {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

.contact_logo img {
  width: auto;
  max-width: 430px;
  height: auto;
}

.contact_btn {
  margin-bottom: 20px;
}

.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.contact_tel a {
  background: linear-gradient(to bottom, #00a892 0%, #00a892 50%, #009885 50%, #009885 100%);
}

.contact_mail a {
  background: linear-gradient(to bottom, #e6005c 0%, #e6005c 50%, #d30054 50%, #d30054 100%);
}

.contact_line a {
  background: linear-gradient(to bottom, #62d23a 0%, #62d23a 50%, #4fc624 50%, #4fc624 100%);
}

.contact_btn-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 24px;
}

.contact_btn-wrap-tel {
  flex-direction: row;
  justify-content: space-between;
}

.contact_btn-tel01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 96px;
  height: 100%;
  min-height: 89px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_btn-tel01-text01 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.contact_btn-tel01-text01 span:before {
  content: "";
  display: block;
  width: auto;
  height: 0;
}

.contact_btn-tel02 {
  width: 100%;
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact_btn-tel02-text01 {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0 !important;
}

.contact_btn-tel02-text01 img {
  width: 4.5vw;
  max-width: 37px;
  height: auto;
  margin-right: 12px;
}

.contact_btn-tel02-text01 span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 6.5vw, 58px);
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -4px;
}

.contact_btn-tel02-text02 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.contact_btn-wrap-mail-text01,
.contact_btn-wrap-line-text01 {
  font-size: clamp(24px, 4.1vw, 32px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_btn-wrap-mail-text01 img,
.contact_btn-wrap-line-text01 img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 12px;
}

.contact_address {
  margin: 32px auto;
}

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

.contact_address dl dt {
  width: 7em;
  white-space: nowrap;
  font-weight: bold;
}

.contact_address dl dd {
  width: calc(100% - 7em);
}

.contact_map {
  line-height: 1;
}

.contact_map iframe {
  width: 100%;
  min-height: 480px;
}

/* last */
.last_mainttl {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  box-sizing: border-box;
  padding: 5px 0;
  margin-bottom: 32px;
}

.last_mainttl span {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 12px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.last_select {
  box-sizing: border-box;
  padding: 40px;
  background: #e9f0f0;
}

.last_selectconts {
  margin-bottom: 16px;
}

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

.last_selectconts p:last-of-type {
  margin-bottom: 0 !important;
}

.last_select-ttl {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.last_arrow {
  display: block;
  margin: 20px auto 36px;
  text-align: center;
}

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

.last_message-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}

.last_message-text p {
  font-size: 18px;
  font-weight: bold;
}

/*side
----------------------------------------------------*/
#side {
  width: 230px;
}

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

.side_bnr {
  margin-top: 20px;
}

.side_conts01 {
  margin-top: 20px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
}

.side_ttl {
  font-family: "hannari", serif;
  font-size: 15px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 0 8px 13px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.side_ttl:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #5c493a;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.side_ttl:after {
  content: "";
  display: block;
  border-bottom: 2px dotted #d4c7aa;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.side_ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  padding: 16px 0;
  margin-bottom: 8px;
}

.side_menulist {
  margin-top: 4px;
  box-sizing: border-box;
  padding: 0 12px 24px;
}

.side_menulist ul li {
  border-bottom: 1px dashed #c2b9b2;
  color: #5c493a;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding: 4px 10px 8px;
}

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

.side_menulist ul li a {
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-left: 13px;
}

.side_menulist ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #333;
  position: absolute;
  left: 0;
  top: 3px;
}

.side_infoconts {
  box-sizing: border-box;
  padding: 16px 10px;
}

.side_logo {
  width: 100%;
  max-width: 190px;
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1;
}

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

.side_address {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

.side_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  height: 100%;
}

.side_btn {
  margin-top: 16px;
}

.side_btn-tel a {
  background: linear-gradient(to bottom, #00a892 0%, #00a892 50%, #009885 50%, #009885 100%);
}

.side_btn-reserve a {
  background: linear-gradient(to bottom, #e6005c 0%, #e6005c 50%, #d30054 50%, #d30054 100%);
}

.side_btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 8px;
  border: 1px solid #fff;
  width: 100%;
}

.side_btn-tel-text01,
.side_btn-tel-text02,
.side_btn-reserve-text01 {
  text-align: center;
  line-height: 1;
}

.side_btn-tel-text01 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
}

.side_btn-reserve-text01 {
  font-size: 15px;
  font-weight: bold;
}

.side_btn-reserve-text01 img {
  margin-right: 4px;
}

.side_infosubconts {
  margin-top: 16px;
}

.side_infosub-ttl {
  border-top: 1px solid #dfdad6;
  border-bottom: 1px solid #dfdad6;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.side_infosub-text p {
  text-align: center;
  margin-bottom: 0 !important;
}

.side_map {
  margin-top: 16px;
}

.side_map iframe {
  width: 100%;
  min-height: 360px;
  height: 100%;
}

/*pagetop
----------------------------------------------------*/
#pagetop {
  position: absolute;
  top: -64px;
  right: 2.5%;
  text-align: right;
  width: 100%;
  max-width: 100px;
  box-sizing: border-box;
  border-radius: 100px;
}

#pagetop img {
  width: auto;
  max-width: 100px;
  height: auto;
  border-radius: 100%;
}

/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: #333;
  padding: 80px 0;
  position: relative;
}

.common_contact-wrap {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.common_contact-ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.common_contact-ttl .common_contact-ttl-wrap {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  padding: 0 1em;
  color: #fff;
}

.common_contact-ttl .common_contact-ttl-wrap:before, .common_contact-ttl .common_contact-ttl-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: 0;
}

.common_contact-ttl .common_contact-ttl-wrap:before {
  transform: rotate(-35deg);
  left: 0;
}

.common_contact-ttl .common_contact-ttl-wrap:after {
  transform: rotate(35deg);
  right: 0;
}

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

.common_contact-btnconts {
  width: calc(100% / 3);
  max-width: 320px;
  margin-right: 16px;
}

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

.common_contact-btnconts a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  border-radius: 6px;
  min-height: 120px;
  height: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.common_contact-btn-tel a {
  background: linear-gradient(to bottom, #00a892 0%, #00a892 50%, #009885 50%, #009885 100%);
}

.common_contact-btn-reserve a {
  background: linear-gradient(to bottom, #e6005c 0%, #e6005c 50%, #d30054 50%, #d30054 100%);
}

.common_contact-btn-line a {
  background: linear-gradient(to bottom, #62d23a 0%, #62d23a 50%, #4fc624 50%, #4fc624 100%);
}

.common_contact-btnconts-wrap {
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
}

.common_contact-btn-tel-text01 {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.common_contact-btn-tel-text02 {
  line-height: 1;
  margin-bottom: 4px;
}

.common_contact-btn-tel-text02 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-btn-tel-text03 {
  font-size: 13px;
  line-height: 1.5;
}

.common_contact-btn-text01 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.common_contact-btn-text01 img {
  margin-right: 8px;
  width: auto;
  max-width: 100%;
  height: auto;
}

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
  box-sizing: border-box;
}

.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sp_btm-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.sp_btm-conts {
  width: auto;
  margin-right: 4px;
}

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

.sp_btm-conts p {
  display: block;
  height: 100%;
}

.sp_btm-conts a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*footer
----------------------------------------------------*/
#footer {
  padding: 64px 0;
}

.footer_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer_menu ul {
  display: flex;
  justify-content: center;
}

.footer_menu ul li {
  position: relative;
}

.footer_menu ul li:before {
  content: "|";
  margin-right: 16px;
  margin-left: 16px;
}

.footer_menu ul li:last-of-type:after {
  content: "|";
  margin-left: 16px;
}

.footer_menu ul li a {
  color: #333;
  text-decoration: none;
}

.footer_info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 24px 0;
  margin: 32px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_info p {
  font-size: 13px;
  margin-right: 1em;
}

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

.footer_info p.footer_info-name {
  font-weight: bold;
}

#f_copy {
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
