
/* 共通 */
header {
}
section article.contents {
	padding: 40px 0px;
}
h2.sub {
  font-size: 2.4rem;
}



/* MV */
.pagetitle .mv_img {
    background: 30% / cover no-repeat url(../images/cfc/main.jpg);
}

/* MAP */
section article.map .access_map {
    margin-bottom: 20px;
}
section article.map .access_map iframe {
	width: 100%;
	height: 300px;
}
section article.map .access_map p {
	text-align: right;
}
section article.map .access_map p a {
	color: #ec541f;
	display: inline-block;
	border: solid 1px #ec541f;
	margin-top: 0.5em;
	padding: 0 0.8em;
}
section article.map .access_map p a:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 6px;
	margin: 0 0 4px 5px;
	border-bottom: 1px solid #ec541f;
	border-right: 1px solid #ec541f;
	transform: skew(45deg);
}

section article.map dl {
	display: table;
	margin: auto;
}
section article.map dt {
	font-size: 2.2rem;
	margin-bottom: 0.5em;
}

/* Cat Friendly Clinicとは？ */
section article.about_cfc h2 {
    color: #ec541f;
    margin-bottom: 1em;
}
section article.about_cfc div {
    max-width: 1040px;
    overflow: hidden;
}
section article.about_cfc .cfc_logo {
    max-width: 45%;
    float: right;
    margin: 0 0 0.5em 15px;
}
section article.about_cfc .cfc_logo img {
    border: solid 2px #6a6a6a;
	-webkit-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
section article.about_cfc .img01 {
    clear: both;
    float: right;
    margin-top: 0.5em;
    width: 70px;
    margin-left: 15px;
}
section article.about_cfc .jsfm_link {
	margin-top: 1em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
section article.about_cfc .jsfm_link a {
	width: 150px;
	flex-shrink: 0;
	margin-left: 20px;
	padding: 5px 10px;
	border: solid 1px #6a6a6a;
}

/* 猫ちゃんに優しい当院の取り組み */
section article.friendrycat {
    background: #f2f2f2;
    padding-top: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section article.friendrycat h2.sub {
    margin-bottom: 1.5em;
}
section article.friendrycat dl {
    background: #fff;
    margin: 15px 0;
    padding: 1em;
}
section article.friendrycat dl dt {
    font-weight: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}
section article.friendrycat dl dt strong {
    display: inline-block;
    width: 1.6em;
    text-align: center;
    color: #fff;
    background: #ec541f;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    margin-right: 0.5em;
}
section article.friendrycat .img02 {
    width: 50px;
    mix-blend-mode: multiply;
    position: absolute;
    top: -130px;
}
section article.friendrycat .img03 {
    width: 50px;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -90px;
    right: 0px;
}

/* 猫ちゃんの通院をサポートするアドバイス */
section article.advice .advice_area {
    display: table;
    margin: auto;
    padding: 1em 1em 65px;
    border: solid 2px #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: relative;
}
section article.advice ul {
    list-style: none;
}
section article.advice ul li {
    padding-left: 1.5em;
    position: relative;
}
section article.advice ul li:before {
    content: '\002713';
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    color: #fff;
    background: #ec541f;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0.3em;
}
section article.advice .img04 {
    width: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
section article.advice .img04 img {
    mix-blend-mode: multiply;
    position: absolute;
    top: -70px;
    right: 10px;
}

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

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

@media (min-width: 768px) {

/* 共通 */
section article.contents {
    padding: 60px 0px;
}
h2.sub {
  font-size: 2.4rem;
}


/* MAP */
section article.map .appearance_area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
section article.map .access_map {
	margin: 0 40px 0 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
section article.map .access_map iframe {
	height: 400px;
}
section article.map .access_map p {
	text-align: right;
}
section article.map .access_map p a {
	margin-top: 1em;
}
section article.map dl {
	display: block;
	margin: 0;
}
section article.map dt {
	font-size: 2.8rem;
}

/* Cat Friendly Clinicとは？ */
section article.about_cfc h2 {
  font-size: 2.8rem;
}
section article.about_cfc .cfc_logo {
    margin: 0 0 1em 25px;
}
section article.about_cfc .cfc_logo img {
    border-width: 3px;
}
section article.about_cfc .img01 {
    width: 100px;
}
section article.about_cfc .jsfm_link a {
	width: 200px;
}

/* 猫ちゃんに優しい当院の取り組み */
section article.friendrycat {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section article.friendrycat h2.sub {
}
section article.friendrycat .friendrycat_list {
    max-width: 880px;
    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:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.friendrycat dl {
    width: 48.8%;
    margin: 10px 0;
    padding: 1em;
}
section article.friendrycat dl dt strong {
    line-height: 1.4;
    height: 1.6em;
}
section article.friendrycat .img02 {
    width: 90px;
    top: -160px;
}
section article.friendrycat .img03 {
    width: 90px;
    bottom: -170px;
}

/* 猫ちゃんの通院をサポートするアドバイス */
section article.advice .advice_area {
    padding: 1em 140px 1em 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
section article.advice ul li {
    margin: 0.3em 0;
}
section article.advice .img04 {
    width: 80px;
}
section article.advice .img04 img {
    top: -110px;
    right: 20px;
}
}

@media (min-width: 1200px) {
section article.contents {
    padding: 100px 0px;
}
h2.sub {
    margin-bottom: 80px;
	font-size: 3.2rem;
}

/* Cat Friendly Clinicとは？ */
section article.about_cfc h2 {
  font-size: 3.2rem;
}
section article.about_cfc .cfc_logo {
    margin: 0 0 1em 35px;
}
section article.about_cfc .cfc_logo img {
    border-width: 3px;
}
section article.about_cfc .img01 {
    width: auto;
}
section article.about_cfc .jsfm_link a {
	width: 240px;
}

/* 猫ちゃんに優しい当院の取り組み */
section article.friendrycat {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
}
section article.friendrycat h2.sub {
}
section article.friendrycat dl {
    padding: 1.5em;
}
section article.friendrycat dl dt strong {
    line-height: 1.5;
}
section article.friendrycat .img02 {
    width: auto;
    top: -230px;
    left: 30px;
}
section article.friendrycat .img03 {
    width: auto;
    bottom: -150px;
    right: 0px;
}

/* 猫ちゃんの通院をサポートするアドバイス */
section article.advice .advice_area {
    padding: 1em 200px 1em 1.5em;
}
section article.advice .img04 {
    width: 109px;
}
section article.advice .img04 img {
    top: -133px;
}
}


