@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);
  }
}

/*==========================
	汎用に使えるボタン
==========================*/
.link_btn {
  text-align: center;
}

.link_btn a {
  background: #f5be00;
  display: block;
  color: #fff;
  position: relative;
  padding: 20px 20px 18px;
  width: 100%;
  max-width: 230px;
  text-align: center;
  transition: all .3s;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}

.link_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.link_btn a:hover:before {
  right: 13px;
}

.btns {
  text-align: center;
  margin: 1em auto 0;
}

.link_btn.btns a {
  display: inline-block;
  width: 48%;
  max-width: 300px;
  margin: 0 1% 2%;
}

/*==========================
	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 コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

.top .mainblock a:hover {}

.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  box-sizing: border-box;
}

.sec_news .news dt {
  float: left;
  color: #333;
}

.news dd a {
  text-decoration: none;
  color: #333;
}

.sec_news .news dt {
  padding: 12px 5px;
  width: 100px;
}

.sec_news .news dd {
  padding: 12px 5px;
  border-bottom: 1px solid #ccc;
}

.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: 24px;
  color: #6bbe3e;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #6bbe3e;
  margin: 0 auto 10px;
  box-sizing: border-box;
}

.sec_news .news .btn a {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #f5be00;
  display: table;
  padding: 1px 12px;
}

.sec_news .news .btn a:after {
  content: " >";
  font-weight: bold;
  padding-left: 10px;
}

.top h2 {
  font-size: 36px;
  font-weight: normal;
  color: #6bbe3e;
  text-align: center;
  padding-bottom: 0.7em;
  line-height: 1.3;
  margin-bottom: 1em;
  position: relative;
}

h2.h2_icon:after,
.top h2:after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #6bbe3e 50%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

h2.h2_icon {
  font-size: 36px;
  font-weight: normal;
  color: #6bbe3e;
  text-align: center;
  padding-bottom: 0.7em;
  line-height: 1.3;
  margin-bottom: 1em;
  position: relative;
  background: url(img/h2_icon.png) no-repeat left 2px;
  display: table;
  margin: 0 auto 1em;
  padding-left: 36px;
}

/*sec01*/
.sec01 {
  background: url(img/sec01_bg.jpg) no-repeat center / cover;
  text-align: center;
  padding: 15% 0;
}

.sec01 .p01 {
  font-size: 22px;
  margin-top: 1.2em;
}

.sec01 .p01 span {
  color: #e18602;
  font-weight: bold;
}

/*sec02*/
.sec02 {
  background: url(img/sec02_bg.jpg) no-repeat center / cover;
  padding: 4em 0 2em;
}

.sec02 h2 {
  font-size: 37px;
  color: #3f3f3f;
}

.sec02 h2 span {
  font-size: 54px;
  color: #6bbe3e;
}

.sec02 h3 {
  font-size: 37px;
  color: #3f3f3f;
  line-height: 1.3;
  margin-bottom: 0.3em;
  padding-top: 70px;
  position: relative;
}

.sec02 h3:before {
  content: "";
  width: 157px;
  height: 111px;
  background: url(img/sec02_no01.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.sec02 .sec02_2 h3:before {
  background: url(img/sec02_no02.png) no-repeat;
}

.sec02 .sec02_3 h3:before {
  background: url(img/sec02_no03.png) no-repeat;
}

.sec02 .sec02_4 h3:before {
  background: url(img/sec02_no04.png) no-repeat;
}

.sec02 .sec02_4 .link_btn a {
  max-width: 245px;
}

.sec02 h4 {
  font-size: 20px;
  color: #6bbe3e;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

/*sec03*/
.sec03 {
  padding: 4em 0;
}

.sec03 .column {
  box-sizing: border-box;
}

.sec03 .column {
  background: #f3fbee;
}

.sec03 .column:last-child {
  background: #fffae9;
}

.sec03 .column h3 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  background: #6bbe3e url(img/sec03_icon01.png) no-repeat 30px;
  line-height: 1.3;
  padding: 0.9em 0;
}

.sec03 .column:last-child h3 {
  background: #f5be00 url(img/sec03_icon02.png) no-repeat 30px;
}

.sec03 ul {
  margin: 1em 2em;
}

.sec03 ul li:before {
  content: "・";
}

.sec03 ul li:hover,
.sec03 ul li a:hover {
  text-decoration: underline;
  color: #6bbe3e;
}

.sec03 .column:last-child ul li:hover,
.sec03 .column:last-child ul li a:hover {
  color: #f5be00;
}

/*sec04*/
.sec04 {
  background: url(img/sec04_bg.jpg) no-repeat center / cover;
  padding: 4em 0;
}

.sec04 .columns {
  background: linear-gradient(RGBA(225, 221, 206, .5) 0%, transparent 100%);
  box-sizing: border-box;
  padding: 1.5em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.sec04 .columns:before {
  content: "";
  width: 289px;
  height: 243px;
  background: linear-gradient(RGBA(107, 190, 62, .1) 0%, transparent 100%);
  position: absolute;
  top: -47px;
  left: 55px;
  z-index: -1;
}

.sec04 .columns.col2:before {
  left: auto;
  right: 55px;
}

.sec04 .col2 .link_btn a {
  max-width: 270px;
}

.sec04 p {
  position: relative;
  z-index: 2;
}

/*sec05*/
.sec05 {
  background: url(img/sec05_bg.jpg) no-repeat center / cover;
  padding: 4em 0;
}

.sec05 .bg2 {
  margin-top: 1.5em;
}

.sec05 ul li {
  line-height: 1.5;
}

.sec05 .bg2 p {
  margin-bottom: 0;
}

.sec05 .link_btn a {
  margin: 2em 0 0 auto;
}

.pay-list li {
  float: left;
  margin-right: 1em;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width: 1000px) {}

@media screen and (min-width: 768px) {
  .mainimage {
    /*background:url(img/mainimage01.jpg) no-repeat center / cover;
      height:834px;*/
  }

  .mainimage .slide_item>div {
    height: 834px;
    background-position: center;
    background-size: cover;
  }

  .mainimage .item1 {
    background-image: url(img/mainimage1.jpg);
  }

  .mainimage .item2 {
    background-image: url(img/mainimage2.jpg);
  }

  .mainimage .item3 {
    background-image: url(img/mainimage3.jpg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .mainimage .slide_item>div {
    height: 0;
    padding-bottom: 55.6%;
  }
}

@media screen and (min-width: 768px) {

  .sec02 .con_l,
  .sec02 .con_r {
    width: 48%;
    margin-bottom: 2.5em;
  }

  .sec02 .link_btn a,
  .sec04 .link_btn a {
    margin: 0;
  }

  .sec02_3 .link_btn a {
    display: inline-block;
    width: 49%;
  }

  .sec02_3 .link_btn a+a {
    margin-left: 2%;
  }

  .columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }

  .sec02 .columns .column {
    width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .sec04 .col1,
  .sec04 .col3 {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sec04 .columns .column {
    width: 44%;
    -webkit-box-flex-basis: 44%;
    -webkit-flex-basis: 44%;
    flex-basis: 44%;
  }

  .sec04 .columns .column.col_img {
    width: 54%;
    -webkit-box-flex-basis: 54%;
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
  }

  .sec04 p {
    margin-top: 5%;
  }

  .sec05 .bg1 .con_r {
    width: 62%;
  }

  .sec05 .bg1 .con_l {
    width: 38%;
  }

  .sec05 .bg2 .con_l,
  .sec05 .bg2 .con_r {
    width: 48%;
  }

  .sec05 .bg2 .con_r ul {
    margin-top: 1.8em;
  }
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec02 h3 {
    font-size: 28px;
  }

  .top .sec04 h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1041px) {
  .sec02_3 .link_btn a {
    width: 100%;
    margin: 5px auto !important;
  }

  .sec02_3 .link_btn {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .link_btn a {
    padding: 5px 20px;
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /*==========================
      　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 {
    padding: 2em 0 0;
  }

  #main .news dt {
    padding: 15px 0 0;
  }

  #main .news dd {
    padding: 15px 0 10px;
  }

  /*==========================
      電話ボタン
  ==========================*/
  #main>.telbtn {
    margin-bottom: 1.2em;
  }

  .telbtn {
    text-align: center;
    margin-bottom: 1em;
  }

  .telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
  }

  .telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
  }

  .telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }

  /*==========================
      loop
  ==========================*/
  .loopSlider {}

  .loopSlider ul {}

  .loopSlider ul li {}

  /*==========================
      　TOP コンテンツ
  ==========================*/
  .top h2 {
    font-size: 22px;
    background: url("img/top_sp_h3_img.png")no-repeat center;
    padding: 10px 0;
    background-size: auto 60px;
    margin-bottom: 20px;
    color: #333;
  }

  .top h2 .subtext {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: bold;
  }

  h2.h2_icon:after, .top h2:after {
    display: none;
  }

  .top h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #6bbe3e 50%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sec02 h2 span {
    font-size: 40px;
  }

  .sec02 h4 {
    font-size: 18px;
  }

  .sec02 h3 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 8px;
    color: #6bbe3e;
    margin-bottom: 20px;
    text-align: center;
  }

  .sec02 h3:before {
    display: none;
  }

  .sec02_1, .sec02_2, .sec02_3 {
    margin-bottom: 1em;
  }

  .sec03 .column {
    padding-bottom: 1px;
    margin-bottom: 1em;
  }

  .sec04 .columns:before {
    top: -24px;
  }

  .sec01 {
    padding: 8% 0 5%;
  }

  .sec02, .sec03, .sec05 {
    padding: 2em 0;
  }

  .sec04 {
    padding: 2em 0 0;
  }

  .sec04 .col_img {
    margin-bottom: 1em;
  }

  .sec05 .link_btn a {
    margin: 2em auto 0;
  }

  .pay-list {
    margin-top: 1em;
  }

  /* -------------------------------------------
	SP　出し分け
------------------------------------------- */
  .sp_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .sp_columns.col2 {
    gap: 15px;
  }

  .sp_columns.col2>* {
    width: calc((100% - 15px)/2);
  }

  .sp_columns.col3 {
    gap: 15px;
  }

  .sp_columns.col3>* {
    width: calc((100% - 30px)/3);
  }

  .btn-style2 a {
    background: #f5be00;
    box-shadow: 5px 5px 0 #dcab00;
    display: block;
    color: #fff;
    position: relative;
    padding: 10px 5px 12px;
    width: 100%;
    max-width: 230px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.2;
  }

  .btn-style2 a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
  }

  .btn-style2 a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
  }

  .bnr-area .btn-style2 a img {
    max-width: 30%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  .bnr-area .btn-style2:nth-child(2n) a {
    background: #ff9721;
    box-shadow: 5px 5px 0 #e5881e;
  }

  .bnr-area .btn-style2 a {
    font-size: 14px;
  }

  .bnr-area .sp_columns.col3 {
    padding-right: 5px;
  }

  #main .news .btn a {
    position: relative;
    margin: 5px auto 0;
    padding: 2px 35px;
    font-weight: bold;
    font-size: 12px;
  }

  #main .news .btn a:after {
    content: '';
    position: absolute;
    top: 46%;
    margin-top: -3px;
    right: 10px;
    padding: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sec_news .news h3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .sec_news .news h3:after {
    display: none
  }

  .sec02 .sp_columns.col2 {
    margin-top: 30px;
  }

  .sec02 .sp_columns.col2 figure {
    margin-bottom: 10px;
  }

  .sec07 a {
    border: 1px solid #6bbe3e;
    background: #f3fbee;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    font-size: 12px;
    line-height: 1.2em;
    transition: 0.2s;
    font-weight: bold;
  }

  .sec07 a:hover {
    background: #e3f2da;
  }

  .sec07 a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #6bbe3e;
  }

  .sec07 a img {
    transition: 0.2s;
    display: inline-block;
    width: 31%;
    margin-right: 6px;
  }

  .sec03 ul li:before {
    display: none;
  }

  .sec03 ul {
    padding-right: 5px;
    margin: 0;
  }

  .btn-style2 a {
    padding: 10px 0;
  }

  .sec03 .btn-style2:nth-child(4n-1) a,
  .sec03 .btn-style2:nth-child(4n-2) a {
    background: #6bbe3e;
    box-shadow: 5px 5px 0 #60ab38;
  }

  .sec03 .btn-style2 a img {
    max-width: 40%;
    display: block;
    margin: auto;
  }

  .sec03 ul li:hover, .sec03 ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .sec08 {
    background: url("img/sp_sec08_bg.jpg")no-repeat center top;
    background-size: contain;
  }

  .sec08 h2 {
    padding: 1.5em 0;
    margin-bottom: 0;
  }

  .sec08 .sp_columns {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    width: 420px;
    max-width: 100%;
    margin: auto;
  }

  .sec08 figure {
    border: 1px solid #ccc;
    width: 28%;
  }

  .sec08 .sp_columns p:first-child {
    position: relative;
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .sec08 .sp_columns:first-child p:first-child {
    padding-left: 32px;
  }

  .sec08 .sp_columns p:before {
    font-size: 30px;
    color: #6bbe3e;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .sec08 .sp_columns:nth-child(1) p:first-child:before {
    content: "01";
  }

  .sec08 .sp_columns:nth-child(2) p:first-child:before {
    content: "02";
  }

  .sec08 .sp_columns:nth-child(3) p:first-child:before {
    content: "03";
  }

  .sec08 .sp_columns:nth-child(4) p:first-child:before {
    content: "04";
  }

  .sec08 .sp_columns:nth-child(5) p:first-child:before {
    content: "05";
  }

  .sec09 {
    padding-top: 2em;
  }

  .sec09 img {
    padding: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .clinic-slide_box img {
    padding: 4px;
  }

  .clinic-slide_box .slick-next:after {
    left: auto;
    right: 40%;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .clinic-slide_box .slick-prev {
    left: 5%;
  }

  .clinic-slide_box .slick-next {
    right: 5%;
  }

  .clinic-page {
    padding: 0 40px;
  }

  .clinic-page .slick-arrow {
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #5b3600;
    top: 60%;
  }

  .clinic-page button.slick-prev {
    left: 4%;
  }

  .clinic-page button.slick-next {
    right: 4%;
  }

  .clinic-page .slick-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
  }

  .clinic-page .slick-arrow.slick-next:after {
    transform: rotate(-135deg);
    left: auto;
    right: 40%;
  }

  .clinic-slide_box {
    background: #f3f3f3;
    margin: 0 0 10px;
  }

  .slick-slide {
    margin-bottom: 0 !important;
  }

  .slick-slide:hover {
    cursor: pointer !important;
  }

  .clinic-page_box .slick-slide {
    padding: 5px;
  }

  .sec05 {
    padding: 2em 0 0;
    background: none;
  }

  .sec05 .bg {
    border: 1px solid #f5be00;
    padding: 20px 10px;
    background: url("img/sp_sec05_bg.jpg")no-repeat bottom left 30%/ cover;
  }

  .sec05 h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #6bbe3e;
    position: relative;
  }

  .sec05 h3:after {
    display: none;
  }

  .sec05 .text_box p:not(.link_btn) {
    font-size: 14px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
      0 0 5px #fff,
      0 0 5px #fff,
      0 0 5px #fff,
      0 0 5px #fff,
      0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }

  .sec05 .text_box {
    width: 200px;
    margin-left: auto;
  }

  .sec05 p.name {
    line-height: 1.4;
  }
}

/*-------------------------------------------
------------歯科矯正LP------.page-kyousei ---
--------------------------------------------*/
.page-kyousei .page-title, .page-kyousei .bread_wrap {
  display: none;
}

.page-kyousei #contents>.inner {
  width: 100%;
  max-width: 100%;
}

.page-kyousei .mainblock {
  color: #3f3f3f;
}

.page-kyousei h2 {
  font-size: 42px;
  color: #3f3f3f;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  display: block;
  background: url(img/lp_line01.png) repeat-x bottom;
  padding-left: 0;
}

.page-kyousei .h2_ttl h2 {
  background: none;
  color: #fff;
  padding: 0.5em 0;
  margin-bottom: 0;
}

.page-kyousei h3 {
  font-size: 37px;
  color: #3f3f3f;
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}

.page-kyousei h3:after {
  content: "";
  width: 50px;
  height: 4px;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-bottom: 4px double #800000;
}

ul.ul_lp li {
  font-size: 21px;
  margin-bottom: 0.5em;
}

ul.ul_lp li span {
  font-size: 17px;
  text-indent: 1em;
  display: block;
}

ul.ul_lp li:before {
  content: "・";
  color: #800000;
}

/*lp01*/
.page-kyousei .lp01 {
  background: url(img/lp01_bg.jpg) no-repeat center / cover;
  padding: 5% 0;
}

.page-kyousei .lp01 .page-list {
  background: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

.page-kyousei .ul_arrow li a {
  color: #3f3f3f;
}

.page-kyousei .ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.25em;
  left: 3px;
  margin: 0 0 0 0;
  border: 7px solid transparent;
  border-top: 12px solid #800000;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-kyousei .lp01 h3 {
  font-size: 46px;
  text-align: center;
}

.page-kyousei h3 .lp_small {
  font-size: 37px;
}

.page-kyousei span.lp_red {
  color: #800000;
}

/*lp02*/
.page-kyousei .lp02 {
  background: url(img/lp02_bg.png);
  padding: 5% 0;
}

.page-kyousei .lp02 h3 {
  padding-bottom: 0.4em;
  background: url(img/lp_line02.png) repeat-x bottom;
}

.page-kyousei .lp02 h3:after {
  display: none;
}

/*lp03*/
.page-kyousei .lp03 {
  background: url(img/lp03_bg.jpg) no-repeat center / cover;
  padding: 0 0 5%;
}

.page-kyousei .lp03 .h2_ttl {
  background: #800000;
  margin-bottom: 5%;
}

.page-kyousei .lp03 .columns+.columns {
  border-top: 1px solid #800000;
  margin-top: 5%;
  padding-top: 5%;
}

/*lp04*/
.page-kyousei .lp04 {
  background: url(img/lp02_bg.png);
  padding: 0 0 5%;
}

.page-kyousei .lp04 .h2_ttl {
  background: #1b9ca4;
}

.page-kyousei .lp04 h3:after {
  border-color: #1b9ca4;
}

.page-kyousei .lp04 .lp_title {
  font-size: 24px;
  line-height: 1.5;
  background: url(img/lp_icon01.png) no-repeat center top;
  padding-top: 60px;
  margin-top: 5%;
}

.page-kyousei .lp04 .columns {
  border-top: 1px solid #1b9ca4;
  margin-top: 5%;
  padding-top: 5%;
}

.lp04 ul.ul_lp li:before {
  content: "・";
  color: #1b9ca4;
}

.page-kyousei .lp04 .box {
  background: #fff;
  padding: 3% 3% 1.5% 4%;
  box-sizing: border-box;
  margin-top: 3%;
}

.page-kyousei .lp04 .box p {
  border-left: 2px solid #1b9ca4;
  padding-left: 1em;
}

/*lp05*/
.page-kyousei .lp05 {
  background: url(img/lp05_bg.jpg) no-repeat center / cover;
  padding: 5% 0 4%;
}

.page-kyousei .lp05 h3 {
  font-size: 30px;
  padding-top: 0.35em;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}

.page-kyousei .lp05 h3 span {
  font-size: 22px;
}

.page-kyousei .lp05 p {
  font-size: 22px;
  text-align: center;
}

.page-kyousei .lp05 h3:after {
  border-bottom: 6px double #800000;
  margin: 0 auto;
}

.page-kyousei .lp05 .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /* Safari6.1以降 */
}

.page-kyousei .lp05 .columns .column {
  max-width: 30%;
  -webkit-box-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
}

/*lp05*/
.page-kyousei .lp06 {
  padding: 5% 0 4%;
}

.page-kyousei .border-table thead th {
  background: #e58700;
}

.page-kyousei .border-table th, .page-kyousei .border-table td {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding: 20px 5px;
  border: 1px solid #e58700;
  line-height: 1.3;
}

.page-kyousei .lp06 .border-table th,
.page-kyousei .lp06 .border-table th+td {
  font-size: 22px;
}

.page-kyousei .border-table span {
  font-weight: bold;
  color: #e58700;
}

.page-kyousei .border-table td+td {
  text-align: left;
}

/*footer*/
.page-kyousei #footer {
  background: url(img/lp02_bg.png);
}

.page-kyousei #footer h2:after {
  display: none;
}

.page-kyousei #footer h2 span {
  content: "";
  background: url(img/h2_icon.png) no-repeat left 30%;
  color: #800000;
  padding-left: 35px;
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .page-kyousei .mainimage {
    background: url(img/lp_mainimage01.jpg) no-repeat center / cover;
    height: 833px;
  }

  .page-kyousei .lp02 .columns .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .page-kyousei .lp03 .columns .column:first-child,
  .page-kyousei .lp04 .columns .column:first-child {
    max-width: 44.9%;
    -webkit-box-flex-basis: 44.9%;
    -webkit-flex-basis: 44.9%;
    flex-basis: 44.9%;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page-kyousei .mainimage {
    height: 500px;
    background-size: cover;
  }
}

@media screen and (max-width: 1042px) {
  .page-kyousei .lp04 .lp_title {
    font-size: 22px;
  }

  .page-kyousei .lp05 h3 {
    font-size: 24px;
  }

  .page-kyousei .lp05 h3 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page-kyousei h2 {
    font-size: 30px;
  }

  .page-kyousei h3 .lp_small {
    font-size: 20px;
  }

  .page-kyousei .lp02 h3 {
    font-size: 30px;
    padding-bottom: 0.8em;
  }

  .page-kyousei h3 {
    font-size: 22px;
    padding-top: 0.8em;
  }

  ul.ul_lp li {
    font-size: 16px;
    margin-bottom: 0.3em;
  }

  .page-kyousei .lp04 .lp_title {
    font-size: 20px;
  }

  .page-kyousei .lp05 .columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }

  .page-kyousei .lp06 .border-table th, .page-kyousei .lp06 .border-table th+td {
    font-size: 16px;
  }

  .page-kyousei .border-table th, .page-kyousei .border-table td {
    padding: 5px 5px;
  }

  .page-kyousei .lp05 h3 {
    font-size: 18px;
  }

  .page-kyousei .lp05 h3 span {
    font-size: 15px;
  }

  .page-kyousei .lp05 p {
    font-size: 16px;
  }

  .lp02 img {
    width: 100% !important;
    max-width: 420px !important;
    height: 100% !important;
    max-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  .page-kyousei .lp02 h3 {
    font-size: 23px;
  }

  .page-kyousei h3 .lp_small {
    font-size: 16px;
  }

  .page-kyousei h2 {
    font-size: 24px;
  }
}

/* 20191218 */
.sec01 {
  padding: 70px 0;
}

.sec01 .bnr_column {
  text-align: center;
}

.sec01 .bnr_column a {
  display: inline-block;
  margin-bottom: 2%;
}

@media (min-width: 768px) {
  .sec01 .bnr_column {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sec01 .bnr_column a {
    display: block;
    flex: 0 0 49%;
  }

  .sec01 .bnr_column a:first-child {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 40px 0;
  }
}

.pager {
  margin-top: 50px;
}

.pager span.current {
  background: #ccc;
}

.pager a {
  border: 1px solid #aaa;
}

.pager a:hover {
  background: #eee;
}

.archive_newslist_entry {
  border-top: 1px solid #ddd;
  padding-top: 1.8em;
}

.archive_newslist_entry dt {
  font-size: 13px;
}

.archive_newslist_entry dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.6em;
  margin-bottom: 1.8em;
}

.archive_newslist_entry dd a {
  text-decoration: none;
}

.archive_newslist_entry dd a:hover {
  color: #6bbe3e;
}

@media screen and (min-width: 768px) {
  .archive_newslist_entry dt {
    float: left;
  }

  .archive_newslist_entry dd {
    padding-left: 8em;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.6em;
  }
}

/* BEGIN Modify DR.BRIDGE */
.bnr-area, .bnr-area * {
  box-sizing: border-box;
}

.bnr-area .inner {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
  ;
}

@media screen and (max-width: 767px) {
  .bnr-area .inner {
    width: 420px;
  }
}

.bnr-area .img {
  width: 100%;
  height: auto;
}

.bnr-area .sunday-hours {
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .bnr-area .sunday-hours {
    margin: 20px 0;
  }
}

/* END Modify DR.BRIDGE */

.sec_check {
  margin: 50px 0;
}

.sec_check h2 {
  color: #6bbe3e;
  font-size: 30px;
  background: none;
  border-bottom: solid 1px #6bbe3e;
  padding-bottom: 0.5em;
  line-height: 1.5;
}

.sec_check h2 .sub {
  font-size: 20px;
  display: block;
}

.sec_check h2 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fade7f));
  background: linear-gradient(transparent 60%, #fade7f 50%);
}

.sec_check .txt {
  max-width: 94%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.sec_check .ul_check {
  padding: 0;
  background: none;
  margin-top: 1em;
}

.sec_check .ul_check li {
  margin: 0;
}

.sec_check .ul_check li:before {
  background: #6bbe3e;
  top: 7px;
}

.sec_check .ul_check li:after {
  top: 12px;
}

.sec_certification {
  padding: 30px 0;
  background: url(img/bg_certification.jpg) no-repeat center/cover;
  margin-top: 80px;
  position: relative;
}

.sec_certification::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 60px;
  top: -42px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(img/top_check_icon.png) no-repeat center/contain;
}

.sec_certification h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.sec_certification h2 .large {
  color: #6bbe3e;
  font-size: 30px;
  display: block;
}

.sec_certification .txt {
  max-width: 94%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}


