.footer__container, .contact__container, .shop-info__container, .florist__container, .works__container, .concept__container, .kv__container, .header__container, .common__container {
  box-sizing: content-box;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contact__header-title, .shop-info__header-title, .florist__header-title, .works__header-title, .concept__header-title {
  padding-top: 120px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__header-title, .shop-info__header-title, .florist__header-title, .works__header-title, .concept__header-title {
    font-size: 31px;
    padding-top: 64px;
  }
}

.contact__header-line, .shop-info__header-line, .florist__header-line, .works__header-line, .concept__header-line {
  display: block;
  width: 35px;
  height: 20px;
  border-bottom: 1px solid #2b2b2b;
}
@media screen and (max-width: 768px) {
  .contact__header-line, .shop-info__header-line, .florist__header-line, .works__header-line, .concept__header-line {
    width: 27px;
    height: 20px;
  }
}

.contact__header-txt, .shop-info__header-txt, .florist__header-txt, .works__header-txt, .concept__header-txt {
  font-size: 16px;
  line-height: 1.96875;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__header-txt, .shop-info__header-txt, .florist__header-txt, .works__header-txt, .concept__header-txt {
    font-size: 1.6666666667vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  .contact__header-txt, .shop-info__header-txt, .florist__header-txt, .works__header-txt, .concept__header-txt {
    font-size: 12px;
    line-height: 1.75;
  }
  .contact__header-txt br, .shop-info__header-txt br, .florist__header-txt br, .works__header-txt br, .concept__header-txt br {
    display: none;
  }
}

.florist__name, .works__info-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .florist__name, .works__info-title {
    font-size: 23px;
  }
}

.florist__txt, .works__info-txt {
  font-size: 16px;
  line-height: 1.96875;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .florist__txt, .works__info-txt {
    font-size: 12px;
    line-height: 1.75;
  }
}

/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
main,
nav,
menu,
figure,
figcaption {
  display: block;
}

span,
small,
strong,
em,
b,
i {
  color: inherit;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

picture,
img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
}
body.fixed {
  overflow-y: hidden;
}

.common__container {
  border: 1px solid red;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header__container {
  position: relative;
}
.header__items {
  max-width: 960px;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header__nav-items {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.header__nav-item {
  width: 100%;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2f2f2f;
}
.header__nav-item a {
  display: block;
}
.header__menu {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 100px);
  background: rgba(255, 255, 255, 0.9);
  top: 100px;
  left: 0;
  z-index: 3;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .header__menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.header__menu.close {
  transform: translateX(100%);
}
.header img {
  margin-top: 50px;
  width: 64%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header img {
    margin-top: 0px;
    padding-top: 20px;
    width: 50%;
    height: auto;
  }
}

.hamburger {
  display: block;
  position: relative;
  background-color: inherit;
  padding-top: 38px;
  width: 70px;
  height: 90px;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    padding-top: 20px;
    height: 50px;
  }
}
.hamburger__line {
  position: absolute;
  width: 39px;
  height: 1px;
  background-color: white;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 32px;
  }
}
.hamburger__line::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  background-color: white;
  right: 0px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .hamburger__line::before {
    width: 32px;
  }
}
.hamburger__line::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  background-color: white;
  right: 0px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .hamburger__line::after {
    width: 32px;
  }
}
.hamburger.open .hamburger__line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: -20px;
  background-color: inherit;
  width: 70px;
  height: 50px;
  border: 0px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hamburger.open .hamburger__line {
    height: 40px;
  }
}
.hamburger.open .hamburger__line::before, .hamburger.open .hamburger__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #FFFFFF;
}
.hamburger.open .hamburger__line::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.open .hamburger__line::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kv__image img {
  width: 100%;
}
.kv__container {
  max-width: 100%;
  position: relative;
}
.kv__logo {
  position: absolute;
  width: 24.765625%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kv__logo {
    width: 42.6666666667%;
  }
}
.kv__logo img {
  width: 100%;
}

.concept__container {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.concept__image {
  margin-top: 70px;
  padding-bottom: 95px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #ededed 45%, #ededed 100%);
}
@media screen and (max-width: 768px) {
  .concept__image {
    margin-top: 39px;
    padding-bottom: 38px;
  }
}

.works__container {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.works__contents-container {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -30px;
  }
}
.works__item {
  width: 43.75%;
  float: left;
}
.works__item:nth-child(even) {
  float: right;
}
.works__item:not(:first-child) {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .works__item {
    width: 85.3333333333%;
  }
  .works__item:not(:first-child) {
    margin-top: 70px;
  }
  .works__item:nth-child(even) {
    margin-left: auto;
  }
}
.works__info-title {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .works__info-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .works__info-txt {
    width: 85.3333333333%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .works__photo img {
    width: 100%;
  }
}

.clear {
  clear: both;
}

.florist__container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 10%, #ededed 10%, #ededed 62%, #ffffff 62%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .florist__container {
    background: linear-gradient(180deg, #ffffff 4%, #ededed 4%, #ededed 29%, #ffffff 29%, #ffffff 100%);
  }
}
.florist__header-title {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .florist__header-title {
    margin-top: 56px;
  }
}
@media screen and (max-width: 480px) {
  .florist__header-txt br {
    display: inline;
  }
}
.florist__list {
  margin-top: 70px;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .florist__list {
    flex-direction: column;
    align-items: stretch;
    margin-top: -10px;
  }
}
.florist__info {
  width: 31.25%;
}
@media screen and (max-width: 768px) {
  .florist__info {
    width: 100%;
    margin-top: 50px;
  }
}
.florist__name {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .florist__name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .florist__photo img {
    width: 100%;
  }
}

.shop-info__container {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shop-info__header-title {
    padding-top: 94px;
  }
}
.shop-info__info {
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shop-info__info {
    flex-direction: column;
    margin-top: 40px;
  }
}
.shop-info__image {
  width: 52.0833333333%;
}
@media screen and (max-width: 768px) {
  .shop-info__image {
    width: 100%;
  }
  .shop-info__image img {
    width: 100%;
  }
}
.shop-info__data {
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .shop-info__data {
    font-size: 12px;
  }
}
.shop-info__data dt {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .shop-info__data dt {
    width: 4.5rem;
  }
}
.shop-info__data dd {
  margin: 0;
  border-left: 1px solid #a0a0a0;
  padding-left: 30px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .shop-info__data dd {
    padding-left: 21px;
    line-height: 21px;
  }
}
.shop-info__list {
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .shop-info__list {
    margin-top: 8px;
    width: 100%;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
}
.shop-info__data {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .shop-info__data {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}

.contact__container {
  margin-top: 180px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact__container {
    margin-top: 60px;
    background-image: url(../img/contact_bg_sp.jpg);
    background-size: cover;
  }
}
.contact__header-title {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact__header-title {
    padding-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .contact__header-txt br {
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  .contact__header-txt br {
    display: none;
  }
}
.contact__btn {
  margin-top: 32px;
  margin-bottom: 74px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 350px;
  height: 80px;
  border: 1px solid #a0a0a0;
  background-color: #FFFFFF;
}
.contact__btn:hover {
  border-left: 2px solid #a0a0a0;
  border-top: 2px solid #a0a0a0;
  transform: translate(1px, 1px);
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: 208px;
    height: 48px;
  }
}
.contact__btn p {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #2f2f2f;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .contact__btn p {
    font-size: 12px;
    padding-left: 26px;
  }
}
.contact__icon img {
  position: absolute;
  left: 80px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .contact__icon img {
    top: 17px;
    left: 50px;
    width: 20px;
    height: auto;
  }
}

.footer__container {
  max-width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    height: 70px;
  }
}
.footer p {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */