main {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  main {
    font-size: 1.5rem;
  }
}

/*

*/

section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

section section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  section section {
    padding: 40px 0;
  }
}

/*

*/

h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

h2:after {
  content: "";
  background-color: #ee7700;
  width: 44px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -22px;
}

@media (max-width: 768px) {
  h2:after {
    width: 22px;
    height: 1px;
    margin-left: -11px;
    bottom: -8px;
  }
}

h2 + p {
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
  color: #ee7700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  h2 + p {
    font-size: 1rem;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

p.copy {
  font-size: 3rem;
  line-height: 4.8rem;
  color: #ee7700;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  p.copy {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.closed-news {
    text-align: center;
    margin-bottom: 70px;
}

p.lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  p.lead {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
  }
}

p.more {
  width: 280px;
  margin: 0 auto;
  margin-top: 25px;
}

@media (max-width: 768px) {
  p.more {
    width: auto;
  }
}

.media {
  overflow: hidden;
}

.media figure {
  float: left;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .media figure {
    float: none !important;
    margin: 0 !important;
    text-align: center;
  }
}

.media figure.right {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}

.media .body {
  overflow: hidden;
}

/*

*/

#visual {
  padding: 0;
  position: relative;
  max-height: 650px;
}

#visual .slider {
  height: 100%;
  position: relative;
}

#visual .slider:before {
  content: "";
  background-image: url(../../img/visual_parts_01.webp);
  background-size: 100% 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
}

@media (max-width: 768px) {
  #visual .slider:before {
    width: 60px;
    height: 60px;
  }
}

#visual .slider:after {
  content: "";
  background-image: url(../../img/visual_parts_02.webp);
  background-size: 100% 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 10;
}

@media (max-width: 768px) {
  #visual .slider:after {
    width: 60px;
    height: 60px;
  }
}

#visual .slider .slick-list {
  height: 100%;
}

#visual .slider .slick-list .slick-track {
  height: 100%;
}

#visual .slider .slick-list .slick-track .slick-slide {
  height: 100%;
}

#visual .slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

#visual .slider .slick-list .slick-track .slick-slide .slide {
  background-position: 50% 25%;
  background-size: cover;
  height: 100%;
}

#visual .slider .slick-list .slick-track .slick-slide .slide .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 25%;
  background-size: cover;
}

#visual .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  #visual .container {
    top: 0;
  }
}

#visual .container .site-l {
  position: relative;
  height: 100%;
}

#visual .container figure {
  position: absolute;
  right: 100px;
  top: 55%;
  transform: translateY(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  #visual .container figure {
    top: 38%;
    left: 50%;
    right: auto;
    height: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

#visual .container figure img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: none;
  max-height: 90%;
}

@media (max-width: 768px) {
  #visual .container figure img {
    position: relative;
    right: auto;
    display: inline;
  }
}

#visual .container .copy {
  height: auto;
  position: absolute;
  font-feature-settings: "palt";
  top: 70%;
  left: 100px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #visual .container .copy {
    /*		
		top: 76%;
		transform: translate(-50%, -50%);
*/
    top: auto;
    transform: translateX(-50%);
    bottom: 40px;
    left: 50%;
    width: 100%;
    padding: 0 15px;
  }
}

#visual .container .copy p:first-child {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
  width: 100%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  #visual .container .copy p:first-child {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }
}

#visual .container .copy p:first-child .small {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #visual .container .copy p:first-child .small {
    font-size: 16px;
  }
}

#visual .container .copy p + p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 0.075em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  #visual .container .copy p + p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
}

#visual .scroll {
  position: absolute;
  bottom: 10px;
  right: 30px;
  transform: rotate(90deg);
  color: #fff;
  z-index: 10;
  transform-origin: bottom right;
}

#visual .scroll a {
  display: block;
  font-size: 10px;
  line-height: 20px;
  padding-left: 120px;
  background-image: url(../../img/visual_scroll.webp);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #visual .scroll a {
    background-image: none;
    padding-left: 0;
  }
}

#visual .slick-dots {
  bottom: 30px;
}

@media (max-width: 768px) {
  #visual .slick-dots {
    bottom: 5px;
  }
}

#visual .slick-dots li {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

#visual .slick-dots li.slick-active {
  background-color: #ee7700;
}

/*

*/

#health {
  background-color: #ee7700;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 162, 0) 0%,
    rgb(238, 119, 0) 75%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 162, 0) 0%,
    rgb(238, 119, 0) 75%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 162, 0) 0%,
    rgb(238, 119, 0) 75%
  );
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

#health .subtitle {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

#health .title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #health .title {
    font-size: 20px;
    line-height: 30px;
  }
}

#health .btn {
  color: #fff;
  border-color: #fff;
}

#health .btn:after {
  background-image: url(/common/img/icon_arrow_w.webp);
}

/*

*/

#greetings {
  background-color: #fefbf5;
}

#greetings .copy {
  font-size: 28px;
  line-height: 48px;
  text-align: left;
}

@media (max-width: 768px) {
  #greetings .copy {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
}

#greetings figure {
  overflow: hidden;
  width: 378px;
}

@media (max-width: 768px) {
  #greetings figure {
    width: auto;
    max-width: 280px;
    margin: 0 auto !important;
  }
}

#greetings figure img {
  width: 100%;
}

#greetings .signature {
  float: left;
}

@media (max-width: 768px) {
  #greetings .signature {
    text-align: left;
  }
}

#greetings .post {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #greetings .post {
    font-size: 10px;
  }
}

#greetings .name {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  margin: 5px 0;
}

@media (max-width: 768px) {
  #greetings .name {
    font-size: 15px;
  }
}

#greetings .jsda {
  font-size: 12px;
  line-height: 1.6;
  color: #999999;
}

@media (max-width: 768px) {
  #greetings .jsda {
    font-size: 10px;
  }
}

#greetings .acff {
  font-size: 12px;
  line-height: 1.6;
  color: #999999;
}

@media (max-width: 768px) {
  #greetings .acff {
    font-size: 10px;
  }
}

#greetings .banner {
  float: right;
  text-align: center;
  margin-top: 12px;
}

#greetings .banner .jsda img {
  width: 168px;
}

@media (max-width: 768px) {
  #greetings .banner .jsda img {
    width: 103px;
  }
}

#greetings .banner .acff {
  margin-top: 5px;
}

#greetings .banner .acff img {
  width: 58px;
}

@media (max-width: 768px) {
  #greetings .banner .acff img {
    width: 40px;
  }
}

/*

*/

#treatment-swedental {
  background-image: url(../../img/treatment_swedental_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
}

#treatment-swedental {
  color: #fff;
  padding: 80px;
}

@media (max-width: 768px) {
  #treatment-swedental {
    padding: 30px 0;
  }
}

#treatment-swedental .wrapper {
  padding: 60px;
  background-color: rgba(238, 119, 0, 0.9);
}

@media (max-width: 768px) {
  #treatment-swedental .wrapper {
    padding: 30px 15px;
  }
}
#treatment-swedental .subtitle {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#treatment-swedental .copy {
  text-align: center;
  color: #fff;
}

#treatment-swedental .btn {
  color: #fff;
  border-color: #fff;
}

#treatment-swedental .btn:after {
  background-image: url(../img/icon_arrow_w.webp);
}

@media (max-width: 768px) {
  #treatment-01 {
    padding: 0;
  }
}

#treatment-01 ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 920px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #treatment-01 ul {
    width: auto;
  }
}

#treatment-01 ul li {
  float: left;
  padding: 0 20px;
  width: 50%;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 768px) {
  #treatment-01 ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

#treatment-01 ul li figure img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}

#treatment-01 ul li .subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #ee7700;
}

#treatment-01 ul li .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #ee7700;
}

#treatment-01 ul li .marker {
  margin-top: -55px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #treatment-01 ul li .marker {
    margin-top: -37px;
  }
}

#treatment-01 ul li .marker img {
  vertical-align: top;
}

@media (max-width: 768px) {
  #treatment-01 ul li .marker img {
    width: 75px;
  }
}

#treatment-01 .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #treatment-01 .action {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

#treatment-02 {
  padding: 0;
}

#treatment-02 ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #treatment-02 ul {
    padding: 0px;
  }
}

#treatment-02 ul li {
  float: left;
  width: 33.333333%;
  padding: 0 40px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 768px) {
  #treatment-02 ul li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
}

#treatment-02 ul li figure {
  margin: 0 -40px;
}

@media (max-width: 768px) {
}

@media (max-width: 768px) {
  #treatment-02 ul li figure {
    margin: 0 -15px;
  }
}

#treatment-02 ul li figure img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  #treatment-02 ul li figure img {
  }
}

#treatment-02 ul li .subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #ee7700;
}

@media (max-width: 768px) {
  #treatment-02 ul li .subtitle {
    font-size: 13px;
  }
}

#treatment-02 ul li .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
  color: #ee7700;
}

@media (max-width: 768px) {
  #treatment-02 ul li .title {
    line-height: 1.5;
  }
}

#treatment-02 ul li .marker {
  margin-top: -55px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #treatment-02 ul li .marker {
    margin-top: -37px;
  }
}

#treatment-02 ul li .marker img {
  vertical-align: top;
}

@media (max-width: 768px) {
  #treatment-02 ul li .marker img {
    width: 75px;
  }
}

#treatment-02 .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #treatment-02 .action {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

/*

*/

#feature {
  background-image: url(../../img/feature_bg.webp);
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

@media (max-width: 768px) {
  #feature {
    padding: 40px 0;
  }
}

#feature h2 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #feature h2 {
    font-size: 13px;
  }
}

#feature h2:after {
  display: none;
}

#feature h2 + p {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  #feature h2 + p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  #feature figure {
    margin-bottom: 10px !important;
  }
}

/*

*/

#news .container {
  overflow-y: auto;
  height: 320px;
}

#news .newsList .item {
  border-bottom: 1px solid #cbc9c4;
  overflow: hidden;
  padding: 16px;
}

#news .lamza-banner p{
  max-width: 378px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media (max-width: 768px) {
  #news .newsList .item {
    padding: 16px 0;
  }
}

#news .newsList .item:first-child {
  border-top: 1px solid #cbc9c4;
}

#news .newsList .item em {
  float: left;
  color: #ee7700;
  font-style: normal;
}

@media (max-width: 768px) {
  #news .newsList .item em {
    float: none;
  }
}

#news .newsList .item p {
  padding-left: 140px;
}

@media (max-width: 768px) {
  #news .newsList .item p {
    padding-left: 0;
  }
}

#news .newsList .item p a {
  text-decoration: underline;
}

#news .newsList .item p a:hover {
  text-decoration: none;
}

/*

*/

#banner {
  padding: 0;
}

#banner ul {
  overflow: hidden;
}

#banner ul li {
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  #banner ul li {
    width: 100%;
    float: none;
  }
}

#banner ul li a {
  display: block;
  height: 240px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 768px) {
  #banner ul li a {
    height: 120px;
    padding-top: 30px;
  }
}

#banner * {
  position: relative;
}

#banner a:before {
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  transition: all ease 0.3s;
}

#banner a:hover:before {
  transform: scale(1.1);
}

#banner ul li a:after {
  content: "";
  background-image: url(/img/banner_icon_arrow.webp);
  width: 10px;
  height: 16px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

#banner ul li a p:first-child {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  #banner ul li a p:first-child {
    font-size: 20px;
  }
}

#banner ul li a p:first-child + p {
  font-size: 14px;
  margin-top: 4px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  #banner ul li a p:first-child + p {
    font-size: 13px;
    margin-top: 0;
  }
}

#banner .report a:before {
  background-image: url(../../img/banner_01_bg.webp);
}

#banner .recruit a:before {
  background-image: url(../../img/banner_02_bg.webp);
}
#botulinum .for-sp {
  display: none;
}
#botulinum {
  padding: 0;
  margin: 80px auto 80px;
  width: 1000px;
}
#botulinum a {
	display: block;
  }
#infection {
  background-image: url(../../img/infection_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
  margin: 80px auto 80px;
  width: 1000px;
  border: 1px solid #572c00;
}
#salivachecker {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1000px;
  padding: 0;
}
#salivachecker img {
  width: 100%;
}
#salivachecker a {
  display: block;
}

#salivachecker .for-sp {
  display: none;
}
#infection a {
  display: block;
  height: 240px;
  padding-top: 100px;
}

#infection h2:after {
  display: none;
}

@media (max-width: 768px) {
  #botulinum {
    margin: 60px 0px 30px;
    width: auto;
    padding: 0 15px;
  }

  #infection {
    margin: 30px 15px 30px;
    width: auto;
    padding: 0 15px;
  }
  #infection a {
    height: 160px;
    padding-top: 35px;
  }
  #salivachecker {
    margin: 30px 0px 60px;
    width: auto;
    padding: 0 15px;
  }
}

#infection h2 {
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

#infection p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media (max-width: 768px) {
  #recruit p,
  #infection p {
    font-size: 13px;
  }
}

/*

*/

#calendar .site {
  overflow: hidden;
}

#calendar .month {
  float: left;
  padding-left: 30px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #calendar .month {
    float: none !important;
    padding: 0 !important;
    margin-top: 0px;
  }
  #botulinum .for-sp {
    display: block;
  }
  #botulinum .for-pc {
    display: none;
  }
  #salivachecker .for-sp {
    display: block;
  }
  #salivachecker .for-pc {
    display: none;
  }
}

#calendar .month + .month {
  float: right;
  padding-right: 30px;
}

@media (max-width: 768px) {
  #calendar .month + .month {
    margin-top: 20px;
  }
}

#calendar .month h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  #calendar .month h3 {
    margin-bottom: 12px;
  }
}

#calendar .month table,
#calendar .month thead,
#calendar .month tbody,
#calendar .month tr,
#calendar .month th,
#calendar .month td {
  display: block;
}

#calendar .month table {
  margin-top: 10px;
  width: 440px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #calendar .month table {
    width: auto;
  }
}

#calendar .month tr {
  overflow: hidden;
}

.month th,
.month td {
  float: left;
  width: 14.2857143%;
  text-align: center;
  position: relative;
}

.month th {
  color: #000;
  font-size: 13px;
  height: 28px;
  font-weight: normal;
}

.month th:first-child {
  color: #ef6e96;
}

.month th:last-child {
  color: #6ca1e9;
}

.month td {
  text-align: right;
  height: 64px;
  padding-top: 6px;
  padding-right: 6px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .month td {
    height: 56px;
    font-size: 13px;
  }
}

.month td::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.month table td:after {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .month table td:after {
    font-size: 8px;
  }
}

.month table td.close {
  /*
	background-color: #ef6e96;
	*/
  color: #fff;
  color: #ef6e96;
}

.month table td.close:after {
  color: #ef6e96;
  content: "休診日";
}

.month table td.am_close {
  color: #6ca1e9;
}

.month table td.am_close:after {
  color: #6ca1e9;
  content: "午前休診";
}

.month table td.pm_close {
  /*
	background-color: #313a96;
	*/
  color: #fff;
}

.month table td.pm_close:after {
  color: #313a96;
  content: "午後休診";
}

.month table td.other:after {
  color: #686868;
  content: "その他";
}
.site .medical-institution {
	padding: 20px 100px;
	display: flex;
	flex-wrap: wrap;
}
.site .medical-institution li {
	width: calc(100% / 3);
	text-align: center;
}
@media (max-width: 768px) {
	.site .medical-institution {
		flex-direction: column;
		padding: 20px 15px;
	}
	.site .medical-institution li {
		width: 100%;
	}
}