@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */
	
.main-wrapper {
  background: url("../images/cmn-images/gara.gif") 0 100% repeat-x;
}
.main-wrapper-bg {
  background: url("../images/cmn-images/bg01.png") 50% 100% no-repeat;
  padding-bottom: 160px;
}
.mainslider {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}
.slider {
	position: relative;
	width: 100%;
	left: 50%;
	margin: 0 auto 0 -50%;
}
.slick-slide {
	margin: 0px 5px;
}
.slick-slide img {
	width: 100%;
}
.main-text {
  position: absolute;
  top: 30%;
  left: 10%;
}
.main-text__tit {
	color: var(--color01);
	font-size: clamp(1.8rem,4vw,3.6rem);
	text-align: left;
}
.main-text__tit .yellow,
.main-text__tit .pink,
.main-text__tit .green01,
.main-text__tit .green02 {
	font-size: 130%;
}
.main-text__tit .yellow {
	color: #fccb00;
}
.main-text__tit .pink {
	color: #eb6b8f;
}
.main-text__tit .green01 {
	color: #8ec31f;
}
.main-text__tit .green02 {
	color: #24b7bc;
}

.main-text__bg {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  line-height: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .wrapper {
  position: relative;
  text-align: center;
  padding: 80px 0 80px 0;
}
.ill01 {
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: 340px;
	z-index: 1000;
}
.ill02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 340px;
	z-index: 1000;
}
.lead__tit01 {
  position: relative;
  display: inline-block;
  color: var(--color01);
  font-weight: bold;
	font-size: clamp(2.2rem,4.75vw,4rem);
  border-radius: 80px;
  background-color: #fff;
  padding: 17px 80px;
}
.lead__tit01:before {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 18px;
    content: "";
    margin-left: -9px;
}
.lead__tit02 {
	font-size: clamp(1.8rem,3.5vw,3rem);
}
.youtube-wrapper {
	width: 80%;
	margin: 0 auto 40px auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.ill03 {
  display: block;
  width: 220px;
  margin: 0 auto 15px auto;
}
.colorful {
  background: url("../images/cmn-images/bg03.png") 50% 100% no-repeat;
  padding-bottom: 120px;
}
.menu {
  padding: 60px 0 120px 0;
}
.menu-list__item {
  cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.menu-list__item:hover {
	opacity: 0.4;  
	filter: alpha(opacity=90);  
}
.menu-list__item img {
  display: block;
}
.menu-list__item a {
  position: relative;
  z-index: 100;
  display: block;
  width: 200px;
  color: var(--color01);
  font-family: var(--font01);
	font-size: clamp(1.8rem,2.5vw,2rem);
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  padding: 5px 0;
  margin: -20px auto 0 auto;
}
.menu-list__item a::after {
	content: "\f138";
  color: var(--color02);
	font-family: "Font Awesome 5 Free";
  font-size: 80%;
	font-weight: 900;
	margin-left: 7px;
}

.dental-swhich {
  background: url("../images/cmn-images/bg05.png") 50% 100% no-repeat;
  padding: 80px 0 500px 0;
}
.dental-swhich__tit01 {
  width: 480px;
  margin: 0 auto 40px auto;
}
.dental-swhich__tit02 {
	font-size: clamp(1.8rem,3vw,2.5rem);
  text-align: center;
}
.dental-swhich__inner {
  width: 70%;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px;
  margin: 0 auto 40px auto;
}
.dental-swhich__inner img {
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.main-wrapper {
	background-size: 500px;
}
.main-wrapper-bg {
  padding-bottom: 100px;
	background-size: 1200px;
}

.lead .wrapper {
  padding: 50px 0 60px 0;
}
.ill01 {
  position: relative;
  top: 0;
  right: 0;
  margin-right: 0;
	z-index: 1000;
}
.ill02 {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
	z-index: 1000;
}
.lead__tit01 {
  padding: 17px 40px;
}
.youtube-wrapper {
	width: 100%;
}

.menu {
  padding: 60px 0 60px 0;
}
.menu-list {
	width: 60%;
	margin: 0 auto;
}
.menu-list__item {
	float: none!important;
	width: 100%!important;
	margin: 0 0 30px 0;
}
.menu-list__item:last-child {
	margin-bottom: 0;
}

.dental-swhich {
  background: none;
  padding: 80px 0 0 0;
}
.dental-bg {
	width: 100%;
}
.dental-swhich__inner {
  width: 80%;
}
.dental-swhich__inner img {
	width: 60%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.main-wrapper {
	background-size: 400px;
}
.main-wrapper-bg {
  background: url("../images/cmn-images/bg01.png") 50% 100% no-repeat;
	background-size: 150%;
  padding-bottom: 40px;
}
.main-text {
  position: absolute;
  top: 20%;
  left: 5%;
}

.lead .wrapper {
  padding: 40px 0 60px 0;
}
.ill01 {
	width: 70px;
}
.ill02 {
	width: 90px;
}
.lead__tit01 {
  padding: 15px 30px;
}
.lead__tit01:before {
    border-width: 12px;
    content: "";
    margin-left: -6px;
}

.ill03 {
  width: 135px;
  margin: 0 auto 5px auto;
}
.colorful {
	background-size: 1000px;
  padding-bottom: 50px;
}
.menu {
  padding: 40px 0 60px 0;
}
.menu-list {
	width: 100%;
}
.menu-list__item {
	margin-bottom: 20px;
}
.menu-list__item a {
  width: 150px;
}

.dental-swhich {
  padding: 60px 0 0 0;
}
.dental-swhich__tit01 {
  width: 80%;
  margin: 0 auto 30px auto;
}
.dental-swhich__inner {
  width: 90%;
  padding: 30px;
  margin: 0 auto 30px auto;
}
.dental-swhich__inner img {
	width: 80%;
}

}

