@charset "utf-8";
/* CSS Document */

html {
  font-size: 20px;
}

body {
  margin: 0;
  line-height: 1.8rem;
  font-size: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

main {
  display: block;
  overflow-x: hidden;
}

header {
  background-image: url("../img/top_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  overflow-x: hidden;
  position: relative;
}

section {
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.c_uv.pc_n {
  display: none;
}

/* .g_list.sp_n {
  display: block;
} */

.main_t {
  background: linear-gradient(90deg, #4f2303 0%, #a15600 50%, #4f2303 100%);
  display: inline-block;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto 28px;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_t span.brk {
  display: block;
}

.header {
  width: 1000px;
  margin: 0 auto;
  padding: 128px 0 48px;
}

.top_logo {
  width: 178px;
  position: absolute;
  left: 40px;
  top: 40px;
}

.title {
  display: block;
  margin: 0 auto 80px;
  width: 603px;
}

.main_image {
  margin: 0 auto 62px;
  width: 100%;
}

.c_title {
  display: block;
  width: 100%;
}

.c_s {
  width: 100%;
}

.c_01 {
  background: linear-gradient(90deg, #dfc9cb 20%, #f3f2f2 50%, #dfc9cb 100%);
}
.c_02 {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 19%,
    #dec9b1 19.05%,
    #dec9b1 19.1%,
    #fff 19.15%,
    #fff 19.95%,
    #dec9b1 20%,
    #f3f2f2 50%,
    #dec9b1 80%,
    #fff 80.05%,
    #fff 80.85%,
    #dec9b1 80.9%,
    #dec9b1 80.95%,
    #fff 81%,
    #fff 100%
  );
}
.c_03 {
  background: linear-gradient(90deg, #c4cede 0%, #f3f2f2 50%, #c4cede 100%);
}
.c_04 {
  background: linear-gradient(
    90deg,
    #dfc9cb 0%,
    #e7e4e4 25%,
    #f5f5f5 50%,
    #e7e4e4 75%,
    #dfc9cb 100%
  );
}
.c_05 {
  background: linear-gradient(90deg, #cadfcd 0%, #edf1ee 50%, #cadfcd 100%);
}

.c_ib {
  background-image: url("../img/bg_bw.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1px 800px;
  overflow: hidden;
  height: auto;
  min-height: 800px;
  width: 100%;
}

.c_tb {
  width: 1000px;
  margin: 0 auto;
  padding: 28px 0 48px;
}

.c_tt,
.c_tr {
  font-size: 1.1rem;
  font-weight: 700;
}

.c_tr {
  background: linear-gradient(90deg, #ea4918 0%, #a15600 50%, #4f2303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_ts {
  font-size: 0.9rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ea4918 0%, #a15600 50%, #4f2303 100%);
  margin-bottom: 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_tt span.tcr {
  color: #ea4918;
  font-size: 1.6rem;
  background: linear-gradient(90deg, #ea4918 0%, #ea4918 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_tt span.tcr.color_02 {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #4f2303 0%, #a15600 50%, #4f2303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
}

.c_tt span.tcr.color_02::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #4f2303;
  position: absolute;
  left: 50%;
  bottom: -195px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto 0 100px;
}

.c_tt span.brk {
  display: block;
}

.g_box_l {
  background: #fff;
  margin: 32px 0 54px;
  padding: 3.75%;
  width: 92.5%;
  max-width: 920px;
}

.g_box_l img:hover {
  opacity: 0.9;
}

.g_data {
  padding: 0 0 0 36px;
  position: relative;
}

.g_data::before {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background: linear-gradient(90deg, #a69871 0%, #c7b9a0 50%, #a69871 100%);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.g_data p {
  color: #744d28;
}
.g_data a.g_name {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #744d28;
}
.g_data a.g_name:hover {
  color: #984a00;
  text-decoration: underline;
}
.g_data p.g_asid {
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.g_data p.g_price {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.g_data p.g_mtxt {
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.ofi {
  position: absolute;
  right: 24px;
  top: 140px;
}

.b_kn {
  padding-top: 24px;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.b_kn li {
  background: #f9f7f4;
  padding: 80px 2% 2px;
  position: relative;
  margin: 0 1%;
  width: 27%;
}

.c_04 .b_kn li {
  margin: 0 0 32px;
  width: 100%;
}

.b_kn li img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 96px;
  width: 96px;
}

.b_kn li::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #a3956a 0%, #c9bba0 50%, #a3956a 100%);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.b_kn li::after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-image: url("../img/b_bottom_l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.b_kn li span {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  padding: 4px 0 8px;
  background: linear-gradient(90deg, #f0d69f 0%, #d3b673 50%, #f0d69f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.b_kn li p.main_t {
  text-align: left;
}

.c_uv {
  padding-top: 24px;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.c_uv_ib {
  background: #f9f7f4;
  padding: 80px 5% 2px;
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.c_uv_ib img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 96px;
  width: 96px;
}

.c_uv_ib::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #a3956a 0%, #c9bba0 50%, #a3956a 100%);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.c_uv_ib::after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-image: url("../img/b_bottom_l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.c_uv_ib span {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  padding: 4px 0 8px;
  background: linear-gradient(90deg, #f0d69f 0%, #d3b673 50%, #f0d69f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.c_uv_ib p.main_t {
  text-align: left;
  line-height: 1rem;
}

.pascal {
  border: 1px solid #7e4b1d;
  background-color: #fff;
  background-image: url("../img/pascal_bg.jpg");
  background-size: 584px 258px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 48px 0 24px;
  height: 258px;
  width: 998px;
}

.pascal h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #7e4b1d 0%, #7e4b1d 70%, #fff 100%);
  margin: 24px 0 16px;
  padding: 8px 0 8px 54px;
  position: relative;
  width: 40%;
}

.pascal h3::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 24px;
  top: 18px;
  border-radius: 20%;
  background-color: #fff;
  transform: rotate(45deg);
  margin: auto;
}

.pascal p.main_t {
  font-size: 0.7rem;
  padding: 0 0 16px 24px;
  text-align: left;
  width: 56%;
}

.dokuji {
  border: 1px solid #a3956a;
  background-color: #fff;
  background-image: url("../img/dokuji_bg.jpg");
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  margin: 48px 0 24px;
  height: 258px;
  width: 998px;
}

.dokuji::after {
  content: "";
  display: block;
  height: 299px;
  width: 660px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/dokujis.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.dokuji h3 {
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #c9bba0 0%,
    #c9bba0 50%,
    #a3956a 80%,
    rgba(163, 149, 106, 0) 100%
  );
  margin: 24px 0 16px;
  padding: 8px 0 8px 32px;
  position: relative;
  width: 40%;
}

.dokuji h3 span {
  background: linear-gradient(90deg, #ea4918 0%, #a15600 50%, #4f2303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dokuji p.main_t {
  font-size: 0.7rem;
  padding: 0 0 16px 24px;
  text-align: left;
  width: 56%;
}

.neru {
  border: 1px solid #a3956a;
  background-color: #fff;
  background-image: url("../img/dokuji_bg.jpg");
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  margin: 48px 0 24px;
  height: 400px;
  width: 998px;
}

.neru::after {
  content: "";
  display: block;
  height: 414px;
  width: 211px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/mamah_t.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.neru h3 {
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #c9bba0 0%,
    #c9bba0 50%,
    #a3956a 80%,
    rgba(163, 149, 106, 0) 100%
  );
  margin: 24px 0 16px;
  padding: 8px 0 8px 32px;
  position: relative;
  width: 40%;
}

.neru h3 span {
  background: linear-gradient(90deg, #ea4918 0%, #a15600 50%, #4f2303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2rem;
}

.neru p.main_t {
  font-size: 0.7rem;
  padding: 0 0 16px 24px;
  text-align: left;
  width: 56%;
}
.g_list {
  display: flex;
  align-items: stretch;
  margin: 48px 0;
  width: 100%;
}

.g_list li {
  display: inline-block;
  width: 48%;
}

.g_list li:nth-child(even) {
  margin-left: 4%;
}

.g_list .main_image {
  margin: 0;
}

.c_01 .g_list li {
  background: #dfbfb6;
}
.c_02 .g_list li {
  background: #fff;
  position: relative;
}
.c_03 .g_list li {
  background: #677783;
}
.c_04 .g_list li {
  background: #d8a29a;
}
.c_05 .g_list li {
  background: #70887a;
}

.c_02 .g_list li::after {
  content: url("../img/c_02_d.png");
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.g_list .g_data {
  background: linear-gradient(
    0deg,
    rgba(223, 191, 182, 1) 0%,
    rgba(223, 191, 182, 1) 73%,
    rgba(223, 191, 182, 0) 90%
  );
  margin: -120px 0 6%;
  padding: 40px 7% 0 11%;
}

.c_02 .g_list .g_data {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 73%,
    rgba(255, 255, 255, 0) 90%
  );
}
.c_03 .g_list .g_data {
  background: linear-gradient(
    0deg,
    rgba(103, 119, 131, 1) 0%,
    rgba(103, 119, 131, 1) 73%,
    rgba(103, 119, 131, 0) 90%
  );
}
.c_04 .g_list .g_data {
  background: linear-gradient(
    0deg,
    rgba(216, 162, 154, 1) 0%,
    rgba(216, 162, 154, 1) 73%,
    rgba(216, 162, 154, 0) 90%
  );
}
.c_05 .g_list .g_data {
  background: linear-gradient(
    0deg,
    rgba(112, 136, 122, 1) 0%,
    rgba(112, 136, 122, 1) 73%,
    rgba(112, 136, 122, 0) 90%
  );
}

.g_list .g_data .g_name {
  display: block;
  margin-top: 60px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.g_list .g_data .g_price {
  font-size: 1rem;
  margin-bottom: 4px;
}

.g_list .g_data p.g_mtxt {
  font-size: 0.8rem;
  line-height: 1rem;
}

.g_list .g_data::before {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  background: linear-gradient(90deg, #a69871 0%, #c7b9a0 50%, #a69871 100%);
  position: absolute;
  left: 6%;
  top: 40%;
  margin: auto;
}

.c_03 .g_list .g_data .g_name,
.c_03 .g_list .g_data .g_price,
.c_03 .g_list .g_data p.g_mtxt {
  color: #fff;
}
.c_05 .g_list .g_data .g_name,
.c_05 .g_list .g_data .g_price,
.c_05 .g_list .g_data p.g_mtxt {
  color: #fff;
}

.mb_st {
  margin: 24px 0 0;
  width: 70%;
}

.b_kn h3 {
  color: #e83075;
  font-size: 0.9rem;
}

.bottom {
  background-image: url("../img/bottom_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  overflow-x: hidden;
  position: relative;
}

.b_ib {
  padding: 80px 0 40px;
  height: auto;
  min-height: 572px;
  width: 1000px;
  margin: 0 auto;
}

.b_ib .main_t {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 64px;
}

footer {
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 300px;
  width: 100%;
}

.footer_txt {
  position: absolute;
  left: 40px;
  bottom: 30px;
  height: 80px;
  width: 400px;
}

.footer_logo {
  position: absolute;
  right: 40px;
  bottom: 30px;
  height: 46px;
  width: 195px;
}

@media (max-width: 1080px) {
  .main_t {
    text-align: left;
  }

  .main_t span {
    display: inline;
  }

  .main_t span.brk {
    display: inline;
  }

  .c_02 {
    background: linear-gradient(90deg, #dec9b1 0%, #f3f2f2 50%, #dec9b1 100%);
  }

  .c_02 .main_t {
    text-align: center;
  }

  .c_tt,
  .c_tr,
  .c_ts {
    text-align: center;
  }

  .c_tt span.brk {
    display: inline;
  }

  .header {
    width: 92.5%;
    max-width: 1000px;
    min-width: calc(300px - 7.2%);
    margin: 0 3.6%;
    padding: 96px 0 48px;
  }

  .c_tb {
    width: 92.5%;
    max-width: 1000px;
    min-width: calc(300px - 7.2%);
    margin: 0 3.6%;
    padding: 20px 0 40px;
  }

  .top_logo {
    width: 16.5%;
    min-width: 80px;
    left: 3.75%;
    top: 30px;
  }

  .title {
    width: 80%;
    max-width: 603px;
  }

  .pascal {
    height: auto;
    width: calc(100% - 2px);
    max-width: 998px;
  }

  .pascal p.main_t {
    width: 48%;
  }

  .dokuji {
    height: auto;
    width: calc(100% - 2px);
    max-width: 998px;
  }

  .dokuji p.main_t {
    width: 52%;
  }

  .neru {
    height: auto;
    width: calc(100% - 2px);
    max-width: 998px;
  }

  .mb_st {
    width: 80%;
  }

  .ofi {
    height: 100px;
    width: 100px;
  }

  .bottom {
    background-position: center top;
    background-size: 1180px auto;
  }

  .b_ib .main_t {
    font-size: 1.3rem;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #4f2303;
    text-shadow: 3px 3px 6px #fff, -3px -3px 6px #fff, 3px 3px 6px #fff,
      -3px -3px 6px #fff, 3px 3px 6px #fff, -3px -3px 6px #fff, 3px 3px 6px #fff,
      -3px -3px 6px #fff;
  }

  .b_ib {
    width: 92.5%;
    max-width: 1000px;
    min-width: calc(300px - 7.2%);
    min-height: auto;
    margin: 0 3.6%;
    padding: 96px 0 48px;
  }

  footer {
    min-height: 150px;
  }

  .footer_txt {
    left: 30px;
    bottom: 20px;
    height: 60px;
    width: 300px;
  }

  .footer_logo {
    right: 30px;
    bottom: 20px;
    height: 23px;
    width: 98px;
  }
}

@media (max-width: 860px) {
  .dokuji p.main_t {
    width: 45%;
  }

  .dokuji h3 {
    width: 50%;
  }

  .mb_st {
    width: 85%;
  }

  .b_ib {
    padding: 72px 0 36px;
  }

  .b_ib .main_t {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 54px;
  }

  .ofi {
    top: 80px;
    height: 90px;
    width: 90px;
  }

  .bottom {
    background-size: 880px auto;
  }

  footer {
    min-height: 120px;
  }

  .footer_txt {
    left: 20px;
    bottom: 20px;
    height: 40px;
    width: 200px;
  }

  .footer_logo {
    right: 20px;
    bottom: 20px;
    height: 16px;
    width: 66px;
  }
}

@media (max-width: 730px) {
  .dokuji p.main_t {
    width: 40%;
  }

  .dokuji h3 {
    width: 60%;
  }

  .mb_st {
    width: 90%;
  }

  .b_ib {
    padding: 48px 0 24px;
  }

  .b_ib .main_t {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 48px;
    text-align: left;
  }

  .ofi {
    right: 16px;
    top: 50px;
    height: 90px;
    width: 90px;
  }

  .bottom {
    background-position: right 0 top -40px;
    background-size: 800px auto;
  }
}

@media (max-width: 600px) {
  .c_uv.pc_n {
    display: block;
  }

  .g_list.sp_n {
    display: none;
  }

  .c_uv {
    padding-top: 0;
  }

  .c_05 {
    margin-top: 5%;
  }

  .header {
    padding: 64px 0 48px;
  }

  .top_logo {
    top: 16px;
  }

  .title {
    margin: 0 auto 40px;
  }

  .main_image {
    margin: 0 auto 20px;
  }

  .b_kn {
    display: block;
    align-items: baseline;
  }

  .b_kn li {
    margin: 0 0 32px;
    width: 96%;
  }

  .c_04 .b_kn li {
    width: 96%;
  }

  .pascal h3 {
    width: 60%;
  }

  .c_02 .main_t {
    text-align: left;
  }

  .c_02 .main_t.c_tt {
    text-align: center;
  }

  .pascal p.main_t {
    padding: 0 0 230px 24px;
    width: 90%;
  }

  .dokuji,
  .neru {
    background-size: 150% auto;
  }

  .dokuji h3 {
    width: 70%;
  }

  .dokuji p.main_t {
    padding: 0 0 280px 24px;
    width: 90%;
  }

  .g_list li {
    display: inline-block;
    width: 100%;
  }

  .g_list {
    margin: 5% 0;
    display: block;
  }

  .g_list li:nth-child(even) {
    margin-left: 0%;
    margin-top: 5%;
  }

  .mb_st {
    width: 95%;
  }

  .ofi {
    right: 20px;
    top: 20px;
    height: 120px;
    width: 120px;
  }

  .bottom {
    background-position: center top -60px;
    background-size: 600px auto;
  }

  .b_ib .main_t {
    font-size: 0.9rem;
  }

  footer {
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 200px;
    position: relative;
    overflow: hidden;
    height: 200px;
    min-height: 200px;
    width: 100%;
  }

  .footer_txt {
    position: static;
    display: block;
    margin: 80px auto 0;
    height: 40px;
    width: 200px;
  }

  .footer_logo {
    position: static;
    display: block;
    margin: 24px auto 0;
    height: 24px;
    width: 99px;
  }
}
