@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
==========================*/

/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */

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

.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);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 18px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
  color: #fff;
  background: #9d1d13;
  border-radius: 0;
  max-width: 100%;
  width: 200px;
  padding: 0.5em 1em;
  margin: 0 auto;
  line-height: 1.2;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 7px;
}
.under .btn-style a {
}
/*==========================
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 コンテンツ
==========================*/
/* リンクボックス */
.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;
  transition: 200ms;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.sec_news {
  padding: 4% 0;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 0.5em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.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: 28px;
  font-weight: bold;
  color: #4e6b2f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding: 5px 3em 5px 0;
  border-bottom: 1px solid #666;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  background: #6db91b;
  display: table;
  padding: 0.2em 1em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: " >";
  font-weight: bold;
}

.top h2{
  font-size: 30px;
  font-weight: bold;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  margin-bottom: 4%;
  padding-bottom: 0.3em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
}
.top h2:after,
.top h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 2px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top h2:before{
  right: 50%;
  background: #9d1d13;
}
.top h2:after{
  left: 50%;
  background: #000;
}
.sec01 .con_ttl{
  padding: 5% 0 0;
}
.sec01 .con{
  padding: 3% 0;
}
.sec01 .con01{
  background: url(img/sec01_bg01.jpg) no-repeat center right / cover;
}
.sec01 .con02{
  background: url(img/sec01_bg02.jpg) no-repeat center left / cover;
}
.sec01 .con03{
  background: url(img/sec01_bg03.jpg) no-repeat center right / cover;
}
.sec01 .con04{
  background: url(img/sec01_bg04.jpg) no-repeat center left / cover;
}
.sec01 .con05{
  background: url(img/sec01_bg05.jpg) no-repeat center right / cover;
}
.sec01 .con06{
  background: url(img/sec01_bg06.jpg) no-repeat center left / cover;
}
.sec01 .col_txt figure{
  position: relative;
}
.sec01 .col_btn figure{
  margin-bottom: 40px;
}

.sec02{
  padding: 0;
}
.sec02 h2 span{
  font-size: 200%;
  color: #9d1d13;
}
.sec02 h2 + p{
  margin-bottom: 4%;
}
.sec02 h3{
  font-size: 24px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.7em 0;
}
.sec02 h3 span{
  color: #9d1d13;
}

.sec03{
  padding: 5% 0;
}
.sec03 ul li{
  margin-bottom: 2%;
}

.sec04{
  padding-bottom: 5%;
}
.sec05{
  padding: 5% 0;
  background: url(img/sec05_bg.jpg) no-repeat center / cover;
}
.sec05 p{
  line-height: 2.2;
  margin-bottom: 2em;
}
.sec05 .btn-style a{
  width: 300px;
}

.sec06{
	padding: 3% 0;
}
.sec06 .googlemap{
  margin-bottom: 5%;
}
.sec06 h3{
  font-size: 18px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 0.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #e6e4e3;
  font-weight: 500;
}
.sec06 .time-table{
  margin-bottom: 5px;
}
.sec06 .column:nth-child(2) p:not(:last-child){
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .mainimage{
    background: url(img/mainimage01.jpg) no-repeat center / cover;
    height: 600px;
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }

  .columns.reverse .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec01 .columns{
    -webkit-box-align: center;
    align-items: center;
  }
  .sec01 .col_txt{
    width: 64.4%;
  }
  .sec01 .col_btn{
    width: 31.6%;
  }
  .sec01 .col_txt figcaption{
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
  }
  .sec01 .con:nth-child(even) .col_txt figcaption{
    padding: 0 20% 5% 35%;
  }
  .sec01 .con:nth-child(odd) .col_txt figcaption{
    padding: 0 35% 5% 20%;
  }

  .sec03 ul li{
    width: 18.8%;
  }
  .sec03 ul li:nth-child(5n+1){
    margin-left: 0!important;
  }

  .sec06 .column:nth-child(1){
    width: 44%;
  }
  .sec06 .column:nth-child(2){
    width: 52%;
    margin-left: 4%;
  }
  .sec06 .con_l{
    width: 59%;
  }
  .sec06 .con_r{
    width: 39%;
  }
}

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

@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) {
  .sec02 h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .scroll > table{
    width: 100%;
  }
  .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%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns, .column:not(:last-child){
    margin-bottom: 4%;
  }
  .columns.wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 21px;
  }
  .sec_news h3{
    font-size: 21px;
  }
  .sec01 .col_txt figcaption{
    margin: 1em 0;
  }
  .sec03 ul li{
    width: 49%;
  }
  .sec03 ul li:nth-child(2n+1){
    margin-left: 0!important;
  }
}

@media screen and (max-width: 420px) {
}

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

/* ======== 下層 */

.headline{
  font-size: 24px;
  font-weight: bold;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  border-bottom: 1px solid #23201e;
  line-height: 1.5;
  padding: 0.5em 0;
}

.merit{
  padding: 1em;
  background: #f4dbdc;
}
.merit li{
  padding-left: 1.5em;
  position: relative;
}
.merit li:before{
  content: '〇';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #9d1d13;
  font-size: 120%;
}
.demerit{
  padding: 1em;
  background: #dbeff6
}
.demerit li{
  padding-left: 1.5em;
  position: relative;
}
.demerit li:before{
  content: '×';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #3d2a1f;
  font-size: 120%;
}

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

@media screen and (max-width: 767px) {
  .headline{
    font-size: 18px;
  }
}
