
/* 共通 */
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;
}
ul.blue_head li li {
    list-style: none;
    text-indent: -1em;
}
ul.blue_head li li:before {
	content:none;
}

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

/* ご予約について */
.reserve {
    margin-bottom: 20px;
	text-align: center;
}
.reserve .tel_link {
	display: table;
	margin: 0 auto 20px;
}
.reserve .tel_link a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #367bc3;
	display: block;
	background: #fff;
	padding: 1em 2em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.reserve .tel_link a strong {
	font-size: 3rem;
	line-height: 1.4;
	color: #367bc3;
	display: block;
}
.reserve .tel_link a small {
	font-size: 1.6rem;
	color: #367bc3;
	display: block;
}
.reserve .reserve_red {
	font-size: 1.6rem;
	color: #f10f0f;
}
.reserve dl * {
	font-size: 1.6rem;
	font-weight: 500;
}

/* 料金表 */
.fee {
    margin-bottom: 20px;
	text-align: center;
}
.fee table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto 1.5em;
//    width: 100%;
}
.fee table caption {
    caption-side: bottom;
    text-align: right;
}
.fee table th {
	font-size: 1.5rem;
	color: #fff;
	background: #367bc3;
	padding: 0.3em 0;
	white-space: nowrap;
}
.fee table td {
	width: 33%;
	background: #bcd6f2;
	padding: 0.3em 0;
}
.fee table.option {
	width: 100%;
}
.fee table.option td {
	width: 50%;
	padding: 0.3em;
}
.fee table.option td.double {
	width: 100%;
}

/* 注意事項 */
.caution {
	padding-bottom: 90px;
    position: relative;
}
.caution .dogs02 {
    width: 80px;
    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 .dogs01 {
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

/* ご予約について */
.reserve {
    margin-bottom: 40px;
}
.reserve .tel_link {
	display: table;
	margin: 0 auto 30px;
}
.reserve .tel_link a {
	font-size: 2rem;
	padding: 1em 2em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.reserve .tel_link a strong {
	font-size: 3.4rem;
	line-height: 1.4;
	display: inline-block;
	padding-left: 0.5em;
}
.reserve .tel_link a small {
	font-size: 1.8rem;
}
.reserve .reserve_red {
	font-size: 1.8rem;
}
.reserve dl * {
	font-size: 1.8rem;
}

/* 料金表 */
.fee {
    margin-bottom: 40px;
}
.fee table {
	width: 80%;
	border-spacing: 2px;
}
.fee table th {
	font-size: 1.8rem;
}
.fee table td {
	width: 200px;
	padding: 0.5em 0;
}
.fee table.option {
	width: 60%;
}

/* 注意事項 */
.caution {
	padding-bottom: 30px;
}
.caution .dogs02 {
    width: 110px;
    position: absolute;
    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 .dogs01 {
    width: auto;
    right: -50px;
    bottom: 20px;
}

/* ご予約について */
.reserve {
    margin-bottom: 60px;
}
.reserve .tel_link a {
	font-size: 2.4rem;
	padding: 1em 70px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.reserve .tel_link a strong {
	font-size: 3.8rem;
}
.reserve .tel_link a small {
	font-size: 2rem;
}
.reserve .reserve_red {
	font-size: 2rem;
}
.reserve dl * {
	font-size: 2rem;
}

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

/* 注意事項 */
.caution {
}
.caution .dogs02 {
    width: auto;
}
}

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


