
/* 共通 */
section h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
	text-align: center;
    margin-bottom: 0.5em;
}
section .title_comments {
    font-size: 1.6rem;
	text-align: center;
}

section hr {
    border-bottom: solid 4px #f0e7e0;
    border-width: 0 0 4px;
    margin-top: 20px;
	width: 100%;
}

ul.blue_head {
	list-style: none;
	text-align: left;
}
ul.blue_head li {
	padding-left: 1em;
	position: relative;
}
ul.blue_head li:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #367bc3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0.7em;
}

/* 序文 */
.intro {
    margin-bottom: 20px;
    position: relative;
}
.intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.intro .greeting {
    margin-bottom: 50px;
}
.intro .cats01 {
    width: 80px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

/* 料金表 */
.fee {
    margin-bottom: 20px;
	text-align: center;
}
.fee table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto 1.5em;
}
.fee table caption {
    caption-side: bottom;
    text-align: right;
}
.fee table td {
	width: 170px;
	background: #bcd6f2;
	padding: 0.3em 0;
}

/* 注意事項 */
.caution {
	padding-bottom: 60px;
    position: relative;
}
.caution .dogs01 {
    width: 100px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

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

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

@media (min-width: 768px) {
section h2 {
    font-size: 2.8rem;
}

section .title_comments {
    font-size: 1.8rem;
}
section hr {
    border-width: 0 0 5px;
    margin-top: 40px;
    clear: both;
}

/* 序文 */
.intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.intro .photo_intro {
    width: 50%;
	float: none;
	margin: -15px 0;
}
.intro .greeting {
    width: 45%;
    margin-bottom: 50px;
}
.intro .cats01 {
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

/* 料金表 */
.fee {
    margin-bottom: 40px;
}
.fee table {
	border-spacing: 2px;
	width: 560px;
}
.fee table td {
	width: auto;
	padding: 0.5em 0;
}
.fee ul {
	width: 560px;
	margin: auto;
}

/* 注意事項 */
.caution {
	padding-bottom: 90px;
}
.caution .dogs01 {
    width: 150px;
    right: 30px;
    bottom: 0px;
}

}

@media (min-width: 1200px) {
/* 共通 */
header {
}
section {
    overflow: hidden;
}
section article.contents {
	padding: 100px 0px;
}

section h2 {
    font-size: 3.4rem;
}

.greeting {
    margin-bottom: 40px;
}
section hr {
    margin-top: 60px;
}

/* 序文 */
.intro {
    margin-bottom: 60px;
}
.intro .photo_intro {
	margin: -15px 0;
}
.intro .cats01 {
    width: auto;
    right: -20px;
    bottom: 40px;
}

/* 料金表 */
.fee {
    margin-bottom: 60px;
}
.fee table {
}
.fee table th {
	font-size: 2rem;
}
.fee table td {
	width: 270px;
}

/* 注意事項 */
.caution {
	padding-bottom: 110px;
}
.caution .dogs01 {
    width: auto;
    right: 0px;
    bottom: 0px;
}
}

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


