@charset "UTF-8";

header {
  background: none;
	transition: .5s;
}
header .logo_header img {
//  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(110%) contrast(101%);
//	transition: .5s;
}

header.compact {
  background: #fff;
	transition: .5s;
}
header.compact .logo_header img {
  filter: brightness(100%);
	transition: .5s;
}

@media (max-width: 1199px) {
.opmenu header .logo_header img {
  filter: none;
	transition: .5s;
}
}

/* コンテンツ */
section {
    padding-bottom: 0px;
}
h2 {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
h2 span {
    margin-left: auto;
    display: inline-block;
    position: relative;
}
h2 span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #39a583;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    top: 0px;
    left: -1em;
}

.contents_link {
  text-align: center;
}

/* メインビジュアル */
article.site_img {
  position: relative;
	width: 100%;
  height: 100vh;
	overflow: hidden;
    margin-top: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
article.site_img div.main_image {
    padding: 0;
    margin: 0;
    overflow-y: visible !important;
    max-width: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
  position: relative;
}
article.site_img div.main_image .slick-list,
article.site_img div.main_image .slick-track {
  height: 100%;
}
article.site_img div.main_image .slide_top {
  margin: 0 -20px;
  padding: 1px 0 0;
  max-width: none;
  height: 400px;
  height: 100%;
	background: url("../images/top/header_back.jpg") no-repeat right top;
    background-size: cover;
  position: relative;
}
article.site_img div.main_image .slide_top p.catch {
	font-size: 3.3rem;
    font-weight: bold;
	color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 8px rgba(13,43,47,1),0px 0px 5px rgba(13,43,47,1);
    white-space: nowrap;
//    margin-left: -20px;
    position: absolute;
    top: 110px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 10;
}
article.site_img div.main_image .slide_top p.catch br {
	line-height: 1.2;
}
article.site_img div.main_image .slide_top p.header_img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
article.site_img div.main_image .slide_top p.header_img img {
	width: auto;
	height: 36vh;
}
article.site_img .header_tel_sp {
	margin: 0px;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: -5px;
    white-space: nowrap;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
article.site_img .header_tel_sp a {
    width: auto;
    height: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    text-indent: 0em;
	line-height: 1;
    letter-spacing: 0.05em;
    color: #FCFFB1;
	background: #290900 url("../images/icon_tel_y.svg") no-repeat center center;
	background-size: 36px;
    background-position: 13px center;
    padding: 0 55px 10px 60px;
	display: table-cell;
    vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
article.site_img .header_tel_sp a:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/icon_arrow_rb.svg") no-repeat center center;
    background-size: contain;
    border: solid 1px #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    right: 13px;
    top: 14px;
}
article.site_img .header_tel_sp a:hover {
	text-decoration: none;
}
article.site_img .header_tel_sp a strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
	transition: .5s;
}
article.site_img .header_tel_sp a strong span {
    color: #FCFFB1;
    letter-spacing: 0.3em;
}
article.site_img div.main_image .slick-list {
//	padding-bottom: 30px;
}

article.site_img .header_information {
    margin: 0px;
    padding: 20px;
    position: relative;
}
article.site_img .header_information .target {
    margin-bottom: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
article.site_img .header_information .target .target_title {
    margin-right: 10px;
}
article.site_img .header_information .target .target_title strong {
    font-size: 1.6rem;
    font-weight: 900;
    background: #F3EEE7;
    display: block;
    text-align: center;
    padding: 0.3em 1.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
article.site_img .header_information .target .target_animal {
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0 0.5em;
}
article.site_img .header_information .target .target_animal img.icon_dog {
    height: 26px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
article.site_img .header_information .target .target_animal img.icon_cat {
    height: 22px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
article.site_img .header_information .target .target_animal span {
    font-weight: normal;
    color: #BC9C78;
    padding: 0 1em;
}
article.site_img .header_information .reception {
    padding: 10px;
    border: solid 1px #E8E1D9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
article.site_img .header_information .reception * {
  font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
    white-space: nowrap;
}
article.site_img .header_information .reception table {
    margin: auto;
}
article.site_img .header_information .reception thead th {
    padding-bottom: 5px;
}
article.site_img .header_information .reception thead th a {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: dotted 1px #BC9C78;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
article.site_img .header_information .reception thead th a img {
    width: 1.2em;
    margin: 5px 10px 0 0;
}
article.site_img .header_information .reception td.tenten {
    font-family: "Noto Sans JP", sans-serif;
    color: #BC9C78;
    padding: 0 0.5em;
}
article.site_img .header_information .reception td.reception_time {
    font-size: 1.8rem;
	padding: 2px 0;
}
article.site_img .header_information .reception td.closed {
    font-size: 1.6rem;
	padding: 2px 0;
}
article.site_img .header_information .reception td.reception_hol {
    border: solid 1px #BC9C78;
}
article.site_img .header_information .reception td.reception_hol p {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    padding-top: 0.2em;
    writing-mode: vertical-rl;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* ご来院前に*/
.visit {
    margin-top: 10px;
}
.visit h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #4B342E;
    padding: 0.8em 1em;
    margin: 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.visit h2 img {
    width: 30px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.visit h2 span {
    color: #fff;
}
.visit .visit_contents {
    text-align: center;
    background: #FFFFF5;
    padding: 1em;
    border: solid 1px #BC9C78;
    border-top: none;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.visit .visit_contents .visit_title {
    font-size: 1.8rem;
    font-weight: bold;
}
.visit .visit_contents .visit_note {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.visit .visit_contents .visit_tel {
	display: table;
	margin: auto;
    padding: 0px;
    white-space: nowrap;
}
.visit .visit_contents .visit_tel a {
    text-decoration: none;
    width: auto;
    font-size: 2.8rem;
    font-weight: bold;
    text-indent: 0em;
	line-height: 1;
    letter-spacing: 0.05em;
    color: #FCFFB1;
	background: #4B342E;
    padding: 8px 30px;
    margin-bottom: 5px;
	display: block;
    vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.visit .visit_contents .visit_tel a img {
    width: 36px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}
.visit .visit_contents hr {
    margin: 1em -1em;
    border: none;
    border-bottom: dotted 1px #BC9C78;
}
.visit .visit_contents .visit_title2 {
    font-size: 1.1em;
    font-weight: bold;
}
.visit .visit_contents .visit_title2 strong {
    font-size: 1.2em;
}

/* NEWS*/
.news {
    background: #F9F6F0;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
    margin-top: 120px;
    margin-top: 60px;
    padding: 50px 0;
    position: relative;
}
.news .news_img {
    width: 100%;
	padding-top: 60px;
    position: relative;
}
.news .news_img > div {
    display: table;
    width: 700px;
    margin: auto;
    margin-left: 80px;
    position: absolute;
    left: 50%;
    bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.news .news_img > div p {
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
}
.news .news_img > div p:nth-child(odd) {
    margin-top: 10px;
}
.news .news_img > div p img {
    display: block;
    width: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.news .news_img > div p.double img:first-child {
    margin-bottom: 10px;
}
.news h2 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;;
}
.news h2 span {
    margin-left: 2em;
}
.news table {
    width: 100%;
}
.news tr {
    border-bottom: solid 1px #BC9C78;
}
.news th {
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 1em 0 0;
}
.news th .cat_label {
    display: inline-block;
    padding: 0.2em;
    margin-left: 1.5em;
    width: 6em;
    text-align: center;
    border: solid 1px #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.news th .cat_info {
    color: #347CC1;
    border-color: #347CC1;
}
.news th .cat_recruit {
    color: #84331F;
    border-color: #84331F;
}
.news td {
    display: block;
    padding: 1em 0;
}

/* ご持参いただくもの  */
.bring {
}
.bring h2 {
    font-size: 1.8rem;
    font-weight: bold;
	margin-bottom: 1em;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
}
.bring h2 img {
    width: 30px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.bring h2 span {
    margin-left: 0;
}
.bring dl {
	margin: 0 auto 15px;
    background: #F9F6F0;
	-webkit-border-radius: 30px 30px 15px 15px;
	-moz-border-radius: 30px 30px 15px 15px;
	border-radius: 30px 30px 15px 15px;
}
.bring dt {
    display: block;
	padding: 10px 15px 10px 40px;
    background: #4B342E;
    position: relative;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.bring dt h3 {
	color: #fff;
}
.bring dt strong {
    color: #FCFFB1;
}
.bring dt span {
    font-size: 2.2rem;
    font-weight: bold;
	color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bring dd {
    display: block;
	padding: 15px;
}
.bring dd .cards {
    text-align: center;
}
.bring dd .cards img {
	height: 36px;
	margin: 0 10px 10px;
}

/* ペット保険  */
.insurance h2 {
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.insurance h2 img {
    display: block;
    width: 30px;
    margin: 0 auto 5px;
}
.insurance .credit_note {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.insurance .insurance_banner {
    text-align: center;
}
.insurance .insurance_banner img {
    margin-bottom: 10px;
}

/* アクセス  */
.access h2 {
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
}
.access h2 span {
    margin-left: 0;
}
.access .access_add {
    margin-bottom: 1em;
    display: table;
}
.access .access_add a {
    font-size: 2.8rem;
    font-weight: bold;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.access .access_add a img {
    width: 1.2em;
    margin-right: 5px;
}
.access iframe {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}
.access .access_link {
    text-align: center;
}
.access .access_link a {
    display: block;
    padding: 1em;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    background: #4B342E;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}
.access .access_link a img {
    width: 1.3em;
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
header .logo_header span {
    color: #fff;
	transition: .5s;
}
header.compact .logo_header span {
    color: #382a2a;
	transition: .5s;
}

  /* コンテンツ */
  section {
  }
h2 span {
}

  /* メインビジュアル */
article.site_img {
}
article.site_img div.main_image {
    padding: 0;
}
article.site_img div.main_image .slide_top p.catch {
	margin: 0;
	font-size: 5rem;
	top: 165px;
	left: 50%;
}
article.site_img div.main_image .slide_top p.header_img img {
	width: auto;
	height: 50vh;
	max-height: 765px;
}
article.site_img .header_tel_sp {
    top: -15px;
}
article.site_img .header_tel_sp a {
    height: 80px;
    font-size: 3.6rem;
	background-size: 50px;
    background-position: 15px center;
    padding: 0 95px 7px 80px;
}
article.site_img .header_tel_sp a:after {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 20px;
}
article.site_img .header_tel_sp a:hover {
	text-decoration: none;
}
article.site_img .header_tel_sp a strong {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}
article.site_img .header_tel_sp a strong span {
    color: #FCFFB1;
    letter-spacing: 0.15em;
}
article.site_img div.main_image .slick-list {
//	padding-bottom: 52px;
}

article.site_img .header_information {
    padding: 20px 50px;
    margin: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
article.site_img .header_information .target {
    border-right: solid 1px #E8E1D9;
    padding-right: 40px;
    margin: 0 40px 0 0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
article.site_img .header_information .target .target_title {
    width: 100%;
}
article.site_img .header_information .target .target_title strong {
    font-size: 1.8rem;
    padding: 0.6em 0.8em;
}
article.site_img .header_information .target .target_animal {
    font-size: 2rem;
}
article.site_img .header_information .target .target_animal img.icon_dog {
    height: 44px;
    margin-right: 20px;
}
article.site_img .header_information .target .target_animal img.icon_cat {
    height: 38px;
    margin-right: 20px;
}
article.site_img .header_information .target .target_animal span {
    font-weight: normal;
    margin-right: 20px;
}
article.site_img .header_information .reception {
    padding: 0;
    border: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
article.site_img .header_information .reception table {
    margin: 0;
}
article.site_img .header_information .reception thead th {
    padding-bottom: 10px;
}
article.site_img .header_information .reception thead th a {
    font-size: 3.4rem;
    font-weight: 900;
    padding-bottom: 10px;
}
article.site_img .header_information .reception thead th a img {
    width: 3.5rem;
    margin: 5px 10px 0 0;
}
article.site_img .header_information .reception tbody * {
    line-height: 1.8;
}

/* ご来院前に*/
.visit {
    margin-top: 20px;
}
.visit h2 {
    font-size: 2.2rem;
    padding: 0.5em 1.5em;
}
.visit .visit_contents {
    padding: 1em;
}
.visit .visit_contents .visit_title {
    font-size: 2rem;
}
.visit .visit_contents .visit_note {
    display: block;
    text-align: center;
    margin-left: 4em;
    margin-right: 4em;
}
.visit .visit_contents .visit_tel a {
    font-size: 3.2rem;
    padding: 10px 30px;
}
.visit .visit_contents .visit_tel a img {
    width: 38px;
}
.visit .visit_contents hr {
    margin: 1.3em -1em 1em;
}
.visit .visit_contents .visit_title2 {
    font-size: 1.1em;
    font-weight: bold;
}
.visit .visit_contents .visit_title2 strong {
    font-size: 1.2em;
}

/* NEWS*/
.news {
	-webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
    margin-top: 210px;
    margin-top: 90px;
    padding: 60px 0;
}
.news .news_img {
	padding-top: 110px
}
.news .news_img > div {
    width: 1200px;
    margin: auto;
    margin-left: 0;
    bottom: 20px;
}
.news .news_img > div p {
    padding-right: 15px;
}
.news .news_img > div p:nth-child(odd) {
    margin-top: 15px;
}
.news .news_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.news h2 {
    font-size: 3.8em;
    margin: 0 1em 0 0;
    display: block;
    white-space: nowrap;
}
.news h2 span {
    margin: 0 0 0 1em;
    display: block;
}
.news th {
    padding: 1.5em 0 0;
}
.news td {
    padding: 1.5em 0;
}


/* 電話案内*/
.contct_info {
	margin-bottom: 50px;
}
.contct_info .contct_info_title {
	font-size: 2.1rem;
}
.contct_info .contct_info_title strong {
	padding-bottom: 5px;
}
.contct_info .contct_info_tel {
	margin-top: 18px;
}
.contct_info .contct_info_tel a {
    font-size: 4.6rem;
    background-size: 27px;
    padding-left: 36px;
}

/* プレオープン期間について */
.preopen {
	padding: 30px;
	margin-bottom: 80px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.preopen .preopen_message {
    font-size: 2rem;
}
.preopen .pre_info {
    font-size: 1.8rem;
}
.preopen .pre_time {
    font-size: 2rem;
}
.preopen .pre_note {
	padding: 0.2em 1em;
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}
.information li {
	padding-bottom: 20px;
	margin-top: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.information li .entry_data {
	margin: 4px 0px 0px;
	width: 9em;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.information li .entry_message {
    font-size: 1.8rem;
}

/* ご持参いただくもの  */
.bring {
}
.bring h2 {
    font-size: 2.2rem;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
}
.bring h2 img {
    width: 38px;
    margin-right: 10px;
}
.bring h2 span {
    margin-left: auto;
}
.bring .bring_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 15px;
}
.bring .bring_contents .bring2 {
    grid-row: span 2 / span 2;
}
.bring dl {
	margin: 0;
    width: 100%;
}
.bring dt {
    width: 100%;
    height: 7em;
	padding: 5px 20px 5px 55px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.bring .bring3 dt {
    height: 5em;
}
.bring dt h3 {
    font-size: 1.8rem;
}
.bring dt span {
    font-size: 2.8rem;
    left: 15px;
}
.bring dd {
	padding: 20px;
}
.bring dd .cards {
    margin-top: 30px;
}
.bring dd .cards img {
	height: 36px;
	margin: 0 10px 10px;
}

/* ペット保険  */
.insurance h2 {
    font-size: 2.2rem;
}
.insurance h2 img {
    width: 38px;
}
.insurance .credit_note {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.insurance .insurance_banner p {
    display: inline-block;
}
.insurance .insurance_banner img {
    margin: 0 15px;
}

/* アクセス  */
.access h2 {
    font-size: 2.2rem;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
}
.access h2 span {
    margin-left: auto;
}
.access .access_contents {
    position: relative;
}
.access .access_add {
//    margin-bottom: 1.5em;
    margin-bottom: 40px;
    display: table;
}
.access .access_add a {
    font-size: 3rem;
}
.access .access_add a img {
    margin-right: 10px;
}
.access iframe {
	height: 300px;
	margin-bottom: 0;
}
.access .access_link {
    position: absolute;
    top: 5px;
    right: 0px;
}
.access .access_link a {
    padding: 1em;
    width: 230px;
}
.access .access_link a img {
    right: 15px;
}
}

@media (min-width: 1200px) {
h2 span:before {
    width: 8px;
    height: 8px;
}

#menu .menu_main ul li a span {
    color: #fff;
}
header.compact #menu .menu_main ul li a span {
    color: #382a2a;
	transition: .5s;
}
#menu .menu_main ul li:hover a {
    border-bottom: none;
}
#menu .menu_main ul li:hover {
    border-bottom: solid 1px #fff;
}
header.compact #menu .menu_main ul li:hover {
    border-bottom: solid 1px #382a2a;
}

  /* メインビジュアル */
article.site_img {
	height: auto;
}
article.site_img div.main_image {
	height: 700px;
   max-width: none;
}
article.site_img div.main_image .slide_top {
	height: 700px;
}
article.site_img div.main_image .slide_top p.catch {
	margin: 0px;
	font-size: 7rem;
	top: 230px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
article.site_img div.main_image .slide_top p.header_img img {
	height: 460px;
}
article.site_img .header_tel_sp {
	display: none;
}
article.site_img .header_information {
    background: #fff;
    margin: 0px;
    padding: 25px 0 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
article.site_img .header_information:before {
    content: '';
    display: block;
    height: 100%;
    width: 300px;
    background: url("../images/top/header_opt.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
article.site_img .header_information .target {
    padding-right: 40px;
    margin: 0;
}
article.site_img .header_information .target .target_title {
    margin: 0;
}
article.site_img .header_information .reception {
    padding: 0 40px 0 30px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
article.site_img div.main_image .slick-list {
//	padding-bottom: 70px;
}

article.site_img .header_tel {
	width: auto;
	top: 80px;
}

/* ご来院前に*/
.visit {
    margin-top: 70px;
}
.visit h2 {
    font-size: 2.5rem;
}
.visit h2 img {
    width: 34px;
}
.visit .visit_contents {
    padding: 1em 1em 1.5em;
}
.visit .visit_contents .visit_title {
    font-size: 2.3rem;
}
.visit .visit_contents .visit_note {
    margin-left: 3em;
    margin-right: 3em;
}
.visit .visit_contents .visit_tel a {
    font-size: 3.4rem;
}

/* NEWS*/
.news {
	-webkit-border-radius: 0 0 60px 60px;
	-moz-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
    margin-top: 230px;
    margin-top: 100px;
    padding: 70px 0;
}
.news .news_img {
	padding-top: 130px
}
.news .news_img > div {
    width: 1300px;
    bottom: 30px;
}
.news .news_img > div p {
    padding-right: 15px;
}
.news .news_img > div p:nth-child(odd) {
    margin-top: 15px;
}
.news h2 {
    font-size: 4.3em;
    margin: 0 1.5em 0 0;
}
.news h2 span {
    font-size: 1.7rem;
}
.news th {
    display: table-cell;
    padding-top: 1.2em;
    white-space: nowrap;
}
.news th .cat_label {
    margin-right: 1em;
}
.news td {
    display: table-cell;
    padding: 1.5em 0;
}

.news .news_entry th {
    padding: 1.2em 3em 0 0;
}
.news .news_entry td {
    padding-top: 1.2em;
}

/* ご持参いただくもの  */
.bring h2 {
    font-size: 2.6rem;
}
.bring .bring_contents {
    gap: 20px;
}
.bring dt {
    height: 9em;
	padding: 5px 20px 5px 85px;
}
.bring .bring3 dt {
    height: 6em;
}
.bring dt h3 {
    font-size: 2rem;
}
.bring dt span {
    font-size: 3.2rem;
    left: 37px;
}
.bring dd {
	padding: 20px 30px;
}
.bring dd .cards {
    margin-top: 30px;
}
.bring dd .cards img {
	height: 40px;
	margin: 0 10px 30px;
}

/* アクセス  */
.access h2 {
    font-size: 2.6rem;
}
.access .access_add {
    margin-bottom: 1.5em;
    margin-bottom: 46px;
    display: table;
}
.access .access_add a {
    font-size: 3.4rem;
}
.access iframe {
	height: 400px;
}
.access .access_link {
    top: 5px;
    right: 0px;
}
.access .access_link a {
    width: 280px;
}
}

@media (min-width: 1300px) {
}
