@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/

.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner {
  /* コンテンツは1000pxに */
  width: 1200px;
  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
==========================*/

.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.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: 1000px) {
  .slick-track {}
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	汎用に使えるボタン
==========================*/

.link_btn, .btn-style {
  text-align: center;
}
.link_btn a, .btn-style a {
  background: #8f703f;
  max-width: 320px;
  width: 100%;
  padding: 1.04em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.1em;
}
.btn-style-reverse a {
  color: #8f703f;
  background: #fff;
}
.link_btn a span, .btn-style a span {
  display: block;
  font-size: 12px;
}
.link_btn a::after, .btn-style a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.btn-style-reverse a:after {
  border-color: #8f703f;
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 3%;
}
.link_btn a:hover, .btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}


/*==========================
	loopSlider　無限ループスライダー
==========================*/

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {}

/*-- 新着情報 --------------*/

.sec_news {
  padding: 1.8em 0 4.5em;
  background: #e9f7ee;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.sec_news .news dl {
  line-height: 1.3;
  font-weight: 700;
}
.sec_news .news dt {
  float: left;
  clear: left;
  color: #f39800;
  padding: 15px 1em;
}
.sec_news .news.col_blog dt {
  color: #8f703f;
}
.sec_news .news dd {
  padding: 15px 0 15px 120px;
  border-bottom: 1px dashed #c9cac9;
}
.sec_news .news dd:last-child {
  border: none;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.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: 26px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
  display: block;
}
.sec_news .news h3:before {
  display: none;
}
.sec_news .news .btn a {
  position: absolute;
  top: 52px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: table;
  padding: 0px 25px;
  text-decoration: none;
  background: #eb9b21;
  letter-spacing: 0.1em;
  border-radius: 30px;
}
.sec_news .news.col_blog .btn a {
  background: #8f703f;
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
}
.sec_news .col_blog h3 {
  margin-top: 11px;
}
.news_inner {
  background: #fff;
  box-sizing: border-box;
  padding: 3% 5%;
  border-radius: 12px;
  box-shadow: 2px 2px 3px #ddd;
}

/*見出し*/

/* .top h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1.5%;
}
.top h3 {
  font-size: 30px;
  color: #754932;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  font-weight: 700;
  display: table;
  margin: 0 auto 1.5%;
  position: relative;
}
.top h3:before, .sec01 h3:after {
  content: "";
  width: 66px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec01 h3:after {
  left: auto;
  right: 0;
}
h2 .sub {
  display: block;
  font-size: 24px;
  color: #754932;
  letter-spacing: 0;
  margin-top: 8px;
} */

/*-- ボックスその他 --------------*/


.doctor_name {
  font-weight: 700;
  font-size: 18px;
}

.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;
}

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

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
	mainimage　が一枚画像の場合
================================*/
  .mainimage.pc {
    margin-top: -119px;
    width: 100%;
  }
  /*==========================
	　TOP コンテンツ
==========================*/
/*==========================
　TOP コンテンツ
==========================*/
/*-- FLEX設定 --------------*/
.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;
}
.col_wrap {
  /*改行して組む場合*/
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /* Safari6.1以降 */
}
.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;
}
.columns .column {
  max-width: 48%;
  -webkit-box-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.columns.col3{
    -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.columns.col3 > .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
    margin-right: 2%;
}
.columns.col3 > .column:nth-of-type(3n){
        margin-right:0;
}
    .columns.col4{
    -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.columns.col4 > .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -webkit-flex-basis:23.5%;
    flex-basis:23.5%;
    margin-right: 2%;
}
.columns.col4 > .column:nth-of-type(4n){
        margin-right:0;
}
.col_align{
    -webkit-align-items: center;
  -ms-align-items    : center;
  align-items        : center;
    }
}

/*-- ボックスその他 --------------*/
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
  .sec_news .news .btn a {
    top: 86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1041px) {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top #contents, .top #aside {
    margin-bottom: 0;
  }
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .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%;
  }
  /*==========================
	ボタン
==========================*/
  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*==========================
	　TOP コンテンツ
==========================*/
  .sp-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;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sp-columns .column {
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
  }
  .sec_news .news {
    padding-bottom: 1px;
  }
  .sec_news .news dt {
    width: 100%;
    padding: 5px 0 0;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news dd {
    padding: 0 0 5px;
  }
  .sec_news .news dl {
    margin-top: 10px;
  }
  .sec_news .news .btn a {
    top: 76px;
  }
  .sec_news .col_blog .btn a {
    top: 72px;
  }
  /*-- 余白・背景 --------------*/
  .sec_news {
    padding: 1em 0 2em;
  }
  /*-- 見出し --------------*/
  .sec_news .news h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/*グーグルカレンダー設定*/

.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 80%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.calendar-container {
  position: relative!important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px!important;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0!important;
  }
  .googlecal {
    padding-bottom: 100%;
    /* 縦横比 */
  }
}

.page-name-menu .btn-style.recommend a{
  background: #7ac4a0;
}
.page-name-front .border-table th{
  width: 20%;
}

.sec01 h2, .sec_insta h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2 {
  letter-spacing: 0.05em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 14px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.2em;
  line-height: 26px;
  color: #321c16;
}
.sec01 h2:after .sec02 h2:after, .sec03 h2:after, .sec04 h2:after, .sec05 h2:after, .sec06 h2:after, .sec07 h2:after, .sec08 h2:after {
  content: '';
  display: block;
  margin: auto;
  background: url("img/h3_line.png") no-repeat center/cover;
  position: absolute;
  height: 2px;
  width: 150px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec01 h2, .sec_insta h2 .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.sec01 {
  background: #f3efe9;
  padding: 10% 0;
}
.sec01 h2, .sec_insta h2 {
  padding: 0;
  color: #321c16;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  display: block;
}
.sec01 h2:after {
  display: none;
}
.sec01 h2 span, .sec_insta h2 span {
  display: block;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #c8b598;
}
.sec01 dl dt {
  padding: 1em 0 .3em;
}
.sec01 dl dd {
  padding: .3em 0 1em;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .sec01 dl dt:first-child {
    border-top: 1px solid #cccccc;
  }
  .sec01 .sec01_title .sec01_btn {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 4% 0 4%;
  }
  .sec01 .sec01_title {
    position: relative;
  }
  .sec01 .sec01_title .sec01_btn {
    position: absolute;
    display: block;
    height: 28px;
    width: 90px;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .sec01 h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2em;
  }
  .sec01 h2 span {
    font-size: 48px;
  }
  .sec01 dl dt {
    float: left;
    padding: 1.7em 0;
    padding-left: 10%;
  }
  .sec01 dl dd {
    padding: 1.7em 0;
    padding-left: 20%;
  }
  .sec01 dl dd:first-of-type {
    border-top: 1px solid #cccccc;
  }
}
.sec02 {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 4% 0 1%;
  }
}
.sec04 .sec04_text2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.sec04 p {
  margin: 0 0 1em;
}
.sec04 .sec04_icon {
  margin: 0 0 .5em;
}
.sec04 .sec04_icon img {
  vertical-align: middle;
}
.sec04 .sec04_icon .sec04_icon_text {
  vertical-align: middle;
  padding-left: 10px;
}
.sec04 .sec04_icon .sec04_icon_text .sec04_text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 10%;
  }
  .sec04 .sec04_google {
    margin-top: 5%;
  }
  .sec04 .sec04_google iframe {
    width: 100%;
    height: 400px;
  }
  .sec04 .columns .column:first-child {
    background: #f8f7f6;
    padding: 5% 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    margin-bottom: 210px;
    background: url("img/sec04_bg.jpg") no-repeat center/cover;
    padding: 5% 0;
  }
  .sec04 .topinner {
    position: relative;
  }
  .sec04 .columns .column {
    max-width: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .sec04 .sec04_google {
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    bottom: -13em;
    top: auto;
    max-width: 300px;
    width: 100%;
    height: 460px;
  }
  .sec04 .sec04_google iframe {
    width: 100%;
    height: 460px;
  }
  .sec04 .sec04_text2 {
    font-size: 24px;
  }
  .sec04 .sec04_icon .sec04_icon_text .sec04_text {
    font-size: 24px;
  }
}
@media screen and (min-width: 850px) {
  .sec04 .sec04_google {
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .sec04 .sec04_google {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .sec04 .sec04_google {
    max-width: 640px;
  }
  .sec04 .sec04_icon .sec04_icon_text {
    font-size: 18px;
  }
}
.sec04 .sec04_google {
  box-shadow: 0 10px 30px -20px;
}
.sec05 {
  background: #f2f2f2;
  padding: 10% 0;
}
.sec05 .sec_text {
  letter-spacing: 0.05em;
  line-height: 30px;
}
.sec05 .text-center {
  text-align: center;
}
.sec05 .sec05_list {
  margin: 0 0 .2em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 36px;
  color: #9c907c;
  line-height: 36px;
}
.sec05 .sec05_list span {
  padding-top: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #321c16;
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 6% 0 4%;
  }
  .sec05 .column002 {
    padding-top: 4em;
  }
  .sec05 .sec05_list {
    font-size: 48px;
    line-height: 48px;
  }
  .sec05 .sec05_list span {
    font-size: 24px;
    line-height: 36px;
  }
}
.sec09{
  padding: 10% 0;
  background: url(img/sec09_bg.jpg) no-repeat center / cover;
  color: #fff;
}
.sec09 h2{
  font-size: 36px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
  padding-bottom: 0.3em;
  color: #fff;
  text-shadow: 0 0 5px rgba(69,132,192,.85);
  position: relative;
}
.sec09 h2:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(69,132,192,.85);
}
.sec09 h2 + p{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(69,132,192,.85);
}
.sec09 .btn-style a {
  background: RGB(193,172,139);
}
@media screen and (min-width: 768px) {
  .sec09 .txt_wrap{
    width: 470px;
    max-width: 43%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec09{
    padding: 45% 0 30px;
    background: url(img/sp_sec09_bg.jpg) no-repeat center top / contain,#4584c0;
  }
  .sec09 h2{
    font-size: 28px;
    text-align: center;
  }
  .sec09 h2:after{
    left: 0;
    right: 0;
    width: 100px;
  }
  .sec09 h2 + p{
    font-size: 16px;
    text-align: center;
  }
}

.slick-slide .img_slider_title {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    line-height: 1.5;
    color: #fff;
}

.sec_insta {
  padding: 0 0 10%;
  background: #f3efe9;
}
@media ( min-width : 768px ) {
  .sec_insta {
    padding: 0 0 6%;
  }
}