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

.page-intravenous .page-title,.page-intravenous .bread_wrap,.page-intravenous .contentbottom{ display: none; }
.page-intravenous #contents .inner{ width: 100%; max-width: 100%; }
.page-intravenous .mainblock.under{ padding-bottom: 0; }

.page-intravenous h3, .page-intravenous h4, .page-intravenous h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: initial;
}
.page-intravenous h3::before, .page-intravenous h3::after, .page-intravenous h4::before, .page-intravenous h4::after, .page-intravenous h5::before, .page-intravenous h5::after {
  content: none;
  display: initial;
}
.topinner { /* コンテンツは1200pxに */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
.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;
  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;
}

/* 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: #ff5b5b;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  padding: 0.8em 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: 5%;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  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);
  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: 4%;
}
.under .btn-style a.wide {
  max-width: 400px;
}
/*==========================
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;
  box-sizing: content-box;
}
.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 .news {
  position: relative;
  box-sizing: border-box;
}
.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dd a:hover {
  color: #6db91b;
}
.sec_news .news h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  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: 10px;
  right: 0;
  color: #fff;
  background: #6db91b;
  display: table;
  padding: 0.2em 1.2em 0.2em 1em;
  line-height: 1.3;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.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: 42px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #523d30;
  margin-bottom: 4%;
}
h2.ttl .s{
  font-size: 71.42%;
  display: block;
}
h2.ttl .sub{
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0.5em 7%;
  min-width: 240px;
  margin: 0.5em auto 0;
  letter-spacing: 0;
  display: table;
  position: relative;
}
@media ( max-width : 480px ) {
  h2.ttl .sub {
    font-size: 12px;
  }
}
h2.ttl .sub .wrap{
  position: relative;
  z-index: 2;
}
h2.ttl .sub:before,
h2.ttl .sub:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(#a68165,#88604b);
  z-index: 1;
}
h2.ttl .sub:before{
  transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
}
h2.ttl .sub:after{
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
}
.sec01{
  padding: 5% 0;
  background: url(img/int01_bg.jpg) no-repeat center / cover;
}
.sec01 .columns{
  margin-top: 4%;
}
.fukidashi{
  margin-bottom: 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fukidashi li{
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  width: 180px;
  color: #e7c214;
  padding: 1em 0.2em;
  background: #fff;
  position: relative;
}
.sec03 .fukidashi li{
  color: #6dbee8;
}
.sec04 .fukidashi li{
  color: #f599a1;
}
.sec04 .fukidashi li:first-child{
  width: 220px;
}
.fukidashi li:after{
  content: '';
  position: absolute;
  top: 95%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 35px solid #fff;
}
.sec02 .con01 .col_img img,
.sec04 .con01 .col_img img{
  box-shadow: 20px 20px 0 rgba(151,112,88,.2);
}
.sec03 .con01 .col_img img{
  box-shadow: -20px 20px 0 rgba(151,112,88,.2);
}
.group01 .con01{
  margin-bottom: 4%;
}
.group01 h3{
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #523d30;
  color: #523d30;
}
.group01 h3 .sub{
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 0.7em;
  vertical-align: middle;
}
.sec02 h3 .sub{
  background: #e5c11b;
}
.sec03 h3 .sub{
  background: #45a5db;
}
.sec04 h3 .sub{
  background: #f298a1;
}
.group01 h3:not(:first-child){
  margin-top: 1em;
}
.group01 .list01 li{
  padding-left: 1em;
  text-indent: -1em;
}
.group01 .list01 li:before{
  content: '・';
}
.group01 .img01 img{
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}
.top_check li{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  color: #523d30;
  margin-bottom: 0.7em;
  padding-left: 36px;
  position: relative;
}
.top_check li:before{
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}
.sec02 .top_check li:before{
  background: url(img/int02_check.png) no-repeat center / contain;
}
.sec03 .top_check li:before{
  background: url(img/int03_check.png) no-repeat center / contain;
}
.sec04 .top_check li:before{
  background: url(img/int04_check.png) no-repeat center / contain;
}
.group01 .price{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  margin: 0.5em 1.5em 0 0;
  color: #523d30;
  display: inline-block;
}
.group01 .price .l{
  font-size: 250%;
  line-height: 1;
}
.group01 .price .label{
  font-size: 75%;
  color: #fff;
  padding: 1em 1.4em;
  margin-right: 0.7em;
  vertical-align: bottom;
  display: inline-block;
}
.sec02 .price .label{
  background: #e5c11b;
}
.sec03 .price .label{
  background: #45a5db;
}
.sec04 .price .label{
  background: #f298a1;
}
.group01 .qa{
  margin-top: 6%;
}
.group01 .qa .column{
  padding: 2.5%;
  background: #fff;
  border: 1px solid #523d30;
}
.group01 .qa h4{
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0.8em;
  padding: 0.8em 0 0.5em;
  color: #523d30;
  background: url(img/int_bg_qa.png) no-repeat center;
  min-height: 99px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group01 .bg_wrap{
  margin-top: 3%;
  padding: 4%;
  background: #f5f0ed;
}
.group01 .bg_wrap h4{
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  color: #523d30;
}
.sec02{
  padding: 5% 0;
  margin-bottom: 5%;
  background: linear-gradient(90deg,#fffbe0 75%,#fff 75%);
}
.sec03{
  padding: 5% 0;
  margin-bottom: 5%;
  background: linear-gradient(-90deg,#e6f6ff 75%,#fff 75%);
}
.sec04{
  padding: 5% 0;
  margin-bottom: 5%;
  background: linear-gradient(90deg,#fff2f3 75%,#fff 75%);
}
.sec05{
  padding: 5% 0;
  background: url(img/int05_bg.jpg) no-repeat center / cover;
  counter-reset: num;
}
.sec05 .columns{
  margin-top: 4%;
}
.sec05 h3{
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1em;
  color: #523d30;
  height: 290px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.sec05 h3 .l{
  font-size: 150%;
  vertical-align: middle;
}
.sec05 .column:nth-child(1) h3{
  background: url(img/int05_circle01.png) no-repeat center top / contain;
}
.sec05 .column:nth-child(2) h3{
  background: url(img/int05_circle02.png) no-repeat center top / contain;
}
.sec05 .column:nth-child(3) h3{
  background: url(img/int05_circle03.png) no-repeat center top / contain;
}
.sec05 .column:nth-child(4) h3{
  background: url(img/int05_circle04.png) no-repeat center top / contain;
}
.sec05 h3:before{
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  color: #a47e63;
}
.sec06{
  margin: 5% 0;
}
.sec06 .clearfix{
  overflow: visible;
}
.sec06 .flow_wrap{
  padding: 4%;
  background: #f7fdf2;
  box-shadow: 0 0 8px rgba(51,51,51,.1);
  position: relative;
}
.sec06 .flow_wrap:not(:last-child){
  margin-bottom: 5em;
}
.sec06 .flow_wrap:not(:last-child):after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: calc(100% + 1em);
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  border: 3em solid transparent;
  border-top: 2em solid #e1edd8;
}
.sec06 h3{
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #523d30;
  margin-bottom: 0.5em;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.sec06 h3 .sub{
  font-size: 60%;
  display: inline-block;
  padding: 0.2em 0.7em;
  margin-left: 0.7em;
  border: 1px solid #f3dc6f;
}
.sec06 h3 .step{
  position: absolute;
  left: 0;
  bottom: 85%;
  margin: auto;
  font-weight: normal;
  line-height: 1;
}
.sec06 h3 .step .num{
  font-size: 333.33%;
}
.sec06 h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.sec07{
  padding: 5% 0;
  background: #fcfaf8;
}
.sec07 figure{
  margin-bottom: 1.5em;
}
.sec07 .address {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 1.2em;
}
.sec07 .catch{
  margin-bottom: 1.5em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.sec07 .catch li:not(:first-child){
  margin-left: 1%;
}
.sec07 .tel{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  color: #523d30;
  margin-bottom: 4%;
}
.sec07 .tel a{
  margin-left: 0.5em;
}
.sec07 h3{
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  letter-spacing: 0;
  color: #523d30;
  margin-bottom: 0.5em;
}
.sec07 .time-table{
  margin-bottom: 0.5em;
}
.sec07 .access li{
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.7;
  letter-spacing: 0;
  color: #523d30;
  padding-left: 65px;
  position: relative;
}
.sec07 .access li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.sec07 .access li.train:before{
  background: url(img/int07_icon01.png) no-repeat center / contain;
}
.sec07 .access li.parking:before{
  background: url(img/int07_icon02.png) no-repeat center / contain;
}
.sec07 .access li .l{
  font-size: 133.33%;
  line-height: 1;
}
.sec07 .access li:not(:last-child){
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .mainimage{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 940px;
    background: url(img/mainimage.jpg) no-repeat center / cover;
  }
  .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.aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .columns.jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .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: 49%;
  }
  .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%;
  }
  .fukidashi li{
    max-width: 23.5%;
  }
  .fukidashi li:not(:last-child){
    margin-right: 1%;
  }
  .fukidashi li:nth-child(even){
    transform: translateY(10px);
  }
  .fukidashi li:nth-child(1):after{
    transform: rotate(-15deg);
    left: 80%;
  }
  .fukidashi li:nth-child(2):after{
    transform: rotate(-15deg);
    left: 45%;
  }
  .fukidashi li:nth-child(3):after{
    transform: rotate(15deg);
    right: 45%;
  }
  .fukidashi li:nth-child(4):after{
    transform: rotate(15deg);
    right: 80%;
  }
  .sec03 .top_check,
  .sec04 .top_check{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec03 .top_check li,
  .sec04 .top_check li{
    width: 49%;
  }
  .sec03 .top_check li:not(:nth-child(2n+1)),
  .sec04 .top_check li:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .sec02 .con01 .col_txt,
  .sec04 .con01 .col_txt{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .group01 .con01 .txt_wrap{
    width: 100%;
    max-width: 580px;
  }
  .sec05 .column{
    width: 24.2%;
  }
  .sec05 .column:not(:nth-child(4n+1)){
    margin-left: 1.066%;
  }
  .sec05 .column:nth-child(even){
    margin-top: 5%;
  }
  .sec06 .col_img{
    width: 42%;
  }
  .sec06 .col_txt{
    width: 56%;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1241px) {
  .sec02 .con01 .txt_wrap,
  .sec04 .con01 .txt_wrap{
    padding-left: 4%;
  }
  .sec03 .con01 .txt_wrap{
    padding-right: 4%;
  }
  .sec05 h3 {
    font-size: 1.8vw;
    height: 23.2vw;
  }
}

@media screen and (max-width: 1241px) {
  .fukidashi li {
    font-size: 14px;
  }
  .group01 h3 {
    font-size: 20px;
  }
  .top_check li {
    font-size: 18px;
  }
  .top_check li::before {
    width: 20px;
    height: 20px;
  }
  .group01 .price {
    font-size: 18px;
  }
  .group01 .qa h4 {
    font-size: 18px;
  }
  .sec06 h3 {
    font-size: 19px;
  }
  .sec06 h4 {
    font-size: 18px;
  }
  .sec07 .access li {
    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%;
  }
  /*==========================
  新着情報
  ==========================*/
  #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 {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns:not(:last-child), .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.sp_jcc,.columns.sp_col_3.sp_jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .columns.sp_col_2.sp_aic,.columns.sp_col_3.sp_aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .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%;
  }
  /*-- 余白・背景 --------------*/
  .sec01,.sec05,.sec07{
    padding: 2.5em 0;
  }
  .sec02,.sec03,.sec04{
    padding: 2.5em 0;
    margin-bottom: 2.5em;
  }
  .sec06{
    margin: 2.5em 0;
  }
  /*-- 見出し --------------*/
  h2.ttl {
    font-size: 31px;
  }
  @media ( max-width : 360px ) {
    h2.ttl {
      font-size: 26px;
    }
  }
  h2.ttl .sub{
    max-width: 85%;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .fukidashi li{
    max-width: 49%;
    margin-top: 20px;
  }
  .fukidashi li:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .fukidashi li::after {
    border-width: 10px;
    border-top-width: 20px;
  }
  .fukidashi li:nth-child(1):after,
  .fukidashi li:nth-child(3):after{
    transform: rotate(-15deg);
    left: 65%;
  }
  .fukidashi li:nth-child(2):after,
  .fukidashi li:nth-child(4):after{
    transform: rotate(15deg);
    right: 65%;
  }
  .group01 .con01{
    padding: 0 2%;
  }
  .group01 .con01 .col_img{
    margin-bottom: 1.5em;
  }
  .group01 h3 {
    font-size: 18px;
  }
  .group01 h3 .sub {
    font-size: 14px;
    display: table;
    margin-left: 0;
  }
  .top_check li {
    font-size: 16px;
  }
  .group01 .price {
    font-size: 16px;
    margin-right: 0;
    display: block;
  }
  .group01 .price .l {
    font-size: 180%;
  }
  .group01 .bg_wrap h4 {
    font-size: 18px;
  }
  .sec02{
    background: linear-gradient(90deg,#fffbe0 85%,#fff 85%);
  }
  .sec03{
    background: linear-gradient(-90deg,#e6f6ff 85%,#fff 85%);
  }
  .sec04{
    background: linear-gradient(90deg,#fff2f3 85%,#fff 85%);
  }
  .sec05 h3 {
    font-size: 16px;
    height: 210px;
  }
  .sec05 h3::before {
    font-size: 40px;
  }
  .sec06 h3{
    font-size: 18px;
    margin-top: 1.5em;
  }
  .sec06 h4 {
    font-size: 17px;
  }
  .sec07 .tel {
    font-size: 18px;
  }
  .sec07 .tel a{
    display: block;
    margin: 0.5em auto 2em;
  }
  .sec07 h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .sec05 h3 {
    font-size: 3.8vw;
    height: 47vw;
  }
}

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

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