@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}
#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}
#Top .undercon .logo nav {
  display: none;
}
#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*背景色*/
.bg01 {
  background: linear-gradient(180deg, white 0%, white 50%, #731322 50%, #731322 100%);
  padding: 0 0 6vh;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg_gray {
  background-color: #eaeaea;
}

/*共通*/
.title {
  position: relative;
  font-size: 28px;
  padding: 25px 0 10px;
  color: #000000;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.title .title_jp {
  font-size: 13px;
  padding-left: 12px;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 10;
  /* ハンバーガーメニュー */
  /*end*/
}
header .header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}
header .logo {
  margin: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
}
header .logo a {
  width: 227px;
  padding: 20px 0px;
  display: block;
}
header .logo img {
  vertical-align: middle;
}
header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  transform: translateX(100%);
  transition: ease 0.4s;
}
header .header_nav > ul {
  margin-top: 0;
}
header .header_nav > ul > li {
  border-bottom: 2px solid #000000;
  background-color: white;
}
header .header_nav > ul > li.spmenu_insta {
  background-color: rgba(75, 75, 75, 0.9); /*ナビゲーションメニュー背景色*/
  border-bottom: none;
}
header .header_nav > ul > li.spmenu_insta > a {
  color: white;
  background: url(/images/common/sp/spmenu_arrow_w.svg) no-repeat right 20px center;
  background-size: 9px;
}
header .header_nav > ul > li > a {
  padding: 14px 20PX;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  transition: 0.3s;
}
header .header_nav > ul > li > a span {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
header .header_nav > ul > li > a:hover {
  opacity: 0.6;
}
header .header_nav > ul > li:first-child {
  border-top: 2px solid #000000;
}
header .header_nav > ul > li:nth-of-type(1) a span {
  color: #FFB700;
}
header .header_nav > ul > li:nth-of-type(2) a span {
  color: #FF8031;
}
header .header_nav > ul > li:nth-of-type(3) a span {
  color: #4EB735;
}
header .header_nav > ul > li:nth-of-type(4) a span {
  color: #FFAC3F;
}
header .header_nav > ul > li:nth-of-type(5) a span {
  color: #809BC3;
}
header .header_nav .sns_link > img {
  font-size: 30px;
}
header .header_hamburger {
  width: 26px;
  height: 32px;
}
header .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
header .hamburger span {
  width: 100%;
  height: 4px;
  background-color: #000000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .header_nav.active {
  transform: translateX(0);
}
header .hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#all-wrap {
  z-index: 0;
}

main {
  display: block;
  margin-top: 70px !important;
  /*タイトル共通*/
}
main .title {
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.link_btn {
  text-align: right;
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 90px;
  font-weight: bold;
  padding-top: 4px;
  transition: 0.3s;
  position: relative;
  color: black;
}
.link_btn:hover {
  opacity: 0.9;
}
.link_btn:hover::after {
  transform: translateX(15px);
  transition: 0.3s;
}
.link_btn::after {
  content: "";
  display: inline-block;
  background: url(/images/top/arrow.svg) no-repeat center right;
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 60px;
  height: 20px;
}

.link_btn:visited {
  color: black;
}

.link_more {
  background-color: #4eb735;
  color: white;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  font-size: 15px;
}
.link_more:hover {
  opacity: 0.7;
}
.link_more > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.link_more:visited {
  color: white;
}

/*アンカーリンク調整*/
@media (max-width: 899px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
    border: none;
  }
}
small {
  font-size: 14px;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer {
  padding-top: 60px;
  background-color: #F6F6F6;
}
footer .logo {
  width: 300px;
  margin-inline: auto;
}
footer .logo img {
  width: 100%;
}
footer .tel_wrap {
  margin-top: 27px;
}
footer .tel_wrap dt, footer .tel_wrap dd {
  margin-inline: auto;
}
footer .tel_wrap dt {
  width: 204px;
}
footer .tel_wrap dd {
  width: 280px;
  margin: 13px auto 0;
}
footer .summery {
  margin-top: 35px;
  padding-left: 34px;
  position: relative;
}
footer .summery::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 16px;
  bottom: 0;
}
footer .summery .ttl {
  position: absolute;
  left: 10px;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #F6F6F6;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}
footer .summery table {
  display: block;
}
footer .summery table tbody {
  display: block;
}
footer .summery table tr {
  display: grid;
  grid-template-columns: 87px 1fr;
  column-gap: 15px;
}
footer .summery table tr + tr {
  margin-top: 10px;
}
footer .summery table th, footer .summery table td {
  display: block;
  line-height: 1.5;
  font-size: 13px;
}
footer .summery table th {
  text-align: left;
  position: relative;
  text-align-last: justify;
  font-weight: 400;
}
footer .summery table th::after {
  content: ":";
  position: absolute;
  right: -9px;
  top: -2px;
}
footer .summery.summery02 {
  margin-top: 50px;
}
footer .summery.summery02 .map {
  margin-top: 10px;
}
footer .summery.summery02 .map iframe {
  width: 100%;
  max-width: 408px;
}
footer .summery.summery02 .photo {
  max-width: 408px;
  width: 100%;
  margin-top: 20px;
}
footer .summery.summery02 .btn_cocorich {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 408px;
  width: 100%;
  border-radius: 15px;
  height: 40px;
  box-shadow: 0 0 8px gray;
  background-color: #d32a7f;
  margin-top: 22px;
  margin-bottom: 50px;
}
footer .summery.summery02 .btn_cocorich > .img {
  background-color: white;
  display: flex;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  width: 25%;
  align-items: center;
  justify-content: center;
}
footer .summery.summery02 .btn_cocorich > .img > img {
  height: 25px;
}
footer .summery.summery02 .btn_cocorich > .text {
  text-align: center;
  background-color: #d32a7f;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 13px;
  color: white;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  height: 100%;
  padding: 8px;
  width: 75%;
}
footer .summery.summery02 .text_s {
  font-size: 14px;
}
footer .summery.summery02.cocohouse_con::before, footer .summery.summery02.simicare_con::before, footer .summery.summery02.kmcare_con::before {
  display: none;
}
footer .summery.summery02 .map {
  margin-top: 2.5rem;
}
footer .summery.summery02 .photo {
  max-width: 408px;
  margin-top: 20px;
}
footer .summery.summery02 .btn_cocorich, footer .summery.summery02 .btn_kmcare {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 408px;
  width: 100%;
  border-radius: 15px;
  height: 42px;
  box-shadow: 0 0 8px gray;
  background-color: #d32a7f;
  margin-top: 22px;
}
footer .summery.summery02 .btn_cocorich > .img, footer .summery.summery02 .btn_kmcare > .img {
  background-color: white;
  display: flex;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  width: 30%;
  align-items: center;
  justify-content: center;
}
footer .summery.summery02 .btn_cocorich > .img > img, footer .summery.summery02 .btn_kmcare > .img > img {
  height: 25px;
}
footer .summery.summery02 .btn_cocorich > .text, footer .summery.summery02 .btn_kmcare > .text {
  text-align: center;
  background-color: #d32a7f;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 13px;
  color: white;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  height: 100%;
  padding: 13px;
  width: 70%;
  line-height: 1.3;
}
footer .summery.summery02 .btn_kmcare > .text {
  background-color: #003a77;
}
footer .summery .sns_box .btn_cocohouse, footer .summery .sns_box .btn_simicare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 408px;
  width: 100%;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3411764706);
}
footer .summery .sns_box .btn_cocohouse .left_con, footer .summery .sns_box .btn_simicare .left_con {
  width: 43%;
  height: 80px;
  display: flex;
  background: white;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}
footer .summery .sns_box .btn_cocohouse .left_con > img, footer .summery .sns_box .btn_simicare .left_con > img {
  margin: auto;
  display: block;
  padding: 7px;
  box-sizing: border-box;
}
footer .summery .sns_box .btn_cocohouse .right_con, footer .summery .sns_box .btn_simicare .right_con {
  width: 100%;
  padding: 0px 10px;
  background: #d22a7f;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0 10px 10px 0;
}
footer .summery .sns_box .btn_cocohouse .right_con .con_wrap, footer .summery .sns_box .btn_simicare .right_con .con_wrap {
  display: flex;
  justify-content: center;
}
footer .summery .sns_box .btn_cocohouse .right_con .con_wrap img, footer .summery .sns_box .btn_simicare .right_con .con_wrap img {
  max-height: 60px;
  padding: 0 5px;
}
footer .summery .sns_box .btn_cocohouse .left_con > img {
  height: 100%;
  width: auto;
  padding: 0;
}
footer .summery .sns_box .btn_simicare .right_con {
  background-color: #4eb5b1;
}
footer .summery02_wrap {
  background: white;
  max-width: 100%;
  padding: 1vw 10px 15vw;
  border-radius: 30px;
  margin: 2rem -10px auto;
}
footer .summery02_wrap .sepa {
  width: 35px;
  height: 5px;
  background-color: #cccccc;
  margin: 2rem auto 2rem;
  border-radius: 5px;
}
footer .summery02_wrap .summery02 {
  left: 0px;
}
footer .summery02_wrap .summery02 .ttl {
  background-color: white;
}
footer .copy {
  margin-top: 30px;
  height: 30px;
  background-color: #FFB9FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy p {
  color: #fff;
  font-size: 10px;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
  background: #d3edcc;
}
.sub-header h1 {
  font-size: 30px;
  position: relative;
  color: #7f7f7f;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.3;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: center;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

.lead_sec {
  padding-bottom: 20px;
}
.lead_sec .second_tit {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
}
.lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #a18c6c;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
.lead_sec p {
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/*ふわっと表示*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

#Top main {
  margin-bottom: 58px;
  overflow: hidden;
}
#Top main .ttl_wrap {
  height: 80px;
  background: url(/images/top/ttl_bg.jpg) no-repeat center right/cover;
}
#Top main .ttl_wrap .sec_ttl {
  display: flex;
  align-items: center;
  height: 80px;
}
#Top main .ttl_wrap .sec_ttl img {
  height: 40px;
}
#Top main .logo_box > img {
  height: 95px;
  padding-right: 20px;
}
#Top main .logo_box .logo {
  transition-delay: 1.5s;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}
#Top main .logo_box h2 {
  vertical-align: bottom;
  display: inline;
  padding-bottom: 10px;
}
#Top main .logo_box h2 > img {
  height: 80px;
  width: 25%;
}
#Top main .logo_box h2 > img:nth-child(3) {
  height: 50px;
}
#Top main .mv_sec {
  position: relative;
  background: url(/images/top/main.jpg) no-repeat center/cover;
  border-bottom: 6px solid #FFB9FF;
  padding-top: 37px;
}
#Top main .mv_sec .logo, #Top main .mv_sec p {
  opacity: 1;
  transform: translateY(10px);
}
#Top main .mv_sec .logo {
  width: min(100%, 600px);
}
#Top main .mv_sec .catch {
  width: min(80%, 450px);
  margin: 20px auto 0;
}
#Top main .mv_sec .text {
  font-size: 14px;
  margin: 40px 20px 0;
  line-height: 1.7;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  padding-bottom: 20px;
}
#Top main .mv_sec.is-show .logo, #Top main .mv_sec.is-show p {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
#Top main .mv_sec.is-show .logo {
  transition-delay: 0.8s;
}
#Top main .mv_sec.is-show .catch {
  transition-delay: 1s;
}
#Top main .mv_sec.is-show .text {
  transition-delay: 1.5s;
}
#Top main .info_sec .breadcrumb {
  display: flex;
  margin-top: 42px;
}
#Top main .info_sec .breadcrumb li {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
#Top main .info_sec .breadcrumb li + li::before {
  content: "/";
}
#Top main .info_sec .breadcrumb li a {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
#Top main .info_sec .breadcrumb li img {
  width: 22px;
  margin-right: 7px;
}
#Top main .info_sec .slide_wrap {
  margin-top: 50px;
}
#Top main .info_sec .slide_wrap .news_slide a h3 {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  color: #FFB700;
}
#Top main .info_sec .slide_wrap .news_slide a .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  margin-top: 10px;
}
#Top main .info_sec .slide_wrap .news_slide a figure {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-top: 10px;
}
#Top main .info_sec .slide_wrap .news_slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#Top main .info_sec .slide_wrap .news_slide a .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
#Top main .info_sec .slide_wrap .news_prev, #Top main .info_sec .slide_wrap .news_next {
  width: 30px;
  height: 30px;
  top: 40%;
  transition: 0.3s;
}
#Top main .info_sec .slide_wrap .news_prev::after, #Top main .info_sec .slide_wrap .news_next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/common/arrow.svg) no-repeat 0/contain;
}
#Top main .info_sec .slide_wrap .news_prev:hover, #Top main .info_sec .slide_wrap .news_next:hover {
  opacity: 0.7;
}
#Top main .info_sec .slide_wrap .news_prev {
  left: auto;
  right: 90%;
}
#Top main .info_sec .slide_wrap .news_prev::after {
  transform: scaleX(-1);
}
#Top main .info_sec .slide_wrap .news_next {
  left: 90%;
  right: auto;
}
#Top main .about_sec {
  margin-top: 60px;
}
#Top main .about_sec .unit {
  margin-top: 30px;
}
#Top main .about_sec .unit .text_wrap {
  margin-top: 20px;
}
#Top main .about_sec .unit .text_wrap h4 {
  font-size: 20px;
  line-height: 1.8;
  color: #FF8031;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
#Top main .about_sec .unit .text_wrap p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
#Top main .floor_sec {
  margin-top: 60px;
}
#Top main .floor_sec h3 .f-green {
  font-size: 16px;
  line-height: 1.5;
  color: #4eb735;
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  padding-bottom: 10px;
}
#Top main .floor_sec h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
#Top main .floor_sec .content_wrap {
  margin-top: 20px;
}
#Top main .floor_sec .map_area .lead {
  line-height: 1.7;
}
#Top main .floor_sec .map_area .lead > dl {
  display: flex;
  flex-wrap: wrap;
  /*color: #4d4d4d;*/
  padding: 15px;
  /*border: 1px solid gray;*/
  color: #4eb735;
  padding: 15px;
  border: 1px solid #4eb735;
}
#Top main .floor_sec .map_area .lead > dl > dt {
  width: 20%;
}
#Top main .floor_sec .map_area .lead > dl > dd {
  width: 80%;
  font-size: 12px;
}
#Top main .floor_sec .map_area .map {
  position: relative;
  z-index: 1;
}
#Top main .floor_sec .map_area .map::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  top: -25px;
  left: -15px;
  z-index: -1;
}
#Top main .floor_sec .map_area .map1 {
  margin-top: 50px;
  margin-right: -2.3%;
}
#Top main .floor_sec .map_area .map1::before {
  background: url(/images/top/floor_2f_parts.svg) no-repeat 0/contain;
}
#Top main .floor_sec .map_area .note_wrap {
  margin-top: 30px;
}
#Top main .floor_sec .map_area .note_wrap .img {
  max-width: 300px;
  margin-inline: auto;
}
#Top main .floor_sec .map_area .note_wrap .note {
  max-width: 170px;
  margin: 20px auto 0;
}
#Top main .floor_sec .map_area .map2 {
  margin-top: 30px;
}
#Top main .floor_sec .map_area .map2::before {
  background: url(/images/top/floor_1f_parts.svg) no-repeat 0/contain;
}
#Top main .floor_sec .map_area .map2 .fl_01 {
  background: white;
}
#Top main .floor_sec .slide_area {
  margin-top: 40px;
}
#Top main .floor_sec .slide_area h3 {
  width: 140px;
}
#Top main .floor_sec .slide_area .slide_wrap {
  margin: 20px -20px 0;
  position: relative;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev, #Top main .floor_sec .slide_area .slide_wrap .floor_next {
  display: none;
}
#Top main .floor_sec .slide_area p {
  margin-top: 20px;
}
#Top main .service_sec {
  margin-top: 60px;
}
#Top main .service_sec .content_wrap {
  margin-top: 30px;
}
#Top main .service_sec .lead {
  line-height: 1.7;
}
#Top main .service_sec .flow_list {
  margin-top: 30px;
}
#Top main .service_sec .flow_list li {
  width: 95%;
  position: relative;
}
#Top main .service_sec .flow_list li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: url(/images/top/service_parts.png) no-repeat 0/contain;
  bottom: -12px;
}
#Top main .service_sec .flow_list li + li {
  margin-top: 20px;
}
#Top main .service_sec .flow_list li:nth-of-type(6)::before {
  bottom: -38px !important;
}
#Top main .service_sec .flow_list li:nth-of-type(7) {
  margin-top: 46px;
}
#Top main .service_sec .flow_list li:nth-of-type(2n + 1)::before {
  right: 0;
}
#Top main .service_sec .flow_list li:nth-of-type(2n) {
  margin-inline: auto 0;
}
#Top main .service_sec .flow_list li:nth-of-type(2n)::before {
  left: 15px;
  transform: scaleX(-1);
}
#Top main .access_sec {
  margin-top: 60px;
}
#Top main .access_sec .content_wrap {
  margin-top: 20px;
}
#Top main .access_sec .lead_wrap h3 {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  color: #808080;
  letter-spacing: 0.12em;
}
#Top main .access_sec .lead_wrap p {
  margin-top: 15px;
  letter-spacing: 1.7;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  color: #808080;
  letter-spacing: 0.12em;
  text-align: center;
}
#Top main .access_sec .unit {
  margin-top: 30px;
}
#Top main .access_sec .map_area {
  margin-top: 20px;
}
#Top main .access_sec .map_area .map_wrap {
  height: 230px;
}
#Top main .access_sec .map_area .map_wrap iframe {
  width: 100%;
  height: 100%;
}
#Top main .access_sec .map_area p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ececec;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #4eb735;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #ffb9ff;
  color: white;
  border: 1px solid #ffb9ff;
}