@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
==========================*/
/*-- スライダーの時 ------------*/
.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-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 h3::before,
.topnews h3::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
}

.topnews h3::before {
  background: #ccc;
  width: 100%;
}

.topnews h3::after {
  background: #1a1a1a;
  width: 24%;
}

/* 一覧へボタン */
.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 {
  font-weight: nomal;
  color: #ff0000;
  padding: 0 20px 7px;
}

.topnews .news dd {
  margin-bottom: 18px;
  padding: 0 20px 15px;
  border-bottom: 1px dashed #e6e6e6;
}

.topnews .news dd a {
  text-decoration: none;
  color: #555;
}

.topnews .news dd a:hover {
  color: #ff0000;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #133d6c;
  width: 100%;
  max-width: 300px;
  padding: 1.2em 1em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  border-radius: 2px;
  position: relative;
}

.btn-style a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 8px;
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .btn-style a {
  width: auto;
  min-width: 300px;
  font-size: 15px;
}

.under .btn-style {
  text-align: left;
  margin-bottom: 20px;
}

.btn_box {
  text-align: center;
}

.btn_box .btn-style {
  display: inline-block;
  max-width: 48%;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 140px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 140px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 140px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 290px;
  height: 140px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 余白・背景 --------------*/
.topnews {
  padding: 3em 0;
}

/*-- 見出し --------------*/
.top h2 {
  color: #133d6c;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 auto 30px;
  background: url(img/icon01.png) no-repeat center top;
  padding-top: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.top h3 {
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.top .ttl_p {
  text-align: center;
}

/*-- ボックスその他 --------------*/
.top01 .con_l,
.top01 .con_r {
  width: 48.5%;
}

.top01 {
  padding: 60px 0;
}

.top01 .news {
  width: 48.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 20px;
  position: relative;
  background: #ddf8fb;
}

.top01 .news.con_r {
  background: #d3edfa;
}

#main .news .btn a {
  display: inline-block;
  background: #133d6c;
  line-height: 1.2;
  padding: 4px 7px 2px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

#main .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

#main .news h3 {
  font-size: 28px;
  color: #133d6c;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 0 0 12px 0;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #b5c5d6;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

#main .news .btn {
  position: absolute;
  top: 25px;
  right: 20px;
}

#main .news dd {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #b5c5d6;
}

#main .news dt {
  color: #444444;
}

#main .news dd a {
  text-decoration: none;
  color: #444444;
}

#main .news dd a:hover {
  text-decoration: underline;
}

.top01 .news dt {
  float: left;
  width: 35%;
  overflow: hidden;
}

.top02 {
  text-align: center;
  padding: 0 0 50px;
}

.top02 .topslide {
  margin-bottom: 30px;
}

.top03 {
  padding: 0 0 50px;
}

.top03 h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #133d6c;
  font-size: 18px;
  margin-bottom: 10px;
  background: url(img/top03_icon01.png) no-repeat left 3px;
  padding: 10px 0 10px 40px;
}

.top03 .columns .column:nth-child(2) h3 {
  background: url(img/top03_icon02.png) no-repeat left 3px;
}

.top03 .columns .column:nth-child(3) h3 {
  background: url(img/top03_icon03.png) no-repeat left 3px;
}

.top03 .columns .column:nth-child(4) h3 {
  background: url(img/top03_icon04.png) no-repeat left 3px;
}

.top04 .column {
  padding: 60px 0 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top04 .column.column01 {
  background: url(img/top04_bg01.png) no-repeat center top;
  background-size: cover;
}

.top04 .column.column02 {
  background: url(img/top04_bg02.png) no-repeat center top;
  background-size: cover;
}

.top04 .column.column03 {
  background: url(img/top04_bg03.png) no-repeat center top;
  background-size: cover;
}

.top04 .column.column04 {
  background: url(img/top04_bg04.png) no-repeat center top;
  background-size: cover;
}

.top04 .bottom_box {
  background: url(img/top05_bg05.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}

.top04 .column .u_box {
  max-width: 500px;
  width: 96%;
}

.top04 h3 {
  color: #fff;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  background: none;
  padding: 0;
  margin: 0 0 30px;
}

.top04 .bottom_box h3 {
  margin: 0 0 60px;
}

.top04 p.p01 {
  color: #fff;
}

.under .top04 h3:before {
  display: none;
}

.top04 .btn-style {
  text-align: left;
  margin: 0 0 10px;
}

.top04 .btn-style a {
  max-width: 400px;
  background: rgba(108, 137, 146, 0.5);
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
}

.top04 .bottom_box .clearfix {
  max-width: 800px;
  margin: 0 auto;
}

.top04 .bottom_box .con_l,
.top04 .bottom_box .con_r {
  width: 49%;
}

.top04 .bottom_box .btn-style a {
  width: 100%;
  max-width: 100%;
}

.top05 h3,
.top06 h3 {
  font-size: 28px;
  color: #133d6c;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 0 0 12px 0;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #b5c5d6;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.top05 .googlemap {
  padding-bottom: 55%;
}

.top05 .con_l,
.top05 .con_r,
.top06 .con_r {
  width: 48%;
}

.top06 .con_l {
  width: 46.4%;
  margin-top: 50px;
}

.top05 {
  padding: 60px 0;
}

.top06 {
  padding: 0 0 60px;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
    /*==========================
mainimage
==========================*/
  /*-- 一枚画像の時 ------------*/
  .mainimage {
    background: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
  }

  .home .main_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .home #contents {
    padding-top: 900px;
  }

  .slick-track {
    height: 1000px;
  }

  .slick-slide img {
    margin: 0 auto;
    height: 100%;
    width: auto !important;
    max-width: inherit;
    left: 50%;
  }

  .mainimage .slick-list li:nth-child(1) {
    background: url(img/main_image01.jpg) no-repeat center top;
  }

  .mainimage .slick-list li:nth-child(2) {
    background: url(img/main_image02.jpg) no-repeat center top;
  }

  .mainimage .slick-list li:nth-child(3) {
    background: url(img/main_image03.jpg) no-repeat center top;
  }

    /*==========================
	　TOP コンテンツ
==========================*/
  /*-- ボックスその他 --------------*/
  .columns {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .top03 .columns,
  .top04 .columns {
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
  }

  .top03 .columns .column {
    -webkit-box-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }

  .top04 .columns .column {
    -webkit-box-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top04 h3 {
    font-size: 20px;
  }

  .top04 .column {
    padding: 60px 0 60px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  #main .news h3 {
    font-size: 18px;
    text-align: left;
  }

  .top04 .btn-style a {
    font-size: 12px;
  }

  .top03 h3 {
    font-size: 13px;
    padding: 15px 0 15px 34px;
  }
}
@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .h3_bg {
    background-image: url(img/top01_bg_tab.svg);
    background-size: 100% auto;
  }

  .h3_bg h3 {
    font-size: 28px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

    /*==========================
	　mainimage
==========================*/
  .mainimage,
  .slider {
    margin-bottom: 1em;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

    /*==========================
	新着情報
==========================*/
  #main .news {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  #main .news h3 {
    font-size: 20px;
    text-align: left;
  }

  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }

  #main .news dt,
  #main .news dd {
    padding-left: 10px;
    padding-right: 10px;
  }

  #main .news .btn {
    right: 22px;
    top: 20px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

    /*==========================
	電話ボタン
==========================*/
  #main > .telbtn {
    margin-bottom: 0;
  }

  .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;
    -webkit-box-sizing: border-box;
            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);
  }

    /*==========================
	　TOP コンテンツ
==========================*/
  .top01,
  .top05 {
    padding: 40px 0;
  }

  .top02,
  .top03,
  .top06 {
    padding: 0 0 40px;
  }

  .top h2 {
    font-size: 28px;
  }

  .top01 .news {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 20px;
    position: relative;
  }

  .top01 .news.con_l {
    margin-bottom: 30px !important;
  }

  .top01 .news .newsbg {
    padding: 20px;
  }

  .top01 .news dt {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .top03 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top03 .column {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 230px;
    margin: 0 auto 20px;
    width: 48%;
    margin-right: 4%;
  }

  .top03 .column:nth-child(2n) {
    margin-right: 0;
  }

  .top03 h3 {
    font-size: 13px;
    padding: 13px 0 16px 35px;
  }

  .top03 .btn-style {
    float: none;
    width: 100%;
  }

  .top04 .column {
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .top04 .column .u_box {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 96%;
    text-align: center;
  }

  .top04 .btn-style a {
    max-width: 100%;
  }

  .top04 .bottom_box .con_l,
  .top04 .bottom_box .con_r {
    width: 100%;
  }

  .top05 .con_l,
  .top05 .con_r,
  .top06 .con_l,
  .top06 .con_r {
    width: 100%;
  }

  .top06 .con_l {
    margin-top: 0;
  }

  .btn_box .btn-style {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  .top03 h3 {
    font-size: 11px;
    padding: 13px 0 16px 32px;
  }
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mainimage .slick-list li:nth-child(1) {
    background-size: 120%;
  }

  .mainimage .slick-list li:nth-child(2) {
    background-size: 120%;
  }

  .mainimage .slick-list li:nth-child(3) {
    background-size: 120%;
  }

  .home #contents {
    padding-top: 44%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1378px) {
  .home #contents {
    padding-top: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home #contents {
    padding-top: 39%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mainimage .slick-list li:nth-child(1) {
    background-size: 130%;
  }

  .mainimage .slick-list li:nth-child(2) {
    background-size: 130%;
    background-position: 40% 0;
  }

  .mainimage .slick-list li:nth-child(3) {
    background-size: 130%;
  }

  .home #contents {
    padding-top: 40%;
  }
}
@media (min-width: 768px) {
  #aside .inq .cv_sns {
/*     margin-top: 34px; */
	  margin-top: 20px;
	  text-align: center;
  }
}

@media (max-width: 767px) {
  .btm_inq .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btm_inq .clearfix .sp_tel {
    width: 20%;
    max-width: none;
  }
  .btm_inq .clearfix .sp_web {
    width: 47%;
    max-width: none;
  }
  .btm_inq .clearfix .sns_wrap {
/*     width: 40%; */
	  width: 33%;
    text-align: center;
  }
  .btm_inq .clearfix .sns_wrap a:not(:last-child) {
/*     margin-right: 20px; */
	      margin-right: 1vw;
  }
}
