@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');


html {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 1.5px;
}
img {
  max-width: 100%;
}
i {
  padding-right: 0.5em;
}
a:hover,
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.red {
  color: #ff0000;
}
.must {
  color: #ff0000;
  font-size: 0.8rem;
}

/* Img
----------------------------*/
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* Ul
----------------------------*/
ul {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
}
/* Dl
----------------------------*/
dd {
  margin-bottom: 2.5rem;
  margin-left: 0;
}
dd:last-child {
  margin-bottom: 0 !important;
}
/* Large devices (desktops, 992px and over, .col-lg-*)*/
@media (min-width: 992px) {
  .dp-none-lg {
    display: none;
  }
  .container-fluid [class^="col"] {
    padding: 0;
  }

}
/*****************************************************************************/
#home h2, .bk-green h3 {
  text-align: center;
  font-size: 3rem;
}
#home h2 div, .bk-green h3 div {
  text-align: center;
  font-size: 1.6rem;
  color: #429e36;
  margin: 0.5em;
  letter-spacing: 0.5px;
}
.bk-green h3 {
  margin-top: 0px;
}
.navbar-toggler {
  font-size: 2rem;
}
.navbar-nav .nav-link {
  padding: 1em;
	margin: 0;
}
.nav-item > .nav-item {
  padding: 1em;
}

#about {

  background-color: #e4fad8;
  padding: 40px 0;
}
.topCatch {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}


#page_top {
	padding: 2px;
  position: fixed;
  right: 0;
  bottom: 55px;
  opacity: 0.6;
  background: rgba(125, 125, 125, 1.0);
	z-index: 99;
}
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 6 pro';
  font-weight: 900;
  content: '\f325';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 12px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

#home .banaarea .bana1{
	border: solid 1px #e7e7e7;
	color: #fff;
	height: 100%;
	padding: 10px;
}
#home .banaarea .bana2parent{
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(243, 254, 217, 1) 6px, rgba(243, 254, 217, 1) 10px );
    border: solid 1px #e4e4e4;
}
#home .banaarea .bana2 {
	padding-top: 0.5em;
	
	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

@media (max-width:767px) {
	#home .banaarea .bana2 {
		flex-direction: column;
	}
		#home .banaarea .bana2>div:first-of-type {
			display: flex;
			align-items: center;
			justify-content: center;
	}
		#home .banaarea .bana2>div:first-of-type .top-btn {
			margin: 1em;
	}
	#home form select{
	appearance: none;
  width: 200px;
  color: #333;
  border: 1px solid #5cc0b5;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
	}
}


#home .banaarea p{
	background-color: #3c8760;
	margin: 0;
}
#home .banaarea .bana3{
	border: solid 1px #e7e7e7;
	color: #fff;
	height: 100%;
	padding: 10px;
}

#home .banaarea a{
	display: block;
	font-weight: bold;
}
#home .banaarea a:hover{
	background-color: rgba(211,250,255,.7);
}
#home form{
	line-height: 60px;
}
#home select#select{
	padding: 5px 10px;
}

.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  position: relative;
  overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .service-item h3 {
  font-size: 2rem;
  transition: ease-in-out 0.3s;
	color: #333;
}

.services .service-item h3 i{
	font-size: 3rem;
color: #46a1dc;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
  }

  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
}


/*desktops*/
@media (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
  #about {
    background: url("../images/about_bg01.png") right 5% bottom 10% / 20% auto no-repeat, url("../images/about_bg02.png") left 2% top 20% / 15% auto no-repeat;
    background-color: #e4fad8;
    padding: 40px 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
  }
  .navbar-light .navbar-brand, .navbar-brand img {
    width: auto;
  }
  .mega-menu .dropdown-menu.show {
    /*    display: flex;*/
  }
  .navbar-nav .nav-link {
    border: none;
  }
}



@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .slidemv .slide-media {
    height: max(70vh, 70vw);
  }
  .slidemv .content {
    top: calc(20% + 5rem);
    right: 5rem;
    bottom: auto;
    left: 5rem;
  }
  .slidemv .content-title {
    font-size: 3.2rem;
  }
  .slidemv .content-text {
    font-size: 1.6rem;
    margin: 2.4rem 0;
  }
  .slidemv .fraction {
    font-size: 1.2rem;
    top: 20%;
    bottom: auto;
    left: 6rem;
  }
.slidemv .marker {
  display: inline-block;
	font-size: 1.6rem;
}
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .slidemv {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

#page_top {
	padding: 2px;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0.6;
  background: rgba(125, 125, 125, 1.0);
	z-index: 99;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 6 pro';
  font-weight: 900;
  content: '\f325';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: '';

}	
.maker {
	letter-spacing: -.4em;
}
.maker li{
	display: inline-block;
	margin: 0.5em 0;
	width: 50%;
	letter-spacing: normal;
	vertical-align: top;
}
.maker li a,
.maker li a:link,
.maker li a:visited{
	display: block;
	padding: 1em 0.5em;
	margin: 0.5em 1em 0;
	border: solid 1px #46a1dc;
	color: #000;
}
.maker li a:hover,
.maker li a:focus{
	background-color: rgba(242,253,255,.8);
}

.maker li a .small{
	font-size: 1.6rem;
}
@media only screen and (min-width: 1200px) {
.maker li a .break{
	display: block;
	padding-left: 1.5em;
}
}

.link{
	display: flex;
}
.link li{
	border: solid 1px #e4e4e4;
	margin: 1em;
	background-color: #fff;
}

.link li a {
	padding: 1em 0.5em;
	display: block;
	color: #333;
  border: 2px solid #fff;
  border-radius: 0;
	background-color: rgba(242,242,242,0.3);
	transition: .5s;

}
.link li a:hover {
	background-color: rgba(242,242,242,1);
  color: #333;
}

@media only screen and (max-width: 1023px) {
.maker li{
	display: block;
	margin: 1em 0;
	width: 100%;
	letter-spacing: normal;
}
	

.link{
	display: block;
}
.link li{
	border: solid 1px #e4e4e4;
	margin: 1em;
	background-color: #fff;
}	
	
	

}
.locationBox{
	width: 400px;
	margin: auto;
}
.locationBox p{
	text-align: left;
	margin: 1em 0;
}


.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}
