/*===========================================================
media
=============================================================*/
/*===========================================================
color
=============================================================*/
/*===========================================================
font
=============================================================*/
/*===========================================================
body
=============================================================*/
body {
  background: rgba(255, 255, 255, 0.5176470588);
  font-size: 14px;
  color: #493725;
  font-family: "Noto Serif JP", serif;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

/*===========================================================
scroll
=============================================================*/
html::-webkit-scrollbar {
  display: none;
}

.html {
  scrollbar-width: none;
}

/*===========================================================
common
=============================================================*/
body, html {
  font-size: 16px;
  font-family: serif;
  padding: 0;
  margin: 0;
  line-height: 1.6875;
  color: #493725;
  overflow-x: hidden;
}

body {
  background: rgba(239, 233, 228, 0.4);
  box-sizing: border-box;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

span {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }
}

/*===========================================================

=============================================================*/
/*=============================================================
section-title
=============================================================*/
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 3rem;
    text-align: center;
    padding: 3vw 0 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 1.5rem;
    padding: 3vw 0 6vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    padding: 0 0 6vw;
    text-align: center;
  }
}

/*===========================================================
section
===========================================================*/
/*===========================================================
.inner
===========================================================*/
.section-inner {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .section-inner {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-inner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-inner {
    animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    animation-delay: 0.2s;
  }
}

/*=============================================================

icon
=============================================================*/
/*===========================================================
drawer
=============================================================*/
/*===========================================================

sub-title
=============================================================*/
.sub-title {
  width: 90vw;
  font-size: 20px;
  padding: 1vw;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(209, 199, 206, 0.51);
  margin-bottom: 6vw;
}
@media screen and (min-width: 1024px) {
  .sub-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-title {
    margin-top: 0;
  }
}

/*===========================================================


=============================================================*/
/*===========================================================
header
=============================================================*/
@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header .header-logo {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .header .header-logo {
    font-size: 15px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
}
@media screen and (min-width: 1024px) {
  .header-inner {
    padding: 22px 15px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-inner {
    padding: 22px 15px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-logo a img {
  width: 100px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-logo a img {
    width: 135px;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.header-link {
  font-weight: 700;
  letter-spacing: 0.48;
}

@media screen and (min-width: 1024px) {
  .header-open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: fixed;
  right: 15px;
  border: none;
  background: inherit;
  z-index: 100;
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

.drawer-icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 16px;
  background: #111;
  transition: transform 0.1s linear, top 0.1s linear;
}
.drawer-icon-bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon-bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 50;
  padding: 100px 0 40px;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateX(0);
}

.drawer-content-link {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

/*===========================================================
main
=============================================================*/
/*===========================================================
top
=============================================================*/
.top {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .top {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-video {
    display: none;
  }
}

.top-img img {
  height: 600px;
}
@media screen and (max-width: 1023px) {
  .top-img img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .top-img img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-img img {
    display: block;
  }
}

.top_logo {
  color: rgba(255, 255, 255, 0.6);
  font-family: serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 1.75;
  position: absolute;
}
.top_logo img {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .top_logo img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .top_logo {
    top: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .top_logo {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .top_logo {
    top: 35%;
  }
}

.top_text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .top_text {
    width: 22%;
    top: 72%;
    right: 8%;
  }
}
@media screen and (max-width: 1023px) {
  .top_text {
    top: 47vw;
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .top_text {
    top: 70%;
    text-align: center;
  }
}

/*===========================================================
about
=============================================================*/
.about {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .about {
    height: auto;
  }
}

.about-message {
  line-height: 2rem;
  position: relative;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .about-message {
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    height: 398px;
    line-height: 3rem;
    margin: 0 auto;
    padding: 70px 50px 0;
    text-align: center;
    text-wrap: balance;
    word-break: auto-phrase;
    width: 80%;
  }
}
.about-message .about-message-border {
  border: 2px dashed #f4978e;
}

@media screen and (max-width: 767px) {
  .about-left {
    width: 100%;
  }
}

.about-right {
  width: 50%;
  margin-top: 10vh;
}
@media screen and (min-width: 1024px) {
  .about-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.about-right img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-right {
    display: none;
  }
}

.about-right_inner {
  width: 38vw;
  height: 4vw;
  position: absolute;
  top: 5vw;
  right: 2vw;
}

/*===========================================================
service
=============================================================*/
.service_content_web-design {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .service_content_web-design {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1023px) {
  .service_content_web-design {
    max-width: 826px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service_content_web-design {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .wp-plan {
    display: none;
  }
}

.web-design-footer {
  padding-top: 3vw;
}

.service_item {
  border: 1px solid #bbb;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 3.5vw;
}
@media screen and (min-width: 1024px) {
  .service_item {
    width: 400px;
    padding: 24px 24px 56px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .service_item {
    padding: 24px 15px 56px;
  }
}
@media screen and (max-width: 767px) {
  .service_item {
    width: 88%;
    height: 910px;
    margin: 0 auto;
  }
  .service_item:not(:last-child) {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_item:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.service-item-footer-message {
  text-align: center;
  font-size: 14px;
  padding: 30px 40px;
}

.service-item-title {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0;
}
@media screen and (min-width: 1024px) {
  .service-item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .service-item-title {
    margin: 20px auto;
  }
}

.service-item-text {
  margin-top: 5vw;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .service-item-text {
    font-size: 18px;
    padding: 25px 30px 50px;
  }
}

.service-price {
  color: #3e3e3e;
  margin-top: 3vw;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service-price {
    margin-top: 5vw;
  }
}

.lp-scroll {
  color: #dc6464;
  font-size: 18px;
  font-weight: bold;
  padding: 5vw 0;
}
@media screen and (min-width: 1024px) {
  .lp-scroll {
    font-size: 20px;
    padding: 2vw 0;
  }
}

.plan-list {
  border: 1px solid #fff;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .plan-list {
    padding: 5px 8px;
  }
}

.plan-title {
  text-align: center;
  font-weight: bold;
  padding: 20px 0 20px;
}

@media screen and (min-width: 1024px) {
  .simple-plan-list {
    height: 883px;
  }
}

.simple-plan-item, .custom-plan-item, .standard-plan-item {
  border-bottom: 1px dotted #bbb;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .simple-plan-item, .custom-plan-item, .standard-plan-item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .simple-plan-item, .custom-plan-item, .standard-plan-item {
    padding: 15px 5px;
  }
}
.simple-plan-item:last-child, .custom-plan-item:last-child, .standard-plan-item:last-child {
  border: none;
}

.deadline {
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .deadline {
    margin-top: 32px;
    bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .deadline {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .deadline {
    margin: 0 auto;
  }
}

.sub {
  margin-top: 6vw;
}
@media screen and (min-width: 1024px) {
  .sub {
    margin-top: 6vw;
  }
}

.other-title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 3vw 0;
}

.about_content-other {
  text-align: center;
  padding: 6vw 0;
}

@media screen and (max-width: 1023px) {
  .service-item_lp {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.line {
  border-top: 3px dotted #97887B;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .line {
    margin: 18px auto;
  }
}

.service-message {
  padding: 0 0 3rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .service-message {
    margin-top: 58px;
    text-align: center;
    line-height: 3;
  }
}
@media screen and (max-width: 767px) {
  .service-message {
    font-size: 12px;
  }
}

.service-footer-message {
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .service-footer-message {
    padding: 3vw 0;
    line-height: 3vw;
  }
}
@media screen and (max-width: 1023px) {
  .service-footer-message {
    font-size: 14px;
    padding: 3vw 6vw;
  }
}

.wp_content {
  width: 240px;
  margin: 0 auto;
  padding: 32px;
}

.wp_content-message {
  padding: 20px;
  text-align: center;
  background: #d37484;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.wp_content_top-message {
  text-align: center;
  margin-top: 3vw;
}

/*================================
service_content_web-design option
=================================*/
@media screen and (min-width: 1024px) {
  .option-list {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    gap: 1.5rem;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .option-list {
    text-align: center;
    margin: 2vw auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .option-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}

.option-item {
  background: #FFFFFF;
  padding: 0 14px 8px;
  box-shadow: 5px 5px 5px rgba(197, 181, 186, 0.7);
}
@media screen and (min-width: 1024px) {
  .option-item {
    border-radius: 5px;
    width: 80%;
    line-height: initial;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .option-item {
    border-radius: 5px;
    width: 214px;
    margin-right: 2%;
  }
  .option-item:nth-child(n+1) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .option-item {
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .option-item-title {
    font-size: 1.1rem;
    width: 90%;
    display: inline-block;
    position: absolute;
    top: -16px;
    font-size: 1em;
    text-align: center;
  }
}

.option-item_price {
  margin-top: 3vw;
}
@media screen and (min-width: 1024px) {
  .option-item_price {
    margin-top: 5vw;
  }
}

.option-item-title {
  margin-top: 3vw;
}

.option-item-message {
  margin-top: 3vw;
}
@media screen and (min-width: 1024px) {
  .option-item-message {
    margin-top: 3vw;
  }
}

/*===========================================================
service swiper
=============================================================*/
.swiper {
  width: 330px;
}
@media screen and (min-width: 768px) {
  .swiper {
    display: none;
  }
}

.swiper-slide img {
  height: auto;
}

.swiper-slide, .swiper-slide-active {
  width: 350px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #bbb;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #bbb;
}

/*===========================================================

=============================================================*/
/*===========================================================

=============================================================*/
/*===========================================================

=============================================================*/
/*===========================================================
contact
=============================================================*/
form {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  form {
    max-width: 800px;
  }
}
form ::-moz-placeholder {
  color: #bbb;
}
form ::placeholder {
  color: #bbb;
}
@media screen and (max-width: 1023px) {
  form {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  form {
    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-list {
    display: flex;
    align-items: center;
  }
}
.contact-list:not(:first-child) {
  margin-top: 24px;
}

.contact-item {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .contact-item {
    display: flex;
    margin-top: 60px;
  }
}

.contact-title {
  flex: 0 0 250px;
}
.contact-title::after {
  content: "*";
  display: inline-block;
  top: 3px;
  color: red;
  padding-left: 8px;
  font-size: 15px;
}

.contact-input {
  flex: 0 1 100%;
  border-bottom: 1px solid #bbb;
}

.contact-select {
  color: #493725;
  height: 39px;
  border: none;
  width: 208px;
  background: #fff;
  font-family: inherit;
}
@media screen and (max-width: 1023px) {
  .contact-select {
    width: 350px;
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #bbb;
  }
}
@media screen and (max-width: 767px) {
  .contact-select {
    color: #493725;
    background: #fff;
    border-radius: 2px;
    width: 350px;
    margin-top: 24px;
    border-bottom: 1px solid #bbb;
  }
}

input[type=email], input[type=tel], input[type=text], input[type=textarea] {
  width: 100%;
  height: 39px;
  font-size: 16px;
  background: #fff;
  border: none;
  font-family: inherit;
}

textarea {
  width: 100%;
  resize: vertical;
  border: none;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  textarea {
    min-height: 60px;
  }
}

.contact-submit {
  text-align: center;
  margin-top: 50px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .contact-submit {
    margin-top: 88px;
  }
}

.contact-submit_input {
  background: #d37484;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
  height: 50px;
  font-family: inherit;
  font-weight: bold;
  width: 150px;
}
@media screen and (min-width: 1024px) {
  .contact-submit_input {
    width: 240px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-submit_input {
    font-size: 13px;
  }
}

.contact-footer_message {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 1vw 10vw;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-footer_message {
    margin-top: 2rem;
    font-size: 14px;
    padding: 30px;
  }
}

.holiday {
  margin-top: 15px;
}

.contact-message {
  display: none;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  margin: 56px auto 0;
  padding: 0 56px 56px;
}
.contact-message.-error {
  color: red;
}

/*===========================================================
footer
=============================================================*/
footer {
  background: rgba(221, 208, 208, 0.2274509804);
}

.footer-inner {
  text-align: center;
}

.footer_logo {
  font-size: 15px;
}

.footer-businesshours_list {
  margin-top: 3vw;
}

.footer-businesshours_item {
  margin-top: 1vw;
}

.footer-nav {
  color: #BAB;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    font-size: 14px;
  }
}

.footer-link {
  padding: 1vw;
}
@media screen and (max-width: 767px) {
  .footer-link {
    font-size: 13px;
  }
}

.copy-right {
  margin-top: 16px;
  font-size: 10px;
  margin-top: 24px auto 0;
  font-size: 8px;
}
@media screen and (min-width: 1024px) {
  .copy-right {
    font-size: 10px;
  }
}

.footer-businesshours_list {
  font-size: 12px;
}

.pagetop {
  width: 10px;
  height: 10px;
  position: fixed;
  right: 0;
  bottom: 80px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .pagetop {
    height: 80px;
    width: 80px;
    right: 3vw;
  }
}
@media screen and (max-width: 1023px) {
  .pagetop {
    height: 60px;
    width: 60px;
    right: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top_text {
    display: none;
  }
}

.pagetop__arrow {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  margin-left: 8px;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .pagetop__arrow {
    margin-left: 3px;
  }
}/*# sourceMappingURL=style.css.map */