@charset "UTF-8";
/*フォント
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #544124;
  line-height: 1.8;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}

html {
  overflow-y: scroll;
}

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

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

mark {
  background: none;
  color: inherit;
}

.mark01 {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.mark02 {
  background: linear-gradient(transparent 60%, #f6f957 60%);
  line-height: 1.25;
}

.strong01 {
  color: #d74412;
}

.br {
  display: block;
}

.ttl01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 24px;
}

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

.ttl02 .ttl02_wrap {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.ttl02 .ttl02_wrap:before, .ttl02 .ttl02_wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #544124;
}

.ttl02 .ttl02_wrap:before {
  left: 0;
  transform: rotate(-35deg);
}

.ttl02 .ttl02_wrap:after {
  right: 0;
  transform: rotate(35deg);
}

.ttl03 {
  border-top: 4px solid #c1a44e;
  border-bottom: 4px solid #c1a44e;
  box-sizing: border-box;
  padding: 16px 0 20px;
  background: #fffbe2;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.ttl04 {
  background: #ef8b40;
  box-sizing: border-box;
  padding: 16px 20px 12px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}

.ttl05 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d4cabb;
  padding-bottom: 4px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ttl06 {
  border-top: 1px solid #94928a;
  box-sizing: border-box;
  padding: 12px 16px 8px;
  border-bottom: 1px solid #94928a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ttl07 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.ttl08 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.ttl09 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ttl10 {
  background: #fffbe2;
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ttl11 {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.ttl11 span {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.ttl11 span:before, .ttl11 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: -4px;
  background: #544124;
}

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

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

.list01 li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 36px;
  border-bottom: 2px dotted #cfcfc5;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

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

.list02 li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

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

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

.list03 {
  display: flex;
  flex-wrap: wrap;
}

.list03 li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
  margin-right: 16px;
}

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

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

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

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

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

.h_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.h_logo {
  margin-top: 24px;
  margin-right: 32px;
}

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

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

.h_address {
  margin-top: 12px;
}

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

.h_contact {
  margin-left: 32px;
  display: flex;
  flex-direction: row;
}

.h_contact-no1 {
  line-height: 0;
}

.h_contact-infoconts {
  width: 100%;
}

.h_contact-info {
  display: flex;
  flex-direction: column;
  margin-left: 32px;
  margin-top: 12px;
}

.h_contact-info-t {
  display: flex;
  flex-direction: row;
  height: 100%;
  max-height: 58px;
}

.h_contact-info-tel {
  border-bottom: 1px solid #dfdad6;
}

.h_contact-info-tel-text01 {
  position: relative;
  display: flex;
  justify-content: center;
}

.h_contact-info-tel-text01:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdad6;
  position: absolute;
  left: 0;
  top: 4px;
}

.h_contact-info-tel-text01 span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #544124;
  line-height: 1;
  position: relative;
  top: -2px;
  z-index: 2;
}

.h_contact-info-tel-img {
  box-sizing: border-box;
  padding: 5px 12px;
  line-height: 1;
}

.h_contact-info-reserve {
  margin-left: 12px;
  display: block;
  width: 40vw;
  max-width: 160px;
  height: 100%;
}

.h_contact-info-reserve-btn {
  height: 100%;
}

.h_contact-info-reserve-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  background: #ef8b40;
  box-sizing: border-box;
  padding: 12px 18px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.h_contact-info-reserve-btn a img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.h_contact-info-b {
  margin-top: 16px;
}

.h_contact-info-b dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.h_contact-info-b dl:last-of-type {
  margin-bottom: 0;
}

.h_contact-info-b dl dt, .h_contact-info-b dl dd {
  font-size: 14px;
  line-height: 1.5;
}

.h_contact-info-b dl dt {
  white-space: nowrap;
  font-weight: bold;
}

.h_contact-info-b dl dd span {
  display: block;
}

/*nav
----------------------------------------------------*/
#nav {
  display: block;
}

.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-right: 1px solid #eee9e0;
}

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

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

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

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 95%;
  max-width: 1240px;
  background: #fff;
  margin: 32px auto;
  padding: 40px;
  box-sizing: border-box;
}

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

#conts {
  width: 720px;
}

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

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

/*準備中
----------------------------------------------------*/
.comingsoon {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 24px;
}

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

/*why_text01
----------------------------------------------------*/
.why_text01 p {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.65;
}

/*reason_conts
----------------------------------------------------*/
.reason {
  background: #f2f2e6;
  box-sizing: border-box;
  padding: 30px;
}

.reason_conts {
  margin-bottom: 32px;
}

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

.reason_conts-wrap {
  box-sizing: border-box;
  border: 1px solid #e7e7dd;
  padding: 29px;
  background: #fff;
}

.reason_ttl {
  position: relative;
}

.reason_ttl-mainttl {
  padding-left: 148px;
  min-height: 76px;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.reason_ttl-subttl {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(155deg, #a78726 0%, #e6cf87 50%, #a78726 100%);
  width: 100%;
  max-width: 132px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  letter-spacing: 0.025em;
}

.reason_ttl-subttl span {
  display: block;
}

.reason_ttl-subttl strong {
  font-size: 1.25em;
  position: relative;
  bottom: -2px;
}

.reason_img {
  margin: 16px auto;
}

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

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

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

/*media
----------------------------------------------------*/
.media_mainttl {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #ffad55 0%, #e57d30 100%);
  position: relative;
  margin-top: 80px;
  box-sizing: border-box;
  padding: 16px 0 24px;
}

.media_mainttl-text {
  display: inline-block;
  width: auto;
  padding-left: 200px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.25;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.media_mainttl-text span {
  font-size: 32px;
}

.media_mainttl-text span strong {
  font-size: 1.25em;
}

.media_mainttl-medal {
  position: absolute;
  left: 2.5%;
  top: -32px;
  line-height: 0;
}

.media_conts {
  background: #f7f3cb;
  box-sizing: border-box;
  padding: 30px;
}

.media_conts-wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #e8d58b;
}

.media_img {
  text-align: center;
  line-height: 0;
}

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

/*nayami
----------------------------------------------------*/
.nayami_conts {
  margin-bottom: 32px;
}

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

.nayami_list {
  background: #f2f2e6;
  box-sizing: border-box;
  padding: 32px;
}

.nayami_kaizen-ttl {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

.nayami_kaizen-ttl strong {
  color: #d74412;
}

.nayami_kaizen-img {
  text-align: center;
}

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

.nayami_kaizen-textarea {
  margin-top: 24px;
}

.nayami_feature-ttl {
  background: #69583e;
  box-sizing: border-box;
  padding: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.075em;
  position: relative;
}

.nayami_feature-ttl strong {
  font-size: 1.25em;
  background: linear-gradient(135deg, #fef08f 0%, #fef08f 25%, #fffbe0 50%, #fef08f 75%, #fef08f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nayami_feature-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #e1d7c7;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.nayami_feature-ttl-bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.nayami_feature-ttl-bg:before, .nayami_feature-ttl-bg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.nayami_feature-ttl-bg:before {
  border: 40px solid transparent;
  border-top: 32px solid #e1d7c7;
  z-index: 1;
  bottom: -72px;
}

.nayami_feature-ttl-bg:after {
  border: 32px solid transparent;
  border-top: 24px solid #69583e;
  z-index: 2;
  bottom: -56px;
}

.nayami_feature-inline {
  background: #fffbe2;
  box-sizing: border-box;
  padding: 56px 40px 40px;
  border-left: 1px solid #d1d3d5;
  border-right: 1px solid #d1d3d5;
  border-bottom: 1px solid #d1d3d5;
}

.nayami_featureconts {
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px 24px 32px;
  box-shadow: 8px 8px 0 rgba(198, 198, 198, 0.35);
  margin-top: 32px;
}

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

.nayami_featureconts-ttl {
  width: 100%;
  max-width: 12em;
  margin: 0 auto 20px;
  background: linear-gradient(to right, #a78726 0%, #69583e 100%);
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0;
}

.nayami_featureconts-ttl span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.nayami_featureconts-ttl span strong {
  font-size: 1.25em;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.nayami_featureconts-textarea {
  text-align: center;
}

.nayami_featureconts-textarea p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.nayami_featureconts-textarea p strong {
  font-size: 1.25em;
}

.nayami_menulist ul {
  display: flex;
  flex-wrap: wrap;
}

.nayami_menulist ul li {
  width: calc(100% / 3 - 18px);
  margin-right: 24px;
  margin-top: 24px;
  line-height: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

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

/*prove
----------------------------------------------------*/
.prove {
  background: #f8f7eb;
  box-sizing: border-box;
  padding: 40px 60px;
}

.prove_mainttl {
  position: relative;
  box-sizing: border-box;
  padding: 0 80px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.prove_mainttl-imgconts {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.prove_mainttl-img {
  position: absolute;
  top: -36px;
  line-height: 0;
}

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

.prove_mainttl-img-l {
  left: 0;
}

.prove_mainttl-img-r {
  right: 0;
}

.prove_mainttl-text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 10vw, 36px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-shadow: 0 0 5px white;
}

.prove_mainttl-text strong {
  font-size: 1.25em;
  background: linear-gradient(155deg, #a78726 0%, #a78726 30%, #e6cf87 50%, #a78726 70%, #a78726 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.prove_imglist {
  margin-top: 8px;
}

.prove_imglist ul {
  display: flex;
  flex-wrap: wrap;
}

.prove_imglist ul li {
  width: calc(50% - 16px);
  max-width: 276px;
  margin-right: 32px;
  line-height: 0;
  margin-top: 24px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
}

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

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

/*喜びの声
----------------------------------------------------*/
.voice_conts {
  background: #fffbe2;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 24px;
}

.voice_conts-inline {
  display: flex;
}

.voice_img {
  width: 100%;
  max-width: 240px;
}

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

.voice_text {
  width: calc(100% - 240px);
  margin-left: 32px;
}

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

.voice_text p.voice_memo {
  font-size: 12px;
  margin-top: 16px;
  position: relative;
}

.voice_text p.voice_memo:before {
  content: "※";
}

.voice_text dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

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

.voice_text dl dt, .voice_text dl dd {
  display: block;
  width: 100%;
  padding-left: 1.5em;
  box-sizing: border-box;
}

.voice_text dl dt {
  position: relative;
  border-bottom: 1px dashed #d4cabb;
  margin-bottom: 4px;
  font-weight: bold;
}

.voice_text dl dt:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}

.voice_text dl dd {
  position: relative;
}

.voice_text dl dd:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
}

.voice_img-p {
  margin-top: 8px;
}

.voice_img-p a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ef8b40;
  box-sizing: border-box;
  padding: 6px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.voice_img-p a img {
  width: auto;
  max-width: 20px;
  height: auto;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

/*select
----------------------------------------------------*/
.select_detail-ttl {
  background: #69583e;
  box-sizing: border-box;
  padding: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.075em;
  position: relative;
}

.select_detail-ttl strong {
  font-size: 1.25em;
  background: linear-gradient(135deg, #fef08f 0%, #fef08f 25%, #fffbe0 50%, #fef08f 75%, #fef08f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.select_detail-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #e1d7c7;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.select_detail-ttl-bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.select_detail-ttl-bg:before, .select_detail-ttl-bg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.select_detail-ttl-bg:before {
  border: 40px solid transparent;
  border-top: 32px solid #e1d7c7;
  z-index: 1;
  bottom: -72px;
}

.select_detail-ttl-bg:after {
  border: 32px solid transparent;
  border-top: 24px solid #69583e;
  z-index: 2;
  bottom: -56px;
}

.select_detail-inline {
  background: #fffbe2;
  box-sizing: border-box;
  padding: 56px 30px 40px;
  border-left: 1px solid #d1d3d5;
  border-right: 1px solid #d1d3d5;
  border-bottom: 1px solid #d1d3d5;
}

.select_detailconts {
  box-sizing: border-box;
  border: 1px solid #e7e7dd;
  padding: 28px;
  background: #fff;
  margin-top: 32px;
}

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

.select_detailconts-ttl {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.select_detailconts-ttl-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border-radius: 100px;
  background: linear-gradient(135deg, #a78726 0%, #a78726 30%, #e6cf87 50%, #a78726 70%, #a78726 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.15;
}

.select_detailconts-ttl-icon span {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.select_detailconts-ttl-icon span strong {
  display: block;
  font-size: 1.5em;
}

.select_detailconts-ttl-text {
  display: flex;
  align-items: center;
  padding-left: 108px;
  min-height: 90px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.025em;
  box-sizing: border-box;
  line-height: 1.5;
}

.select_detailconts-ttl-text-wrap {
  line-height: 1.5;
}

.select_detailconts-img {
  margin: 16px auto;
}

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

/*message
----------------------------------------------------*/
.message_wrap {
  display: flex;
  flex-direction: row-reverse;
}

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

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

.message_info {
  background: #f2f2e6;
  box-sizing: border-box;
  padding: 12px;
  margin-top: 16px;
}

.message_info p {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.message_info-text01 {
  font-size: 18px;
}

.message_info-text02 {
  border-top: 1px solid #d8d8cd;
  padding-top: 8px;
  margin-top: 4px;
  font-size: 15px;
}

.message_info-text02 span {
  font-size: 18px;
  margin-left: 12px;
}

.message_textarea {
  width: calc(100% - 226px);
  margin-right: 32px;
}

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

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

/*contact
----------------------------------------------------*/
.contact_ttl {
  box-sizing: border-box;
  padding: 24px;
  background: linear-gradient(to bottom, #ffad55 0%, #e57d30 100%);
}

.contact_ttl-text {
  text-align: center;
}

.contact_ttl-text span {
  display: inline-block;
  background: url("../images/common/contact_ttl-icon.png") no-repeat left top;
  background-size: 56px auto;
  padding-left: 64px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.contact_wrap {
  border-left: 6px solid #ef8b40;
  border-bottom: 6px solid #ef8b40;
  border-right: 6px solid #ef8b40;
  background: #faf8ed;
  box-sizing: border-box;
  padding: 54px;
}

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

.contact_btnconts {
  margin-bottom: 32px;
}

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

.contact_btnconts a {
  color: inherit;
  text-decoration: none;
}

.contact_btn {
  width: 100%;
  box-sizing: border-box;
}

.contact_btn-tel {
  display: flex;
  flex-direction: row;
  padding: 0 32px;
  background: linear-gradient(to bottom, #f7e656, #f5c655);
  border-radius: 100px;
  position: relative;
  min-height: 125px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}

.contact_btn-tel-img {
  line-height: 0;
  position: absolute;
  left: 28px;
  bottom: 0;
}

.contact_btn-tel-textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 148px;
}

.contact_btn-tel-text01 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.contact_btn-tel-text02 {
  margin-top: 4px;
}

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

.contact_btn-mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to bottom, #d74f20 0%, #d74f20 50%, #c53a0a 51%, #c53a0a 100%);
  min-height: 125px;
  border-radius: 100px;
}

.contact_btn-mail-text01 {
  text-align: center;
  margin-bottom: 0 !important;
}

.contact_btn-mail-text01 span {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.75em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.contact_btn-mail-text01 span:before, .contact_btn-mail-text01 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}

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

.contact_btn-mail-text01 span:after {
  right: 0;
  transform: rotate(35deg);
}

.contact_btn-mail-text02 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact_btn-mail-text02 img {
  width: auto;
  max-width: 31px;
  height: auto;
  margin-right: 8px;
}

.contact_open {
  margin: 32px auto;
  border-top: 1px solid #544124;
  border-bottom: 1px solid #544124;
  box-sizing: border-box;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
}

.contact_open dl {
  display: flex;
  flex-direction: row;
  width: calc(50% - 8px);
  margin-right: 16px;
}

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

.contact_open dl dt {
  font-weight: bold;
  white-space: nowrap;
}

.contact_open dl dt {
  margin-left: 12px;
}

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

.contact_info dl dt {
  font-weight: bold;
  position: relative;
  margin-right: 8px;
}

.contact_info dl dt:after {
  content: ":";
}

.contact_info-map {
  margin-top: 16px;
  line-height: 0;
}

.contact_info-map iframe {
  width: 100%;
  max-width: 100%;
  min-height: 480px;
}

/*last
----------------------------------------------------*/
.last {
  box-sizing: border-box;
  padding: 30px;
  background: #f4f2dc;
}

.last_wrap {
  background: #faf8e6;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.last_conts {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
}

.last_conts dl {
  margin-bottom: 1em;
}

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

.last_conts dl dt, .last_conts dl dd {
  font-weight: bold;
}

.last_conts dl dt {
  font-size: 24px;
  color: #d74412;
  text-decoration: underline;
}

.last_conts dl dd {
  font-size: 18px;
}

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

.last_ttl span {
  display: block;
}

.last_ttl span strong {
  font-size: 1.35em;
  color: #ba9d43;
  line-height: 1;
  position: relative;
  top: 4px;
}

.last_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  margin: auto;
}

.last_bg-icon,
.last_bg-line {
  position: absolute;
  line-height: 0;
}

.last_bg-lt,
.last_bg-rt {
  top: 20px;
}

.last_bg-lb,
.last_bg-rb {
  bottom: 20px;
}

.last_bg-lt,
.last_bg-lb {
  left: 20px;
}

.last_bg-rt,
.last_bg-rb {
  right: 20px;
}

.last_bg-line:before {
  content: "";
  display: block;
  position: absolute;
}

.last_bg-tl,
.last_bg-bl {
  left: 0;
  right: 0;
  width: calc(100% - 180px);
  margin: 0 auto;
  border-top: 3px solid #e8e4c4;
}

.last_bg-tl:before,
.last_bg-bl:before {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e8e4c4;
}

.last_bg-tl {
  top: 20px;
}

.last_bg-tl:before {
  top: 5px;
}

.last_bg-bl {
  bottom: 20px;
}

.last_bg-bl:before {
  bottom: 8px;
}

.last_bg-ll,
.last_bg-rl {
  height: calc(100% - 180px);
  border-left: 3px solid #e8e4c4;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.last_bg-ll:before,
.last_bg-rl:before {
  height: 100%;
  border-left: 1px solid #e8e4c4;
}

.last_bg-ll {
  left: 20px;
}

.last_bg-ll:before {
  left: 6px;
}

.last_bg-rl {
  right: 20px;
}

.last_bg-rl:before {
  right: 8px;
}

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

.side_bnr01 {
  margin-bottom: 20px;
  line-height: 0;
}

.side_menu,
.side_info {
  border: 1px solid #ef8b40;
  box-sizing: border-box;
  padding: 1px;
  margin-bottom: 20px;
}

.side_ttl {
  background: #ef8b40;
  box-sizing: border-box;
  padding: 12px 4px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side_menu-conts {
  box-sizing: border-box;
  padding: 12px;
}

.side_menu-conts ul li {
  position: relative;
  border-bottom: 1px solid #d6d5d4;
  box-sizing: border-box;
}

.side_menu-conts ul li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  padding: 8px 0 8px 22px;
  color: inherit;
  font-size: 15px;
}

.side_menu-conts ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #ef8b40;
  position: absolute;
  left: 8px;
  top: calc(50% - 6px);
}

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

.side_info-ttl {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 8px auto;
}

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

.side_info-address {
  margin: 12px auto 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.side_info-contact {
  margin-top: 12px;
}

.side_contact-ttl {
  position: relative;
}

.side_contact-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: calc(50% - 1px);
}

.side_contact-ttl span {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding-right: 8px;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.side_contact-tel {
  box-sizing: border-box;
  padding: 8px 0;
}


.side_contact-text01 {
  font-size: 16px;
  text-align: center;
}

.side_contact-text01 span {
  background: linear-gradient(transparent 60%, #f6f957 60%);
  padding: 0 4px;
}

.side_contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px 4px;
  background: linear-gradient(to bottom, #f66649 0%, #c53a0a 100%);
  width: 100%;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.side_infoconts {
  margin-top: 20px;
}

.side_infoconts-ttl {
  display: block;
  border-top: 1px solid #544124;
  border-bottom: 1px solid #544124;
  box-sizing: border-box;
  padding: 12px 4px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}

.side_infoconts-open {
  text-align: center;
}

.side_infoconts-open dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
}

.side_infoconts-open dl dt, .side_infoconts-open dl dd {
  font-size: 13px;
  line-height: 1.55;
}

.side_infoconts-conts01 p {
  font-size: 13px;
  text-align: center;
}

.side_info-map {
  margin-top: 16px;
  line-height: 0;
}

.side_info-map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 280px;
}

/*common_contactconts
----------------------------------------------------*/
#common_contactconts {
  display: block;
  background: #ef8b40;
  box-sizing: border-box;
  padding: 40px 0;
  position: relative;
}

.common_contact-wrap {
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 995px;
  margin: 0 auto;
}

.common_contact-l {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  max-width: 345px;
  white-space: nowrap;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 48px;
}

.common_contact-l:after {
  content: "";
  display: block;
  position: absolute;
  right: -32px;
  top: calc(50% - 16px);
  border: 16px solid transparent;
  border-left: 16px solid #fff;
}

.common_contact-l p {
  display: block;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

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

.common_contact-l p mark {
  background: linear-gradient(transparent 60%, #f6f957 60%);
  font-size: 32px;
  font-weight: bold;
  color: inherit;
}

.common_contact-l p mark span {
  color: #d74412;
}

.common_contact-r {
  width: auto;
  white-space: nowrap;
}

.common_contact-tel-text {
  text-align: center;
}

.common_contact-tel-text span {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.25em;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
}

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

.common_contact-tel-text span:before {
  left: -0.35em;
  transform: rotate(-35deg);
}

.common_contact-tel-text span:after {
  right: -0.35em;
  transform: rotate(35deg);
}

.common_contact-r-info {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
}

.common_contact-infoconts {
  margin-right: 24px;
}

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

.common_contact-infoconts dl {
  display: flex;
  flex-direction: row;
}

.common_contact-infoconts dl dt, .common_contact-infoconts dl dd {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.common_contact-infoconts dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
  white-space: nowrap;
}

.common_contact-infoconts dl dd {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.5;
}

/*pagetop
----------------------------------------------------*/
#pagetop {
  position: absolute;
  right: 5%;
  top: -50px;
}

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

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
}

/*footer
----------------------------------------------------*/
#footer {
  background: #fff;
  padding: 40px 0;
}

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

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

.f_menu ul li {
  margin-right: 12px;
  border-left: 1px solid #433519;
  padding-left: 12px;
  margin-bottom: 12px;
}

.f_menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 12px;
  border-right: 1px solid #433519;
}

.f_menu ul li a {
  color: #433519;
  text-decoration: none;
}

.f_info {
  margin: 48px auto;
  border-top: 1px solid #bfb7a6;
  padding: 24px 0;
  border-bottom: 1px solid #bfb7a6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_info p {
  margin-right: 16px;
}

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

.f_info-logo {
  font-weight: bold;
}

.f_copy p {
  font-size: 13px;
  text-align: center;
}


/*ボタン揺らし*/
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}