@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner { /* コンテンツは1200pxに */
  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;
}
.hidden{
  display: none!important;
  overflow: hidden!important;
}
.off{
  pointer-events: none!important;
  cursor: none;
}
/*==========================
mainimage
==========================*/

/* メインコピー有り */
.mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  bottom: 10%;
  left: 0;
  margin: auto;
  max-width: 15.6%;
}
@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;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #8e6c51;
  border-radius: 6px;
  max-width: 100%;
  width: 268px;
  padding: 1.2em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0.1em;
  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: 7px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px 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: 4px;
}
.under .btn-style a {
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 334px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 334px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 334px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 334px;
  height: 334px;
  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;
  z-index: 1;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.sec_news {
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #666;
}
.sec_news .news dt {
  padding: 1em 0 0;
  color: #666;
}
.sec_news .news dd {
  padding: 0 0 1em;
  border-bottom: 1px solid #ccc;
}
.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: #666;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 3em 0.5em 0;
  border-bottom: 1px solid #6db91b;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 6%;
  right: 4%;
  color: #fff;
  background: #8e6c51;
  border-radius: 5px;
  display: table;
  padding: 0.4em 1.2em 0.4em 1em;
  line-height: 1.3;
	  font-weight: 700;
    font-family: fot-tsukuardgothic-std,
}
.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);
}
h2.ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #8e6c51;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
  position: relative;
  padding-top: 70px;
}
h2.ttl span{
  font-size: 56.25%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #b1c212;
  display: block;
  margin-bottom: 10px;
}
h2.ttl:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(img/sec01_ttl_icon.png) no-repeat center / contain;
}
.sec01{
  padding: 5% 0;
  background: #f8f4e6;
}
.sec01 .column{
  padding: 5%;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
.sec01 .time-table{
  margin-bottom: 0.5em;
}
.sec01 .column .columns{
  -webkit-box-align: center;
  align-items: center;
}
.sec01 .ul_access{
  margin: 1em 0;
}
.sec01 h3{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7em;
}
.sec01 h3 + figure{
  margin-bottom: 1em;
}
.sec02{
  padding: 5% 0;
  background: url(img/sec02_bg.jpg) no-repeat center / cover;
}
.sec02 .topinner{
  padding: 5%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
.sec02 h2.ttl{
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-top: 53px;
  color: #b1c212;
}
.sec02 h2.ttl:before{
  width: 68px;
  height: 53px;
  background: url(img/sec02_ttl_img.png) no-repeat center / contain;
}
.sec02 h3{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 1em;
  margin-bottom: 5%;
  background: url(img/line001.png) repeat-x top center,
  url(img/line001.png) repeat-x bottom center;
  box-sizing: border-box;
}
.sec02 .btn-style{
  margin-top: 5%;
}
.sec_loop{
  padding: 4% 0;
}
.sec03{
  padding: 5% 0;
  background: url(img/sec03_bg.jpg) no-repeat center / cover;
}
.sec03 h2.ttl:before{
  background: url(img/sec03_ttl_icon.png) no-repeat center / contain;
}
.sec03 .column{
  position: relative;
  margin-bottom: 4%;
  transition: 200ms;
}
.sec03 .column:hover{
  opacity: 0.7;
}
.sec03 h3{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.5em 0;
  color: #8e6c51;
}
.sec_bnr{
  padding: 4% 0;
}
.sec04{
  padding: 5% 0;
  background: url(img/sec04_bg.jpg) no-repeat center / cover;
  counter-reset: num;
}
.sec04 h2.ttl:before{
  background: url(img/sec04_ttl_icon.png) no-repeat center / contain;
}
.sec04 .con01{
  margin-bottom: 5%!important;
}
.sec04 .heading{
  position: relative;
  margin-bottom: 1.5em;
}
.sec04 .txt_wrap{
  padding: 5%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}
.sec04 .txt_wrap:before{
  content: 'Future';
  position: absolute;
  right: 135px;
  bottom: 99%;
  margin: auto;
  color: #c3d60c;
  font-size: 25px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.1em;
}
.sec04 .txt_wrap:after{
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  right: 40px;
  bottom: 98%;
  margin: auto;
  color: #c3d60c;
  font-size: 62px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.1em;
}
.sec04 .con01 .txt_wrap{
  padding: 3%;
}
.sec04 figure{
  max-width: 90%;
}
.sec04 h3{
  font-size: 26px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sec04 h3 span{
  font-size: 123%;
  color: #8e6c51;
}
.sec05{
  padding: 5% 0 0;
  background: url(img/sec05_bg.jpg) no-repeat center / cover;
}
.sec05 .col_txt{
  padding-bottom: 10%;
}
.sec05 h2.ttl:before{
  background: url(img/sec05_ttl_icon.png) no-repeat center / contain;
}
.sec06{
  padding: 5% 0;
  background: #f8f4e6;
}
.sec06 .white_box{
    padding: 5% 5% 2.5em;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
}
.sec06 h2.ttl{
	font-size:28px;
	padding-top:0;
}
.sec06 h2.ttl:before{
	display:none;
}
.sec06.sec_news .news .btn{
	text-align:right;
		margin-bottom:0;
}
.sec06.sec_news .news .btn a{
	position:relative;
	display:inline-block;
background:#b1c212;
	right:0;
}
.sec06.sec_news .news .btn a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
	border-right:none;
	border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    transform: none;
    -o-transform:none;
    -ms-transform:none;
    -moz-transform:none;
    -webkit-transform: none;
}
@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(.col_5):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: 48%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_5{
    width: 18.4%
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec02 h3{
    width: 800px;
    max-width: 100%;
    margin: 0 auto 5%;
  }
  .sec02 .btn-style a{
    width: 480px;
  }
  .sec03 .columns{
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .sec03 h3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
  }
  .sec04 .con01 .txt_wrap{
    bottom: 10%;
  }
  .sec04 .txt_wrap{
    width: 480px;
    max-width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .sec04 .column .heading{
    padding-bottom: 10%;
  }
  .sec04 .con03{
    margin-top: 5%;
  }
  .sec05 .columns{
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .sec05 .col_txt{
    width: 61.66%;
  }
  .sec05 .col_img{
    width: 36.34%;
  }
}

/********************************
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) {
  .sec02 h3 {
    font-size: 20px;
  }
  .sec03 h3 {
    font-size: 15px;
  }
  .sec04 h3 {
    font-size: 16px;
  }
}

@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;
  }
  .scroll > table{
    width: 750px;
  }
  .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%;
  }
  .mainimage .main_copy img{
    left: 10%;
    max-width: 24.3%;
  }
  /*==========================
  新着情報
  ==========================*/
  #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: 10px 0 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    top: 25px;
    font-size: 12px;
  }
  #main .sec06 .news .btn a {
	  top: auto;
	}
  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 167px;
  }
  .loopSlider ul {
    height: 167px;
  }
  .loopSlider ul li {
    width: 167px;
    height: 167px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns, .column:not(:last-child){
    margin-bottom: 4%;
  }
  .sp_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_col_2,.columns.sp_col_3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.sp_col_2 .column{
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .columns.sp_col_3 .column{
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 21px;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .sec02 h3 {
    font-size: 16px;
  }
  .sec04 .txt_wrap{
    position: relative;
    margin: -5% 0 0 auto;
    max-width: 90%;
    z-index: 1;
  }
  .sec04 .txt_wrap::after {
    right: 20px;
    font-size: 42px;
  }
  .sec04 .txt_wrap::before {
    right: 90px;
    font-size: 18px;
  }
  .sec05 img{
    max-width: 30%;
  }
  .sec05 .columns{
    margin-bottom: 0!important;
  }
}

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

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

/* ======== 下層 */
.page-name-whitening .fee-table th{
  width: 25%;
}
.page-name-whitening .fee-table td:not(:last-child){
  width: 50%;
  text-align: left;
}

.page-name-fee .fee-table th{
  width: 50%;
}
