@charset "UTF-8";
/* Scss Document */
/*--------------------------------メディアクエリ--------------------------------------------------*/
/*-----------------初期---------------------*/
body {
  line-height: 1.6;
  color: #333333;
}
img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}
main {
  display: block;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
.title_head {
  font-weight: bold;
}
/*-----------------初期ここまで-----------------*/
@media screen and (min-width: 769px), print {
  .pc_inner {
    width: 960px;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
/*  .pc {
    display: block;
  }*/
  .leftUnder {
    font-size: 2.2rem;
  }
  .pc_flex {
    display: flex;
    display: -webkit-flex;
  }
}
/*-----------chibacmp-content_bgcここから---------------*/
.content-bgc {
  padding: 40px 0 0;
  background: url(../img/new/contents_bg.jpg) repeat !important;
  overflow: hidden;
  clear: both;
}
.content-bgc {
	margin-top: 80px !important;
	padding: 40px 15px 40px !important;
	margin-bottom: 30px;
}
.content-bgc02 {
  padding: 40px 0 0;
  background: #ffffee !important;
  overflow: hidden;
  clear: both;
}
.content-bgc02 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 15px 40px;
}
.content-bg_cta .inner {
  position: relative;
}
.content-bg_cta .inner .bg_person {
  position: absolute;
  top: 35px;
  left: 720px;
}
.content-bg_cta {
  padding: 40px 0 40px;
  background: #e4f9f6;
  overflow: hidden;
  clear: both;
}
.head-center_cta {
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  color: #cd4376;
  letter-spacing: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cta_tel_box {
  width: 720px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  clear: both;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cta_tel_box ul.pc_num {
  padding-bottom: 0px;
  border-bottom: 1px solid #cd4376;
  margin-bottom: 15px;
}
.cta_tel_box ul.pc_num span {
  font-size: 74px;
  font-weight: bold;
  color: #cd4376;
  margin-left: 30px;
  letter-spacing: 6px;
}
.cta_tel_box ul.pc_num .icon {
  margin-bottom: 30px;
  width: 8%;
}
.cta_tel_box ul.tel_cont li.muryo {
  background: #47bd9c;
  width: 90px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  font-size: 30px;
  text-align: center;
  float: left;
  line-height: 1.2;
  letter-spacing: 2.0px;
}
.cta_tel_box ul.tel_cont li.right {
  float: left;
  margin-left: 20px;
  width: 560px;
}
.cta_tel_box ul.tel_cont li.right .copy {
  background: #cd4376;
  padding: 2px 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border-radius: 20px;
  margin-top: 10px;
}
.cta_tel_box ul.tel_cont li.right .bold {
  font-weight: bold;
  color: #cd4376;
  margin-top: 7px;
  font-size: 16px;
}
.cta_tel_box ul.tel_cont li.right .cap {
  font-weight: bold;
}
.head-center02 {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  color: #cd4376;
  letter-spacing: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.head-center02:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: -1%;
  width: 102%;
  height: 2px;
  background-color: #cd4376;
}
.head_normal {
  font-weight: normal;
  font-size: 0.7em;
}
.p-grid-descript-3c {
  background: url(../img/new/contents_bg.jpg) repeat !important;
}
.title_em {
  background: #cd4376;
  padding: 8px 8px 4px 8px;
  width: 40%;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 3px;
}
.title_em span {
  color: #fff;
}
.kengaku {
  width: 960px;
  margin: 0 auto;
}
.kengaku ul li {
  float: left;
  width: 30%;
  margin-left: 27px;
}
.kengaku ul li .kengaku_ti {
  font-size: 23px;
  color: #cd4376;
  margin: 10px 0;
  font-weight: bold;
}
.head-center02 img.icon {
  margin-bottom: 15px;
  margin-right: 10px;
}
.about {
  margin-top: 20px;
}
.about .left_box {
  width: 48%;
  float: left;
}
.about .right_box {
  width: 48%;
  float: right;
  margin-top: 15px;
}
.about .left_box ul {
  overflow: hidden;
  clear: both;
  border-bottom: dashed 1px #cd4376;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.about .left_box ul li {
  float: left;
}
.about .left_box ul li.txt {
  margin-left: 20px;
  font-size: 26px;
  font-weight: bold;
}
.hall_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .head-center02 {
    margin-bottom: 30px;
    font-size: 25px;
    letter-spacing: 0px;
  }
  .head-center_cta {
    font-size: 6vw;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  .content-bg_cta {
    padding: 20px 0 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .content-bgc {
    margin-top: 40px !important;
    padding: 20px 15px !important;
  }
  .content-bgc02 {
    padding: 20px 15px 20px !important;
  }
  .about {
    margin-top: 0px;
  }
  .kengaku {
    width: 100%;
    margin: 0 auto;
  }
  .kengaku ul {
    margin-bottom: 25px;
  }
  .kengaku ul li {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .kengaku ul li .kengaku_ti {
    font-size: 22px;
    text-align: center;
  }
  .head-center02 img.icon {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .hall_list {
    margin-bottom: 40px;
  }
  .about .left_box li.icon {
    width: 15%;
  }
  .about .left_box {
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  .about .right_box {
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  .about .left_box ul li.txt {
    margin-left: 10px;
    font-size: 20px;
  }
  /*CTA周り*/
  section.content-bg_cta .sp_num_top {
    width: 100%;
    height: auto;
    min-height: 85px;
    border-radius: 5px;
    background: #fff;
    color: #cd4376;
    float: none;
    padding: 10px;
    clear: both;
    border: 2px solid #cd4376;
    box-shadow: 0 6px #dc87a7;
    margin-bottom: 20px;
  }
  section.content-bg_cta .sp_num_top img {
    width: 90%;
  }
  section.content-bg_cta .sp_num_top dl dt {
    float: left;
    width: 16%;
    margin: 5px 0 0 5px;
  }
  section.content-bg_cta .sp_num_top dl dd {
    float: right;
    width: 78%;
    line-height: 1.4;
  }
  section.content-bg_cta dd p.tel {
    font-size: 8.2vw;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 2px;
  }
  section.content-bg_cta dd p.txt {
    font-size: 4.2vw;
  }
  .title_em {
    width: 100%;
    border-radius: 50px;
    font-size: 20px;
    padding: 7px 6px 3px 6px;
  }
  .content-bg_cta .sp_view dl.mess dt.muryo {
    background: #47bd9c;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border-radius: 8px;
    font-size: 5.8vw;
    text-align: center;
    float: left;
    line-height: 1.2;
    letter-spacing: 3px;
  }
  .content-bg_cta .sp_view dl.mess dd {
    margin-left: 5px;
    float: right;
    width: 79%;
  }
  .content-bg_cta .sp_view dl.mess dd p.bold {
    color: #cd4376;
    font-weight: bold;
    margin-top: 8px;
    font-size: 4.5vw;
  }
  .content-bg_cta .sp_view dl.mess dd p.cap {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 320px) {
  section.content-bg_cta .sp_num_top {
    min-height: 75px;
  }
}
@media screen and (max-width: 260px) {
  section.content-bg_cta .sp_num_top {
    min-height: 70px;
  }
  .content-bg_cta .sp_view dl.mess dd {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .content-bgc {
    padding: 70px 15px 40px;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .title_em {
    width: 60%;
  }
}
/*-----------content_bgcここまで------------------*/
/*-----------------p-grid-descript3c-----------------------*/
.p-grid-descript-3c {
  padding-bottom: 20px;
  background-color: #fff2f6;
}
@media (min-width: 768px) {
  .p-grid-descript-3c {
    padding: 0;
  }
}
.p-grid-descript-3c ul {
  padding: 0px 3%;
}
@media (min-width: 768px) {
  .p-grid-descript-3c ul {
    width: 960px;
    margin: 10px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.p-grid-descript-3c .grid-descript__item {
  padding: 50px 10px 20px;
}
@media (min-width: 768px) {
  .p-grid-descript-3c .grid-descript__item {
    width: 32%;
    margin-top: 20px;
    margin-right: 3%;
    padding-top: 30px;
  }
}
.p-grid-descript-3c .grid-descript__item__title {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .p-grid-descript-3c .grid-descript__item__title {
    font-size: 2.2rem;
  }
}
.grid-descript__item:first-of-type {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-grid-descript-3c .grid-descript__item:nth-of-type(3n) {
    width: 30%;
    margin-right: 0;
  }
}
.pg-grid-descript__item__img {
  margin: 0 auto 20px;
}
/*-----------------p-grid-descript3cここまで-----------------*/
.inner {
  width: 97%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }
}
.min_sp_view {
  display: none;
}
h2 {
  text-align: center;
}
.center_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
}
@media (min-width: 768px) {
  .center_icon {
    margin-bottom: 46px;
    padding-left: 30px;
    font-size: 2.8rem;
  }
}
.center_icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: -4%;
  width: 108%;
  height: 5px;
}
@media (min-width: 768px) {
  .center_icon:after {
    bottom: -3px;
  }
}
@media (min-width: 768px) {
  .center_icon.talk:after {
    left: -18%;
    width: 130%;
    height: 5px;
  }
}
.center_icon.map:after {
  width: 104%;
  left: 0;
}
@media (min-width: 768px) {
  .center_icon.map:after {
    bottom: -6px;
  }
}
.center_icon.talk:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -32px;
  margin-top: 6px;
  width: 26px;
  height: 22px;
  background-image: url("../../../sougi-stand/img/ic_talk.png");
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .center_icon.talk:before {
    margin-left: -50px;
    margin-top: 7px;
    width: 36px;
    height: 31px;
  }
}
.center_icon.hall:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -36px;
  margin-top: 2px;
  width: 30px;
  height: 26px;
  background-image: url("../img/ic_hall.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .center_icon.hall:before {
    margin-left: -46px;
    margin-top: 6px;
    width: 32px;
    height: 28px;
  }
}
.center_icon.pen:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -28px;
  margin-top: 8px;
  width: 20px;
  height: 30px;
  background-image: url("../../../sougi-stand/img/ic_pen.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .center_icon.pen:before {
    margin-left: -30px;
    margin-top: 9px;
    width: 26px;
  }
}
@media (min-width: 768px) {
  .center_icon.pen:after {
    left: -6px;
  }
}
.leftDark {
  position: relative;
  margin-bottom: 14px;
  padding: 0 2px 0 18px;
  content: "";
  font-size: 17px;
}
.leftDark:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 4px;
  height: calc(100% - 2px);
  background-color: #fb7d79;
}
p {
  font-size: 1.6rem;
}
section {
  margin-bottom: 0px;
}
/*-----------content_consulここから---------------*/
.content_consul {
  padding: 35px 15px 40px;
}
@media (min-width: 768px) {
  .content_consul {
    margin-top: 30px;
    padding: 60px 0 0px;
    background: #fff2f6;
  }
}
@media (min-width: 768px) {
  .consul_example {
    background: url("../../../sougi-stand/img/il_shinpai.png") center bottom/214px 184px no-repeat;
  }
}
.consul_example li {
  margin-bottom: 10px;
  padding: 10px 0 8px;
  background-color: #fff7f7;
  border: solid 1px #e999b4;
  border-radius: 30px;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .consul_example li {
    width: 362px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .consul_example > ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .consul_example > ul > li {
    margin-bottom: 30px;
  }
  .consul_example > li:first-of-type {
    width: 454px;
    margin: 0 auto 50px;
  }
  .pc_arrow {
    padding: 0 0 42px 0;
    background: #fee3e3;
  }
}
.area_arrow {
  position: relative;
  margin: 20px 0 0 0;
  background: #fee3e3;
}
@media (min-width: 768px) {
  .area_arrow {
    margin: 50px 0 10px;
    padding: 0;
  }
}
.area_arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 18px);
  border-top: 13px solid #ffffff;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
@media (min-width: 768px) {
  .area_arrow:before {
    left: calc(50% - 54px);
    border-top: 30px solid #fff2f6;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}
.lead {
  margin: 0 auto;
  padding: 24px 0 12px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  background: transparent;
}
@media (min-width: 768px) {
  .lead {
    width: auto;
    padding: 70px 0 0px;
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 769px), print {
  .leftDark:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 20px;
    background-color: #fb7d79;
  }
  .content_consul .pc_arrow ul {
    margin: 60px 0px 0 0px;
  }
  .with_icon__square {
    font-size: 1.8rem;
  }
  .bnr {
    margin: -30px auto 100px;
  }
}
/*-----------content_consulここまで------------------*/
/*-----------tel spここから---------------*/
.content_tel_sp {
  margin-bottom: 80px;
  padding: 18px 4px 24px;
  background-color: #e2f0a2;
}
.content_tel_sp .title {
  position: relative;
  padding: 0px 10px 10px 28px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.content_tel_sp .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 16px;
  width: 40px;
  height: 46px;
  background-image: url("../../../sougi-stand/img/ic_tell_outline.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.content_tel_sp .title p {
  font-weight: bold;
}
.content_tel_sp .title span {
  display: block;
}
.content_tel_sp a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
}
.content_tel_pc {
  display: none;
}
.medium_tel {
  width: 90%;
  margin: 0 auto;
  padding: 12px 0 6px 8px;
  border-radius: 5px;
  background-color: #009688;
  box-shadow: 0 6px #006e64;
  text-align: center;
}
/*--------tel sp ここまで-----*/
/*--------p-card--saijou-------------*/
.p-card--saijou {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 16px;
  padding: 10px 8px 6px;
  border: solid 1px #e999b4;
  min-height: 222px;
}
@media (min-width: 768px) {
  .p-card--saijou {
    width: 100%;
    margin-right: 14px;
    margin-bottom: 10px;
    padding: 12px 14px 18px;
    min-height: 238px;
  }
}
.p-card--saijou:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-card--saijou:nth-of-type(3n) {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .p-card--saijou:nth-of-type(5n) {
    margin-right: 0;
  }
}
.p-card--saijou:hover {
  box-shadow: 0 2px 2px 0px #f5d5dc;
}
.p-card--saijou:hover .p-card--saijou__img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.p-card--saijou__img {
  padding-bottom: 6px;
  -webkit-transition: ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .p-card--saijou__img {
    padding-bottom: 15px;
  }
}
.p-card--saijou__title {
  position: relative;
  font-size: 1.5rem;
  background-image: url("../img/ic_circle_arrow.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: top 1px right;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-card--saijou__title {
    padding: 0 0 4px;
    font-size: 1.6rem;
    background-size: 20px 20px;
    background-position: top 2px right;
    line-height: 1.6;
  }
}
.p-card--saijou__title span {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card--saijou__title span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-card--saijou__descript {
    font-size: 1.4rem;
  }
}
/*--------p-card--saijouここまで------*/
.regular_btn {
  margin-bottom: 20px;
}
.regular_btn a i:first-of-type {
  position: absolute;
  left: -230px;
}
.bnr {
  width: 90%;
  margin: -50px auto 60px;
  text-align: center;
}
/*-----------tel sp----------*/
.btn--tel--medium {
  max-width: 320px;
  margin: 20px auto 0;
  border-radius: 60px;
  background: #f9f9f9;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #fcfcfc 40%, #e3e3e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #fcfcfc 40%, #e3e3e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: solid #c2dec3 2px;
  line-height: 1.4;
}
.btn--tel--medium > a {
  display: block;
  padding: 10px 10px 6px 14px;
}
.btn--tel--medium__text {
  decoration: none;
  color: #347c59;
}
.btn--tel--medium__img {
  width: 40px;
  padding: 10px 0 0 0;
}
/*--------tel sp ここまで-----*/
.form_mail .row {
  margin: 0 -1.5%;
}
/*---------utility---------*/
.fz18 {
  font-size: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.td-u {
  text-decoration: underline;
}
/*---------page---------*/
.page_event_bg {
  padding: 22px 22px 0;
  background-color: #fffccd;
  border-radius: 27px;
}
.c-red {
  color: #c5004f;
}
.fw-br {
  font-weight: bold;
}
/*--------------メディアクエリ--------------------------------------------------*/
@media screen and (max-width: 340px), print {
  .min_sp_view {
    display: block;
  }
  .cases li {
    font-size: 1.5rem;
  }
  .consul_example li {
    font-size: 1.4rem;
  }
  .cases {
    width: 300px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .p-card--saijou__descript {
    font-size: 1.4rem;
  }
  /*.p-card--saijou__title {
  font-size: 1.4rem;	
}*/
}
/*--------------メディアクエリ--------------------------------------------------*/
/*　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼割引チケット追加20221229▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　*/
.waribiki {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 30px auto 20px auto;
}
.waribiki p.copy {
  font-size: 36px;
  color: #cd4376;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .waribiki {
    margin: 4% auto 0px auto;
  }
  .waribiki p.copy {
    font-size: 6vw;
    margin-bottom: 4%;
  }
}
/*20250225*/
p.intro {
  margin: 20px 0 0;
}
.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}
main#content section.cta_common_box {
  margin: 30px auto;
}
main#content section.cta_common_box:nth-last-child(3) {
  margin: 0 auto;
}
body #topic_path {
  display: block;
}
@media screen and (max-width: 767px) {
  body #topic_path ul {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}
/*エリアリンク*/
p.cap{margin-top: 10px; font-size: 14px; letter-spacing: 1.0px;}
.hall_link {
  margin-bottom: 0px;
}
.linkBox a.icon {
  background-image: url(/search_area/img/templates/linkArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
}
.linkBox a {
  display: block;
  color: #347EB0;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 16px;
}
ul.area {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.area li.linkBox.inBox {
  width: auto !important;
  float: left !important;
  margin-left: 20px;
  margin-bottom: 5px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .linkBox a {
    font-size: 4.2vw;
  }
}
/*斎場カセット改修*/
.vis_hidden {
  visibility: hidden;
}
ul.u-display--flex.fxw-w h3 {
  margin-top: -23px;
  border-left: #fc6b9e solid 2px;
  padding: 5px 10px;
  margin: 0px 0 10px 0px;
  font-size: 18px;
  white-space: nowrap;
}
.u-display--flex {
  justify-content: space-between;
}
.u-display--flex li {
  align-items: stretch;
}
	/*pcカセット最後の行2つのときのみ活かし、それ以外は打ち消してください　コードそのものは消さないでください*/
  .u-display--flex:last-child::after {
    content: "";
    display: block;
    width: 380px;/*（180×店舗数）+（10×店舗数分足す）　例：2店舗なら（180×2）+（10×2）＝380　　*/
  }
@media screen and (min-width: 767px) {
  .u-display--flex li {
    width: 180px;
  }
  ul.u-display--flex.fxw-w h3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .u-display--flex li {
    width: 32%;
  }
  ul.u-display--flex.fxw-w h3 {
    font-size: 3.2vw;
  }
	/*spカセット最後の行2つのときのみ活かし、それ以外は打ち消してください　コードそのものは消さないでください*/
  .u-display--flex:last-child::after {
    content: "";
    display: block;
    width: 32%;
  }
}




/* ミニ見学会のお知らせ追加 20250325*/
	
img.kengaku_img{
	display: block;
	position: absolute;
	top:-40px;
	left: 140px;
	width: 10%;
	}	
	
.month{color:#ffff66 ;}	

#kengakukai{
	padding-top: 10px;
}

.event_box{
    border-radius: 5px;
	background: #fff;
	border: 2px solid #f2707f;
	width: 100%;
	margin: 30px auto 0;
	position: relative;
}
	
.event_box h3{
    padding: 20px 8px;
    background: #f2707f;
    font-size: 24px;
    color: #fff;
	text-align: center;
	margin-bottom: 10px;
}


.event_box .inside{
	padding: 15px;
	margin: 15px;
	background: #f0f0eb;
	border-radius: 5px;
}

.event_box .inside a{
	color: #347eb0;
    text-decoration: underline;
}	

.event_box dl{
	clear: both;
	overflow: hidden;
	margin: 15px auto;
	font-size: 16px;
	border-bottom: 1px dashed #666;
}
	
.event_box dl dt{
	float: left;
	width: 12%;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #d34376;
}

.event_box dl.check dt img{
	width: 100%;
}

.event_box dl dd{
	float: left;
	margin-left: 20px;
	margin-top: -2px;
	line-height: 2.3;
}

.event_box dl dd span{
	font-weight: bold;
}

.event_box .cont{
	padding: 10px;
	margin: 10px;
	font-size: 18px;
}


.event_box span.add{
	font-size: 0.9em!important;
	font-weight: normal;
}	


.uketuke{
	font-weight: bold;
}
	
	
@media screen and (max-width:769px),print {
	
img.kengaku_img{
	top:-25px;
	left: 2%;
	width: 20%;
	}		
	
.event_box{
	width: 100%;
	margin: 30px auto 0
}
	
.event_box .inside a{
	display: block;
	margin-bottom: 5%;
	}		
.event_box h3{
    padding: 6px;
    font-size: 5.13vw;

}
	
.event_box .inside{
	padding: 8px;
	margin: 0;
}
	
.event_box .cont{
	margin: 0px;
	font-size: 4.27vw;
}
	
.event_box dl{
	max-width: 100%;
	clear: both;
	overflow: hidden;
	margin: 10px 0px;
	font-size: 4.27vw;
}
	
	
.event_box dl dt{
	width: 21%;
	font-size: 4.1vw;
	margin-top: -2px;
	padding-left: 0;
}
	

.event_box dl dd{

	margin-left: 10px;
	width: 76%;
	line-height: 1.5;
}	
	
.event_box span.add{
	margin-left: 8%;
}		
	
}	
	  
