@charset "UTF-8";
/* CSS Document */
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.container {
  width: 100% auto;
}
a {
  color: #D3608A;
  text-decoration: none;
}
a:visited {
  color: #D3608A;
}
a:hover {
  color: hotpink;
  text-decoration: none;
}
/*-------------  header -----------------*/
header {
  width: 100%;
  height: 120px;
  padding: 20px 0 20px 20px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .site-logo img {
    width: 150px;
  }
}
#main_navi {
  list-style-type: none;
}
#main_navi a {
  margin: 0;
}
.li_bo {
  border-left: dotted 1px #999;
  padding: 10px 2em 10px 2em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .li_bo {
    border-left: none;
  }
}
#li_la {
  display: inline-block;
  border-left: none;
}
.btn-primary {
  background: #D3608A;
  color: #fff !important;
  border: none;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  margin-top: 5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus, .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background: #FF86A6;
  color: #fff !important;
}
.btn-primary.outline {
  border: none #fff;
}
.li_al {
  padding: 0;
}
.navbar .nav-link {
  color: #D3608A; /* 好きな色 */
}
.navbar .nav-link:hover {
  color: hotpink; /* hover時の色 */
}
@media screen and (min-width: 992px) {
  .pc_none {
    display: none;
  }
}
.main-visual {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: -100;
}
.main-visual ul {
  list-style-type: none;
  padding: 0;
}
.carousel-indicators [data-bs-target] {
  background-color: #000000; /* ここを好きな色に変更 */
}
.carousel-indicators .active [data-bs-target] {
  background-color: #eee; /* ここを好きな色に変更 */
}
.fluffy {
  width: 100%;
  z-index: -99;
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.top_bg1 {
  background: #FFFAF3;
  background-size: contain;
}
.top_bg2 {
  background: url("../images/bg001.png") no-repeat;
  background-size: contain;
}
.top_bg3 {
  background: #EFEFEF;
  background-size: contain;
}
.top_contents1 {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.top_contents1 h1 {
  font-size: 2em;
  line-height: 1.6em;
  margin-bottom: 30px;
  color: #D3608A;
  font-weight: bold;
}
.top_contents1 p {
  font-size: 1.2em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  .top_contents1 {
    width: 100%;
  }
  .top_contents1 h1 {
    font-size: 1.5em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .top_contents1 {
    width: 100%;
  }
  .top_contents1 h1 {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .top_contents1 p {
    font-size: 1em;
    line-height: 1.7em;
  }
}
.top_contents2 {
  padding: 50px 0 50px 0;
  background: url("../images/text_001.png") no-repeat;
  background-size: 90%;
  background-position: right 30px;
}
h2.ttl001 {
  font-size: 2em;
  line-height: 1.6em;
  margin-bottom: 50px;
  color: #D3608A;
  font-weight: 700;
  margin-left: 30px;
}
h2.ttl002 {
  font-size: 2em;
  line-height: 1.6em;
  margin-bottom: 50px;
  color: #D3608A;
  font-weight: bold;
}
/*.ttl003{
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 50px;
	color:#D3608A;
	font-weight: bold;
	border-bottom:solid 1px #ccc;
	padding-bottom: 20px;text-align: center;
}*/
.ttl003 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 50px;
  font-size: 1.6em;
  text-align: center;
  font-weight: 700;
}
.ttl003:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ttl004 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #D3608A;
  font-weight: 700;
}
.top_contents2 ul {
  list-style-type: none;
  padding-left: 0;
}
.top_contents2 li {
  margin-bottom: 50px;
  text-align: center;
}
.btn-secondary {
  background: #D3608A;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 12px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:active.focus, .btn-secondary.active, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary, .open > .dropdown-toggle.btn-secondary:hover, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary.focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus {
  background: #FF86A6;
  color: #fff;
}
.btn-secondary.outline {
  border: none #fff;
}
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 2px dotted #999;
  padding: 10px 0;
}
ul.newsList li {
  display: block;
  margin: 10px 10px;
}
ul.newsList li:nth-child(-n + 3) {
  flex-basis: 150px;
}
ul.newsList li:nth-child(2) {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  background-color: #62BFB3;
  flex-basis: 120px;
  margin-top: 15px;
}
ul.newsList li:nth-child(3) {
  flex-basis: auto;
}
.newsList {
  list-style: none;
}
.newsList li {}
.lis_cat:before {
  content: url("../images/list_i1.png");
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 7px;
  left: 0;
}
.news_bg {
  background: url("../images/text_002.png") no-repeat;
  background-size: 50%;
  background-position: right 0;
}
.lis_ttl {
  padding-top: 5px;
  font-size: 1.2em;
}
.rec_bg {
  background: url("../images/text_003.png") no-repeat;
  background-size: 50%;
  background-position: right 0;
}
@media screen and (max-width: 767px) {
  .rec_box {
    margin-bottom: 30px;
  }
}
#main_ft {
  background: #D3608A;
  padding: 50px 0 5px 0;
}
.ft_text {
  color: #fff;
}
#main_ft ul {
  list-style-type: none;
}
#main_ft ul li {
  line-height: 2em;
}
#main_ft a {
  color: #fff;
  text-decoration: none;
}
#main_ft a:visited {
  color: #fff;
}
#main_ft a:hover {
  color: #fff;
  text-decoration: none;
}
small {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #main_ft {
    text-align: center;
  }
}
.page_mainttl {
  background: url("../images/page_mainbg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.page_mainttl h1 {
  padding: 50px 0 50px 0;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  line-height: 1.4em;
}
.sub_ttl {
  font-size: 70%;
}
.fac_lis li {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 15px;
}
.tbl-r02 {
  margin: 20px auto;
  font-size: 1.1em;
  margin-bottom: 100px;
}
.tbl-r02 th {
  background: #D3608A;
  border: solid 1px #ccc;
  color: #fff;
  padding: 20px 30px 20px 30px;
  letter-spacing: 0.2em;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 20px 30px 20px 30px;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin-bottom: 50px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fa_box1 h3 {
  color: #D3608A;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 1.5em;
}
.fa_box1 h4 {
  color: #FF9600;
}
.fa_box1 p {
  line-height: 1.6em;
}
.fa_box2 {
  position: relative;
  background: #FFE5EE;
  box-shadow: 0px 0px 0px 5px #FFE5EE;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 30px;
}
.fa_box2:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #FFE4EF #fff #FFE4EF;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.fa_box2 h3 {
  color: #D3608A;
  margin: 10px 0 20px 10px;
  line-height: 1.4em;
}
.fa_box2 p {
  line-height: 1.6em;
  margin-left: 20px;
}
.fa_box2 ul {
  display: flex;
  flex-wrap: wrap; /* はみ出したら改行 */
  gap: 1em; /* 要素の間隔 */
  padding-left: 1.5em; /* マーカー用の余白 */
}
.fa_box2 ul li {
  list-style-type: disc; /* 黒丸 */
  margin-left: 1em;
  margin-bottom: 0;
}
.fa_box3 {
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 30px;
}
.fa_box3:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.fa_box3 h3 {
  margin: 10px 0 20px 10px;
  color: #FF6400;
}
.tbl-r03 {
  margin: 20px auto;
  font-size: 1em;
  margin-bottom: 50px;
  width: 100%;
}
.tbl-r03 th {
  background: #D3608A;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 0;
  white-space: nowrap;
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 30px;
  width: 0;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 100%;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r03 th, .tbl-r03 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.tbl-r03 dl dt {
  margin-bottom: 15px;
  font-weight: bold;
}
.tbl-r03 dl dd {
  font-size: 80%;
}
.dldd_bb {
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.inview {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* ふわっと感 */
}
.fade-up {
  transform: translateY(100px);
}
.fade-left {
  transform: translateX(-100px);
}
.fade-right {
  transform: translateX(100px);
}
.inview.show {
  opacity: 1;
  transform: translate(0, 0);
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
.carousel-caption {
  background-color: rgba(255, 255, 255, 0.7); /* 白い半透明の背景 */
  color: #000;
}
.carousel-caption {
  display: block !important;
}
@media (max-width: 576px) {
  .carousel-caption {
    padding: 0.5rem;
    border-radius: 0.25rem;
  }
}
/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
.single .entry-content table.CF7_table, .page .entry-content table.CF7_table {
  display: table;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
  width: 95%;
}
.CF7_table ::placeholder {
  color: #797979;
}
/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}
.CF7_table th, .CF7_table td {
  padding: 20px 0 0 20px;
}
.wpcf7 input[type="text"] {
  width: 95%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news_sin ul {
  list-style-type: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
.news_sin ul li {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.news_sin p {
  text-align: center;
}
.sin-des {
  margin-bottom: 100px;
  padding: 0 4% 0 4%;
}
.sin-des p {
  line-height: 1.6em;
}
/* 次の記事、前の記事のナビゲーションのスタイル */
.nav-links {
  font-size: 16px;
  display: flex;
}
.nav-links div[class^="nav-"] {
  width: 50%;
}
.nav-links .nav-next {
  margin-left: auto;
}
.nav-links .nav-previous + .nav-next {
  margin-left: -1px;
}
.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .nav-links {
    font-size: 14px;
  }
}
.info_list {
  list-style-type: none;
  padding-left: 0;
}
li.entry {
  list-style-type: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.entry__ttl {
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.entry {
  background-color: #FFFDF1;
  padding: 30px 4% 0 4%;
  border-radius: 20px;
}
/* リンクの枠 */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 0.8em;
}
/* 数字のリンク */
.pagination .nav-links .page-numbers {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #aaa;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: #333;
  transition: background-color 0.3s, color .3s;
}
/* 現在のページ */
.pagination .nav-links .current {
  background-color: #333;
  color: #fff;
}
/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
  background-color: #333;
  color: #fff;
}
.pan_lis {
  margin: 20px;
}
/* 文字位置を固定 */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
}
.fixed_right {
  position: fixed;
  top: 50%;
  right: 0;
}
/* 文字のスタイルを成形 */
.hashtext01 {
  font-size: 25px;
  font-weight: bold;
  text-align: end;
  margin: 20px 20px;
  color: #fff;
  background-color: #6AC2B0;
}
.hashtext02 {
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .fixed_right {
    display: none;
  }
}
.com_wrap1 {
  padding: 0 10px 0 10px;
  font-size: 1.2em;
  text-align: center;
  background: url("../images/re_live_logo_bg.png") no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  background-position: center;
  background-size: contain;
  margin-bottom: 50px;
}
.com_wrap1 p {
  line-height: 1.8em;
}
.com_text1 {
  color: #EB0074;
  font-weight: bold;
}
.com_pre {
  font-family: "sicshinyubi-mohitsukaishotai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  text-align: right;
}
.com_pre span {
  font-size: 0.7em;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1em;
}
.com_wrap2 {
  padding: 0 10px 0 10px;
  font-size: 1.4em;
  font-family: "sicshinyubi-mohitsukaishotai", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.com_wrap2 p {
  line-height: 1.8em;
  font-size: 1.2em;
}
.com_wrap2 li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .com_wrap2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.com_wrap3 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .com_wrap3 {
    width: 90%;
    margin: 0 auto;
  }
}
.pri_wrap li {
  margin-bottom: 20px;
}
.pri_bt {
  display: block;
  margin-bottom: 20px;
}