@charset "UTF-8";


/*safari用
_::-webkit-full-page-media, 
_:future,
:root .bluecard-original {

      max-width: 62%;
      flex: 1;
}*/

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;
}

a:hover {
  color: #454546;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}

.text-blue {
  color: #6b90db !important;
  max-width: 120px;
}

.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #6b90db !important;
}

.bg-lightblue {
  background-color: #ecf7fb !important;
}

.bg-pink {
  background-color: #DB8F81 !important;
}

.bg-green {
  background-color: #39a869 !important;
}

.border-blue {
  border-color: #B2C2E1 !important;
}
.thead-green {
  background-color: #39a869 !important;
}
.thead-pink {
  background-color: #ffd1dc !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.6rem;
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 100vh;
  padding-top: 76px;
}

.header .jumbotron {
  background-image: url("../img/main-img-body.jpg");
  background-size: cover;
  /*background-position: center top;*/
  position: relative;
  height: 90%;
  margin-bottom: 0;

/*  background-attachment: fixed;*/
  background-repeat: no-repeat; 
  background-position: center center;

  height: 92%;
}
.header-sub-img{
  height: 100vh;
}
.header-sub-img .jumbotron-sub {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 90%;
  margin-bottom: 0;

/*  background-attachment: fixed;*/
}

/*.header-sub-img .jumbotron-sub {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/main-img.jpg");
  background-size: cover;
}*/

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.btn-none{
  display: none;
}

/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  /*border-bottom: 5px solid #B2C2E1;*/
}

/*    院内紹介
-------------------------------------------------- */
figcaption {
  padding-left: 1rem;
  border-left: 3px solid #6b90db;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */

/*   チャート
-------------------------------------------------- */
.flow>li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #6b90db;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow>li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #6b90db;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------------------------------------------
    お問い合せページ
-------------------------------------------------- */
/*indexページ*/
/*メインイメージ*/
.bunki-btn-fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.jumbotron{
  padding-top: 0!important;
}
.bg-white-opacity{
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 15px 0;
}
/*.bunki-btn{
  width: 100%;
  height: 200px;
  position: absolute;
  top: 70%;
}*/

/*タイトル部分*/
.h1-original{
  font-size: 55px;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.h3-original{
  font-size: 17px;
}
.font-weight-bold-h3{
  font-weight: 500!important;
}
.h4-original{
  font-size: 23px;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
/*左右に三角形をつける*/
.box31{
	margin: 2em auto;
	padding:5px 10px;/*内側余白*/
	position: relative;
}

.box31:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.box31:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.box27{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
}
.box27:after{
	background-color:#acacac;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*分岐ボタン*/
.bunki{
  display: flex;
}
a.btn_18 {
  flex: 0 0 calc(50% - 50px);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	padding: 0.5rem;
	font-weight: bold;
	border-radius: 10px;
	color: white;
	transition: 0.3s ease-in-out;
  font-size: 50px;
  line-height: 60px;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
}
.btn-color1{
  background-color: #39a869;
  border: 3px solid #39a869;
  flex: 0 0 calc(50%);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	font-weight: bold;
	/*border-radius: 10px;*/
  color: white;
	transition: 0.3s ease-in-out;
  font-size: 45px;
  line-height: 60px;
  padding: 15px 0;
	/*box-shadow: 5px 5px #acacac;*/
}
.btn-color2{
  background-color: #ffd1dc;
  border: 3px solid #ffd1dc;
  flex: 0 0 calc(50%);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	font-weight: bold;
	/*border-radius: 10px;*/
  color: white;
	transition: 0.3s ease-in-out;
  font-size: 45px;
  line-height: 60px;
  padding: 15px 0;
	/*box-shadow: 5px 5px #acacac;*/
}
/*NAVI用*/
.navbar-original{
  position: relative;
}
.navbar-brand{
  position: absolute;
}
.bunki-nabi{
  display: flex;
}
.btn-color1-navi{
  background-color: #39a869;
  border: 3px solid #39a869;
  flex: 0 0 calc(40%);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	padding: 0.5rem;
	font-weight: bold;
	border-radius: 10px;
  color: white;
	transition: 0.3s ease-in-out;
  font-size: 30px;
  line-height: 60px;
  width: 40%;
	/*box-shadow: 5px 5px #acacac;*/
}
.btn-color2-navi{
  background-color: #ffd1dc;
  border: 3px solid #ffd1dc;
  flex: 0 0 calc(40%);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	padding: 0.5rem;
	font-weight: bold;
	border-radius: 10px;
  color: white;
	transition: 0.3s ease-in-out;
  font-size: 30px;
  line-height: 60px;
  width: 40%;
	/*box-shadow: 5px 5px #acacac;*/
}
.bunki-btn-navi{
  width: 80%;
  margin: 0 auto;
}
.hamburger-color{
  background-color: #ffd987;
  /*border-color: transparent;*/
}


/*院内紹介*/
/*スライドショー*/
/** {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}*/
/* スライドする要素 */
.content {
  width: 400px;
  height: 400px;
  list-style: none;
}
/*.content:nth-child(1) {
  background-image: url(../img/slide1.jpg);
}
.content:nth-child(2) {
  background-color: url(../img/slide2.jpg);
}
.content:nth-child(3) {
  background-color: url(../img/slide3.jpg);
}
.content:nth-child(4) {
  background-color: url(../img/slide4.jpg);
}
.content:nth-child(5) {
  background-color: url(../img/slide5.jpg);
}
.content:nth-child(6) {
  background-color: url(../img/slide6.jpg);
}*/
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
  padding-left: 0;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*診療時間デザイン*/
.box2 {
  padding: 0!important;
  vertical-align: middle!important;
  border-top: 1px solid #dee2e6;
}
.box1{
  padding: 0!important;
}
.time-schedule-width{
  width: 95%;
  margin: 0 auto;
}
.time-schedule-flex{
  display: flex;
}

.box-design16 {
  margin: 20px 0 0 0;
  position: relative;
}
.box-design16-ttl {
  background-color: #39a869;
  color: #fff;
  padding: 0.5em 20px;
  width: fit-content;
  border-radius: 10px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  margin-bottom: -20px;
}
.box-design16-txt {
  padding: 10px;
  border: 4px solid #39a869;
  border-radius: 10px;
  height: 440px;
  background-color: #fff;
}
.box-design16-ttl2 {
  background-color: #ffd1dc;
  color: #fff;
  padding: 0.5em 20px;
  width: fit-content;
  border-radius: 10px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  margin-bottom: -20px;
}
.box-design16-txt2 {
  padding: 10px;
  border: 4px solid #ffd1dc;
  border-radius: 10px;
  height: 440px;
  background-color: #fff;
}

.h3-time-original{
  font-size: 35px;
}
.section-original1 {
  display: flex;
  width: 100%;
}

.section-original10 {
  width: 100%;
  margin: 0 auto;
  margin-right: 30px;
}

.section-original3 {
  width: 100%;
  margin: 0 auto;
}
.section-original4 {
  width: 50%;
}
.small-original{
  font-size: 20px;
}
.box1 {
  width: 15%;
  height: 60px;
  font-size: 25px;
  padding-left: 1px;
}

.box1-rihabiri{
  font-size: 20px;
}
.box2 {
  width: 10%;
  height: 60px;
  font-size: 21px;
}
.time-kaigyou-1{
  display: block;
}

/*受付カード*/
.reception-time{
  display: flex;
  margin-top: 20px;
}
.reception-time-name{
  font-size: 25px;
  margin: 10px 15px 0 0;
  font-weight: bold;
}
.reception-time-anai{
  font-size: 25px;
}
.reception-time-anai2{
  font-size: 19px;
  margin-bottom: 20px;
}
.reception-time-kome{
  margin-top: -15px;
}
/*.display-none{
  display: none;
}*/








/*WEBでのご予約・お問合せ*/
/*背景*/
.bg-pink-original {
  background-color: #ffd1dc;
}

.bg-green-original {
  background-color: #39a869;
}

.figure-caption-original {
  padding-left: 1rem;
  border-left: 3px solid #ffd1dc;
}
/*メインページnav*/
.w-50-original{
  width: 40%!important;
}
.navbar {
  position: relative;
 /* display: -ms-flexbox;
  display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  height: 100px;
}


/*メインページ診療案内リンク先*/

.anchor1 {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}
.anchor2 {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}

.anchor3{
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}

/*メインページ診療案内下段レイアウト調整*/
.col-2 {
  max-width: 33.333333%;
}

.row2 {
  margin: 0;
  padding: 0;
  display: flex;
}
/*診療案内グリッドデザイン*/
.grid-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.grid__item{
  flex: 0 0 calc(33.333333% - 10px);
}

/*診療時間*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

.border-bottom-original {
  border-bottom: 1px solid #b9b9b9;
}

.table td,
.table th {
  border-bottom: 1px solid #b9b9b9;
}

.border-top-original {
  border-top: 1px solid #b9b9b9;
}
/*フッターcardcss*/
.pl-2{
  width: 100px;
}
/*フッターcardcss*/

/*.bluecard-original{
  max-width: 62%;
  flex: 1;
}
.pinkcard-original{
  max-width: 38%;
  flex: 1;
}*/
.text-blue {
  padding: 10px 12px;
  /*width: 42%;
  height: 36px;*/
}

/*下線系*/
.border-top-original-sub2 {
  border-top: 2px solid #ffd1dc;
}

/*下線系sub3*/
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #ffd1dc;
}
.my-5-original-hujinnka{
  margin-bottom:0!important;
}
.hujinnka{
  text-align: center;
}
.hujinnka-img{
  display: inline-block;
  text-align: left;
  max-width: 90%;
}
.hujinnka-comment{
  text-align: left;
  padding-top: 20px;
  font-size: 1rem!important;
}
.hujinnka-naiyou{
  margin-top: 10px;
  text-align: left
}
.k-word{
  color: red;
  text-decoration: underline;
}
.waku{
  margin-bottom: 30px;
}
/*メインページフッター*/
.text-blue-original{
  color: #fff;
}
/*.blue-original{
  max-width: 330px;
}*/
.p-3-original {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}
.text-center-original{
  table-layout: fixed;
}
/*メインページ地図*/
.gmap {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


/*サブページヘッダー*/
.header-original {
  height: 510px;
}

.container-original {
  margin-top: 220px;
}
#display-4-sub{
  font-size: 2rem;
  border-bottom: 0;
}

/*診療時間
.text-right1 {
  width: 68px;
}*/
#item-box{
  display: flex;
}
.text-center{
  flex: 1;
}
.bg-white-head{
  background-color:#DB8F81;
  color: #fff!important;
}

.bg-pink-original1{
  padding-top: 0!important;
}
.bg-pink-original2{
  padding-bottom: 0!important;
  background-color: #fff;
}

/*お知らせ*/
.items-center1 {
  border-top: solid #666;
  border-bottom: solid #666;
}

.display-4 {
  border-bottom: 5px solid #ffd1dc;
}
.align-items-center{
  border-bottom: 0;
}
.d-flex-original{
  border-radius:30px;
  /*border-top: solid 3px #ffd1dc;
  border-bottom: solid 3px #ffd1dc;
  border-right: solid 3px #ffd1dc;
  border-left: solid 3px #ffd1dc;*/
  margin-bottom: 10px;
  /*background-color: #ffd1dc;
  color: #fff;*/
}
.city-blok{
  border-radius:30px;
  border-top: solid 3px #ffd1dc;
  border-bottom: solid 3px #ffd1dc;
  border-right: solid 3px #ffd1dc;
  border-left: solid 3px #ffd1dc;
  margin-bottom: 10px;
  background-color: #ffd1dc;
  color: #666;
  /*font-weight: bold;*/
}
.news{
  width: 100%;
  padding: 20px 30px;
}
.mr-5-original{
  display: block;
}
.underline{
  border-bottom: solid 3px #666;
  margin: 5px 0;
  width: 100%;
}
.underline2{
  border-bottom: solid 2px #fff;
  margin: 5px 0;
  width: 80%;
  margin-left: 10%;
  font-weight: bold;
}
.city-text-blok{
  width: 100%;
}
.city-text{
  text-align: left;
  display: inline-block;
  text-align: left;
  margin: 5px;
  font-size: 1rem!important;
}
.news-tittle{
  font-size: 1rem;
}
.news>img{
  max-width: 100%;
}
.news>a{
  max-width: 100%;
}
.news>a>img{
  max-width: 100%;
}
.consultation{
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
}
.consultation-span{
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.bold-font{
  font-weight: bold;
}




.subpage-original {
  flex: none;
  max-width: none;
}
.text-white-head-original a{
  color:#fff;
  text-decoration:none;
}



/*サブページトリミング位置*/
.img-point {
  object-position: bottom 10px;
}
/*サブページ1イラスト枠線*/
.border-original{
  border: hidden!important;
}

/*サブページ3お知らせ*/

.gan-comment{
  text-align: center;
}
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;

}

.item {
  border-radius: 8px;
  /* 半径が8pxの角丸 */
  margin-bottom: 10px;
  background-color: #ecf7fb;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  padding: 20px 20px;
}


.news-list .item .date {
  min-width: 100px;

}

.date {
  padding: 20px 0 20px 0;
  margin: 20px 20px 0 20px;
  font-size: 1.25rem;
  border-bottom: 8px solid #fff;
  border-bottom-style: double
}

.title {
  padding: 20px;
  font-size: 20px;
}

.substance {
  padding: 10px 0 30px 30px;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

/*サブページ3お知らせ終了　↑使わない*/

.news-coment {
  display: block;
  margin-left: 180px;
  margin-bottom: 30px;
}

.news-coment-oya {
  border-bottom-width: 0;
}

/*全体共通*/
/***追従するトップへ戻るボタン***/
.button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 50px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
  width: 50px;
  height: 50px;
  z-index: 999;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.material-symbols-outlined.md-48 {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.py-5original{
  padding-top: 0!important;
}
.py-5original2{
  padding-bottom: 0!important;
}
.pb-5original{
  padding-bottom: 0!important;
}






.consultation-original{
  padding: 20px;
}

/*.timebar {
  display: none;
}
.timepm {
  display: block;
}*/
.footer{
  margin-bottom: 100px;
}
.timepm-footer{
  font-size: 15px;
}
.h2-original{
  letter-spacing: 0rem!important;
}

.annai{

  border-bottom: 1px solid #000000;
}
.annai-div{
  text-align: center;
  margin-bottom: 30px;
}

.sapn1{
  display: inline-block;
  font-size: 25px;
  margin-bottom: 10px;
}
.sapn2{
  display: inline-block;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.sapn3{
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}
.pl-0{
  padding-left: 0;
}

.header-main1{
  margin-bottom: 50px;
  margin-top: 0!important;
  padding-top: 0!important;
}

/*.bg-light1{
  height: 52px!important;
}*/
.navbar-light{
  border-color: transparent!important;
}
.navbar{
  display: block!important;
}
.navbar-original {
  padding: 0.5rem 0.5rem!important;
}

.container1 {
  position: absolute!important;
  width: 100%!important;
  left: 0!important;
}
.navbar-toggler {
  margin-right: 10px!important;
}
.text-alignr-main {
  text-align: right !important;
}

/*.navbar-toggler:hover ~ .navbar-collapse1{
  display: block;
}
.navbar-collapse1:hover{
  display: block;
}*/

.nav-display-flex{
  display: flex;
  width: 100%;
}
.nav-displayblok{
  display: block;
  width: calc((100% - 20px) / 3);
}
.navbar-collapse2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-collapse2{
  z-index: 999;
}
.text-center2{
  text-align: center!important;
}
.suraidotop0{
  padding-top: 0.4rem!important;
}
.nav-display-flex{
  font-size: 20px;
  font-weight: bold;
}
.nav-link-seikei{
  background-color: #39a869;
  width: 100%;
  height: 100%;
}
.nav-link-hujin{
  background-color: #ffd1dc;
}


.tuchiya-cl{
  position: absolute !important;
  top: 0;
  width: 100%;
}

/*メイン画像スライドショー*/
/*==================================================
スライダーのためのcss
===================================*/
.wrapper{

}
.slick-list{
	height: 100%;
}
.slick-track{
	height: 100%;
}
.slider {
    position:relative;
  z-index: 0;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  padding-left: 0!important;
  height: 100vh;
}
/*ヘッダー画像用（メイン画像）*/
@media screen and (max-width: 1400px) {
	.slider{
		height: 100vh!important;
	}
}
@media screen and (max-width: 767.98px) {
	.slider{
		height: 80vh!important;
	}
}
.slider-item01 {
  background:url(../img/slide2.jpg);
height: 100%;
width: auto;
object-fit: cover;
}

.slider-item02 {
  background:url(../img/slide3.jpg);
height: 100%;
width: auto;
object-fit: cover;
}
.slider-item03 {
  background:url(../img/slide4.jpg);
height: 100%;
width: auto;
object-fit: cover;
background-position: 30% 50% !important;
}
.slider-item04 {
  background:url(../img/slide5.jpg);
height: 100%;
width: auto;
object-fit: cover;
background-position: 50% 25% !important;
}
.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
  position: absolute;
z-index: 3;
  top: 60%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #000;/*矢印の色*/
  border-right: 2px solid #000;/*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定

.slick-dots {
position: relative;
z-index: 3;
  text-align:center;
margin:-50px 0 0 0;ドットの位置
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;ドットボタンのサイズ
  height:8px;ドットボタンのサイズ
  display:block;
  border-radius:50%;
  background:#fff;ドットボタンの色
}

.slick-dots .slick-active button{
  background:#333;ドットボタンの現在地表示の色
}*/
.slick-dots{
  display: none!important;
}


/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

.nav-link-hujin2{
  background-color: #ffd1dc5d;
}
.nav-link-seikei2{
  background-color: #39a8696c;
}
.nav-link-hujin{
  font-size: 25px!important;
}
.nav-link-seikei{
  font-size: 25px!important;
}
.nav-link-yoyaku{
  font-size: 25px!important;
}


.nav-link {
  color: rgba(0, 0, 0) !important;
}

.t-red{
  color: red!important;
}