@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a img{
    transition: 0.3s opacity ease;
}

a:hover img{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
	color: #000000;
    line-height: 1.8;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    padding-top: 70px;
    min-width: 980px;
}

/* =====================================
	nav
===================================== */

nav{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
}

nav ul{
    display: flex;
    width: 980px;
}

nav ul li{
    position: relative;
}

nav ul li:first-child a > span{
    position: absolute;
    top: 9px;
    left: 64px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: 0;
}

nav ul li:first-child a span span{
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-top: -2px;
    text-align: center;
}

nav ul li:nth-child(2) a > span{
    position: absolute;
    top: 9px;
    left: 64px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: 0;
}

nav ul li:nth-child(2) a span span{
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-top: -2px;
    text-align: center;
}



/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    background: #ffe570 url(/file_contents/2293/get) center no-repeat;
}

.visual h1 img{
    margin: 0 auto;
}

.btnArea{
    width: 100%;
    background: #fccb34;
    padding: 40px 0 38px;
}

.btnArea h2 img{
    margin: 0 auto 29px;
}

.btnArea ul{
    width: 906px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.btnArea ul li p{
    margin: 0 auto 7px;
    display: table;
}

.mangaArea{
    background: url(/import/tenant_3/kamei-kids-dentalclinic.com/html.lp/img/bg02.png) repeat;
    width: 100%;
}

.mangaArea .inner{
    background: #fff;
    width: 980px;
    padding: 60px 0 121px;
    margin: 0 auto;
}

.mangaArea .inner h2 img{
    margin: 0 auto 30px;
}

.mangaArea .inner p img{
    margin: 0 auto;
}

.swiper-container{
    width: 813px;
    margin: -16px auto 0;
    padding: 46px 0;
}

.swiper-container .swiper-slide img{
    margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #cccccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffe570;
}

.trouble{
    width: 100%;
    height: 750px;
    margin-top: -16px;
    background: url(/import/tenant_3/kamei-kids-dentalclinic.com/html.lp/img/bg03.png) repeat-x center;
    padding-top: 54px;
    position: relative;
    z-index: 5;
}

.trouble h2 img{
    margin: 0 auto 19px;
}

.trouble p img{
    margin: 0 auto;
}

.point{
    width: 100%;
    background: #ffe570;
    padding: 74px 0 55px;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

.point h3 img, .point p img{
    margin: 0 auto;
}

.point h3:nth-of-type(2) img{
    margin: 37px auto 0;
}

.point h2 img{
    margin: 60px auto 0;
}

.point ul{
    margin: 25px auto 40px;
    max-width: 984px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#access{
    width: 100%;
    padding: 60px 0;
}

#access .inner{
    width: 826px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#access .inner dl{
    width: 371px;
}

#access .inner dl dt{
    font-size: 3.0rem;
    font-weight: bold;
    margin: -8px 0 10px;
    color: #fccb34;
    word-break: break-all;
}

#access .inner dl dd{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    word-break: break-all;
}

#access .inner iframe{
    width: 455px;
}

@media screen and (max-width:1024px){

body{
    padding-top: 7vw;
}

nav{
    left: 0;
    transform: translateX(0);
}

nav ul{
    width: 100%;
}

nav ul li:nth-child(1){
    width: 29.69%;
}

nav ul li:nth-child(2){
    width: 29.46%;
}

nav ul li:nth-child(3){
    width: 23.46%;
}

nav ul li:nth-child(4){
    width: 23.39%;
}

nav ul li img{
    width: 100%;
}

nav ul li:first-child a > span{
    top: 0.918vw;
    left: 6.53vw;
    font-size: 3vw;
}

nav ul li:first-child a span span{
    font-size: 1.42vw;
    margin-top: -0.2vw;
}

}

@media screen and (max-width:767px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    padding-top: 0;
    min-width: inherit;
}

/* =====================================
	nav
===================================== */

nav{
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

nav ul{
    width: 100%;
}

nav ul li a{
    width: 25%;
}

nav ul li a img{
    width: 100%;
}

nav ul li:nth-child(1){
    width: auto;
}

nav ul li:nth-child(2){
    width: auto;
}

nav ul li:nth-child(3){
    width: auto;
}

nav ul li:nth-child(4){
    width: auto;
}


/* =====================================
	main
===================================== */

.visual{
    background: none;
}

.visual img{
    width: 100%;
}

.btnArea{
    padding: 0;
}

.btnArea h2 img{
    width: 100%;
    margin: 0 auto;
}

.btnArea ul{
    width: 100%;
    display: block;
}

.btnArea ul img{
    width: 100%;
}

.btnArea ul li p{
    margin: 0 auto;
}

.mangaArea{
    background: none;
}

.mangaArea .inner{
    width: 100%;
    padding: 0;
}

.mangaArea .inner h2 img{
    width: 100%;
    margin: 0 auto;
}

.mangaArea .inner p img{
    width: 100%;
}

.swiper-container{
    width: 100%;
    margin: 0 auto;
    padding: 0.26vw 0 5.215vw;
}

.swiper-container .swiper-slide img{
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.3vw;
}

.swiper-pagination-bullet {
    width: 4.172vw;
    height: 4.172vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 9.126vw;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 5.215vw;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 5.215vw;
}

.swiper-button-next, .swiper-button-prev {
    width: 20.86vw;
    height: 20.86vw;
    background-size: 20.86vw 20.86vw;
    opacity: 0.35;
}

.trouble{
    height: auto;
    margin-top: 0;
    background: none;
    padding-top: 0;
}

.trouble h2 img{
    width: 100%;
    margin: 0 auto;
}

.trouble p img{
    width: 100%;
}

.point{
    padding: 0;
    margin-top: 0;
}

.point h3 img, .point p img{
    width: 100%;
}

.point h3:nth-of-type(2) img{
    margin: 0 auto;
}

.point h2 img{
    width: 100%;
    margin: 0 auto;
}

.point ul{
    margin: 0 auto;
    width: 100%;
    display: block;
}

.point ul img{
    width: 100%;
}

#access{
    padding: 6vw 0 50vw;
}

#access .inner{
    width: 100%;
    display: block;
}

#access .inner dl{
    width: 88%;
    margin: 0 auto;
}

#access .inner dl dt{
    font-size: 6.0rem;
    margin: 0 0 5vw;
}

#access .inner dl dd{
    font-size: 3.2rem;
    margin: 0 0 16vw;
}

#access .inner iframe{
    width: 88%;
    height: 110vw;
    display: block;
    margin: 0 auto;
}
}


/*****2021/04/21追記*****/
#banner .inner {
  width: 826px;
  margin: 50px auto;
}
#banner .inner ul {
  display: flex;
}
#banner .inner ul li {
  width: 48%;
  margin: auto;
  border: 1px solid #fccb34;
}
#banner .inner ul li a img {
  width: 100%
}

@media screen and (max-width:599px) {
#banner .inner {
  width: 90%;
  margin: 50px auto 0;
}
#banner .inner ul {
  display: block;
}
#banner .inner ul li {
  width: 100%;
  margin: 0 auto 20px;
}
}

/*****2021/08/24*****/
/*****message*****/

.message{
    width: 100%;
    padding: 60px 0 80px;
}

.message h2 img{
    margin: 0 auto 20px;
}

.message p img{
    margin: 0 auto;
}

@media screen and (max-width:767px){
  .message{
    padding: 10.4166vw 0 13vw;
}

.message h2 img{
    margin: 0 auto 3.9vw;
    width: 80.859vw;
}

.message p img{
    width: 92vw;
}
}


/*****access*****/
#access{
    width: 100%;
    padding: 60px 0;
}

#access .inner{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#access .inner dl{
    width: 400px;
}

#access .inner dl dt{
    /* font-size: 3.0rem; */
    font-size: 2.9rem;
    font-weight: bold;
    margin: -8px 0 10px;
    color: #fccb34;
    word-break: break-all;
}

#access .inner dl dd{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    word-break: break-all;
}

#access .inner dl dd img{
    width: 100%;
    margin-bottom: 10px;
}

#access .inner iframe{
    width: 455px;
}

@media screen and (max-width:767px){
  #access{
    padding: 10vw 0 30vw;
}

#access .inner{
    width: 100%;
    display: block;
}

#access .inner dl{
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

#access .inner dl dt{
    font-size: 6.51vw;
    margin: 0 0 2.4vw;
}

#access .inner dl dd{
    font-size: 3.125vw;
    margin: 0 0 4vw;
}

#access .inner dl dd img{
    margin-bottom: 4vw;
}

#access .inner iframe{
    width: 88%;
    height: 110vw;
    display: block;
    margin: 0 auto;
}
}

/* 20230913 追記 */

.btnArea .w100{
  width: 100%;
  text-align: center;
}

.btnArea .jc-c{
  justify-content: center;
  display: flex;
}

#access .mb-50{
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px){
 #access .inner dl dt {
    font-size: 6.4vw;
    margin: 0 0 2.4vw;
} 
}

@media only screen and (max-width: 767px){
nav ul li:nth-child(2) a > span{
    position: absolute;
    top: 9px;
    left: 64px;
    font-size: 3vw;
  
}
}

/*2025/11/27*/
dd.accessbox a {
  padding: 1% 2%;
  background: #f7931e;
  color: #fff;
  margin-top: 5px;
}
dd.accessbox a:hover {
  text-decoration: none;
  opacity: 0.6;
}
