body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  color: #121212;
}

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

a:hover {
  opacity: 0.8;
  transition: all 0.8s;
}

.main {
  position: relative;
}

.pc {
  width: 100%;
  position: fixed;
  height: 100vh;
  background-image: url(img/PC.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 5px center;
}

img {
  width: 100%;
}

.sp-content {
  position: absolute;
  top: 0;
  z-index: 100;
  right: 10%;
  box-shadow: 0 0 20px rgba(105, 116, 123, 0.54);
  max-width: 375px;
  background-color: #fff;
}
.sp-content .fv {
  background-color: #161616;
}

.pc_text {
  position: absolute;
  top: 30%;
  left: 18%;
  text-align: center;
}
.pc_text .text {
  color: #fff;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 40px;
  font-family: serif;
  line-height: 1.4;
  text-shadow: 0px 0px 14px #000f46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}
.pc_text .text span {
  display: block;
}
.pc_text .text .text_m {
  font-size: 1.5em;
  margin-top: 30px;
}
.pc_text .text .text_l {
  font-size: 3em;
  font-family: "Noto Serif JP", serif;
}
.pc_text .btn {
  width: 80%;
  margin: 0 auto;
}

.btn {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #46b46c;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  padding: 10px 0;
  line-height: 1.8;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.3411764706);
}

.line_cta {
  background-color: #fff7e6;
  padding: 24px 0;
}
.line_cta p {
  text-align: center;
  font-size: 18px;
  line-height: 1.666;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.line_cta p::before {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #333;
  position: absolute;
  left: 20%;
  top: 15px;
  transform: rotate(-30deg);
}
.line_cta p::after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #333;
  position: absolute;
  right: 20%;
  top: 15px;
  transform: rotate(30deg);
}

.content01 {
  background-image: url(img/navy_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px;
}
.content01 .title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.content01 .title span {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.content01 img {
  margin-bottom: 40px;
}
.content01 .content01_txt {
  line-height: 1.8125;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  font-weight: 300;
  margin-bottom: 30px;
}

.content02 {
  background-color: #eef0f4;
  padding: 64px 0;
}
.content02 .content02_inner {
  width: 85%;
  margin-left: auto;
}
.content02 .content02_inner .text {
  padding-right: 17px;
}
.content02 .content02_inner .text .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.content02 .content02_inner .text .title span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
.content02 .content02_inner .text .ishikotoba_text {
  line-height: 1.81;
  letter-spacing: 0.12em;
}

.content03 {
  padding: 60px 0 40px;
  background-image: url(img/content03_bg.png);
  background-size: cover;
  position: relative;
}
.content03 .img {
  margin-bottom: 42px;
}
.content03 .sub {
  color: #fff;
  position: absolute;
  top: 330px;
  line-height: 2;
  left: 16px;
}
.content03 .title {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.content04 {
  background-color: #fff7e6;
  padding: 38px 0 60px;
}
.content04 .img {
  width: 64px;
  margin: 0 auto;
}
.content04 .title {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 64px;
  font-weight: 500;
}
.content04 .title span {
  color: #b38e25;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.65;
}
.content04 .title .lg {
  font-size: 22px;
  display: block;
  margin-top: 5px;
  color: inherit;
  font-weight: 500;
}
.content04 .line_tokuten {
  padding-bottom: 30px;
  border-bottom: solid 2px #000;
  width: 90%;
  margin: 0 auto 30px;
}
.content04 .line_tokuten .line_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.content04 .line_tokuten .line_title::before, .content04 .line_tokuten .line_title::after {
  content: "";
  width: 47px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.content04 .line_tokuten .line_title::before {
  left: 0;
}
.content04 .line_tokuten .line_title::after {
  right: 0;
}
.content04 .line_tokuten .line_tokuten_inner li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.content04 .line_tokuten .line_tokuten_inner li img {
  width: 18px;
  margin-right: 6px;
}
.content04 .limited {
  margin-bottom: 35px;
  width: 90%;
  margin: 0 auto;
}
.content04 .limited .limited_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.content04 .limited .limited_title span {
  width: 31px;
  display: block;
  margin: 0 auto;
}
.content04 .limited .limited_text {
  line-height: 1.625;
  margin-bottom: 30px;
}
.content04 .btn {
  width: 80%;
  margin: 0 auto;
}

.content05 {
  padding-bottom: 15px;
}
.content05 .recommend_title {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #796019 0%, #b38e25 49.04%, #796019 100%);
}
.content05 .recommend_item {
  margin-bottom: 30px;
}
.content05 .recommend_item .recommend_text {
  font-family: "Noto Sans JP", sans-serif;
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.857;
}

.content06 {
  background-color: #fff7e6;
  padding-bottom: 40px;
}
.content06 .line_toroku-title {
  background: linear-gradient(90deg, #3e9f60 1.92%, #38bd66 50%, #3e9f60 100%);
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}
.content06 .line_toroku_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
  font-weight: 500;
}

.content07 .title {
  position: relative;
  margin-bottom: 32px;
}
.content07 .title .title_text {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 100%;
}
.content07 .title .title_text span {
  padding: 6px 7px;
  display: block;
  margin-left: auto;
  font-weight: 600;
}
.content07 .title .title_text .sm {
  background-color: #fff;
  font-size: 16px;
  width: 56%;
}
.content07 .title .title_text .md {
  background-color: #fff;
  font-size: 22px;
  width: 83%;
}
.content07 .title .title_text .lg {
  font-size: 27.5px;
  background-color: #fff;
  width: 40%;
}
.content07 .tenpo_text {
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}
.content07 .map {
  margin-bottom: 30px;
}
.content07 .tenpo_wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content07 .tenpo_wrap .tenpo_item {
  flex-basis: 48%;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.2901960784);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
.content07 .tenpo_wrap .tenpo_item .img {
  height: 112px;
}
.content07 .tenpo_wrap .tenpo_item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 112px;
}
.content07 .tenpo_wrap .tenpo_item .tag {
  background-color: #796019;
  color: #fff;
  font-size: 12px;
  width: 42px;
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
.content07 .tenpo_wrap .tenpo_item .name {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.content08 {
  padding: 60px 0 0;
}
.content08 .message_title {
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 60px;
}
.content08 .message_title::after {
  content: "";
  width: 64px;
  height: 1.3px;
  background-color: #b38e25;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.content08 .message_text {
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
}
.content08 .itousei_title {
  font-size: 18px;
  line-height: 1.666;
  text-align: center;
  margin: 40px 0 20px;
}
.content08 .itousei_text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.content08 .copy_right {
  margin-top: 30px;
  background-color: #d9d9d9;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 900px) {
  .pc_text {
    display: none;
  }
  .sp-content {
    left: 50%;
    transform: translateX(-50%);
    min-width: 360px;
  }
}
@media (max-width: 375px) {
  .sp-content {
    position: relative;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */