@charset "UTF-8";


/* GLOBAL STYLES
-------------------------------------------------- */
body,p,a {
  color: ;
  font-family:"Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-feature-settings : "palt";
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {
  color: 333;
  font-family:"Zen Kaku Gothic New", serif;
  font-weight:700;
  font-feature-settings : "palt";
}
body {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
a:hover { color:#2caf54; }

/*font*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
}



/* slideshow-background
-------------------------------------------------- */
.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  transform: scale(1.2); /* 最初に画像を大きくしておく */
}

.test1 {
  background-image: url('https://d15ihgh2blymmz.cloudfront.net/contents/images/other/ci_original/img/hp/bg05_2899x2105.jpg');
}

.test2 {
  background-image: url('https://d15ihgh2blymmz.cloudfront.net/contents/images/other/ci_original/img/hp/bg01_2899x2105.jpg');
  opacity: 0;
}

.test3 {
  background-image: url('https://d15ihgh2blymmz.cloudfront.net/contents/images/other/ci_original/img/hp/bg02_2899x2105.jpg');
  opacity: 0;
}
.test4 {
  background-image: url('https://d15ihgh2blymmz.cloudfront.net/contents/images/other/ci_original/img/hp/bg04_2899x2105.jpg');
  opacity: 0;
}


@keyframes slide {
  0% { opacity: 0; }
  7% { opacity: 1; }
  28% { opacity: 1; }
  35% { opacity: 0; }
  56% { opacity: 0; transform: scale(1); /* ここで画像サイズを1に戻す */ }
  100% { opacity: 0; }
}

.slide:nth-child(1){
  animation: slide 28s infinite;
}

.slide:nth-child(2) {
  animation: slide 28s 7s infinite;
}

.slide:nth-child(3) {
  animation: slide 28s 14s infinite;
}

.slide:nth-child(4) {
  animation: slide 28s 21s infinite;
}


/* other
-------------------------------------------------- */
.ct-icon {max-width:70px;}

/* マウスオーバー時 */
#cate_ci a:hover, #cate_ci a:focus, #cate_ci a:active {
  box-shadow: none !important;
  transform: translateY(5px);
  cursor: pointer;
}

/* フッター */
footer.footer{
  padding-top:1rem;
  padding-bottom:1rem;
  background:#6cbb59;
}
.border-waku{
  border:3px solid #fff;
  border-radius:0.5rem;
  padding:1rem;
  text-align:center;
}
.footer-page-top {
  position: fixed;
  z-index: 7;
  bottom: 20px;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%);
}
.footer-page-top__btn::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath fill='%23fff' d='M69.8 0L0 69.8 176.2 246 0 422.2 69.8 492l246-246L69.8 0zM246 0l-69.8 69.8L352.4 246 176.2 422.2 246 492l246-246L246 0z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  content: "";
  display: block;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  transform: rotate(-90deg);
}
.footer-page-top__btn {
  box-shadow: 1px 2px 5px 0 rgba(67,67,67,0.3);
  display: none;
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 70px;
  height: 70px;
  transition: transform .2s linear;
  border-radius: 40px;
  background: #2caf54;
  color: transparent;
  font-size: 0;
}



/*PC rtosaster用*/
.crtpc_css {
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 60px;
}
.crtpc_css ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  list-style-image: none;
}
.crtpc_css li{
  display: block;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(20%);
  height: auto;
  margin: 0 0 30px -1px;
  padding: 30px 25px 0;
  border: #e0e0e0 1px solid;
  border-width: 0 1px;
  float: left;
}
.crtpc_css li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.2s linear;
}
.crtpc_css li > a:hover{
  transform: scale(1.1);
}
.crtpc_css li > a > img{
  width: 100%!important;
}
.crtpc_css .topRecommend_name{
  margin-top: 5px;
  color: #434343;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.36;
  text-align: left!important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-feature-settings: "palt";
}
.crtpc_css .topRecommend_name a{
  color: #434343;
  transition: 0.2s linear;
  font-weight: 700;
  font-size: 1.1em;
}
.crtpc_css .topRecommend_name a:hover{
  color: #2caf54;
  text-decoration: none;
}
.crtpc_css .topRecommend_price{
  margin-top: 0.6em;
  color: #333!important;
  font-family: Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  letter-spacing: ;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-feature-settings: "pkna";
}
#crtpc_hospitalLP_PBitem .item__btn-wrap {
  display:none!important;
}
