﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*========================
TOPICS
========================*/
.topicwrap {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  flex-wrap: wrap;
}
.topic_title {
  width: 30%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 30px;
}
.topic_detail {
  width: 70%;
  box-sizing: border-box;
}
.topic_detail div{
  line-height: 1.5;
  border-bottom: 1px solid #AAA;
  padding: 15px 0;
}
.topic_detail div:last-child{
  border-bottom: none;
}
.topiceng {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 100%;
  color: #7FCCF2;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.topicjpn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  color: #222;
  line-height: 100%;
}
.toptopicdate {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4AB6F0;
  margin-right: 10px;
  white-space: nowrap;
}
.toptopictitle {
  font-family: 'Noto Serif JP', serif;
}
.toptopictitle a {
  font-weight: 500;
  text-decoration:none;
}
.toptopictitle a:hover {
  text-decoration:underline;
}
@media screen and (max-width: 960px) {
.topiceng {
  font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
.topic_detail div{
  padding: 12px 0;
  }
.topic_title,
.topic_detail {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding: 0;
  }
.topic_title {
  margin-bottom: 15px;
  text-align: left;
  }
.toptopicdate {
  display: block;
  margin: 0 0 3px;
  }
}


/*========================
診療日カレンダー
========================*/
.topcalendar {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.topcalendar li{
  width:50%;
  height: auto;
  margin:0 30px 0 0;
}
.topcalendar li:last-child{
  margin:0 0 0 0;
}
.calendarwrap {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
@media screen and (max-width: 1000px) {
.topcalendar li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.topcalendar {
  flex-direction: column;
  display:block;
  }
.topcalendar li {
  width:100%;
  margin:0 0 25px 0;
  }
.topcalendar li:last-child{
  margin:0 0 0 0;
  }
}


/*========================
関連リンク他
========================*/
.notice {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.notice li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 12px 0 12px;
  box-sizing: border-box;
}
.notice img {
  width:100%;
}
.notice li a{
  text-decoration: none;
}
.notice_title{
  position:relative;
  width:100%;
  background:#138BCA;
  padding:8px 6px 10px;
  text-align:center;
  color:#FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.notice_title:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-top-color:#138BCA;
  top:100%;
  left:50%;
}
.notice li p{
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: normal;
  padding: 0 6px;
}
@media screen and (max-width: 1000px) {
.notice li {
  padding:0 5px 0 5px;
  }
.notice_title{
  padding:6px 5px 8px;
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.notice li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 5px 15px 5px;
  box-sizing: border-box;
  }
}


/*========================
CONCEPT
========================*/
.conceptwrap {
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  background-image:url(../img/index/concept.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.concepttitle_eng {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 100%;
  color: #FFF;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}
.concepttitle_jpn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}
.conceptcol {
  width:100%;
  height: auto;
  max-width: 1240px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.conceptcol li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:0 10px 0 10px;
  box-sizing: border-box;
}
.conceptbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items:center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #332A1F;
  line-height: 1.7;
  text-align: center;
}
.conceptbr {
  display: none;
}
.conceptbr2 {
  display: block;
}
@media screen and (max-width: 1280px) {
.conceptwrap {
  padding: 100px 10px;
  }
.conceptcol li {
  padding:0 6px 0 6px;
  }
.conceptbox {
  font-size: 1.05em;
  padding: 30px 15px;
  }
}
@media screen and (max-width: 1080px) {
.conceptbox {
  font-size: 0.95em;
  }
}
@media screen and (max-width: 940px) {
.conceptbr {
  display: block;
  }
.conceptbr2 {
  display: none;
  }
}
@media screen and (max-width: 767px) {
.conceptwrap {
  padding: 60px 30px 40px;
  }
.concepttitle_eng {
  font-size: 2.6em;
  }
.concepttitle_jpn {
  font-size: 1.2em;
  margin-bottom: 40px;
  }
.conceptcol li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
.conceptbox {
  max-width: 380px;
  padding: 30px 20px;
  font-size: 1.1em;
  }
.conceptbr {
  display: none;
  }
.conceptbr2 {
  display: block;
  }
}


/*========================
診療内容一覧
========================*/
.topservicewrap {
  width: 100%;
  padding: 60px 20px 40px;
  margin: 0 auto;
  background: #F7E9A1;
}
.topservice {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.topservice li {
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  height: auto;
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.topservice li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-size: 1.15em;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
.topservice li a {
  font-size: 1em;
  }
}
@media screen and (max-width: 1000px) {
.topservicewrap {
  padding: 40px 15px 25px;
  }
.topservice li {
  padding:0 6px 12px 6px;
  }
.topservice li a {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.topservice li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 6px 12px 6px;
  }
}
@media screen and (max-width: 640px) {
.topservice li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
.topservice li a {
  font-size: 1em;
  }
}

/*ボックス*/
.tsbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background: #FFF;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  position: relative;
}
@media screen and (max-width: 1000px) {
.tsbox {
  padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
.tsbox {
  padding: 15px 10px;
  }
}

.tsbox_implant::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #5AC4EF;
  border-left: 1.4em solid transparent;
}
.tsbox_denture::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #F7B769;
  border-left: 1.4em solid transparent;
}
.tsbox_invisalign::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #F091A0;
  border-left: 1.4em solid transparent;
}
.tsbox_child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #A4B5DB;
  border-left: 1.4em solid transparent;
}
.tsbox_directbonding::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #C1A58B;
  border-left: 1.4em solid transparent;
}
.tsbox_whitening::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #8DC685;
  border-left: 1.4em solid transparent;
}
.tsbox_rootcanal::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #D57662;
  border-left: 1.4em solid transparent;
}
.tsbox_gum::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #8EC2E6;
  border-left: 1.4em solid transparent;
}
.tsbox_wisdom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #7E9A5F;
  border-left: 1.4em solid transparent;
}
.tsbox_maintenance::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.4em solid #EBC221;
  border-left: 1.4em solid transparent;
}

.tsbox_implant:hover {
  background: #BDE7F9;
}
.tsbox_denture:hover {
  background: #FCE2C3;
}
.tsbox_invisalign:hover {
  background: #F9D3D9;
}
.tsbox_child:hover {
  background: #DBE1F1;
}
.tsbox_directbonding:hover {
  background: #E6DBD1;
}
.tsbox_whitening:hover {
  background: #D1E8CE;
}
.tsbox_rootcanal:hover {
  background: #EEC8C0;
}
.tsbox_gum:hover {
  background: #D2E7F5;
}
.tsbox_wisdom:hover {
  background: #CBD7BF;
}
.tsbox_maintenance:hover {
  background: #FAEFC6;
}

/*丸アイコン*/
.tsthumb_implant {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #BDE7F9;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_denture {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #FCE2C3;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_invisalign {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #F9D3D9;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_child {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #DBE1F1;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_directbonding {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #E6DBD1;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_whitening {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #D1E8CE;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_rootcanal {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #EEC8C0;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_gum {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #D2E7F5;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_wisdom {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #CBD7BF;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.tsthumb_maintenance {
  width: 64%;
  margin: 0 auto;
  padding: 24px;
  background: #FAEFC6;
  border-radius: 9999px;
  margin-bottom: 8px;
}

.tsthumb_implant img,
.tsthumb_denture img,
.tsthumb_invisalign img,
.tsthumb_child img,
.tsthumb_directbonding img,
.tsthumb_whitening img,
.tsthumb_rootcanal img,
.tsthumb_gum img,
.tsthumb_wisdom img,
.tsthumb_maintenance img {
  width: 100%;
  max-width: 84px;
}

@media screen and (max-width: 1000px) {
.tsthumb_implant,
.tsthumb_denture,
.tsthumb_invisalign,
.tsthumb_child,
.tsthumb_directbonding,
.tsthumb_whitening,
.tsthumb_rootcanal,
.tsthumb_gum,
.tsthumb_wisdom,
.tsthumb_maintenance {
  width: 84%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
.tsthumb_implant,
.tsthumb_denture,
.tsthumb_invisalign,
.tsthumb_child,
.tsthumb_directbonding,
.tsthumb_whitening,
.tsthumb_rootcanal,
.tsthumb_gum,
.tsthumb_wisdom,
.tsthumb_maintenance {
  width: 84px;
  margin: 0 auto;
  padding: 12px;
  margin-bottom: 8px;
  }
}


/*========================
FACILITIES
========================*/
.topfacilityeng {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 100%;
  font-size: 3em;
  letter-spacing: 0.03em;
  color: #CCC;
  margin-bottom: 20px;
  text-align: center;
}
.topfacilityjpn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
.topfacilityeng {
  font-size: 2.5em;
  margin-bottom: 15px;
  }
.topfacilityjpn {
  font-size: 1em;
  text-align: left;
  margin-bottom: 25px;
  }
.tfbr {
  display: none;
  }
}

/*ループスライダー*/
.loopSlide {
  width: 100%;
}
.loopSlide li img {
  width: 100%;
  max-width: 380px;
  margin: 0 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.loopSlide p {
  text-align: center;
  margin-top: 6px;
  padding: 0 10px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
.loopSlide li img {
  max-width: 300px;
  }
.loopSlide p {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.loopSlide li img {
  max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
.loopSlide li img {
  max-width: 180px;
  }
}
