@charset "UTF-8";
/*==============================================================
	変数
===============================================================*/
/*==============================================================
	@extend
===============================================================*/
/*==============================================================
	レイアウト関係
===============================================================*/
.inner_wrap {
  width: 1080px;
  margin: auto;
}

.inner_wrap_s {
  width: 1024px;
  margin: auto;
}

[class*="fl_box"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fl_box_wr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fl_box_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl_box_cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_box_bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl_box_bwc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

/*==============================================================
	見出し関係
===============================================================*/
.base_tl {
  text-align: center;
  font-size: clamp(32px, 2vw, 40px);
  margin-bottom: 60px;
  padding: 10px 30px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #c7b192), color-stop(80%, #c7b192), to(transparent));
  background-image: linear-gradient(to right, transparent, #c7b192 20%, #c7b192 80%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

.base_tl .sub_tl {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #fff;
  color: #c7b192;
  padding: 5px 30px;
  border-radius: 100px;
  font-size: clamp(22px, 2vw, 28px);
}

.base_tl_h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(32px, 2vw, 36px);
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  margin-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #c7b192), color-stop(80%, #c7b192), to(transparent));
  background-image: linear-gradient(to right, transparent, #c7b192 20%, #c7b192 80%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

.base_tl_h3 {
  font-size: clamp(20px, 2vw, 24px);
  padding: 10px 30px;
  border-radius: 0px;
  margin-bottom: 20px;
  color: #c7b192;
  background: -webkit-gradient(linear, left top, right top, color-stop(-30%, #fffffa), color-stop(35%, #054896), color-stop(157%, #02011b));
  background: linear-gradient(90deg, #fffffa -30%, #054896 35%, #02011b 157%);
  text-align: center;
}

.fv_title_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.fv_title_bg #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.fv_title .tl {
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fv_title .tl span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 20px;
  display: block;
}

.video_title_bg {
  width: 100%;
  height: 456px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 80px;
  position: relative;
}

.video_title_bg #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.video_title .tl {
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-family: serif;
  margin-left: 4vw;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.main_title_area {
  position: relative;
}

.main_title_bg {
  width: 100%;
  height: 456px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 80px;
}

.main_title .tl {
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-family: serif;
  margin-left: 4vw;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

/*==============================================================
	ボタン関係
===============================================================*/
.base_btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  font-size: clamp(14px, 2vw, 18px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.base_btn::before {
  content: "";
  background: url(../img/ico_arrow.svg) no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.base_btn:hover {
  opacity: 0.9;
}

/*==============================================================
	リスト関係
===============================================================*/
.base_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.base_menu li {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.base_menu li::before {
  content: "";
  background: url(../img/ico_arrow.svg) no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.base_menu a {
  display: block;
  color: #333;
}

.base_menu .photo img {
  width: 100%;
}

.base_menu .txt_box {
  position: relative;
  padding: 50px 15px 80px;
  text-align: center;
}

.base_menu .txt_box .ico {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 100%;
}

.base_menu .txt_box .tl {
  position: relative;
  font-size: clamp(20px, 2vw, 28px);
}

.base_menu .txt_box .txt {
  line-height: 1.8;
  margin-top: 20px;
  font-size: clamp(14px, 1vw, 16px);
}

.online_subject_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.online_subject_menu li {
  width: 32.5%;
  position: relative;
  margin-bottom: 1%;
}

.online_subject_menu li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.online_subject_menu li a::before {
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.online_subject_menu li a:hover::before {
  opacity: 1;
}

.online_subject_menu li a:hover .txt {
  opacity: 1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.online_subject_menu li .txt {
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(20px, 2vw, 30px);
  font-family: serif;
}

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

.article_list li {
  width: 32%;
  margin-right: 1.333%;
  margin-bottom: 30px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.article_list li:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_list li a {
  color: #333;
  display: block;
}

.article_list li .photo {
  height: 200px;
}

.article_list li .txt_box {
  padding: 20px;
}

.article_list li .article_category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.article_list li .article_category {
  padding: 3px 8px;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 2vw, 14px);
  margin-right: 10px;
  min-width: 80px;
  color: #c7b192;
  border: 1px solid #c7b192;
}

.article_list li .article_category.cate_man {
  color: #0d5790;
  border: 1px solid #0d5790;
}

.article_list li .article_category.cate_woman {
  color: #ff8de5;
  border: 1px solid #ff8de5;
}

.article_list li .tl {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.5;
}

.article_list li .txt {
  color: #5c5c5c;
  margin-top: 10px;
  font-size: clamp(14px, 2vw, 14px);
}

/*==============================================================
	下階層headline
===============================================================*/
#headline {
  width: 100%;
  background: linear-gradient(170deg, rgba(12, 114, 131, 0.9), rgba(3, 23, 35, 0.8)), url(../img/headline_regenerative-medicine.jpg) no-repeat center/cover;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

#headline .ja {
  color: #FFF;
  font-size: 32px;
  display: block;
  position: relative;
}

#headline .page_tl {
  position: relative;
  width: 100%;
  left: 15%;
}

#about #headline {
  /* background:  url(./about.jpg) no-repeat center/cover; */
}

#regenerative-medicine #headline {
  background: url(../img/headline_regenerative-medicine.png) no-repeat center/cover;
}

#nkm #headline {
  background: url(../img/headline_nkm.png) no-repeat center/cover;
}

#msc #headline {
  background: url(../img/headline_msc.png) no-repeat center/cover;
}

#cellbank #headline {
  background: url(../img/headline_cellbank.png) no-repeat center/cover;
}

#exosomes #headline {
  background: url(../img/headline_exosomes.png) no-repeat center/cover;
}

#stemcell #headline {
  background: url(../img/headline_stemcell.png) no-repeat center/cover;
}

#pure-exosome #headline {
  background: url(../img/headline_pure-exosome.png) no-repeat center/cover;
}

#flow #headline {
  background: linear-gradient(170deg, rgba(13, 100, 162, 0.8), rgba(3, 49, 76, 0.8)), url(../img/headline_flow.jpg) no-repeat center/cover;
}

#policy #headline {
  background: linear-gradient(170deg, rgba(13, 100, 162, 0.8), rgba(3, 49, 76, 0.8)), url(../img/headline_policy.jpg) no-repeat center/cover;
}

#contact #headline {
  background: linear-gradient(170deg, rgba(13, 100, 162, 0.8), rgba(3, 49, 76, 0.8)), url(../img/headline_contact.jpg) no-repeat center/cover;
}

#reservation #headline {
  background: linear-gradient(170deg, rgba(13, 100, 162, 0.8), rgba(3, 49, 76, 0.8)), url(../img/headline_contact.jpg) no-repeat center/cover;
}

#colum #headline {
  background: linear-gradient(170deg, rgba(13, 100, 162, 0.8), rgba(3, 49, 76, 0.8)), url(../img/headline_colum.jpg) no-repeat center/cover;
}

/*==============================================================
	パンくずリスト
===============================================================*/
.pan_area {
  margin-bottom: 70px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体",
 "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.pan_area .pan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pan_area .pan_list li {
  padding-right: 15px;
  margin-right: 20px;
  position: relative;
}

.pan_area .pan_list li a {
  color: #000;
  white-space: nowrap;
}

.pan_area .pan_list li::before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}

.pan_area .pan_list li:last-child::before {
  content: none;
}

/*==============================================================
	共通パーツ
===============================================================*/
.base_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.base_contents .photo {
  width: 37%;
}

.base_contents .photo .base_tl_h3 {
  display: none;
}

.base_contents .txt_box {
  width: 60%;
}

.base_contents .txt_box .txt {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
  margin-bottom: 40px;
}

.base_contents .txt_box .txt b {
  font-size: clamp(20px, 2vw, 22px);
  display: block;
  margin-bottom: 15px;
  font-family: sans-serif;
}

.base_contents .txt_box .base_btn {
  margin-left: auto;
}

.base_contents .list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}

.base_contents .list li:last-child {
  margin-bottom: 0;
}

.base_contents .list li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #000;
  border-radius: 100%;
}

.base_contents.custom .txt_box {
  width: 100%;
}

/*よく見られるページ*/
.popular_area {
  margin: 100px 0;
  letter-spacing: 0.055em;
}

.popular_area .popular_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular_area .popular_header {
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
}

.popular_area .list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular_area .list li {
  width: 23%;
}

.popular_area .list li a {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 30px 5px;
  border-radius: 10px;
  color: #333;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.popular_area .popular_box_brown .list li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 23%;
  border: 1px solid #8E6E35;
}

.popular_area .popular_box_brown .list li a {
  display: block;
  text-align: center;
  padding: 30px 5px;
  color: #8E6E35;
  background-color: #FFFBF4;
  box-shadow: unset;
}

.popular_area .list li .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
}

.popular_area .list li span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.popular_area .popular_header h2 {
  margin: 0px;
  font-size: 20px;
}

/*regenerative-medicine*/
#regenerative-medicine .popular_area {
  margin: 0px;
  padding: 100px 0;
  background: url(../../img/bg_colum.png) repeat top/contain;
}

#regenerative-medicine .popular_area .popular_header h2 {
  color: #333;
  font-weight: normal;
}

/*診療日*/
.calendar table {
  width: 100%;
}

.calendar table th,
.calendar table td {
  font-weight: normal;
  text-align: center;
  padding: 2% 3%;
  color: #333;
}

.calendar table tbody th {
  width: 55px;
  line-height: 1;
  font-size: 12px;
  padding: 3%;
}

.calendar table tbody td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.calendar table .ja {
  display: block;
  line-height: 1;
  font-size: 12px;
}

.calendar table .en {
  display: block;
  font-size: 12px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  font-size: clamp(24px, 2vw, 24px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0d5790;
  border: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background-color: #0d5790;
  color: #fff;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation li {
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 10px;
  border-radius: 8px;
  border: 2px solid #7e8f5f;
  font-size: 28px;
}

.navigation li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7e8f5f;
}

.navigation li.current {
  background-color: #7e8f5f;
}

.navigation li.current a {
  color: #fff;
}

.controller_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.controller_box li {
  width: 30%;
}

.controller_box li a {
  color: #e60012;
  border: 1px solid #e60012;
  padding: 20px;
  margin: 0 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.controller_box li.is-active a {
  background-color: #e60012;
  color: #fff;
}

.controller_box li:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e60012;
  color: #fff;
}

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

.property_list li {
  position: relative;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 3%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.property_list li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.property_list li:nth-child(4n) {
  margin-right: 0;
}

.property_list li .new {
  background-color: #e60012;
  color: #fff;
  position: absolute;
  left: -69px;
  top: -59px;
  padding: 40px 10px 40px 80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

.property_list li .new span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: relative;
  left: 5px;
  top: -2px;
}

.property_list li .photo {
  position: relative;
}

.property_list li .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  width: 100%;
  height: 28vh;
}

.property_list li .photo .soldout {
  background-color: #e60012;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 5px;
}

.property_list li .txt_box {
  padding: 10px 20px;
  color: #333;
}

.property_list li .txt_box .name {
  margin-bottom: 10px;
  text-align: center;
}

.property_list li .txt_box .txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.property_list li.close::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/*Question共通*/
.switchIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  width: 20px;
  height: 20px;
}

.switchIcon::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switchIcon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open .switchIcon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .switchIcon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab_content {
  display: none;
}

.tab_content.show_tab {
  display: block;
}

/*さくら*/
.sakura {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  -webkit-animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

@-webkit-keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}

@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-80deg) rotateX(180deg);
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}

@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-80deg) rotateX(180deg);
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}

@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rotate2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

.sakura li:nth-child(1) {
  left: 0;
  -webkit-animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(2) {
  left: 5vw;
  -webkit-animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.sakura li:nth-child(3) {
  left: 15vw;
  -webkit-animation: fall 9s linear infinite,
 rotate1 3.5s ease-in-out infinite alternate;
          animation: fall 9s linear infinite,
 rotate1 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(4) {
  left: 30vw;
  -webkit-animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
          animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(5) {
  left: 40vw;
  -webkit-animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(6) {
  left: 55vw;
  -webkit-animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
          animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(7) {
  left: 65vw;
  -webkit-animation: fall 7s linear infinite,
 rotate2 3.5s ease-in-out infinite alternate;
          animation: fall 7s linear infinite,
 rotate2 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(8) {
  left: 50vw;
  -webkit-animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
