/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #d6598e;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #d6598e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #d6598e;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* トップ */
#content section.puppy_index h2 {
    margin-bottom: 20px;
}
#content section.puppy_index .puppy_index_note {
    font-size: 2rem;
    font-weight: 500;
    color: #bc4170;
    margin-bottom: 30px;
}
#content section.puppy_index .link_bt {
    width: 100%;
    max-width: 360px;
    margin: auto;
}
#content section.puppy_index .link_bt a {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    padding: 0.6em 1em 0.6em 2.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	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;
    position: relative;
}
#content section.puppy_index .link_bt a.owner_link {
    background: #d68259;
    margin-bottom: 20px;
}
#content section.puppy_index .link_bt a.visitor_link {
    background: #d6598e;
    padding: 0.6em 0.5em 0.6em 2.5em;
}
#content section.puppy_index .link_bt a .link_bt_allow{
    width: 14px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(22deg) brightness(105%) contrast(101%);
    margin-left: 3px;
}
#content section.puppy_index .link_bt a.owner_link .link_bt_img {
    width: 40px;
    position: absolute;
    left: 12px;
    bottom: 2px;
}
#content section.puppy_index .link_bt a.visitor_link .link_bt_img {
    width: 60px;
    position: absolute;
    left: -22px;
    bottom: 2px;
}

@media (min-width: 768px) {
#content section.puppy_index h2 {
    margin-bottom: 30px;
}
#content section.puppy_index .puppy_index_note {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#content section.puppy_index .link_bt {
    width: 100%;
    max-width: none;
}
#content section.puppy_index .link_bt p {
    width: 460px;
    display: inline-block;
    margin-top: 40px;
}
#content section.puppy_index .link_bt a {
    font-size: 1.8rem;
    padding: 0.7em 2.5em;
    margin: 0 25px;
    height: 100%;
}
#content section.puppy_index .link_bt a.owner_link {
    margin-bottom: 0;
}
#content section.puppy_index .link_bt a.visitor_link {
    padding: 0.7em 0.5em 0.7em 2.5em;
}
#content section.puppy_index .link_bt a .link_bt_allow{
    margin-left: 8px;
}
#content section.puppy_index .link_bt a.owner_link .link_bt_img {
    width: 58px;
    left: -4px;
    bottom: 0px;
}
#content section.puppy_index .link_bt a.visitor_link .link_bt_img {
    width: 85px;
    left: -19px;
    bottom: 1px;
}
}

@media (min-width:1280px) {
#content section.puppy_index h2 {
    margin-bottom: 30px;
}
#content section.puppy_index .puppy_index_note {
    font-size: 2.6rem;
    margin-bottom: 50px;
}
#content section.puppy_index .link_bt {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content section.puppy_index .link_bt p {
    width: 50%;
    margin-top: 40px;
}
#content section.puppy_index .link_bt a {
    width: 490px;
    font-size: 2rem;
    padding: 0.7em 1em 0.7em 2em;
    margin: auto;
}
#content section.puppy_index .link_bt a.visitor_link {
    padding: 0.7em 0.5em 0.7em 2.5em;
}
#content section.puppy_index .link_bt a.owner_link .link_bt_img {
    width: 66px;
    left: 15px;
}
#content section.puppy_index .link_bt a.visitor_link .link_bt_img {
    width: 92px;
    left: -5px;
}
}


/* 共通 */
#content .pink_head li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content .pink_head li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #d6598e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
#content .b_marker {
    color: #1b75a8;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
}
#content .green_txt {
    color: #1c6247;
}
#content .kome_text {
    padding-left: 1.2em;
    position: relative;
}
#content .kome_text::before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 中 */
#content h2.main_title {
    margin-bottom: 0;
}
#content h2.main_title:after {
    content: none;
}
#content .index_info_reservation {
    text-align: center;
    display: table;
    margin: 0 auto 30px;
}
#content .index_info_reservation a {
    font-size: 1.8em;
  display: block;
  padding: 0.3em 2em;
  color: #fff;
  background: #d6598e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#content .index_info_reservation img {
  width: 22px;
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  margin: 0 8px 7px 0;
}

#content h3.announcement {
    font-size: 1.8rem;
    display: table;
    margin: 0 auto 30px;
    position: relative;
}
#content .puppy_owner h3.announcement {
    margin: -20px auto 30px;
}
#content h3.announcement:before {
    content: '';
    display: block;
    width: 60px;
    height: 57px;
    background: url("../image/puppy/headimg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -23px;
    top: -15px;
}
#content h3.announcement span {
    color: #d6598e;
    border-bottom: solid 1px #d6598e;
    position: relative;
}
#content .announcement_note {
    font-size: 1.8rem;
    color: #d6598e;
}

#content section .contents_block {
    margin-bottom: 30px;
}
#content section .contents_block > div {
    border: solid 2px #f6f2ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
}

#content section .contents_block .instagram h3 {
    color: #d6598e;
}
#content section .contents_block .line h3 {
    color: #1c6247;
}
#content section .contents_block .sns th {
    width: 105px;
    text-align: left;
    vertical-align: top;
}

.slider {
	width: 94%;
	margin: 40px auto !important;
}
.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -5%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -5%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.slider img {
	width: auto;
	height: 140px;
}

#content ol.puppy_flow {
    display: table;
    margin: 1.5em auto 30px;
}
#content ol.puppy_flow li {
    list-style: none;
    margin-left: 7px;
    padding: 0 0 2em 1.5em;
    border-left: solid 2px #d6598e;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content ol.puppy_flow li:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}
#content ol.puppy_flow li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #d6598e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    top: 0px;
    left: -9px;
}
#content ol.puppy_flow li .step {
    position: relative;
}
#content ol.puppy_flow li .step * {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #d6598e;
}
#content ol.puppy_flow li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content ol.puppy_flow li .step strong {
    font-size: 1.4em;
    line-height: 1;
    margin-right: 1em;
}
#content ol.puppy_flow li h3 {
    color: #232728;
    line-height: 1.2;
    margin: -0.1em 0 0.5em;
}

#content .health_check {
    border: solid 2px #f6f2ec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
#content .health_check h3.announcement {
    margin-top: 10px;
}

@media (min-width: 768px) {
#content .index_info_reservation {
    margin-bottom: 50px;
}
#content .index_info_reservation a {
    font-size: 2em;
  padding: 0.4em 3.8em;
}
#content .index_info_reservation img {
  width: 25px;
  margin: 0 10px 6px 0;
}
#content h3.announcement {
    font-size: 2.4rem;
    margin: 20px auto 40px;
}
#content .puppy_owner h3.announcement {
    margin: -50px auto 40px;
}
#content h3.announcement:before {
    width: 86px;
    height: 82px;
    left: -37px;
    top: -22px;
}
#content .announcement_note {
    font-size: 2.2rem;
}

#content section .contents_block {
    margin-bottom: 40px;
	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;
}
#content section .contents_block > div {
    width: 48%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
    margin-bottom: 0;
    padding: 20px;
}
#content section .center_block {
    display: table;
    margin: auto;
}

.slider {
	width: 90%;
	margin: 80px auto !important;
}
.slider img {
	width: auto;
	height: auto;
}

#content ol.puppy_flow {
    display: table;
    margin: 3em auto 40px;
}
#content ol.puppy_flow li {
    margin-left: 9px;
    padding: 0 0 2.5em 1.5em;
}
#content ol.puppy_flow li:before {
    width: 18px;
    height: 18px;
    left: -10px;
}
#content ol.puppy_flow li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content ol.puppy_flow li .step strong {
    margin-right: 2em;
}
#content ol.puppy_flow li h3 {
    line-height: 1.3;
    margin: -0.3em 0 0.5em;
}

#content .health_check {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    padding: 20px 40px;
}
#content .health_check h3.announcement {
    margin-top: 20px;
}

}

@media (min-width:1280px) {
#content .index_info_reservation {
    margin-bottom: 70px;
}
#content .index_info_reservation a {
    width: 300px;
    font-size: 2.2em;
  padding: 0.4em;
}
#content h3.announcement {
    font-size: 2.6rem;
    margin: 30px auto 50px;
}
#content .puppy_owner h3.announcement {
    margin: -50px auto 50px;
}
#content h3.announcement:before {
    width: 108px;
    height: 102px;
    left: -46px;
    top: -34px;
}
#content .announcement_note {
    font-size: 2.6rem;
}

#content section .contents_block {
    margin-bottom: 60px;
}
#content section .contents_block > div {
    width: 570px;
    padding: 30px 35px;
}

#content section .contents_block .sns th {
    width: 130px;
}

.slider {
	width: 860px;
	margin: 80px auto !important;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -3%;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -3%;
}

#content ol.puppy_flow {
    margin: 3.5em auto 50px;
}
#content ol.puppy_flow li {
    margin-left: 13px;
    padding: 0 0 2.5em 1.5em;
}
#content ol.puppy_flow li:before {
    width: 19px;
    height: 19px;
    left: -11px;
}
#content ol.puppy_flow li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content ol.puppy_flow li h3 {
    margin: -0.2em 0 0.5em;
}

#content .health_check {
    padding: 20px 50px;
}
#content .health_check h3.announcement {
    margin: 30px auto 30px;
}

}
