@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/
.page-inguinalhernia .page-title,.page-inguinalhernia .bread_wrap,.page-inguinalhernia .contentbottom{ display: none; }
.page-inguinalhernia #contents .inner{ width: 100%; max-width: 100%; }
.page-inguinalhernia .mainblock.under{ padding-bottom: 0; }

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

/* 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: #374d78;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  padding: 1em 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: 15px;
  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: 12px;
}
.under .btn-style.wide a {
  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,
.sec_news .news dd{
  padding: 0.5em 0;
  line-height: 1.7;
}
.sec_news .news dt {
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
}
.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: #374d78;
}
.sec_news .news h3 {
}
.sec_news .news .btn a {
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  top: 15%;
  right: 9%;
  color: #fff;
  background: #374d78;
  width: 70px;
  display: table;
  padding: 0.3em 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,
h3.ttl{
  font-size: 32px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 1em;
}
h2.ttl .sub,
h3.ttl .sub{
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5cafb6;
  display: block;
  margin-top: 0.3em;
}
h3.ttl{
  font-size: 24px;
}
.page-inguinalhernia p{
  line-height: 2.2;
}
.sec01{
  padding: 5% 0;
  background: #e7f3f4;
}
.sec01 .column{
  padding: 4%;
  position: relative;
  background: #fff;
}
.sec01 .count{
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
.sec01 .count .num{
  font-size: 250%;
  font-weight: bold;
  padding-right: 0.2em;
}
.sec01 .count .sub{
  font-size: 16px;
  display: block;
  letter-spacing: 0;
}
.sec02{
  margin: 5% 0;
}
.sec02 h3{
  font-size: 26px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  margin-bottom: 1.5em;
  color: #374d78;
}
.sec03{
  margin: 5% 0;
}
.sec03 .con{
  position: relative;
  margin-top: 10%;
}
.sec03 .con01{
  margin-top: 7%;
}
.sec03 .con:nth-child(even){
  background: url(img/ing03_bg01.jpg) no-repeat center right / cover;
}
.sec03 .con:nth-child(odd){
  background: url(img/ing03_bg02.jpg) no-repeat center left / cover;
}
.sec03 .bg_wrap{
  padding: 5%;
  width: 650px;
  max-width: 90%;
  background: #fff;
  box-shadow: 14px 14px 0 #c8e0ef;
}
.sec03 .con:nth-child(even) .bg_wrap{
  margin-left: auto;
}
.sec03 h3{
  font-size: 26px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #374d78;
}
.sec04{
  margin: 5% 0;
}
.sec04 .column{
  padding: 4% 2%;
}
.sec04 .con01{
  background: url(img/ing04_bg01.jpg) no-repeat center / cover;
}
.sec04 .con02{
  background: url(img/ing04_bg02.jpg) no-repeat center / cover;
}
.sec04 .con03{
  background: url(img/ing04_bg03.jpg) no-repeat center / cover;
}
.sec04 .con04{
  background: url(img/ing04_bg04.jpg) no-repeat center / cover;
}
.sec04 .con05{
  background: url(img/ing04_bg05.jpg) no-repeat center / cover;
}
.sec04 .con06{
  background: url(img/ing04_bg06.jpg) no-repeat center / cover;
}
.sec04 .con07{
  background: url(img/ing04_bg07.jpg) no-repeat center / cover;
}
.sec04 h3{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #5cafb6;
}
.sec04 .btn-style a{
  background: #5cafb6;
}
.sec05{
  padding: 5% 0;
  background: url(img/ing05_bg.jpg) no-repeat center / cover;
  counter-reset: num;
}
.feature_slide_btn{
  margin-bottom: 4%;
}
.feature_slide_btn .slick-track{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drop_btn,
.feature_slide_btn .slick-track > li{
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  background: #d3d9dd;
  color: #374d78;
  margin-bottom: 2%;
  position: relative;
  opacity: 1;
  cursor: pointer;
  min-height: 60px;
  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;
}
.drop_btn:after,
.feature_slide_btn .slick-track > li:after{
  content: '';
  position: absolute;
  top: 0;
  left: 103%;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #374d78;
}
.drop_btn .wrap,
.feature_slide_btn .slick-track .wrap{
  display: block;
  width: 100%;
  padding: 0.2em 1em 0.2em 54px;
  position: relative;
}
.drop_btn .wrap:before,
.feature_slide_btn .slick-track .wrap:before{
  counter-increment: num;
  content: counter(num,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0.4em;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 24px;
  text-align: center;
  color: #374d78;
  line-height: 1.7;
}
.drop_btn .wrap:after,
.feature_slide_btn .slick-track .wrap:after{
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #374d78;
  border-right: 1px solid #374d78;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.drop_btn.open,
.feature_slide_btn .slick-track > li.slick-current{
  background: #374d78;
  color: #fff;
}
.drop_btn.open .wrap:before,
.feature_slide_btn .slick-track > li.slick-current .wrap:before{
  color: #fff;
}
.drop_btn.open .wrap:after,
.feature_slide_btn .slick-track > li.slick-current .wrap:after{
  border-color: #fff;
}
.feature_slider button.slick-arrow{
  background: none;
  font-size: 0;
  width: 87px;
  height: 87px;
  border-bottom: 2px solid #374d78;
  border-left: 2px solid #374d78;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.feature_slider button.slick-prev{
  right: 100%;
  left: auto;
}
.feature_slider button.slick-next{
  right: auto;
  left: 100%;
  border: initial;
  border-top: 2px solid #374d78;
  border-right: 2px solid #374d78;
}
.feature_slider .txt_wrap{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  padding: 5% 10%;
  background: #374d78;
  color: #fff;
}
.feature_slider .txt_wrap h3{
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.feature_slider .txt_wrap p{
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
.sec06{
  padding: 5% 0;
  background: url(img/ing06_bg.jpg) no-repeat center / cover;
  position: relative;
}
.sec06 .topinner{
  padding: 4% 5% 5%;
  background: #fff;
}
.sec06 h2{
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
.sec06 h2 .sub{
  font-size: 250%;
  display: block;
  color: #374d78;
}
.sec06 p{
  margin-bottom: 2em;
}


@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.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%;
  }
  .sec01 .col_2{
    width: 46%;
  }
  .sec02{
    background: url(img/ing02_bg.jpg) no-repeat bottom left 35%;
  }
  .sec02 .col_img{
    width: 45%;
  }
  .sec02 .col_txt{
    width: 55%;
  }
  .sec02 .txt_wrap{
    width: 540px;
    max-width: 100%;
    padding: 5% 0 7% 3%;
  }
  .sec03 .con figure{
    position: absolute;
    top: -20%;
    left: 0;
    margin: auto;
    max-width: 50%;
    z-index: 1;
  }
  .sec03 .con:nth-child(odd) figure{
    left: auto;
    right: 0;
  }
  .sec03 .con .topinner{
    padding-top: 3%;
  }
  .sec03 .bg_wrap{
    position: relative;
    z-index: 2;
  }
  .sec04 h3{
    width: 111%;
    left: -5.5%;
    position: relative;
  }
  .sec04 .column{
    margin-bottom: 5em;
  }
  .sec04 .column:nth-child(even){
    transform: translateY(3.5em);
    -o-transform: translateY(3.5em);
    -ms-transform: translateY(3.5em);
    -moz-transform: translateY(3.5em);
    -webkit-transform: translateY(3.5em);
  }
  .feature_slide_btn .slick-track > li{
    width: 23.5%!important;
  }
  .feature_slide_btn .slick-track > li:not(:nth-child(4n+1)){
    margin-left: 2%;
  }
  .sec06 .topinner{
    width: 1150px;
  }
  .sec06 figure img{
    position: absolute;
    top: 0;
    right: 52%;
    bottom: 0;
    margin: auto;
  }
  .sec06 .txt_wrap{
    width: 48%;
    margin-left: auto;
  }
  .sec06 .btn-style{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .sec06 .btn-style a{
    margin: 0;
    max-width: 200px;
  }
  .sec06 .btn-style a:not(:first-child){
    margin-left: 6%;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec03 .con {
    margin-top: 17%;
  }
  .sec03 .con01 {
    margin-top: 13%;
  }
  .sec04 h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1041px) {
  .sec01 .count .num {
    font-size: 200%;
  }
  .feature_slide_btn .slick-track > li {
    font-size: 15px;
  }
  .feature_slide_btn .slick-track .wrap::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .feature_slider button.slick-arrow {
    width: 60px;
    height: 60px;
  }
  .feature_slider button.slick-prev {
    right: calc(100% - 90px);
  }
  .feature_slider button.slick-next {
    left: calc(100% - 90px);
  }
  .sec06 h2 .sub {
    font-size: 200%;
  }
  .sec06 .btn-style a{
    font-size: 14px;
  }
}

@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;
    top: 5%;
    right: 5%;
  }

  /*==========================
  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 .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,.sec06{
    padding: 2.5em 0;
  }
  .sec02,.sec03,.sec04{
    margin: 2.5em 0;
  }
  /*-- 見出し --------------*/
  h2.ttl {
    font-size: 21px;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .sec01 .count .num {
    font-size: 160%;
  }
  .sec02 .col_txt{
    padding: 2%;
  }
  .sec02 h3 {
    font-size: 20px;
  }
  .sec03 h3 {
    font-size: 20px;
  }
  .sec03 .bg_wrap {
    margin-top: -15%;
    position: relative;
    z-index: 2;
  }
  .sec04 h3 {
    font-size: 20px;
  }
  .drop_btn{
    margin-bottom: 0;
  }
  .drop_btn:after{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    border: 15px solid transparent;
    border-top: 15px solid #374d78;
    display: none;
  }
  .drop_btn.open:after{
    display: block;
  }
  .feature_slider > li{
    margin-bottom: 1.5em;
  }
  .feature_slider figure{
    display: none;
  }
  .feature_slider figure img{
    width: 100%;
  }
  .feature_slider .txt_wrap{
    background: rgba(55,77,120,.95);
    max-width: 95%;
    margin: -10% auto 0;
    position: relative;
    z-index: 1;
  }
  .feature_slider .txt_wrap h3 {
    font-size: 20px;
  }
  .feature_slider .txt_wrap p {
    font-size: 14px;
  }
  .feature_slider button.slick-arrow {
    width: 30px;
    height: 30px;
    top: 40%;
  }
  .feature_slider button.slick-prev {
    right: calc(100% - 40px);
  }
  .feature_slider button.slick-next {
    left: calc(100% - 40px);
  }
  .sec06 h2 {
    font-size: 20px;
  }
}

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

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

/* ======== 下層 */
@media screen and (max-width: 767px) {
  .page-fujisawa .googlemap,
  .page-chigasaki .googlemap{
    padding-bottom: 70%;
  }
}
