@charset "UTF-8";
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.clr-sub {
  color: #7e302b;
}

.wrap-block {
  display: block;
  position: relative;
  text-decoration: none;
}

.wrap-block:hover div {
  opacity: .7;
  transition: .2s;
}

.wrap-block:hover img {
  opacity: 1;
}

.tlf {
  table-layout: fixed;
}

body {
  letter-spacing: .05em;
}

a img:hover {
  opacity: .7;
}

figure {
  text-align: center;
}

img {
  vertical-align: bottom;
}

.img-ttl {
  margin-bottom: 2%;
  text-align: center;
}

/*
Theme Name:Original Style - 1column
Version:1.2
*/

.home #contents *, .home #contents *::before, .home #contents *::after {
  box-sizing: border-box;
}

.footer *::after {
  box-sizing: border-box;
}

.home #contents>.inner, .page-pipecutlp #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}

/* tinyMCE用に見出しをリセット */

.toppage h3, .toppage h4, .toppage h5 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}

/* ==========================
	　mainimage
========================== */

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

.slick-dots {
  display: flex;
  width: 83px;
  margin: 15px auto;
  text-align: center;
}

.slick-dots button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots button::before {
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b8b9b7;
  color: black;
  font-family: slick, sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: "";
}

.slick-dots .slick-active button::before {
  background: #574634;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 59px;
  height: 59px;
  margin-top: -20px;
  border: none;
  /* 矢印ボタン */
  background: none;
  color: transparent;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: .7;
}

button.slick-prev {
  left: 18%;
  margin-left: -16px;
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
}

button.slick-next {
  right: 18%;
  margin-right: -16px;
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
}

/* ==========================
	汎用に使えるボタン
========================== */

.btn-style {
  text-align: center;
}

.btn-style a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 7px;
  background: #5fb6d7;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.under .btn-style a {
  max-width: none;
}

.btn-style a span {
  display: block;
  font-size: 12px;
}

.btn-style a::after {
  display: inline-block;
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  content: "";
  transition: .2s;
}

.link_btn a:hover, .btn-style a:hover {
  -moz-opacity: .7;
  cursor: pointer;
  opacity: .7;
}

.under .btn-style a {
  width: auto;
  min-width: 280px;
}

.clr-gre a {
  background: #60c1b7;
}

.clr-yel a {
  background: #f3be55;
}

.clr-pink a {
  background: #ff968c;
}

.clr-purp a {
  background: #e6aad7;
}

/* ==========================
	loopSlider　無限ループスライダー
========================== */

.loopSliderWrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
}

.loopSlider {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.loopSlider ul {
  height: 300px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 400px;
  float: left;
  overflow: hidden;
}

/* ==========================
	　TOP コンテンツ
========================== */

.top .mainblock a {
  text-decoration: none;
}

/* -- ボックスその他 -------------- */

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

.topwide {
  width: 1750px;
  max-width: 96%;
  margin: 0 auto;
}

.flex-row.sp-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}

.span-6, .span-4, .span-3, .span-2 {
  margin-bottom: 30px;
}

.span-6:last-child, .span-4:last-child, .span-3:last-child, .span-2:last-child {
  margin-bottom: 0;
}

.block-list {
  overflow: hidden;
  border-radius: 10px;
}

.block-list__head {
  padding: 4%;
}

.type-A .block-list__head {
  background: url(img/pt_bg003.png);
}

.type-B .block-list__head {
  background: url(img/pt_bg004.png);
}

.block-list__item {
  display: block;
  position: relative;
  padding: 4% 8%;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.type-A .block-list__item {
  background: #60c1b7;
}

.type-B .block-list__item {
  background: #ff968c;
}

.block-list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 3px;
  background: #fff;
  content: "";
}

.block-list__item::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left-color: #fff;
  content: "";
}

.block-list__item:hover {
  opacity: .7;
}

.footer {
  padding: 30px 0;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo figure {
  text-align: left;
}

.title-l {
  position: relative;
  margin: 0 0 3%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}

.title-l img {
  display: block;
  margin: 0 auto 15px;
}

.title-l span {
  display: block;
  margin: 15px auto 0;
  color: #ff968c;
  font-size: 16px;
  font-weight: normal;
}

.title-m, .title-m--type01 {
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}

.title-m {
  margin: 0 0 1em;
  color: inherit;
}

.title-m--type01 {
  margin: 0 0 1em;
  color: #7e302b;
  text-align: center;
}

.title-m--type01 span {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
}

.title-s, .title-s--train, .title-s--car {
  margin: 0 0 .7em;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}

.title-s--train, .title-s--car {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 40px;
  border-radius: 20px;
  background: #f2efda;
  color: #837446;
}

.title-s--train::before, .title-s--car::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  content: "";
}

.title-s--train::before {
  width: 19px;
  height: 26px;
  background: url(img/train_ico.png) no-repeat center/cover;
}

.title-s--car::before {
  width: 20px;
  height: 18px;
  background: url(img/car_ico.png) no-repeat center/cover;
}

.list-A {
  margin-bottom: 20px;
}

.list-A>li {
  position: relative;
  padding: 4px 0 4px 12px;
}

.list-A>li::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #ff968c;
  content: "";
}

.menu img {
  display: block;
  /* width: 100%; */
  margin: 5px auto;
}

.nav01 {
  background: url(img/nav_ico_home.png) no-repeat top;
}

.nav02 {
  background: url(img/nav_ico_hear.png) no-repeat top;
}

.nav03 {
  background: url(img/nav_ico_light.png) no-repeat 50% -4px;
}

.nav04 {
  background: url(img/nav_ico_paper.png) no-repeat top;
}

.nav05 {
  background: url(img/nav_ico_que.png) no-repeat top;
}

.nav06 {
  background: url(img/nav_ico_hospital.png) no-repeat 50% -1px;
}

.table-A, .table-B {
  width: 100%;
  margin-bottom: 30px;
}

.table-A th, .table-B th {
  text-align: left;
  white-space: nowrap;
}

.table-A td, .table-B td {
  padding-left: 20px;
}

.table-A td {
  padding: 7px 0 7px 0;
}

.table-A th {
  position: relative;
  padding: 7px 20px 7px 0;
}

.table-A th, .table-A td {
  border-bottom: 1px solid #e1e1e1;
}

.table-B {
  line-height: 2;
}

.btn-news {
  text-align: center;
}

.btn-news a {
  position: relative;
  padding: 7px 20px;
  color: #5b5b5c;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.btn-news a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5b5b5c;
  border-right: 2px solid #5b5b5c;
  content: "";
}

.btn-news a:hover {
  opacity: .7;
}

.concept, .reason, .surgery, .info, .sample {
  padding: 40px 0;
}

.concept .topinner:not(:last-child), .reason .topinner:not(:last-child), .surgery .topinner:not(:last-child), .info .topinner:not(:last-child), .sample .topinner:not(:last-child) {
  margin-bottom: 30px;
}

.concept {
  background: url(img/pt_bg001.png);
}

.concept__bnr {
  border-radius: 20px;
  box-shadow: 4px 4px 7px 0 #e5e5e5;
}

.reason {
  position: relative;
  overflow: hidden;
  background: #fffdfd;
}

.reason .topinner {
  z-index: 1;
  position: relative;
}

.surgery {
  background: url(img/pt_bg002.jpg);
}

.info {
  background: #fffffd;
}

.news__ttl {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #5b5b5c;
  font-size: 20px;
  font-weight: bold;
}

.news__ttl span {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
  vertical-align: middle;
}

.news dl {
  margin-bottom: 10px;
}

.news dl a {
  text-decoration: none;
}

.news dt {
  color: #ff968c;
}

.news dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news dd:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.news dd:only-of-type {
  border-bottom: 1px solid #e1e1e1;
}

.news .btn-news {
  text-align: right;
}

.btn-sample {
  text-align: center;
}

.btn-sample a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.btn-sample a::after {
  display: inline-block;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: .2s;
}

.btn-sample a:hover {
  opacity: .7;
}

.btn-sample a:hover::after {
  right: 10px;
}

.layout-A:nth-child(even) {
  flex-direction: row-reverse;
}

.layout-A__ttl {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
  a[href^="tel:"] {
    text-decoration: underline;
  }
  .btn-style {
    margin-bottom: 20px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
  }
  .footer__info {
    /*display: flex;
    justify-content: space-between;*/
    order: 2;
    width: 49%;
  }
	.footer__info_bnr{
		display: flex;
    justify-content: space-between;
	}
	.footer__info table{
		width:100%;
		margin-bottom:2em;
	}
	.footer__info table th{
		width:3em;
	}
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
  }
  .footer__menu-list {
    width: 50%;
  }
  .footer .btn-style {
    text-align: left;
  }
  .footer__info-bnr:not(:last-child) {
    margin-right: 2%;
  }
  .concept, .reason, .surgery, .info, .sample {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .pc-text-small {
    font-size: 70%;
  }
  .f-align-center {
    display: flex;
    align-items: center;
  }
  .f-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  figure img {
    width: 100%;
  }
  /* タブレットまで */
  /* ==========================
	mainimage
========================== */
  /* ==========================
	　TOP コンテンツ
========================== */
  /* -- FLEX設定 -------------- */
  .columns {
    -moz-justify-content: space-between;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  .col_wrap {
    -ms-flex-wrap: wrap;
    /* IE10 */
    -webkit-flex-wrap: wrap;
    /* 改行して組む場合 */
    flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    /* 左右反転 */
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns .column {
    -webkit-box-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
  /* -- ボックスその他 -------------- */
  .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -30px;
  }
  .flex-row.reverse {
    flex-direction: row-reverse;
  }
  .flex-row.fill {
    margin-bottom: 0;
  }
  .flex-row .flex-row:not(:last-child) {
    margin-bottom: 0;
  }
  .fill .span-6, .fill .span-4, .fill .span-3, .fill .span-2 {
    flex: auto;
    margin-bottom: 0;
  }
  .span-6 {
    width: 48.5%;
  }
  .span-4 {
    width: 32%;
  }
  .span-3 {
    width: 23.5%;
  }
  .span-2 {
    width: 18%;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .header__logo {
    width: 304px;
    max-width: 100%;
    margin-right: -4%;
  }
  .header__info {
    width: 21.9%;
  }
  .hdr-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .hdr-link__tel {
    width: 100%;
  }
  .title-l {
    font-size: 30px;
  }
  .title-m {
    text-align: center;
  }
  .title-m--type01 {
    font-size: 24px;
    text-align: center;
  }
  .title-m--type01 span {
    font-size: 15px;
  }
  .line-2 .sub-menu {
    display: flex !important;
    left: -50% !important;
    flex-wrap: wrap;
    width: 200% !important;
  }
  .line-2 li {
    width: 50% !important;
  }
  .side-bnr {
    z-index: 20000;
    position: fixed;
    top: 30%;
    right: 0;
  }
  .side-bnr__item {
    display: block;
    max-width: 100%;
    margin-top: 10px;
  }
  .side-bnr__item img {
    vertical-align: bottom;
  }
  .bot-bnr__top {
    z-index: 1;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .table-B {
    margin-bottom: 0;
    font-size: 70%;
  }
  .mainimage {
    padding-top: 810px;
    background: url(img/iamge1.jpg) no-repeat center/cover;
  }
  .btn-news {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-news a {
    text-decoration: none;
  }
  .concept p {
    margin-bottom: 50px;
  }
  .reason__circle--01, .reason__circle--02, .reason__circle--03, .reason__circle--04, .reason__circle--05, .reason__circle--06, .reason__circle--07, .reason__circle--08, .reason__circle--09, .reason__circle--010, .reason__circle--011 {
    z-index: 0;
    position: absolute;
  }
  .reason__circle--01 {
    top: 5px;
    left: 0;
    width: 358px;
    height: 438px;
    background: url(img/circle001.png) no-repeat center/cover;
  }
  .reason__circle--02 {
    top: 7%;
    right: 3%;
    width: 175px;
    height: 175px;
    background: url(img/circle002.png) no-repeat center/cover;
  }
  .reason__circle--03 {
    top: 27.7%;
    left: 14.8%;
    width: 121px;
    height: 121px;
    background: url(img/circle004.png) no-repeat center/cover;
  }
  .reason__circle--04 {
    top: 25%;
    right: 3.2%;
    width: 355px;
    height: 355px;
    background: url(img/circle003.png) no-repeat center/cover;
  }
  .reason__circle--05 {
    top: 42%;
    left: 2%;
    width: 285px;
    height: 285px;
    background: url(img/circle005.png) no-repeat center/cover;
  }
  .reason__circle--06 {
    top: 50%;
    right: 12%;
    width: 146px;
    height: 146px;
    background: url(img/circle006.png) no-repeat center/cover;
  }
  .reason__circle--07 {
    top: 56%;
    left: 18%;
    width: 83px;
    height: 83px;
    background: url(img/circle007.png) no-repeat center/cover;
  }
  .reason__circle--08 {
    top: 64%;
    left: 2%;
    width: 215px;
    height: 215px;
    background: url(img/circle008.png) no-repeat center/cover;
  }
  .reason__circle--09 {
    top: 62%;
    right: 0;
    width: 327px;
    height: 415px;
    background: url(img/circle009.png) no-repeat center/cover;
  }
  .reason__circle--010 {
    bottom: -30px;
    left: 0;
    width: 344px;
    height: 395px;
    background: url(img/circle010.png) no-repeat center/cover;
  }
  .reason__circle--011 {
    right: 13%;
    bottom: 6%;
    width: 135px;
    height: 135px;
    background: url(img/circle011.png) no-repeat center/cover;
  }
  .news__ttl {
    padding: 0 0 10px 20px;
  }
  .news__ttl span {
    vertical-align: bottom;
  }
  .news__list {
    position: relative;
  }
  .news dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sample__txt {
    width: 450px;
    max-width: 96%;
    margin: 0 auto !important;
    text-align: center;
  }
  .layout-A {
    display: flex;
    justify-content: space-between;
  }
  .layout-A__img {
    width: 58%;
  }
  .layout-A__txt {
    display: flex;
    align-items: center;
    width: 40%;
  }
  .layout-A:not(:last-child) {
    margin-bottom: 6%;
  }
}

@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) {
  .mainimage .slick-slide:not(.slick-center) {
    -moz-opacity: .4;
    /* 前と次の画像を半透明に */
    opacity: .4;
  }
}

@media (max-width: 767px) {
  .btn-style:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 1041px) {
  /* コンテンツが横幅いっぱいになったら */
}

@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    box-sizing: border-box;
    width: 420px;
    margin: 0 auto;
  }
  .top #contents, .top #aside {
    margin-bottom: 0;
  }
  /* ==========================
	　mainimage
========================== */
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }
  /* ==========================
	ボタン
========================== */
  /* ==========================
	loop
========================== */
  /* ==========================
	　TOP コンテンツ
========================== */
  /* -- ボックスその他 -------------- */
  .flex-row:not(:last-child) {
    margin-bottom: 0;
  }
  .sp-col2>.span-6, .sp-col2>.span-4, .sp-col2>.span-3, .sp-col2>.span-2 {
    width: 48%;
    margin-bottom: 15px;
  }
  .sp-col2.fill>.span-6, .sp-col2.fill>.span-4, .sp-col2.fill>.span-3, .sp-col2.fill>.span-2 {
    width: 50%;
    margin-bottom: 15px;
  }
  .footer__info {
    margin-bottom: 20px;
  }
  .footer__info-bnr {
    margin-bottom: 20px;
  }
  .header {
    padding: 10px;
  }
  .header__logo {
    text-align: center;
  }
  .bot-bnr {
    display: flex;
    z-index: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .bot-bnr__top {
    position: absolute;
    top: -51px;
    right: 0;
  }
  .bot-bnr__item img {
    vertical-align: bottom;
  }
  .layout-A__img {
    margin-bottom: 20px;
  }
  .layout-A__txt {
    margin-bottom: 20px;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-col2>.span-6, .tab-col2>.span-4, .tab-col2>.span-3, .tab-col2>.span-2 {
    width: 48%;
    margin-bottom: 15px;
  }
  .tab-col2.fill>.span-6, .tab-col2.fill>.span-4, .tab-col2.fill>.span-3, .tab-col2.fill>.span-2 {
    width: 50%;
    margin-bottom: 15px;
  }
  .side-bnr {
    width: 80px;
  }
  .table-A td, .table-B td {
    padding-left: 12px;
  }
  .mainimage {
    padding-top: 60%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1050px) {
  .header__logo {
    margin-right: 20px;
  }
}

/*# sourceMappingURL=dist/yokohama-chuzetsu.com/assets/maps/index.css.map */
