@charset "UTF-8";
/* 変数宣言 */
/* 変数宣言 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
.main {
  color: #432f2f;
  font-family: "M PLUS 1p", sans-serif;
}

.header {
  background-color: #B4578A;
  height: 20px;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #92BBF6;
  height: 124px;
}
@media screen and (max-width: 768px) {
  header {
    height: 55px;
    justify-content: flex-start;
    width: 100%;
  }
}

header .header-main {
  display: flex;
}
@media screen and (max-width: 768px) {
  header .header-main {
    justify-content: flex-start;
  }
}

.header-title {
  height: 110px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .header-title {
    height: 50px;
    width: 15%;
  }
}

.header-title-image {
  height: 110px;
  object-fit: cover;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .header-title-image {
    height: 45px;
    object-fit: contain;
    margin-top: 5px;
    margin-left: 2px;
  }
}

.header-fair-content {
  display: flex;
  justify-content: flex-end;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header-fair-content {
    width: 75%;
  }
}

.header-fair-date {
  width: 90%;
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .header-fair-date {
    width: 90%;
    margin-top: 5px;
  }
}

.header-fair-date .description {
  text-align: right;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .header-fair-date .description {
    font-size: 6px;
    /*    margin-right: 10px;
        margin-bottom: 5px;*/
  }
}

.header-fair-date .date-1 {
  text-align: right;
  font-family: "MS PMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  /*  margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 5px;*/
}
@media screen and (max-width: 768px) {
  .header-fair-date .date-1 {
    font-size: 6px;
    /*    margin-right: 10px;
        margin-bottom: 5px;*/
  }
}

.header-fair-date .date-2 {
  text-align: right;
  font-family: "MS PMincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  /*  margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 20px;*/
}
@media screen and (max-width: 768px) {
  .header-fair-date .date-2 {
    font-size: 6px;
    /*    margin-right: 10px;*/
  }
}

.content-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .content-link {
    height: 20px;
  }
}

.special-event-button {
  margin: 3px;
}
@media screen and (max-width: 768px) {
  .special-event-button {
    margin: 1px;
    padding-bottom: 10px;
  }
}

.special-event-button a {
  background: #FFFFFF;
  border-radius: 10px;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 5px 5px;
  line-height: 1.8;
  text-decoration: none;
  color: #92BBF6;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .special-event-button a {
    max-width: 110px;
    padding: 2px 2px;
    font-size: 6px;
    position: relative;
    top: -8px;
  }
}

.special-event-button a:before {
  position: relative;
  font-weight: 500;
  color: #92BBF6;
  transition: 0.3s ease-in-out;
}

.special-event-button a:hover {
  background: #FFFAB5;
  color: #92BBF6;
}

.special-event-button a:hover:before {
  color: #92BBF6;
}

.instagram-button {
  margin: 3px;
  font-size: 12px;
  display: flex;
}

.instagram-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 5px;
  line-height: 1.8;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .instagram-button a {
    padding: 2px 2px;
    font-size: 6px;
    /*    margin-right: 10px;*/
  }
}

.instagram-button a:before {
  position: relative;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

.instagram-button a:hover {
  color: #FFFAB5;
}

.instagram-button a:hover:before {
  color: #FFFFFF;
}

/**
 * main view
 */
.main-header {
  height: 550px;
}
@media screen and (max-width: 768px) {
  .main-header {
    height: 220px;
  }
}

.main-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.main-copy {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 500px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .main-copy {
    top: 210px;
  }
}

.main-copy-content {
  width: 50%;
  line-height: 50px;
  background: linear-gradient(to right, rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
}
@media screen and (max-width: 768px) {
  .main-copy-content {
    line-height: 15px;
  }
}

.main-copy-title {
  text-align: left;
  font-family: "MS PMincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 30px;
  color: #432f2f;
}
@media screen and (max-width: 768px) {
  .main-copy-title {
    font-size: 10px;
    padding-left: 15px;
  }
}

.main-gold-liner {
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 540px;
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  height: 15px;
  margin-top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main-gold-liner {
    top: 220px;
    height: 5px;
  }
}

/**
 * main visual
 */
.main-visual {
  display: flex;
}

.main-visual-image {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .main-visual-image {
    width: 50%;
    height: 120px;
  }
}

.main-visual-image-data {
  width: 100%;
  object-fit: cover;
}

.main-visual-message {
  margin: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-visual-message {
    margin: 5px;
    font-size: 6px;
  }
}

/**
 * fair merit content
 */
.fair-overview {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #92BBF6;
}
@media screen and (max-width: 768px) {
  .fair-overview {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.fair-overview-flower {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .fair-overview-flower {
    width: 150px;
  }
}

.fair-overview-content {
  text-align: right;
  width: 50%;
  color: #FFFFFF;
}

.fair-overview-date {
  text-align: right;
  font-size: 48px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .fair-overview-date {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.fair-overview-date-2 {
  text-align: right;
  font-size: 24px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fair-overview-date-2 {
    font-size: 10px;
    margin-right: 10px;
  }
}

.fair-overview-2 {
  display: flex;
  justify-content: flex-end;
  background-color: #92BBF6;
}

/**
 * fair detail content
 */
.fair-detail-title {
  text-align: center;
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  height: 90px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fair-detail-title {
    height: 45px;
  }
}

.fair-detail-title p {
  padding: 10px;
  font-size: 24px;
  color: #432f2f;
}
@media screen and (max-width: 768px) {
  .fair-detail-title p {
    font-size: 10px;
  }
}

.fair-detail-content {
  display: flex;
  background-color: #FBF5F9;
}

.fair-detail-content-nayami {
  width: 60%;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fair-detail-content-nayami {
    padding-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.fair-detail-content-list li {
  margin: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fair-detail-content-list li {
    font-size: 8px;
  }
}

.fair-detail-content-list li::before {
  content: "◆ ";
  color: #432f2f;
}

.fair-detail-content-image {
  width: 40%;
}

.fair-detail-content-image-data {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .fair-detail-content-image-data {
    margin: 10px;
  }
}

.fair-detail-content-message {
  background-color: #92BBF6;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px 0 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fair-detail-content-message {
    font-size: 8px;
  }
}

.fair-message {
  background-color: #FBF5F9;
  padding-bottom: 10px;
}

.fair-message-worry-text {
  margin-top: 10px;
  padding: 10px 0 10px 30px;
  width: 40%;
  font-size: 18px;
  background-color: #FAD9DF;
}
@media screen and (max-width: 768px) {
  .fair-message-worry-text {
    width: 60%;
    margin-top: 5px;
    padding: 5px 0 5px 5px;
    font-size: 8px;
  }
}

.fair-message-worries {
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fair-message-worries {
    width: 100%;
    margin-top: 5px;
  }
}

.worries-list {
  display: flex;
  justify-content: center;
}

.worries-text {
  width: 300px;
  height: 150px;
  font-size: 20px;
  padding: 25px;
  margin: 5px 20px 5px 20px;
  border: #FAD9DF 3px solid;
  border-radius: 10px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .worries-text {
    width: 200px;
    height: 70px;
    font-size: 8px;
    padding: 12px 5px;
    margin: 3px 5px 3px 5px;
  }
}

.fair-message-conclusion {
  background-color: #92BBF6;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  padding: 10px 0 10px 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fair-message-conclusion {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 12px;
  }
}

/**
 * bouquet-merit
 */
.bouquet-merit {
  #background-color: #FBF5F9;
  display: flex;
}

.bouquet-merit-list {
  width: 50%;
  margin: 40px 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .bouquet-merit-list {
    width: 100%;
    margin: 20px 20px 0 20px;
  }
}

.bouquet-merit-point {
  font-size: 14px;
  position: relative;
  height: 24px;
  width: 80px;
  padding: 0 1em;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  background: #92BBF6;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .bouquet-merit-point {
    font-size: 10px;
    height: 18px;
    width: 60px;
    padding-top: 1px;
  }
}

.bouquet-merit-title {
  position: relative;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 20px;
  color: #92BBF6;
  border-radius: 0 10px 10px 10px;
  background: #FBF5F9;
}
@media screen and (max-width: 768px) {
  .bouquet-merit-title {
    padding: 0.5rem 0.5rem;
    font-size: 14px;
  }
}

.bouquet-merit-comment {
  font-size: 16px;
  #border-bottom: #B4578A solid 2px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .bouquet-merit-comment {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 35px;
  }
}

.bouquet-merit-image {
  width: 50%;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  .bouquet-merit-image {
    display: none;
  }
}

.bouquet-merit-image-data {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * fair merit content
 */
.fair-merit {
  background-color: #FBF5F9;
  display: flex;
  padding-bottom: 20px;
}

.fair-merit-image {
  width: 45%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .fair-merit-image {
    width: 30%;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.fair-merit-image-data-2 {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fair-merit-image-data-2 {
    height: 120px;
  }
}

.fair-merit-image-data-1 {
  display: none;
}
@media screen and (max-width: 768px) {
  .fair-merit-image-data-1 {
    display: block;
    object-fit: cover;
    height: 120px;
    width: 100%;
  }
}

.fair-merit-content {
  margin-top: 40px;
  margin-bottom: 40px;
  border: #92BBF6 solid 3px;
  width: 50%;
  padding: 30px;
  border-radius: 3%;
}
@media screen and (max-width: 768px) {
  .fair-merit-content {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 65%;
    height: 260px;
    padding: 5px;
  }
}

.fair-merit-content-item {
  display: flex;
}

.fair-merit-content-item-image-data {
  width: 50px;
  margin: 10px 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  .fair-merit-content-item-image-data {
    width: 25px;
    margin: 5px 5px 5px 5px;
  }
}

.fair-merit-content-text {
  padding-left: 5px;
}

.fair-merit-title {
  font-size: 28px;
  border-bottom: #92BBF6 solid 2px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .fair-merit-title {
    font-size: 10px;
    margin-bottom: 3px;
  }
}

.fair-merit-description {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fair-merit-description {
    font-size: 8px;
    margin-top: 1px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

/* special event*/
.special-event .event-data {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .special-event .event-data {
    display: block;
  }
}

.special-event .event-data .event-content {
  justify-content: center;
  width: 100%;
  margin: 30px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .special-event .event-data .event-content {
    width: 90%;
    margin: 0 auto 15px auto;
    position: relative;
    border: #92BBF6 solid 3px;
    padding: 20px 10px;
    border-radius: 3%;
  }
}

.event-content .event-image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .event-content .event-image {
    width: 20%;
  }
}

.event-content .event-image .detail-image-data {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .event-content .event-image .detail-image-data {
    width: 50px;
    height: 50px;
  }
}

.event-content .event-detail {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .event-content .event-detail {
    width: 80%;
  }
}

.event-content .event-detail .detail-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .event-content .event-detail .detail-title {
    font-size: 10px;
  }
}

.event-content .event-detail .detail-title-2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .event-content .event-detail .detail-title-2 {
    font-size: 6px;
  }
}

.event-detail .detail-price {
  width: 85%;
  background: #FAD9DF;
  padding: 5px 10px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .event-detail .detail-price {
    font-size: 8px;
    padding: 2px 5px;
    margin: 5px 0;
  }
}

.event-detail .workshop-1-item {
  display: flex;
}

.event-detail .workshop-1-item .item-image {
  margin: 20px 30px 10px 20px;
}
@media screen and (max-width: 768px) {
  .event-detail .workshop-1-item .item-image {
    margin: 10px 15px 5px 10px;
    font-size: 8px;
  }
}

.event-detail .workshop-1-item .item-image .item-image-data {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .event-detail .workshop-1-item .item-image .item-image-data {
    width: 40px;
    height: 40px;
  }
}

.event-content .event-detail .detail-comment .detail-comment-text {
  margin-top: 12px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .event-content .event-detail .detail-comment .detail-comment-text {
    font-size: 8px;
  }
}

.event-content .event-detail .detail-comment .instructor-intro {
  display: flex;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .event-content .event-detail .detail-comment .instructor-intro {
    font-size: 8px;
    margin-top: 10px;
  }
}

.instructor-intro-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .instructor-intro-image {
    width: 40px;
    height: 40px;
  }
}

.instructor-intro-text {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .instructor-intro-text {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 6px;
  }
}

/*
 * event button
 */
.special-event-content-detail-button {
  margin-top: 12px;
}

.special-event-content-detail-button a {
  background: #B4578A;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  line-height: 1.8;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.special-event-content-detail-button a:before {
  position: relative;
  font-weight: 900;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

.special-event-content-detail-button a:hover {
  background: #FFFAB5;
  color: #92BBF6;
}

.special-event-content-detail-button a:hover:before {
  color: #FFFFFF;
}

.time-table {
  width: 100%;
}

.time-table-content {
  display: flex;
  justify-content: center;
  margin: 10px 0 10px 0;
}

.time-table-content-box {
  background-color: #FAD9DF;
  border-radius: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .time-table-content-box {
    width: 80%;
  }
}

.time-table-list {
  width: 90%;
  margin: 30px 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .time-table-list {
    margin: 15px;
  }
}

.time-table-list li {
  font-size: 22px;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  margin: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .time-table-list li {
    font-size: 10px;
    padding: 3px;
    margin: 5px;
  }
}

/**
 * customer-voice
 */
.customer-voice {
  background-color: #FBF5F9;
}

.customer-voice-detail {
  padding: 20px 0 10px 0;
}

.customer-voice-message {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.customer-voice-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .customer-voice-image {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
}

.customer-voice-box-right {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1em 15px 1em 2em;
  padding: 7px 10px;
  min-width: 400px;
  max-width: 100%;
  color: #555;
  font-size: 24px;
  background: #FFFFFF;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .customer-voice-box-right {
    min-width: 220px;
    font-size: 12px;
  }
}

.customer-voice-box-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 15px solid #FFFFFF;
}

.customer-voice-box-right:after {
  top: 99%;
  border: 8px solid;
  border-color: transparent;
  border-top-color: #FFFFFF;
  margin-left: -8px;
}

.customer-voice-box-right p {
  width: 380px;
  color: #333;
  line-height: 1.5;
  margin: 15px 25px 15px 15px;
  padding: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .customer-voice-box-right p {
    width: 200px;
    margin: 10px 20px 10px 10px;
    font-size: 12px;
  }
}

.customer-voice-box-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 2em 1.5em 15px;
  padding: 7px 10px;
  min-width: 400px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .customer-voice-box-left {
    min-width: 220px;
    font-size: 12px;
  }
}

.customer-voice-box-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-right: 15px solid #FFFFFF;
}

.customer-voice-box-left:after {
  top: 99%;
  border: 8px solid;
  border-color: transparent;
  border-top-color: #FFFFFF;
  margin-left: -8px;
}

.customer-voice-box-left p {
  width: 380px;
  color: #333;
  line-height: 1.5;
  margin: 15px 15px 15px 25px;
  padding: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .customer-voice-box-left p {
    width: 200px;
    margin: 10px 10px 10px 20px;
    font-size: 12px;
  }
}

/**
 * designer
 */
.designer {
  background-image: url("../images/fair_member.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .designer {
    justify-content: center;
  }
}

.designer-content {
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  padding: 20px;
  width: 60%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .designer-content {
    display: block;
    width: 90%;
  }
}

.designer-list-title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .designer-list-title {
    font-size: 14px;
  }
}

.designer-name {
  margin: 10px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .designer-name {
    display: flex;
    font-size: 12px;
  }
}

.designer-name p {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .designer-name p {
    font-size: 8px;
    align-content: end;
  }
}

.designer-list-bottom {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .designer-list-bottom {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* footer */
.footer {
  display: flex;
  background-color: #92BBF6;
  height: 300px;
}

.footer-fair-image {
  padding-top: 20px;
}

.footer-fair-date {
  color: #FFFFFF;
  padding: 20px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .footer-fair-date {
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer-fair-image-data {
    width: 140px;
  }
}
.footer-fair-date-1 {
  text-align: right;
  font-size: 40px;
  margin-right: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footer-fair-date-1 {
    font-size: 18px;
    margin-right: 5px;
  }
}

.footer-fair-date-1 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .footer-fair-date-1 span {
    font-size: 8px;
  }
}

.footer-fair-date-2 {
  text-align: right;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer-fair-date-2 {
    font-size: 8px;
    margin-right: 5px;
  }
}

.footer-map {
  justify-content: flex-end;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .footer-map {
    padding: 5px;
  }
}

.sakura-map {
  height: 180px;
}
@media screen and (max-width: 768px) {
  .sakura-map {
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .footer-map {
    display: none;
  }
}
.footer-map-mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-map-mb {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer-fair-contact {
  height: 50px;
  padding: 10px;
  color: #FFFFFF;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-fair-contact {
    display: none;
  }
}

.footer-fair-contact-mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-fair-contact-mb {
    display: block;
    padding: 10px 5px 5px 5px;
    color: #ffffff;
    font-size: 8px;
  }
}

/**
 * florist page header
 */
.florist-profile-liner {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .florist-profile-liner {
    height: 75px;
  }
}

.florist-profile-liner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.florist-profile-title {
  text-align: center;
  /*  background: linear-gradient(to right,rgba(197, 157, 90, 1),rgba(230, 211, 141, 1),rgba(255, 250, 181, 1),rgba(230, 211, 141, 1),rgba(197, 157, 90, 1)); */
  background-color: #92BBF6;
  height: 90px;
  margin-top: 118px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .florist-profile-title {
    height: 45px;
    margin-top: 45px;
  }
}

.florist-profile-title p {
  padding: 10px;
  font-size: 24px;
  /*  color: #432f2f; */
  color: #FBF5F9;
}
@media screen and (max-width: 768px) {
  .florist-profile-title p {
    padding: 5px;
    font-size: 10px;
  }
}

/**
 * florist content
 */
.florist-profile-content {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.florist-profile-content-detail {
  text-align: center;
  width: 47%;
  height: 650px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    border: #92BBF6 solid 3px;
    height: 355px;
    border-radius: 3%;
  }
}

@media screen and (max-width: 768px) {
  .florist-profile-content-detail-other {
    display: none;
  }
}

.florist-profile-content-detail .cover {
  width: 100%; /*幅*/
  height: 650px; /*高さ*/
  background: rgb(255, 255, 255);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .cover {
    height: 350px; /*高さ*/
    border-radius: 3%;
  }
}

.florist-profile-content-detail .head-line {
  position: absolute;
  width: 100%; /*幅*/
  height: 10px; /*高さ*/
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .head-line {
    display: none;
  }
}

.florist-profile-content-detail .foot-line {
  position: absolute;
  width: 100%; /*幅*/
  height: 10px; /*高さ*/
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  top: 640px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .foot-line {
    display: none;
  }
}

.florist-profile-content-detail .bouquet-image {
  position: absolute;
  width: 300px; /*幅*/
  height: 420px; /*高さ*/
  object-fit: cover;
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .bouquet-image {
    width: 165px; /*幅*/
    height: 231px; /*高さ*/
    top: 15px;
    left: 5px;
  }
}

.florist-profile-content-detail .brand-name {
  position: absolute;
  top: 120px;
  left: 330px;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .brand-name {
    top: 60px;
    left: 180px;
    font-size: 14px;
  }
}

.florist-profile-content-detail .brand-kana {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .brand-kana {
    font-size: 10px;
  }
}

.florist-profile-content-line-5 {
  position: absolute;
  top: 200px;
  left: 330px;
  background-color: #FAD9DF;
  height: 5px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-line-5 {
    top: 100px;
    left: 180px;
    height: 5px;
    width: 45%;
  }
}

.florist-profile-content-detail .comment {
  position: absolute;
  font-size: 14px;
  top: 220px;
  left: 350px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .comment {
    font-size: 10px;
    top: 110px;
    left: 180px;
  }
}

.florist-profile-content-detail .florist-description {
  position: absolute;
  top: 480px;
  left: 0;
  width: 73%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description {
    top: 260px;
  }
}

.florist-profile-content-detail .florist-description .florist-name {
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description .florist-name {
    font-size: 12px;
  }
}

.florist-profile-content-detail .florist-description .florist-kana {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description .florist-kana {
    font-size: 8px;
  }
}

.florist-profile-content-detail .florist-description .florist-comment {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description .florist-comment {
    font-size: 8px;
    margin-bottom: 5px;
  }
}

.florist-profile-content-detail .prof-image-base {
  position: absolute;
  width: 120px; /*幅*/
  height: 150px;
  background-color: #FAD9DF;
  top: 476px;
  left: 78%;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .prof-image-base {
    width: 60px; /*幅*/
    height: 75px;
    top: 265px;
    left: 78%;
  }
}

.florist-profile-content-detail .prof-image {
  position: absolute;
  width: 120px; /*幅*/
  height: 150px;
  object-fit: cover;
  top: 470px;
  left: 77%;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .prof-image {
    width: 60px; /*幅*/
    height: 75px;
    top: 260px;
    left: 77%;
  }
}

.florist-profile-content-detail .florist-description .florist-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description .florist-link {
    margin-top: 3px;
  }
}

.florist-profile-content-detail .florist-description .florist-link .link-icon {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .florist-profile-content-detail .florist-description .florist-link .link-icon {
    padding: 3px;
    width: 25px;
    height: 25px;
  }
}

.florist-link .link-icon .icon-image {
  width: 100%;
}

/*
 * bouquet-visual-list
 */
.bouquet-visual-list {
  display: flex;
}

.bouquet-visual-list-image {
  width: 20%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .bouquet-visual-list-image {
    height: 100px;
  }
}

.bouquet-visual-list-image-data {
  width: 100%;
  object-fit: cover;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .bouquet-visual-list-image-data {
    padding: 2px;
  }
}

.bouquet-list .bouquet-content {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bouquet-list .bouquet-content {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.bouquet-detail {
  text-align: center;
  width: 47%;
  height: 650px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .bouquet-detail {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    border: #B4578A solid 3px;
    height: 355px;
    border-radius: 3%;
  }
}

.bouquet-detail .cover {
  width: 100%; /*幅*/
  height: 650px; /*高さ*/
  background: rgb(255, 255, 255);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .cover {
    height: 350px; /*高さ*/
    border-radius: 3%;
  }
}

.bouquet-detail .head-line {
  position: absolute;
  width: 100%; /*幅*/
  height: 10px; /*高さ*/
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .head-line {
    display: none;
  }
}

.bouquet-detail .foot-line {
  position: absolute;
  width: 100%; /*幅*/
  height: 10px; /*高さ*/
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  top: 640px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .foot-line {
    display: none;
  }
}

.bouquet-detail .bouquet-image {
  position: absolute;
  width: 90%; /*幅*/
  height: 360px; /*高さ*/
  object-fit: cover;
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .bouquet-image {
    width: 165px; /*幅*/
    height: 231px; /*高さ*/
    top: 15px;
    left: 5px;
  }
}

.bouquet-detail .bouquet-name {
  position: absolute;
  top: 400px;
  left: 20px;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .bouquet-name {
    top: 60px;
    left: 180px;
    font-size: 14px;
  }
}

.bouquet-detail .bouquet-price {
  position: absolute;
  top: 430px;
  left: 20px;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .bouquet-price {
    top: 60px;
    left: 180px;
    font-size: 14px;
  }
}

.bouquet-price .buy-bouquet {
  background-color: #92BBF6;
  color: #FFFFFF;
  padding: 5px;
  font-size: 14px;
}

.bouquet-detail .bouquet-comment {
  position: absolute;
  top: 470px;
  left: 20px;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .bouquet-comment {
    top: 60px;
    left: 180px;
    font-size: 14px;
  }
}

/**
 * florist
 */
.bouquet-detail .brand-name {
  position: absolute;
  top: 585px;
  left: 75px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .brand-name {
    top: 60px;
    left: 180px;
    font-size: 10px;
  }
}

.bouquet-detail .brand-kana {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .brand-kana {
    font-size: 8px;
  }
}

.bouquet-detail .florist-name {
  position: absolute;
  top: 610px;
  left: 75px;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .florist-name {
    top: 60px;
    left: 180px;
    font-size: 10px;
  }
}

.bouquet-detail .prof-image-base {
  position: absolute;
  width: 40px; /*幅*/
  height: 50px;
  background-color: #432f2f;
  top: 580px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .prof-image-base {
    width: 60px; /*幅*/
    height: 75px;
    top: 255px;
    left: 78%;
  }
}

.bouquet-detail .prof-image {
  position: absolute;
  width: 40px; /*幅*/
  height: 50px;
  object-fit: cover;
  top: 575px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .bouquet-detail .prof-image {
    width: 40px; /*幅*/
    height: 75px;
    top: 250px;
    left: 77%;
  }
}

/* ここから下がハンバーガーメニューに関するCSS */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  position: absolute;
  right: 45px;
  top: 30px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .drawer_open {
    right: 35px;
    top: 20px;
  }
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: white;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav {
  display: flex;
}

.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 124px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #92BBF6;
  transition: 0.5s;
  overflow-y: scroll;
  padding-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .nav_content {
    top: 50px;
  }
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0; /* メニューを画面に入れる */
}

.side-menu-title {
  color: white;
  font-size: 20px;
  padding: 10px 0;
  margin-left: 30px;
}

.side-menu {
  display: flex;
  flex-wrap: wrap;
}

.menu-link {
  width: 45%;
  height: 175px;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .menu-link {
    padding: 5px 10px;
    margin-left: 15px;
    width: 90%;
    height: 90px;
  }
}

.link-archive-2024aw {
  display: flex;
}

.link-archive-2024aw a {
  width: 30%;
  height: 0;
  padding-top: 150px;
  display: block;
  background-image: url("../images/link/fair2-banner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
  overflow: hidden;
}

.link-felice {
  display: flex;
  height: 90xp;
}

.link-felice a {
  width: 30%;
  height: 0;
  padding-top: 186px;
  display: block;
  background-image: url("../images/link/felice-banner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
  overflow: hidden;
}

.link-poppy {
  display: flex;
  height: 90px;
}

.link-poppy a {
  width: 30%;
  height: 0;
  padding-top: 156px;
  display: block;
  background-image: url("../images/link/poppy_logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link-poppy a {
    padding-top: 80px;
    background-size: 80px;
  }
}

.link-tokyo-do {
  display: flex;
  height: 90px;
}

.link-tokyo-do a {
  width: 30%;
  height: 0;
  padding-top: 186px;
  display: block;
  background-image: url("../images/link/tokyo_do_logo.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
  overflow: hidden;
}

.link-asca {
  display: flex;
  height: 90px;
}

.link-asca a {
  width: 30%;
  height: 0;
  padding-top: 186px;
  display: block;
  background-image: url("../images/link/asca_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
  overflow: hidden;
}

.link-instagram {
  display: flex;
}

.link-instagram a {
  width: 30%;
  height: 0;
  padding-top: 166px;
  display: block;
  background-image: url("../images/link/Instagram.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
  margin: 0 auto 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link-instagram a {
    padding-top: 80px;
    background-size: 70px;
  }
}

.menu-link-text {
  width: 72%;
  padding: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .menu-link-text {
    padding: 5px;
    font-size: 6px;
  }
}

.menu-link-text-title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .menu-link-text-title {
    font-size: 12px;
  }
}

/**
 共通パーツ
 */
.gold-liner {
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  height: 20px;
  margin-top: 0;
}

.gold-liner-5 {
  background: linear-gradient(to right, rgb(197, 157, 90), rgb(230, 211, 141), rgb(255, 250, 181), rgb(230, 211, 141), rgb(197, 157, 90));
  margin-top: 0;
  height: 5px;
}

.raspberry-liner-5 {
  background-color: #92BBF6;
  margin-top: 0;
  height: 5px;
}

.sub-title {
  height: 70px;
  width: 100%;
  padding: 10px;
  display: table;
  background-color: #92BBF6;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sub-title {
    height: 50px;
    font-size: 16px;
  }
}

.sub-title p {
  display: table-cell;
  vertical-align: middle;
}

/*# sourceMappingURL=site.css.map */
