@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);
  }
}
/*==========================
	新着情報
==========================*/
.topnews .news {
  margin-bottom: 0;
  position: relative;
}
/* 新着情報見出し */

.topnews h3 {
  font-size: 28px;
  padding: 0.4em 0 0.6em 2.6em;
  background: url(img/h3_icon.svg) no-repeat 0.6em top;
  position: relative;
  text-align: left;
  margin-bottom: 1.2em;
}

/* 一覧へボタン */

.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: #555;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.topnews .news .btn a:hover {
  color: #ff0000;
}
/* 新着情報 */
.topnews .news dl {
  line-height: 1.3;
  margin: 1.2em 0;
}
.topnews .news dt {
  color: #cfbfa8;
}
.topnews .news dd {
  margin-bottom: 18px;
  border-bottom: 1px solid #f7f3ee;
}
.topnews .news dd a {
  text-decoration: none;
  color: #555;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}
.btn-style a {
  background: #efe4ca;
  width: 100%;
  max-width: 240px;
  font-weight: bold;
  background-size: cover;
  padding: 0.6em 2em;
  text-align: center;
  color: #363636;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  border: 1px solid #efe4ca;
  margin: 0 auto;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.btn-style a:before {
}
.btn-style a:after {
  content: "";
  display: block;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
.btn-style a:hover {
  background: #fff;
  cursor: pointer;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #363636;
}
.btn-style a:hover:before {
  background: #2098e8;
}
.btn-style a:hover:after {
  transform: translate(50%, 0) rotate(45deg);
  transition: 0.2s;
}
.under .btn-style a {
  /* max-width: 400px;
  background: #fae5ee;
  border-color: #ccc; */
}
.under .btn-style a:hover{
  background: #fff;
  border-color: #363636;
}
.under .btn-style {
}
.btn_box {
  text-align: center;
}
.btn_box .btn-style {
  display: inline-block;
  max-width: 48%;
}
/*==========================
	新着情報
==========================*/
#main .news {
  position: relative;
}
#main .news h3 {
}
#main .news h3 .subtitle {
  font-size: 12px;
  margin-left: 0;
}
#main .news dt,
#main .news dd {
}
#main .news .btn {
  right: 5px;
  top: 5px;
}
#main .news .btn a {
  font-size: 12px;
}
#main .news .btn a {
  display: inline-block;
  line-height: 1.2;
  padding: 5px 10px 4px;
  text-decoration: none;
  color: #fff;
  background: #2098e8;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
}
#main .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.news dt {
  margin-right: 20px;
}
.news dd {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.news dd a:hover {
  text-decoration: underline;
}

.news h2 {
  font-size: 28px;
  display: block;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 1em;
  font-weight: bold;
  padding: 0 0 8px;
  border-bottom: 2px solid #2098e8;
}
.news h2 span {
  font-size: 15px;
  margin: 0 0 0 10px;
  color: #2098e8;
  vertical-align: middle;
}

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

/*==========================
	　TOP コンテンツ
==========================*/
/*-- 見出し --------------*/
h2.top_h2 {
  font-size: 30px;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #363636;
  text-align: center;
  padding-bottom: 0.7em;
  font-weight: bold;
}
h2.top_h2 span {
  font-size: 22px;
  display: block;
  color: #cfbfa8;
}

.topnews {
  padding: 80px 0;
}

.top_concept {
  padding: 100px 0 80px 0;
  background: url(http://www.hara-cl.com/wp-content/themes/originalstyle-1column/img/top_bg001.jpg);
}
.top_concept .sub-tit{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.top_menu {
  padding: 75px 0;
}

.top_menu .menu_text {
  margin-top: 1em !important;
}

.top_philosophy {
  padding: 85px 0;
  background: url(http://www.hara-cl.com/wp-content/themes/originalstyle-1column/img/top_bg002.jpg) no-repeat right / cover;
}

.top_philosophy .sub_text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 2em;
  margin-top: 1em !important;
}
.top_philosophy .sub_text.one {
  padding-top: 0.5em;
}

.top_greeting {
  padding: 130px 0 0 0;
  background: url(http://www.hara-cl.com/wp-content/themes/originalstyle-1column/img/top_bg003.jpg);
}
.top_greeting h2{
	text-align:left;
}
.top_greeting .top_greeting_right {
  
}

.top_bnr {
  padding: 80px 0;
}



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

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
	mainimage
==========================*/

  /*-- 一枚画像の時 ------------*/

  .mainimage {
    background: url(img/mainimage.jpg) no-repeat center;
    height: 660px;
    background-size: cover !important;
  }

  /*-- ボックスその他 --------------*/
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
  }
  .columns .column {
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

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

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

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

@media screen and (min-width: 768px) and (max-width: 1041px) {
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
}

@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

.topnews .news dd {
  margin-bottom: 0;
}
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  h2.top_h2 {
    font-size: 24px;
	 text-align:center;
  }
h2.top_h2 span {
  font-size: 16px;
}
  .topnews{
    padding:40px 0;
  }
  .top_concept{
        padding: 50px 0 40px 0;
  }
    .top_concept .time-table{
      margin:1.5em 0;
    }
    .top_concept .sub-tit{
      font-size: 18px;
    }
  .top_menu {
    padding: 35px 0;
  }

  .top_philosophy {
    padding: 40px 0;
  }

  .top_philosophy .sub_text {
    font-size: 18px;
    height: auto;
    margin-top: 0.5em !important;
    margin-bottom: 1em !important;
  }
  .top_philosophy .sub_text.one {
    padding-top: 0.25em;
  }

  .top_greeting {
    padding: 60px 0;
  }

  .top_bnr{
    padding: 40px 0;
  }

  /*==========================
	　mainimage
==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
	電話ボタン
==========================*/

  #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 {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
}

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

@media screen and (max-width: 320px) {
  /* スマホ320px */
}
.post-type-page .topinner h3 {
  background: none;
}
