body {
  font-family: "Myriad Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #2B2B2B;
}

a {
  color: #2B2B2B;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}
/* 全体の幅 */

section {
  padding: 40px 0;
}
@media screen and (min-width: 671px) {
  section {
    padding-top: 80px;
  }
}
.com-wrapper {
  width: calc(100% - 5%);
  max-width: 960px;
  margin: 0 auto;
}
/* 共通タイトル */
h2 {
  font-size: 28px;
  font-family: Poppins;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* サブタイトルのスラッシュ */
.heading-lv2 {
  position: relative;
  padding-bottom: 20px;
}

.heading-lv2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #2b2b2b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h3 {
  font-size: 24px;
  font-weight: bold;
}


/* PC画面にはセクションタイトル下のテキストの改行を非表示 */
@media screen and (max-width: 670px) {
  .pc-only {
    display: none;
}
}
/* セクションタイトル下のテキスト */
.title-text {
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 32px;
}
@media screen and (min-width: 671px) {
  .title-text {
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
  }
}

/* ヘッダー */
.header {
  position: relative;
  width: 100%;
  height: 620px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/header.png);
  background-size: cover;
  text-align: center;
  color: #fff;
  font-family: myriad-pro, sans-serif;
}
@media screen and (max-width: 670px){
  .header {
      height: 355px;
      padding-top: 0;
      /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/header.png) 50%;
      background-size: cover; */
  }
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  color: #FFFFFF;
  z-index: 999;
}
.header-nav-wrapper {
  margin-top: 8px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  font-size: 24px;
}
@media screen and (min-width: 671px) {
  .header-logo {
    font-size: 36px;
  }
}

.header-btn {
  width: 32px;
  height: 20px;
  padding-right: 5px;
  background: none;
  display: block;
  z-index: 500;
}

.header-btn span {
  position: relative;
  display: block;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-btn span::before, .header-btn span::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-btn span::before {
  top: calc(50% - 8px);
}

.header-btn span::after {
  bottom: calc(50% - 8px);
}

.color-chnage {
  color: #2b2b2b;
  background: #fff;
  border-bottom: 1px solid #a0a0a0;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.color-chnage span, .color-chnage span::before, .color-chnage span::after {
  background: #2b2b2b;
}

.header-gnav-list {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  transition: all .3s;
}

.header-gnav-item {
  border-top: 1px solid #ccc;
  padding: 0;
  line-height: 11vh;
  text-align: center;
  font-size: 18px;
}

.header-gnav-item:nth-child(5) {
  border-bottom: 1px solid #ccc;
}
.is-openMenu .header-btn span {
  background: transparent;
}

.is-openMenu .header-btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-openMenu .header-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-openMenu .header-gnav-list {
  /* top: 0; */
  /* transform: translateY(0%); */
  height: calc(100vh - 64px);
}

/* アイキャッチ画像上の文字 */
.header-text {
  padding-top: 120px;
}
@media screen and (min-width: 671px) {
  .header-text {
    padding-top: 240px;
  }
}
.header-title {
  font-size: 64px;
  color: #FFFFFF;
  line-height: 1.2;
}
@media screen and (min-width: 671px) {
  .header-title {
    font-size: 120px;
  }
}

.header-sub {
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (min-width: 671px) {
  .header-sub {
    font-size: 16px;
  }
}

.header-sub::before, .header-sub::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 0 8px;
  background: #fff;
  vertical-align: middle;
}


/* conceptセクション */
.concept {
  background: linear-gradient(#FFFFFF 75% ,#EDEDED 25%);
}
@media screen and (min-width: 670px) {
  .concept {
    padding-bottom: 80px;
  }
}
.concept-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* workセクション */

@media screen and (max-width: 670px){
  .work-container {
    display: none;
  }
  .work-contents-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
  }
  .work-contents-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 8px;
  }
  .work-contents-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15);
    border-radius: 8px;
  }
  .work-contents-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: 8px;
  }
  .work-contents {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
  }
  .work-content {
    padding-bottom: 40px;
    width: 80vw;
    margin-right: 24px;
  }
  .work-content:not(:last-of-type) {
    margin-right: 24px;
  }
  .work-content-image {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    object-fit: cover;
  }
  .work-text {
    font-size: 14px;
  }
  .work-image-decoretion {
    object-position: 0 60%;
  }
  .work-image-yourself {
    object-position: 0 40%;
  }
  .work-image-gift {
    object-position: 0 75%;
  }
  .work-image-wedding {
    object-position: 0 60%;
  }
}
@media screen and (min-width: 671px) {
  .work-contents-wrapper {
    display: block;
  }
  .work-contents {
    display: flex;
    flex-flow: column wrap;
    height: 1609px;
    align-content: space-between;
  }
  .work-content {
    width: 420px;
  }
  .work-content:nth-of-type(1) {
    order: 3;
    padding-top: 120px;
  }
  .work-content:nth-of-type(2) {
    order: 4;
    padding-top: 80px;
  }
  .work-content:nth-of-type(3) {
    order: 1;
  }
  .work-content:nth-of-type(4) {
    order: 2;
    padding-top: 80px;
  }
  .work-content-image {
    height: auto;
  }
}

/* floristセクション */

.florist-container {
  display: none;
}
@media screen and (min-width: 671px) {
  .florist {
    padding-bottom: 0;
    background-color: #EDEDED;
    background: linear-gradient(#EDEDED 60%,#FFFFFF 40%);
  }
  .florist-persons-wrapper {
    display: block;
  }
  .florist-container {
    display: block;
    position: relative;
  }
  .florist-persons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .florist-person {
    width: 300px;
  }
}
@media screen and (max-width: 670px) {
  .florist {
    background-color: #EDEDED;
  }
  
  .florist-persons-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
  }
  .florist-persons-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 8px;
  }
  .florist-persons-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15);
    border-radius: 8px;
  }
  .florist-persons-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: 8px;
  }
  .florist-persons {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
  }
  .florist-persons > div {
    display: block;
    width: 80vw;
  }
  .florist-person {
    padding-bottom: 40px;
    width: 80vw;
    margin-right: 24px;
  }

  .florist-person:not(:last-of-type) {
    margin-right: 24px;
  }
  .florist-person-image {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    object-fit: cover;
  }
  .florist-text {
    font-size: 14px;
  }
}



/* Shop information */
.shop-information-table {
  width: 100%;
  border-spacing: 16px;
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 671px) {
  .shop-information {
    padding-bottom: 120px;
  }
  .shop-information-contents {
    display: flex;
  }
  .shop-information-table {
    padding-left: 5%;
  }
  .shop-information-img {
    width: 50%;
  }
}
tbody {
  vertical-align: inherit;
}

th {
  width: 25%;
  border-right: 1px solid #a0a0a0;
  font-weight: normal;
  display: table-cell;
  vertical-align: top;
}

/* contac-us */

.contac-us {
  width: 100%;
  padding: 64px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/contact_us@2x.png);
  background-size: cover;
}
@media screen and (min-width: 671px) {
  .contac-us {
    padding-bottom: 120px;
  }
}
.contact-wrapper  {
  padding: 0 16px;
}

.contact-link {
  text-align: center;
}
.btn_contact {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  width: 360px;
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  font-size: 20px;
  text-align: center;
}
.btn_contact::before,
.btn_contact::after {
  content: '';
  position: absolute;
  border-radius: 2px;
}
.btn_contact::before {
  top: 30px;
  left: 85px;
  width: 30px;
  height: 20px;
  border: 1px solid #2b2b2b;
}
.btn_contact::after {
  top: 21px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  transform: rotate(45deg);
}
.footer {
  text-align: center;
  padding: 4px 0;
  background-color: #FFFFFF;
  /* font-size: 14px; */
}
.copyright {
  font-size: smaller;
  letter-spacing: 1.4px;
  line-height: 40px;
}
