@charset "UTF-8";
/* CSS Document */


body{
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}

.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;
}
@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;
}
#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;
}
.nabbar{
	position: relative;
	z-index: 100;
}

.navbar .nav-link {
  color:#D3608A;   /* 好きな色 */
}

.navbar .nav-link:hover {
  color: hotpink; /* hover時の色 */
}

.main-visual{
	width:100%;
	margin-bottom: 50px;
}
.mv_bg{
	background:#B8A4A1;
	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; /* ここを好きな色に変更 */
    }
.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;
}
}


h2.ttl001{
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 50px;
	color:#D3608A;
	font-weight: bold;
	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;
}

.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;
}


.lis_ttl{
	padding-top: 5px;
}



@media screen and (max-width: 767px) {
.rec_box{
	margin-bottom: 30px;
}
}

#main_ft{
	background:#00B899;
	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%;
}

.tbl-r02 {
  margin: 20px auto;
	font-size: 1.1em;
	margin-bottom: 100px;
}
.tbl-r02 th {
  background: #D3608A;
  border: solid 1px #ccc;
  color: #fff;
  padding: 30px;
	letter-spacing: 0.2em;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 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{
	width: 92%;
	background:#FFF5D2;
	padding:30px 20px 20px 20px;
	border-radius:20px;
	margin: 0 4% 50px 4%;
}
.fa_box1 h3{
	color: #D3608A;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.fa_box1 p{
	line-height: 1.6em;
}

.tbl-r03 {
  margin: 20px auto;
	font-size: 1.2em;
	margin-bottom: 100px;
	width:80%;
}
.tbl-r03 th {
  background: #D3608A;
  border: solid 1px #ccc;
  color: #fff;
  padding: 30px;
	letter-spacing: 0.2em;
}
.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 30px;
}
 
@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;
  }
}

.wrap-st h3{
	color: #008F87;
	font-weight: bold;
}
.wrap-st p{
	margin-bottom: 30px;
}

.sv_ttl{
	font-size: 1.4em;
	color: darkcyan;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}