@charset "UTF-8";

.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;
}

/*==========================
flex設定
==========================*/
@media screen and (min-width: 768px) {
  .columns, .flex-aic {
    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-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
  }

  .columns .col2 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .columns .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }

  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .columns .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -webkit-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
}

@media (max-width : 767px) {
  .sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp_columns .col2,
  .sp_columns .col3,
  .sp_columns .col4,
  .sp_columns .col5 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
}

/*==========================
	　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);
  }
}

/*==========================
	新着情報
==========================*/
.topnews .news {
  margin-bottom: 0;
  position: relative;
}

/* 新着情報見出し */
.topnews .con01 h2 {
  padding-bottom: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #f29c24;
  margin-bottom: 1em;
  text-align: left;
}

.topnews .con01 h2 .en_ttl {
  display: inline-block;
  padding-left: 1em;
  margin-top: 0;
}

/* 一覧へボタン */
.topnews .btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.topnews .news .btn a {
  display: inline-block;
  line-height: 1.2;
  padding: 0.25em 0.5em 0.15em;
  text-decoration: none;
  color: #fff;
  background: #f29c24;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.topnews .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

/* -------------------------------追加 */
.topnews .news .btn a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.sec_news .news dt {
  color: #ec6700;
  padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
  margin-top: 20px;
}

.sec_news .news dd {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
}

/* -------------------------------ここまで */
/* 新着情報 */
.topnews .news dl {
  line-height: 1.3;
  margin: 0 0 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topnews .news dt {
  font-weight: normal;
  padding: 0 20px 15px 0;
  width: 120px;
  box-sizing:border-box;
}

.topnews .news dd {
  width: calc(100% - 120px);
  margin-bottom: 18px;
  padding: 0 20px 15px 0;
  box-sizing:border-box;
}

.topnews .news dd a {
  text-decoration: none;
  color: #57402f;
}

.topnews .news dd a:hover {
  color: #f29c24;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #f29c24;
  border: 1px solid #f29c24;
  width: 320px;
  max-width: 100%;
  padding: 0.8em 1.8em 0.8em 1em;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.btn-style a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 17px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .btn-style a {
  width: 400px;
  min-width: 280px;
}

/*==========================
	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;
  margin: 0 10px;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

.top .mainblock a:hover {}

/*-- 余白・背景 --------------*/
.sec01 {
  padding: 70px 0;
}

.sec01 .con02 {
  margin-top: 70px;
}

.sec02 {
  color: #fff;
}

.sec02 .con01 {
  padding: 70px 0;
  background: url(img/sec02_bg01.jpg)no-repeat center / cover;
}

.sec02 .con02 {
  padding: 70px 0;
  background: url(img/sec02_bg02.jpg)no-repeat center / cover;
}

.sec02 .con03 {
  padding: 70px 0;
  background: url(img/sec02_bg03.jpg)no-repeat center/ cover;
}

.sec02 .con04 {
  padding: 70px 0;
  background: url(img/sec02_bg04.jpg)no-repeat center / cover;
}

.sec03 {
  padding: 80px 0 50px;
  background: url(https://www.okada-shika-clinic.net/wp-content/uploads/2024/05/sec03_bg.jpg)no-repeat center bottom;
  position: relative;
}

.sec04 {
  background: url(img/sec04_bg.jpg)no-repeat center top/ cover;
  padding: 0 0 70px;
}

.sec05 {
  padding: 70px 0;
}

.sec_slide {
  padding: 50px 0;
  background: #f7cf98;
}

/*-- 見出し --------------*/
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
  position: relative;
  font-size: 40px;
  color: #57402f;
  letter-spacing: 4px;
  margin-bottom: 0.8em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec01 h2 .en_ttl, .sec02 h2 .en_ttl, .sec03 h2 .en_ttl, .sec04 h2 .en_ttl, .sec05 h2 .en_ttl {
  display: block;
  color: #f29c24;
  font-size: 16px;
  margin-top: 1em;
  letter-spacing: 1px;
  font-weight: bold;
}

.sec02 h2 {
  background: url(img/sec02_ttl.jpg)no-repeat center / cover;
  margin-bottom: 0;
  display: flex;
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  flex-direction: column;
  height: 210px;
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
}

.sec02 h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 57vw;
  margin: 0 auto;
  width: 383px;
  height: 169px;
  background: url(img/sec02_ttl_img01.png)no-repeat center / cover;
}

.sec02 h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 57vw;
  margin: 0 auto;
  width: 412px;
  height: 169px;
  background: url(img/sec02_ttl_img02.png)no-repeat center / cover;
}

.sec02 h3 {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 20px;
}

.sec04 h2 {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 1em;
}

.sec04 h2 .color01 {
  font-size: 92px;
}

.sec04 h2 .text_large {
  font-size: 52px;
}

.sec04 h2 .en_ttl {
  margin-top: 10px;
  line-height: 0;
}

.sec04 h3 {
  position: relative;
  font-size: 24px;
  padding-left: 140px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
  height: 3em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec04 .con03 h3 {
  padding-top: 20px;
  box-sizing: border-box;
}

.sec04 .con04 h3,
.sec04 .con05 h3,
.sec04 .con06 h3 {
  padding-left: 0;
  text-align: center;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec04 h3:before {
  content: "";
  display: block;
  position: absolute;
  top: -2em;
  left: 0;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}

.sec04 .con01 h3:before {
  background: url(img/sec04_num01.png)no-repeat center / cover;
}

.sec04 .con02 h3:before {
  background: url(img/sec04_num02.png)no-repeat center / cover;
}

.sec04 .con03 h3:before {
  background: url(img/sec04_num03.png)no-repeat center / cover;
}

.sec04 h3 .text_small {
  font-size: 16px;
}

.sec05 h3 {
  display: table;
  margin: 0 auto 1em;
  font-size: 20px;
  letter-spacing: 2px;
}

.sec05 h3 .line01 {
  background: -moz-linear-gradient(bottom, #f8cd91 0%, #f8cd91 50%, transparent 50%, transparent 100%);
  background: -webkit-linear-gradient(bottom, #f8cd91 0%, #f8cd91 50%, transparent 50%, transparent 100%);
  background: linear-gradient(to top, #f8cd91 0%, #f8cd91 30%, transparent 30%, transparent 100%);
}

/*-- ボックスその他 --------------*/
.sec01 .scroll{overflow-x: hidden;max-height: 200px;}
.sec01 .scroll::-webkit-scrollbar{
 width:5px;
}
.sec01 .scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.sec01 .news .scroll::-webkit-scrollbar-thumb {
 background: #f29c24;
}
.sec01 .attention_text {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 0 33px;
  margin-bottom: 1em;
  margin-left: 30px;
  min-height: 23px;
  background: url(img/i_attention.png)no-repeat left center;
}

.sec01 .attention_text .line01 {
  font-weight: bold;
  background: -moz-linear-gradient(bottom, #efd0a5 0%, #efd0a5 50%, transparent 50%, transparent 100%);
  background: -webkit-linear-gradient(bottom, #efd0a5 0%, #efd0a5 50%, transparent 50%, transparent 100%);
  background: linear-gradient(to top, #efd0a5 0%, #efd0a5 30%, transparent 30%, transparent 100%);
}

.sec01 .time-table+p {
  margin-bottom: 1.4em;
  margin-left: 30px;
}

.sec02 .con01, .sec02 .con03 {
  display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sec02 .text_box {
  width: 540px;
  max-width: 90%;
}

.sec02 .col2:nth-child(odd) .text_box {
  margin-right: 50px;
}

.sec02 .col2:nth-child(even) .text_box {
  margin-left: 50px;
}

.sec02 p {
  margin-top: 2em;
}

.sec02 .con01 p,
.sec02 .con02 p {
  margin-bottom: 2em;
}

.sec02 .con03 p,
.sec02 .con04 p {
  margin-bottom: 0;
}

.sec02 .con02 .col2 {
  margin-bottom: 1em;
}

.sec02 .con02 .col2:last-child {
  margin-bottom: 0;
}

.sec02 .con02 .col2:last-child {
  max-width: 100%;
  -webkit-box-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.sec03 .topinner {
  width: 1000px;
}

.sec03 .col4 {
  margin-bottom: 40px;
}

.sec04 .ttl_box {
  background: url(img/sec04_ttl_bg02.png)no-repeat left top, url(img/sec04_ttl_bg01.jpg)no-repeat right top;
  background-size: 50%, 50%;
  padding-bottom: 8%;
}

.sec04 .ttl_box .text_box {
  width: 490px;
  max-width: 49%;
  padding: 0;
  padding-top: 150px;
  margin-top: 0;
  box-sizing: unset;
}

.sec04 .con01,
.sec04 .con02 {
  margin-bottom: 50px;
}

.sec04 .con03 {
  margin-bottom: 100px;
}

.sec04 .columns {
  position: relative;
}

.sec04 .text_box {
  width: 660px;
  max-width: 55%;
  margin-top: 170px;
  padding: 40px;
  box-sizing: border-box;
}

.sec04 .con04 p:last-child,
.sec04 .con05 p:last-child,
.sec04 .con06 p:last-child,
.sec04 .text_box p:last-child {
  margin-bottom: 0;
}

.sec04 .con01 .text_box,
.sec04 .con03 .text_box,
.sec04 .con05 {
  background-image: -webkit-linear-gradient(-45deg, #fcbc63 25%, #fdc87f 25%, #fdc87f 50%, #fcbc63 50%, #fcbc63 75%, #fdc87f 75%, #fdc87f);
  background-image: linear-gradient(-45deg, #fcbc63 25%, #fdc87f 25%, #fdc87f 50%, #fcbc63 50%, #fcbc63 75%, #fdc87f 75%, #fdc87f);
  background-size: 6px 6px;
  position: relative;
  border-radius: 20px;
}

.sec04 .con02 .text_box,
.sec04 .con04,
.sec04 .con06 {
  background-image: -webkit-linear-gradient(-45deg, #f9e37f 25%, #fae896 25%, #fae896 50%, #f9e37f 50%, #f9e37f 75%, #fae896 75%, #fae896);
  background-image: linear-gradient(-45deg, #f9e37f 25%, #fae896 25%, #fae896 50%, #f9e37f 50%, #f9e37f 75%, #fae896 75%, #fae896);
  background-size: 6px 6px;
  position: relative;
  border-radius: 20px;
}

.sec04 .con04>*,
.sec04 .con05>*,
.sec04 .con06>*,
.sec04 .text_box>* {
  position: inherit;
  z-index: 1;
}

.sec04 .con04::before,
.sec04 .con05::before,
.sec04 .con06::before,
.sec04 .text_box::before {
  background: #fff;
  border-radius: 14px;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.sec04 .ttl_box .text_box:before {
  display: none;
}

.sec04 .con04,
.sec04 .con05,
.sec04 .con06 {
  padding: 30px;
  box-sizing: border-box;
}

.sec04 .con04:after,
.sec04 .con05:after,
.sec04 .con06:after {
  content: "";
  display: block;
  position: absolute;
  top: -4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  z-index: 1;
}

.sec04 .con04:after {
  background: url(img/sec04_num04.png)no-repeat center;
}

.sec04 .con05:after {
  background: url(img/sec04_num05.png)no-repeat center;
}

.sec04 .con06:after {
  background: url(img/sec04_num06.png)no-repeat center;
}

.sec05 p {
  width: 710px;
  max-width: 100%;
  margin: 2em auto;
}

.sec05 .btn-style {
  margin: 1.5em auto 0;
}
.xo-event-calendar .xo-month{
position:static;
}
.xo-event-calendar table.xo-month .month-next {
    float: none;
    position: absolute;
    right: 0;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  /*==========================
	　TOP コンテンツ
==========================*/
.btn-style.left{
  text-align:left;
}
.btn-style.right{
  text-align:right;
}
  /*-- 余白・背景 --------------*/
  .sec02>.columns>.col2 {
    margin-top: 0;
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  /*-- 見出し --------------*/

  /*-- ボックスその他 --------------*/
	.sec04 .con01 .columns,
	.sec04 .con02 .columns,
	.sec04 .con03 .columns {
		-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
	}
.sec04 .btn-style a{
  max-width:220px;
	width:100%;
}
	.sec04 figure {
		position: absolute;
		left: 0;
		top: 0;
	}

	.sec04 .con02 figure {
		right: 0;
		left: auto;
	}
  .xo-month-wrap {
    display: block;
    width: 49%;
  }

  .xo-months {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .sec02 h2:before {
    right: 62vw;
  }

  .sec02 h2:after {
    left: 62vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec02 h2 {
    height: 150px;
    padding-top: 10px;
  }

  .sec02 h2:before {
    right: 65vw;
    width: 268px;
    background-size: contain;
    background-position: bottom;
  }

  .sec02 h2:after {
    left: 64vw;
    width: 288px;
    background-size: contain;
    background-position: bottom;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .sec03 {
    height: auto;
    padding: 80px 0 50px;
    background-size: cover;
  }

  .sec03 .topinner {
    max-width: 83%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec03 .topinner {
    max-width: 70%;
  }

  .sec03 {
    height: auto;
    padding: 60px 0 30px;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec03 .topinner {
    max-width: 70%;
  }

  .sec03 {
    height: auto;
    padding: 30px 0 0;
    background-size: cover;
  }
}

/* タブレット時 */
@media screen and (min-width: 768px) and (max-width: 1200px) {

  /* 余白 */
  .sec01 {
    padding: 40px 0;
  }

  .sec01 .con02 {
    margin-top: 40px;
  }

  .sec02 .con01, .sec02 .con02, .sec02 .con03, .sec02 .con04 {
    padding: 40px 0;
  }

  .sec04 {
    padding: 0 0 40px;
  }

  .sec05 {
    padding: 40px 0;
  }

  .sec_slide {
    padding: 40px 0;
  }

  /* 見出し */
  /* その他 */
  .sec02 .col2:nth-child(odd) .text_box,
  .sec02 .col2:nth-child(even) .text_box {
    margin: 0 20px;
  }

  .sec04 .con01 .text_box, .sec04 .con02 .text_box, .sec04 .con03 .text_box {
    margin-top: 400px;
    max-width: 100%;
  }

  .sec04 .con04, .sec04 .con05, .sec04 .con06 {
    padding: 30px 20px;
  }

  .sec04 .con04:after,
  .sec04 .con05:after,
  .sec04 .con06:after {
    top: -5em;
  }
}

@media screen and (max-width: 1200px) {

  /*コンテンツが横幅いっぱいになったら*/
  /* -------------------------------追加 */
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }

  /* -------------------------------ここまで */
  .topnews .con01 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .sec02 h3 {
    font-size: 16px;
  }

  .sec04 h2 {
    font-size: 28px;
    line-height: 2.2em;
  }

  .sec04 .ttl_box .text_box {
    padding-top: 150px;
    max-width: 100%;
  }

  .sec04 .con04 h3, .sec04 .con05 h3, .sec04 .con06 h3 {
    font-size: 20px;
  }

  .sec04 h3 .text_small {
    font-size: 14px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

.btn-style a{
	max-width: 100%;
	font-size:18px;
}
  /*==========================
	　mainimage
==========================*/
  .mainimage,
  .slider {
    margin-bottom: 1em;
  }


  /*==========================
	新着情報
==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }

  #main .news .btn {
    right: 5px;
    top: 10px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
	電話ボタン
==========================*/
  #main>.telbtn {
    margin-bottom: 1.2em;
  }

  .telbtn {
    text-align: center;
    margin-bottom: 1em;
  }

  .telbtn a {
    background: #f29c24;
    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 {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- 余白・背景 --------------*/
  .sec01 {
    padding: 3em 0;
  }

  .sec01 .con02 {
    margin-top: 3em;
  }

  .sec02 {
    padding: 0;
  }

  .sec03 {
    padding: 3em 0 2em;
    background-size: cover;
  }

  .sec04 {
    padding: 0 0 3em;
  }

  .sec05 {
    padding: 3em 0;
  }

  /*-- 見出し --------------*/
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 24px;
  }

  .sec01 h3, .sec02 h3, .sec03 h3, .sec04 h3, .sec05 h3 {
    font-size: 20px;
  }

  .sec02 h3 {
    font-size: 16px;
  }
	.sec02 h2 {
    height: 110px;
    background: url(img/sp_sec02_ttl.jpg)no-repeat center / cover;
  }

  .sec02 h2 .en_ttl {
    margin-top: 0;
  }

  .sec02 h2:before {
    width: 110px;
    left: 2%;
    right: auto;
    background: url(img/sp_sec02_ttl_img01.png)no-repeat center bottom;
    background-size: contain;
  }

  .sec02 h2:after {
    width: 110px;
    right: 2%;
    left: auto;
    background: url(img/sp_sec02_ttl_img02.png)no-repeat center bottom;
    background-size: contain;
  }

  .sec04 .ttl_box {
    background: url(img/sec04_ttl_bg02.png)no-repeat top;
    background-size: contain;
  }

  .sec04 h3 {
    height: 4em;
    padding-left: 90px;
  }
	.sec04 .con04 h3, .sec04 .con05 h3, .sec04 .con06 h3 {
    height: auto;
	}
  .sec04 h3:before {
    width: 80px;
    height: 80px;
    top: 0;
  }

  /*-- ボックスその他 --------------*/
  .topnews .news dt {
    width: 100%;
  }

  .topnews .news dd {
    padding: 0;
    width: 100%;
  }

  .topnews .news dl {
    flex-wrap: wrap;
  }

  .xo-month-wrap+.xo-month-wrap {
    margin-top: 2em;
  }
.sec01 .time-table+p{
margin-left:0;
}
  .sec02 .col2:nth-child(odd) .text_box,
  .sec02 .col2:nth-child(even) .text_box {
    margin: 0 20px;
  }

  .sec02 .con01,
  .sec02 .con02,
  .sec02 .con03,
  .sec02 .con04 {
    display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
  }

  .sec02 .con01,
  .sec02 .con02,
  .sec02 .con03,
  .sec02 .con04 {
    padding: 2em 0;
  }

  .sec03 .col4 {
    margin-bottom: 1em;
  }

  .sec04 .con01,
  .sec04 .con02 {
    margin-bottom: 1em;
  }

  .sec04 .con03,
  .sec04 .con04,
  .sec04 .con05 {
    margin-bottom: 3em;
  }

  .sec04 .ttl_box .text_box {
    max-width: 90%;
    margin: auto;
  }

  .sec04 .text_box {
    max-width: 100%;
    margin-top: 1em;
  }

  .sec04 .con04:after, .sec04 .con05:after, .sec04 .con06:after {
    width: 80px;
    height: 80px;
    background-size: cover;
    top: -2em;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ---------------------------------------------追加 */
/*==========================
　ボタン
==========================*/
@media screen and (min-width: 768px) {
	.btn-style.left {
		text-align: left;
	}

	.btn-style.right {
		text-align: right;
	}
}

/*==========================
	リンクボックス
==========================*/
.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

@media (max-width : 767px) {
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}

/*==========================
画像位置
==========================*/
.mainimage img,
figure img {
  vertical-align: middle;
}
