@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: 16px;
  color: #fff;
  background: #ff857c;
  border-radius: 0;
  max-width: 100%;
  width: 335px;
  padding: 1.2em 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: 13px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  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: 10px;
}
.under .btn-style a {
  width: 280px;
}
/*==========================
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: 5% 0;
  background: url(img/sec07_bg.jpg) no-repeat center / cover;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #6f5549;
}
.sec_news .news dt {
  padding: 0.5em 0;
  width: 120px;
  float: left;
  clear: both;
  color: #6f5549;
}
.sec_news .news dd {
  padding: 0.5em 0;
}
.sec_news .news dt + dd{
  padding-left: 140px;
}
.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;
  color: #4e6b2f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 5px 3em 5px 0;
  border-bottom: 1px solid #666;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  background: #61dbb4;
  display: table;
  padding: 0.2em 1em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sec01{
  padding: 7% 0;
  background: url(img/sec01_bg.jpg) no-repeat center / cover;
}
.sec01 h2{
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(img/ttl_icon01.png) no-repeat center bottom;
}
.sec01 h2 span{
  background: linear-gradient(transparent 50%,#fcf695 50%);
}
.sec01 p{
  line-height: 2;
}
.sec02 .con_ttl{
  padding: 4% 0 3%;
  background: url(img/ttl_bg01.jpg) no-repeat center / cover;
}
.sec02 .con_ttl h2{
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin: 0 auto;
  display: table;
  color: #fff;
  background: url(img/line001.png) repeat-x left bottom;
}
.sec02 .con01{
  padding: 5% 0;
  background: #fefafa;
}
.sec02 .column{
  position: relative;
}
.sec02 .box_link a{
  text-indent: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  z-index: 1;
  display: block;
  transition: 200ms;
}
.sec02 .box_link a:hover{
  background: rgba(255,133,124,.1);
}
.sec02 .box_link a span{
  position: absolute;
  left: 1em;
  bottom: 1em;
  margin: auto;
  padding-right: 1em;
}
.sec02 .box_link a span:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #ff857c;
}
.sec02 h3{
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.7;
  padding: 0.2em 0 1em;
  margin-bottom: 0.7em;
  position: relative;
}
.sec02 h3:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 209px;
  max-width: 100%;
  height: 10px;
  background: url(img/sec02_line01) no-repeat center / contain;
}
.sec02 .column:nth-child(even) h3:after{
  background: url(img/sec02_line02) no-repeat center / contain;
}
.sec02 p{
  text-align: center;
  padding: 1em 1em 2.5em;
}
.sec02 .column:first-child:before{
  content: '';
  position: absolute;
  top: -50px;
  left: -30px;
  margin: auto;
  width: 103px;
  height: 107px;
  background: url(img/sec02_item01.png) no-repeat center / contain;
  z-index: 1;
}
.sec02 .column:first-child:after{
  content: '';
  position: absolute;
  left: -50px;
  bottom: -120px;
  margin: auto;
  width: 110px;
  height: 113px;
  background: url(img/sec02_item03.png) no-repeat center / contain;
  z-index: 1;
}
.sec02 .column:last-child:before{
  content: '';
  position: absolute;
  top: -50px;
  right: -80px;
  margin: auto;
  width: 116px;
  height: 95px;
  background: url(img/sec02_item02.png) no-repeat center / contain;
  z-index: 1;
}
.sec02 .column:last-child:after{
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  margin: auto;
  width: 103px;
  height: 107px;
  background: url(img/sec02_item04.png) no-repeat center / contain;
  z-index: 1;
}
.sec03 .con_ttl{
  padding: 4% 0 3%;
  background: url(img/ttl_bg02.jpg) no-repeat center / cover;
}
.sec03 .con_ttl h2{
  font-size: 43px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin: 0 auto;
  display: table;
  color: #fff;
  background: url(img/line001.png) repeat-x left bottom;
}
.sec03 .con01{
  padding: 5% 0;
  background: url(img/sec03_bg.jpg) no-repeat center / cover;
}
.sec03 .column{
  margin-bottom: 2%;
}
.sec04{
  padding: 10% 0 5%;
  background: url(img/sec04_bg.jpg) no-repeat center / cover;
}
.sec04 .con01{
  padding: 6% 10% 5%;
  border: 1px solid #ff857c;
  background: #fff;
}
.sec04 h2{
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin: 0 auto 0.5em;
  display: table;
  background: url(img/line002.png) repeat-x left bottom;
  position: relative;
}
.sec04 h2:before,
.sec04 h2:after{
  content: '';
  position: absolute;
  bottom: 100%;
  margin: auto;
}
.sec04 h2:before{
  left: -100px;
  width: 229px;
  max-width: 45.8%;
  height: 117px;
  background: url(img/sec04_txt01.png) no-repeat left bottom / contain;
}
.sec04 h2:after{
  right: -100px;
  width: 255px;
  max-width: 51%;
  height: 114px;
  background: url(img/sec04_txt02.png) no-repeat right bottom / contain;
}
.sec04 p{
  line-height: 2;
}
.sec04 .btn-style{
  margin-top: 6%;
}

.sec05{
  padding: 5% 0;
}
.sec05 h2{
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em;
  display: table;
  background: url(img/line003.png) repeat-x left bottom;
}
.sec05 .btn-style{
  margin-top: 5%;
}
.sec05 .btn-style a{
  background: #61dbb4;
}

.sec06{
  padding: 7% 0;
}
.sec06 .txtinner{
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  position: relative;
}
.sec06 h2{
  font-size: 37px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.sec06 h2 + p{
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
.sec06 .btn-style a{
  background: #fff;
  border: 1px solid #61dbb4;
  color: #61dbb4;
  border-radius: 9999px;
}
.sec06 .btn-style a:after{
  border-color: #61dbb4;
}
.sec07 h2{
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  display: table;
}

@media screen and (min-width: 768px) {
  .mainimage{
  }
  .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:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child){
    margin-left: 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%;
  }
  .sec02 .con01{
    padding-bottom: calc(80px + 5%);
  }
  .sec02 .column:nth-child(even){
    transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
  }
  .sec05{
    background: url(img/sec05_bg.jpg) no-repeat center right 40% / cover;
  }
  .sec05 p{
    max-width: 76%;
  }
  .sec06{
    background: url(img/sec06_bg.jpg) no-repeat center / cover;
  }
  .sec06 .bnr img{
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    bottom: 0;
    margin: auto;
    max-width: none;
    max-height: none;
  }
  .sec07 .heading{
    width: 34%;
  }
  .sec07 .content{
    width: 64%;
  }
}

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

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

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

@media screen and (max-width: 1041px) {
  .sec01 h2 {
    font-size: 28px;
  }
  .sec02 .con_ttl h2 {
    font-size: 32px;
  }
  .sec02 h3 {
    font-size: 17px;
  }
  .sec03 .con_ttl h2 {
    font-size: 32px;
  }
  .sec04 h2 {
    font-size: 28px;
  }
  .sec05 h2 {
    font-size: 28px;
  }
  .sec06 h2 {
    font-size: 32px;
  }
  .sec06 .bnr img {
    left: 100%;
  }
}

@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: 20px !important;
  }
  .sec01{
    padding-bottom: 40%;
    background-image: url(img/sp_sec01_bg.jpg);
  }
  .sec01 p br{
    display: none;
  }
  .sec02 .con01{
    padding: 4em 0;
  }

  .sec02 .column:first-child::after {
    left: auto;
    right: 0px;
    bottom: -90px;
  }
  .sec02 .column:last-child::before {
    right: -25px;
  }
  .sec03 .col_4{
    width: 49%;
  }
  .sec03 .col_4:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .sec04 {
    padding: 20% 0 20%;
    background-image: url(img/sp_sec04_bg.jpg);
  }
  .sec04 h2::before {
    left: -30px;
  }
  .sec04 h2::after {
    right: -30px;
  }
  .sec06 figure.sp{
    margin-bottom: 20px;
  }
  .sec06 h2 + p {
    font-size: 15px;
  }
  .sec07 h2 {
    margin: 0 auto;
  }
}

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

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