@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}
/*==========================
mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {
  }
  .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  background: #00c39d;
  border-radius: 0;
  width: 100%;
  max-width: 280px;
  padding: 0.7em 1em 0.6em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transition: 200ms;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00c39d;
  border-right: 1px solid #00c39d;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:before {
  right: 7px;
}
.btn-style a:hover:after {
  right: 13px;
}

.btn-style.reverse a {
  color: #00c39d;
  background: #fff;
  border: 1px solid #00c39d;
  border-radius: 6px;
  max-width: 210px;
}
.btn-style.reverse a:before {
  background: #00c39d;
}
.btn-style.reverse a:after {
  border-color: #fff;
}

.under .btn-style a {
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 0.5em 0 0.5em 2em;
  width: 110px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 140px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  color: #282828;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 3em 0.5em;
  margin: 0 auto 10px;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
  position: relative;
}
.sec_news .news .btn a {
  position: absolute;
  top: 7px;
  right: 0;
  color: #fff;
  font-size: 15px;
  background: #00c39d;
  display: table;
  padding: 0.3em 1em 0.2em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: " >";
}
.sec_news figure{
  margin: 0.5em 0 1.5em;
}
.sec_news .time-table{
  margin-bottom: 5px;
}
.sec_news .time-table tbody th,
.sec_news .time-table tbody td{
  padding: 0.8em 5px 0.7em;
}

.top h2{
  font-size: 30px;
}
.top h2,.top h3{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.sec01{
  padding: 5% 0;
}
.sec01 h2{
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
.sec01 p{
  line-height: 2;
  margin-bottom: 1.5em;
}
.sec02{
  padding: 4% 0;
}
.sec02 h2{
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.sec02 h2 span{
  font-size: 53.33%;
  letter-spacing: 0;
}
.sec02 h3{
  font-size: 24px;
  font-weight: bold;
  color: #845838;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.7em 35% 1.5em 3%;
  margin-bottom: 15px;
  min-height: 125px;
  box-sizing: border-box;
  position: relative;
}
.sec02 h3:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 6px;
  background: url(img/line01.png) repeat-x center left;
}
.sec02 h3 img{
  position: absolute;
  top: -40px;
  right: -40px;
  margin: auto;
  max-width: 60%;
  max-height: none;
}
.sec02 p{
  margin: 0;
}
.sec02 .col_3 p{
  padding: 0 3%;
  box-sizing: border-box;
}
.sec02 .box_link a{
  z-index: 1;
}

.sec02 .column{
  padding: 2%;
  border-radius: 8px;
  margin-bottom: 2%;
  position: relative;
  transition: 200ms;
}
.sec02 .column:hover{
  opacity: 0.7;
}
.sec02 .column:after{
  content: '';
  position: absolute;
  right: 5%;
  bottom: 5%;
  margin: auto;
  width: 27px;
  height: 27px;
  background: url(img/arrow01.png) no-repeat center / contain;
}
.sec02 .con01{
  background: url(img/sec02_bg01.jpg) no-repeat center / cover;
}
.sec02 .con02{
  background: url(img/sec02_bg02.jpg) no-repeat center / cover;
  margin-top: 5%;
}
.sec02 .con03{
  background: url(img/sec02_bg03.jpg) no-repeat center / cover;
}
.sec02 .con04{
  background: url(img/sec02_bg04.jpg) no-repeat center / cover;
}
.sec02 .con05{
  background: url(img/sec02_bg05.jpg) no-repeat center / cover;
}
.sec02 .column .space {
  float: left;
  height: 5.5em
}
.sec02 .column .img {
  float: left;
  clear: both;
  margin: 0 1.2em 0 0;
}
.sec03 h2{
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.sec03 h2 span{
  font-size: 160%;
  color: #00c39d;
}
.sec03 ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .con01,
.sec03 .con02{
  margin-bottom: 4%;
}
.sec03 .con02 > p{
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #e5804e;
  text-align: center;
}
.sec03 .bnr_block{
  background: #f9fcfb;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.sec03 .bnr_block .btn-style a{
  max-width: 100%;
}
.sec03 .bnr_block .clearfix{
  overflow: visible;
}
.sec03 .bnr_block h3{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #2e8d59;
  line-height: 1.3;
  letter-spacing: -0.07em;
  margin-bottom: 0.5em;
}
.sec03 .bnr_block p{
  line-height: 2;
}
.sec03 .bnr_block .btn-style a{
  font-size: 18px;
  font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.9em 2em;
}

.sec04{
  padding: 4% 0;
}
.sec04 h2{
  color: #00c39d;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
.sec04 h2 span{
  font-size: 60%;
  font-weight: bold;
}
.sec04 p{
  line-height: 2;
}
.sec05{
  padding: 5% 0;
  background: url(img/sec05_bg01.jpg) no-repeat center left 30% / cover;
}
.sec05 h2{
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.sec05 h2 span{
  font-size: 53.33%;
}
.sec05 ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec06{
  padding: 3% 0;
  background: #f6f4f0;
}
.sec06 .bnr_block{
  border-radius: 12px;
}
.sec06 h2{
  color: #2e8d59;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.sec06 h2 span{
  font-size: 60%;
  letter-spacing: 0.15em;
  margin-bottom: 0.7em;
  color: #666;
  display: block;
}

@media screen and (min-width: 768px) {
  .mainimage{
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec_news {
    padding: 4% 0;
    background: linear-gradient(90deg,#f5f3e9 50%,#e8ffff 50%);
  }
  .sec01{
    background: url(img/sec01_bg01.jpg) no-repeat center right 40% / cover;
  }
  .sec02 .col_3{
    width: 31.5%;
  }
  .sec02 .col_3:not(:first-child){
    margin-left: 4%;
  }
  .sec02 .col_2{
    width: 47%;
  }
  .sec02 .col_2:not(:first-child){
    margin-left: 6%;
  }
  .sec03 ul li{
    width: 15%;
  }
  .sec03 ul li + li{
    margin-left: 2%;
  }
  .sec03 .con_l{
    width: 30%;
    min-height: 290px;
  }
  .sec03 .con_r{
    width: 68%;
    padding: 5% 3% 1% 0;
    box-sizing: border-box;
  }
  .sec03 .con_l img{
    position: absolute;
    bottom: 0;
    left: 1%;
    margin: auto;
    max-width: 30%;
    max-height: none;
    z-index: 1;
  }
  .sec04{
    background: url(img/sec04_bg01.jpg) no-repeat center right 45% / cover;
  }
  .sec04 p{
    width: 70%;
  }
  .sec05 ul li{
    width: 18.4%;
    margin-bottom: 4%;
  }
  .sec05 ul li:not(:nth-child(5n+1)){
    margin-left: 2%;
  }
  .sec06 .bnr_block{
    padding: 5% 3% 3%;
    background: url(img/sec06_bg01.jpg) no-repeat center right 30% / cover;
  }
  .sec06 .bnr_block p{
    width: 65%;
  }
}


/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec04 p{
    text-shadow: 0 1px 3px #fff,0 -1px 3px #fff,1px 0 3px #fff,-1px 0 3px #fff;
  }
	.sec02 h3 {
    font-size: 17px;
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .scroll > table{
    width: 100%;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns, .column:not(:last-child){
    margin-bottom: 4%;
  }
  .columns.wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 22px;
  }
  .sec_news .topinner{
	width:auto;
    margin: auto;
    max-width: 100%;
  }
  .sec_news .column{
    padding: 2em 2%;
    margin: 0 !important;
  }
  .sec_news .column:nth-child(1){
    background: #f5f3e9;
  }
  .sec_news .column:nth-child(2){
    background: #ecf7df;
  }

  .sec_news .news h3 {
    font-size: 24px;
  }
  .sec_news .news .btn a {
    top: 3em;
    right: 2%;
  }
  .sec02 .column{
    margin: 50px 0 0 !important;
  }
  .sec02 h3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
  }
.sec02 h3 {
    font-size: 20px;
    min-height: 120px;
  }
  .sec02 h3 img {
    top: -40px;
    right: -20px;
    max-width: 40%;
  }
  .sec02 .column p {
    padding-bottom: 2em;
  }
  .sec03 ul{
    flex-wrap: wrap;
  }
  .sec03 ul li {
    width: 32%;
    margin-bottom: 2%;
  }
  .sec03 ul li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .sec03 .con02 > p {
    font-size: 16px;
  }
  .sec03 .bnr_block h3 {
    font-size: 18px;
  }
  .sec03 .con_l{
    margin-bottom: -10%;
  }
  .sec03 .btn-style a{
    margin-bottom: 0;
  }
  .sec04{
    background: #ecf7df;
  }
  .sec05 h2 {
    font-size: 18px;
  }
  .sec05 ul li {
    width: 32%;
    margin-bottom: 2%;
  }
  .sec05 ul li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .sec06 .bnr_block{
    padding: 47% 4% 4%;
    background: url(img/sp_sec06_bg01.jpg) no-repeat center top / 100% auto,#fff;
  }
}

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

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ======== 下層 */
.page-orthodontics .ttl01{
  font-size: 24px;
  color: #1696a9;
  text-align: center;
}
.ortho01 .con01 .ttl01{
  background: url(img/orthodontics_icon01.png) no-repeat center top;
  padding-top: 110px;
}
.ortho01 .con02 .ttl01{
  background: url(img/orthodontics_icon02.png) no-repeat center top;
  padding-top: 120px;
}
.ortho01 .con03 .ttl01{
  background: url(img/orthodontics_icon03.png) no-repeat center top;
  padding-top: 90px;
}
.ortho01 .columns{
  padding: 2%;
}
.ortho01 .con01,
.ortho01 .con03{
  background: rgba(47,181,201,.1);
}

.beautihul_list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.beautihul_list li{
  background: #1696a9;
  border-radius: 50%;
  color: #fff;
  padding: 5% 2%;
  margin-bottom: 1em;
  box-sizing: border-box;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-denture .bg-block_p.merit h5{
  background: #ef7254;
}
.page-denture .bg-block_b.merit h5{
  background: #1696a9;
}

.page-denture .merit h5{
  text-align: center;
  display: block;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
}
.page-denture .merit h5:before{
  content: none;
}
.page-denture .merit ul{
  padding: 0 4% 4%;
}



@media screen and (min-width: 768px) {
  .page-implant .flow-wrap img,
  .page-perio .perio01 img{
   max-width: 20%;
  }
  .ortho01 .columns{
    -webkit-box-align: center;
    align-items: center;
  }
  .ortho01 .column:nth-child(1){
    width: 25%;
  }
  .ortho01 .column:nth-child(2){
    width: 73%;
  }
  .beautihul_list li{
    width: 18.4%;
  }
  .beautihul_list li:not(:nth-child(5n+1)){
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .page-implant .flow-wrap img,
  .page-perio .perio01 img{
    max-width: 33%;
  }

  .beautihul_list li{
    width: 32%;
    font-size: 12px;
    padding: 5%;
  }
  .beautihul_list li:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
}
