@charset 'UTF-8';

/*--------------------------------------------------
共通
--------------------------------------------------*/
/*flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
{-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);}
*/
body {
  color: #494949;
  font-family: 'Noto Sans JP', sans-serif;
}

.position_r {
  position: relative;
}

.common_section {
  padding: 100px 0;
  margin: 0;
  position: relative;
}

/*タイトル*/
.sub_title {
  margin: 0 auto 80px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: #00AB95;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
  max-width: 450px;
  text-align: center;
  border-radius: 10px;
}

.sub_title.sub_t_pink {
  background-color: #ED848C;
}

/*背景*/
.bg_gray {
  background-color: #f7f7f7;
}

.bg_green {
  background-color: #E4F7F4;
}

/*その他*/
.sp_nobr:before {
  content: "\A";
  white-space: pre;
}

.nobr {
  white-space: nowrap;
}

.ofi {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.sp_display {
  display: none;
}


.flex-box {
  display: flex;
}


.person-img {
  max-width: 280px;
  margin-right: 20px;
}

.cn {
  text-align: center;
}


/*PCでは無効（改行しない）*/
.sp_view {
  display: none;
}

/*PCでは有効（改行する）*/
.pc_view {
  display: block;
}


@media (max-width:767px) {

  /*スマートフォンでは有効（改行する）*/
  .sp_view {
    display: block;
  }

  /*スマートフォンでは無効（改行しない）*/
  .pc_view {
    display: none;
  }

  .flex-box {
    display: block;
  }

}

.circle-image {
  width: 200px;
  /* 幅を指定 */
  height: 200px;
  /* 高さを指定 */
  border-radius: 50%;
  /* 丸くする */
  object-fit: cover;
  /* 画像を要素の枠に合わせる */
}

.center {
  text-align: center;
}

.box-01 {
  width: 400px;
  border-radius: 10px;
  background-color: #c9e6e2;
  padding: 10px;
}



/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
.site-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 1;
  padding: 10px;
}

.head-logo-page {
  width: 100%;
  max-width: 300px;
}

/*--------------------------------------------------
フッター
--------------------------------------------------*/
.site-foot {
  padding: 50px 0 5px;
  /*background: #f7f7f7;*/
  background: #fff;
  color: #494949;
  text-align: center;
  font-weight: 600;
}

.footer_logo {
  width: 100%;
  max-width: 200px;
  margin-left: 15px;
}

.marugoto_contact,
.marugoto_contact:visited {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  width: 100%;
  max-width: 250px;
  background-color: #ED848C;
  margin: 20px auto;
  transition: 0.3s;
}

.marugoto_contact:hover {
  color: #fff;
  background-color: #ff958e;
}

.copyright {
  margin-top: 0;
  letter-spacing: 1px;
}

/*--------------------------------------------------
トップページ
--------------------------------------------------*/
/*メインビジュアル==============*/
.mv_area {
  position: relative;
  width: 100%;
  padding: 100px 10px 50px;
}

.mv_man_right,
.mv_woman_left {
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.mv_man_right {
  max-width: 220px;
  right: 4vw;
}

.mv_woman_left {
  max-width: 200px;
  left: 4vw;
}

.mv_title_area {
  width: 100%;
  max-width: 700px;
  position: relative;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;*/
  margin: 0 auto;
  z-index: 2;
}

.mv_logo {
  text-align: center;
  margin: 0 auto 100px;
}

.mv_logo img {
  width: 100%;
}

.date_table {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 40px;
  font-weight: 600;
}

.date_table tr {
  display: block;
  margin-bottom: 20px;
}

.date_table th {
  min-width: 80px;
  vertical-align: top;
  text-align: left;
  font-size: 20px;
}

.date_table th span {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background-color: #00AB95;
  border-radius: 10px;
  padding: 5px 10px;
}

.date_table td {
  font-size: 23px;
  padding: 5px 5px 5px 10px;
  width: 100%;
}

.mv_dt_week {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #ED848C;
  margin: 0 5px;
}

.info-area {
  background-color: #ffe0e5;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}



.tag_area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

.tag_flex {
  width: calc(100% + 10px);
  margin-right: -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tag_col {
  width: calc(20% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/*開催テキスト==============*/

.maintext-colum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.main_text {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}

.concept_woman_img {
  max-width: 280px;
  width: 30vw;
  min-width: 200px;
}

/*予約特典==============*/
.yoyaku_tokuten_area {
  background-color: #E4F7F4;
  position: relative;
  padding: 50px 50px 80px;
  margin-top: 80px;
  border-radius: 10px;
  font-weight: 600;
}

.yoyaku_t_title {
  background-color: #ED848C;
  padding: 10px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.yoyaku_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yoyaku_textarea {
  width: 100%;
  padding-right: 10px;
}

.yoyaku_imgarea {
  max-width: 350px;
  width: 60vw;
  min-width: 200px;
}

.yoyaku_imgarea img {
  width: 100%;
}

.yoyaku_t_text {
  font-size: 25px;
  letter-spacing: 2px;
}

.yoyaku_tt_pink {
  font-size: 32px;
  color: #ED848C;
  background: linear-gradient(transparent 50%, #fff 0%);
}

.yoyaku_senchaku {
  color: #ED848C;
  font-size: 23px;
  margin-top: 10px;
}

.yoyaku_t_img {
  overflow: hidden;
  border-radius: 20px;
}

.yoyaku_btn,
.yoyaku_btn:visited {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  font-size: 25px;
  color: #00AB95;
  text-align: center;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}

.yoyaku_btn:hover {
  color: #fff;
  background-color: #42DBC5;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/*特典==============*/
.stripe_title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  background: repeating-linear-gradient(135deg, #00A283, #00A283 20px, #00AB95 20px, #00AB95 40px);
  position: relative;
  border-radius: 10px;
  margin: 30px 0 50px;
  padding: 20px;
}

.stripe_title:before {
  content: '';
  border-top: 20px solid #00AB95;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.tokuten_box {
  position: relative;
  padding: 50px 30px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}


.tokuten_column {
  background-color: #dffffa;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.text-content {
  width: 70%;
}

.image-content {
  width: 30%;
  text-align: right;
}

.circle-image {
  width: 200px;
  /* 画像の横幅を指定 */
  height: 200px;
  /* 画像の縦幅を指定 */
  border-radius: 50%;
  /* 画像を丸く切り抜く */
  object-fit: cover;
  /* 画像が要素内に収まるように表示 */
}


.line-qr {
  width: 200px;
}

.gentei {
  background-color: #f6dcdb;
  padding: 10px;
  max-width: 400px;
  font-size: 28px;
  font-weight: 600;
}

.extra01 {
  background-color: #00A283;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  width: 350px;
  text-align: center;
  font-size: 18px;
}

.tokuten_title01 {
  font-size: 30px;
  padding: 5px;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #ED848C;
  text-align: center;
  color: #fff;
}


.tokuten_title02 {
  font-size: 30px;
  padding: 5px;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #00AB95;
  text-align: center;
  color: #fff;
}


.fontsize-s {
  font-size: 14px;
  text-align: left;
}


.tokuten_t_marker {
  font-size: 30px;
  background: linear-gradient(transparent 70%, #F7C6C5 0%);
  line-height: 1.8;
  margin: 0 10px;
}

.tokuten_marker02 {
  font-size: 30px;
  background: linear-gradient(transparent 70%, #9de7dd 0%);
  line-height: 1.8;
  margin: 0 10px;
}

.tokuten_border {
  padding: 5px;
  border: 3px solid pink;
  margin-bottom: 30px;
  font-weight: bold;
}

.price_bg {
  color: #955205;
  font-size: x-large;
}

.imgbox {
  width: 400px;
}

.tenyaku_n_bottom {
  margin-bottom: 80px;
}

.tokuten_b_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}

.tokuten_b_text_mini {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.common_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}

.t_soudan_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_soudan_text_area {
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
}

.soudan_woman_img_area {
  min-width: 200px;
  text-align: center;
}

.soudan_woman_img {
  max-width: 150px;
}

.ev_p_title {
  color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 5px 10px;
  background-color: #ED848C;
  margin: 0px;
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
}

.ev_person {
  max-width: 300px;
}

.ev_person_name {
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.ev_p_works {
  font-size: 14px;
  margin: 0;
  text-align: left;
}


@media(max-width:767px) {
  .ev_person_name {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
  }

  .ev_p_works {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }

  .maintext-colum {
    display: block;
  }


  .tokuten_column {
    display: block;
    padding: 10px;
  }

  .text-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-content {
    width: 100%;
    text-align: center;
  }


  .imgbox {
    width: 100%;
  }

  .tokuten_img {
    margin-top: 20px;
  }

}


.quo_card_img {
  max-width: 410px;
  width: 90%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/*出展企業一覧==============*/

.company_container {
  width: 100%;
  min-height: 200px;
  color: #494949;
  margin-bottom: 40px;
  height: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}


.company_flexbox {
  display: flex;
  padding: 30px 40px;
}

.company_flexbox_text {
  width: 80%;
  text-align: left;
  margin-right: 10px;
}

.company_flexbox_text_lead {
  color: #955205;
  font-weight: bold;
}

.job-color {
  color: #ec6d65;
}


.company_flexbox_image {
  width: 20%;
  display: flex;
  flex-direction: column;
  /* 縦並びにする */
  align-items: center;
  /* 水平方向の配置 */
  justify-content: flex-start;
}


.staff_img {
  width: 150px;
  /* 幅を指定 */
  height: 150px;
  /* 高さを指定 */
  border-radius: 50%;
  /* 丸く切り抜く */
  object-fit: cover;
  /* 画像を枠いっぱいに表示 */
}

.company_title {
  background-color: #00ac97;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}


.company_text_area {
  padding: 0px 10px;
  line-height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.company_logo {
  display: block;
  max-height: 65px;
  margin: 0 auto 20px;
  padding: 0 10px;
}

.company_type {
  color: #eb6d65;
  font-size: 16px;
  transition: 0.3s;
}

.company_link {
  color: #fff;
  text-decoration: none;
  padding: 5px 30px;
  background-color: #f8b437;
  border-radius: 20px;
  transition: 0.2s;
  font-weight: 600;
}

.reserve_link {
  color: #fff;
  text-decoration: none;
  padding: 5px 30px;
  background-color: #f8b437;
  border-radius: 20px;
  transition: 0.2s;
  font-weight: 600;
  display: inline-block;
  /* これがないとwidthが効かない場合あり */
  max-width: 500px;
  /* 好みの横幅に調整 */
  text-align: center;
  font-size: 20px;

}



/* visited状態のリンクに同じスタイルを適用 */
.company_link:visited {
  color: #fff;
  /* 文字色 */
  background-color: #f8b437;
  /* 背景色 */
}

.company_link:hover {
  color: #fff;
  opacity: 0.7;
}

@media (max-width:767px) {


  .company_flexbox {
    display: block;
    padding: 10px;
  }

  .company_flexbox_text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .company_flexbox_image {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* 横並びに変更 */
    justify-content: space-around;
  }




}



/*アンケート==============*/
.ishiki_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 1px;
  line-height: 35px;
}

.enquete_section {
  padding: 30px 0;
  margin: 0;
}

.enq_title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #e27487;
  margin: 0 0 10px;
  letter-spacing: 2px;
}

.anquete_graph {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.anquet_comment {
  text-align: center;
  padding: 10px;
  margin-top: 40px;
  letter-spacing: 2px;
  color: #e27487;
  font-weight: 500;
  background-color: #fff;
  font-size: 18px;
  position: relative;
  filter: drop-shadow(0px 0px 5px #e27487);
}

.anquet_comment:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  border-bottom: 20px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

/*来場者の声・感想==============*/
.voice_title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #ED848C;
  margin: 80px 0 40px;
  position: relative;
  z-index: 1;
}

.voice_title span {
  background-color: #fff;
  padding: 0 10px;
}

.voice_title:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ED848C, #ED848C 3px, transparent 2px, transparent 7px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.voice_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 750px;
  margin: 0 auto 20px;
}

.voice_icon_area {
  width: 50px;
  min-width: 50px;
}

.voice_textarea {
  margin-left: 50px;
  width: 100%;
}

.voice_fukidashi {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

.voice_fukidashi:before {
  content: '';
  display: inline-block;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.voice_fukidashi p {
  font-weight: 600;
  line-height: 30px;
}

/*開催日==============*/
.kaisai_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
  max-width: 900px;
}

.kaisai_text_area {
  width: 70%;
}

.footer_date {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 60px;
  margin-bottom: 30px;
}

.f_d_week {
  display: inline-block;
  border-radius: 50%;
  background-color: #ED848C;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 37px;
  height: 37px;
  line-height: 37px;
  margin-right: 20px;
}

.mr5 {
  margin-right: 5px !important;
}

.footer_okigaru_text {
  font-size: 25px;
  letter-spacing: 2px;
  margin: 20px auto 0px;
  font-weight: 600;
}

.kaisai_img_area {
  width: 30%;
  min-width: 150px;
  text-align: center;
}

/*来場予約フォーム==============*/
.entry_form {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 40px;
}

.entry_form th,
.entry_form td {
  letter-spacing: 1px;
  font-weight: 600;
}

.entry_form th {
  text-align: left;
  vertical-align: top;
  min-width: 160px;
  padding: 15px 10px;
}

.entry_form td {
  width: 100%;
  padding: 10px;
}

input {
  font-family: 'Noto Sans JP', sans-serif;
}

.required {
  color: #ED848C;
  margin-left: 5px;
}

.entry_form .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.entry_form .sanka_yotei_check span.wpcf7-list-item {
  display: block;
}

.entry_form input,
.entry_form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  margin: 0px 0px 5px 0px;
  padding: 5px 10px;
  background-color: #EAEAEA;
  border: none;
}

.entry_form input[type="checkbox"],
.entry_form input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px !important;
  margin: 5px 2px 10px 0px;
  font-size: 100%;
}

.submit_area {
  text-align: center;
}

input[type="submit"] {
  display: block;
  margin: 10px auto;
  width: 150px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 20px;
  border-radius: 50px;
  background-color: #00AB95;
  transition: 0.3s;
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #42DBC5;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
}

.form_about_tokuten {
  font-weight: 600;
  line-height: 30px;
  margin: 70px auto 0;
  max-width: 800px;
}

.form_about_tokuten span {
  font-size: 20px;
}

/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media only screen and (min-width: 1300px) {
  .mv_woman_left {
    right: 1000px;
    left: 0;
    margin: 0 auto;
  }

  .mv_man_right {
    left: 1000px;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {

  .mv_woman_left,
  .mv_man_right {
    top: auto;
    bottom: -50px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .mv_woman_left {
    max-width: 156px;
    width: 20vw;
  }

  .mv_man_right {
    max-width: 172px;
    width: 22vw;
  }

  .date_table {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .tag_area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .mv_area {
    padding: 100px 10px 200px;
  }

  /*特典=====================*/
  .ev_p_title {
    font-size: 16px;
  }

}

@media only screen and (max-width: 700px) {
  .tag_area {
    max-width: 470px;
  }

  .tag_area img {
    max-width: 200px;
  }

  .tag_flex {
    width: calc(100% + 20px);
    margin-right: -20px;
  }

  .tag_col {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .tag_col:nth-child(3) {
    order: 1;
  }

  .tag_col:nth-child(5) {
    order: 2;
  }

  /*予約特典=====================*/
  .yoyaku_tokuten_area {
    padding: 50px 30px 70px;
  }

  .yoyaku_t_text {
    font-size: 20px;
    max-width: 320px;
    margin: 0 auto;
  }

  .yoyaku_tt_pink {
    font-size: 26px;
  }

  .yoyaku_senchaku {
    font-size: 18px;
  }

  /*開催日=====================*/
  .footer_date {
    font-size: 23px;
    line-height: 50px;
  }

  .footer_okigaru_text {
    font-size: 23px;
  }
}

@media only screen and (max-width: 600px) {

  /*flex{
  flex-direction: column;}*/
  .common_section {
    padding: 80px 0;
  }

  .sub_title {
    font-size: 25px;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .sp_br:before {
    content: "\A";
    white-space: pre;
  }

  .sp_nobr:before {
    content: "";
  }

  .order {
    order: 1;
  }

  .pc_display {
    display: none;
  }

  .sp_display {
    display: inline-block;
  }

  /*ヘッダー=====================*/
  .head-logo-page {
    max-width: 220px;
  }

  /*メインビジュアル=====================*/
  .mv_area {
    /*height: 100vh;*/
    padding: 80px 10px 30vw;
  }

  .mv_woman_left {
    width: 34vw;
  }

  .mv_man_right {
    width: 37vw;
    max-width: 170px;
  }

  .mv_bg_area {
    filter: blur(5px; );
  }

  .date_table.sp_display {
    margin-bottom: 20px;
    max-width: 370px;
    display: block;
  }

  .date_table tr {
    margin-bottom: 10px;
  }

  .date_table th {
    min-width: 60px;
    font-size: 14px;
  }

  .date_table th span {
    padding: 5px 8px;
    line-height: 20px;
  }

  .date_table td {
    font-size: 16px;
    padding: 5px 0;
    line-height: 35px;
  }

  .mv_dt_week {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
  }

  /*コンセプト=====================*/
  .main_text {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
  }

  .concept_woman_img {
    margin: 20px auto 20px;
    max-width: 200px;
    display: block;
  }

  .yoyaku_tokuten_area {
    padding: 40px 20px 70px;
  }

  .yoyaku_flex {
    flex-direction: column;
  }

  .yoyaku_textarea {
    text-align: center;
    padding-right: 0;
  }

  .yoyaku_imgarea {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
  }

  .yoyaku_btn {
    font-size: 20px;
    max-width: 350px;
  }

  /*企業一覧=====================*/
  .company_name {
    font-size: 16px;
    margin-bottom: 0;
  }

  .company_type {
    font-size: 14px;
  }

  /*特典=====================*/
  .stripe_title {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 15px;
  }

  .stripe_title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .t_soudan_flex {
    flex-direction: column;
  }

  .soudan_woman_img_area {
    margin: 20px auto 30px;
  }

  .tokuten_t_marker {
    font-size: 25px;
  }

  .tokuten_b_text {
    font-size: 16px;
    margin-top: 20px;
  }

  .tokuten_b_text_mini {
    font-size: 14px;
    margin-top: 20px;
  }

  .ev_person {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0;
  }

  .tokuten_box {
    text-align: center;
    padding: 20px;
  }

  .quo_card_img {
    margin-top: 30px;
  }

  /*来場者の声=====================*/
  .voice_title {
    font-size: 25px;
    margin: 40px 0 30px;
  }

  .voice_textarea {
    margin-left: 25px;
  }

  .voice_fukidashi {
    padding: 15px;
  }

  .voice_fukidashi p {
    font-size: 14px;
    line-height: 25px;
  }

  /*開催日=====================*/
  .kaisai_flex {
    flex-direction: column;
  }

  .kaisai_text_area,
  .kaisai_img_area {
    width: 100%;
  }

  .footer_date {
    line-height: 50px;
    text-align: center;
  }

  .f_d_week {
    margin-right: 10px;
  }

  .footer_okigaru_text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .kaisai_img_area {
    margin-top: 20px;
  }

  .kaisai_img_area img {
    max-width: 370px;
  }

  /*予約フォーム=====================*/
  .entry_form {
    margin: 20px auto 10px;
  }

  .entry_form th,
  .entry_form td {
    display: block;
  }

  .entry_form th {
    min-width: 1px;
    width: 100%;
    padding: 0 0 10px;
  }

  .entry_form td {
    padding: 0px 0 15px;
  }

  input[type="submit"] {
    padding: 10px;
  }

  .form_about_tokuten {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .footer_date {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 1px;
  }

  .f_d_week {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 400px) {}