@charset "UTF-8";

html{
	font-size: 62.5%;
	/*overflow-x: hidden;*/
	position: static;
}

body {
	min-width: 1024px;
	width: 100%;
	color:#333333;
	line-height: 150%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	/* font-family:
	"Noto Sans Japanese",
	 Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",
	 Roboto,"Droid Sans",
	 YuGothic,"游ゴシック",
	 Meiryo,"メイリオ",
	 Verdana,"ＭＳ Ｐゴシック", */
	 sans-serif;
	 box-sizing: border-box;
	 margin: 0;
	 position: static;
	 background: url(../images/bg01.png);
}

* {
	/min-height: 0; /* for IE6, IE7 */
}

p{
	/*display: block;*/
	letter-spacing: 0.1rem;
	line-height: 2.5;
	font-size: 1.5rem;
	font-weight: normal;
}

a {
	text-decoration: none;
	transition: all 0.4s;
	color: #333333;
}

a img {
	transition: 0.3s ;
}

a img:hover {
	opacity: 0.7 ;
}

a:hover {
	opacity: 0.7;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 共通
----------------------------------*/
.inner {
	width: 1200px;
	margin: 0 auto;
}

.section_ttl{
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
	width: 530px;
	margin-bottom: 60px;
 }

h3 {
	text-align: center;
	margin-bottom: 50px;
}

.center {
	text-align: center;
}



/* ヘッダー
----------------------------------- */
header {
	width: 100%;
	position: fixed;
	z-index: 10;
	height: 70px;
	padding: 10px 1% 10px 3%;
	display: flex;
	justify-content: space-between;
}

.header_inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

h1{
	margin: 0;
	font-size: 1.2rem;
	display: block;
	width: 100%;
}

.logo {
	float: left;
	margin-top: 8px;
}

.contact {
	float: right;
	display: flex;
	justify-content:flex-end;
}

.tel{
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 900;
	color: #502400;
	display:inline-block;
	margin-top: 18px;
	letter-spacing: 0.2rem;
}

.tel img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}


.btn a {
	display:inline-block;
	width: 150px;
	height: 35px;
	background: #502400;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	padding: 11px;
	letter-spacing: 0.2rem;
	margin-top: 8px;
	margin-left: 20px;
}


/* main visual
----------------------------------- */

#main {
	width: 100%;
	height: 950px;
}

h2 {
	position: absolute;
	width: 660px;
	height: 580px;
	top:17%;
	left: 15%;
	margin: auto;
}

@media all and (max-width: 1000px) {
  h2 {
    left: 0;
  }
}


.main_deco {
	width: 100%;
	height: 95px;
	background: url(../images/main_deco.png)no-repeat bottom center;
	margin-top: -80px;
}

/* ごあいさつ
----------------------------------- */

#greeting {
	position: relative;
	padding: 100px 0 100px 0;
}

.greeting_img_box {
	background: url(../images/bg_border.png) center center no-repeat;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

#greeting ul li {
	display: inline-block;
}

.gree_deco {
	width: 100%;
	height: 95px;
	background: url(../images/gree_deco.png)no-repeat top center;
	margin-bottom: 100px;
}

/* 犬種一覧
----------------------------------- */
#dog {
	background: url(../images/dog_bg.jpg)fixed;
	padding: 0 0 60px 0;
}

.dog_list_wrap {
	margin: 0 auto;
	width: 100%;
	background: url(../images/dog_bg_line.png) center 65% no-repeat;
}

.dog_box {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.dog_box p {
	line-height: 2;
	display: block;
	margin-top: 30px;
	width: 550px;
}

.dog_deco {
	width: 100%;
	height: 95px;
	background: url(../images/dog_deco.png)no-repeat top center;
	margin-bottom: 100px;
}


/* 店舗概要
----------------------------------- */
#about {
	padding-bottom: 200px;
}

.about_gree {
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin: 60px auto;
}

#about p {
	margin-top: 10px;
}

.about_profile {
	display: flex;
	justify-content: space-between;
}

.p_box {
	width: 580px;
}

.site_bnr {
	text-align: center;
	margin: 100px 0 0 0;
}

/* お問い合わせ
-----------------------------------*/

#contact {
	padding: 100px;
}

#contact table {
	border: 0;
}

#contact th {
	border: 0;
	padding-bottom: 5px;
}

#contact td {
	border: 0;
	padding: 5px 0 30px 0;
}

.gray_bg {
	background: #FFFFFF;
}

table.contact_conf {
	width: 950px;
	margin: 0 auto 40px;
	font-size: 1.4rem;
}
table.contact_conf th {
	font-size: 1.4rem;
	font-weight: bold;
}

table.contact_conf td {
	font-size: 1.4rem;
}


.contact_form {
	width: 950px;
	margin: 80px auto 30px;
	font-size: 1.4rem;
	color: #000000;
	margin: 0 auto;
	padding: 50px;
	background: rgba(235, 229, 225, 0.7);
}

.contact_form th {
	text-align: left;
	padding: 20px 0;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_form th p {
	display: inline-block;
	width: 35px;
	margin: -20px 0 0 30px;
	text-align: center;
	padding: 1px;
	background: #c82121;
	color: #fff;
	font-size: 9px;
	border-radius: 4px;
	font-weight: bold;

}
.contact_form td {
	padding-left: 20px;
	text-align: left;
}
.contact_form td p {
	color: #f33;
	font-weight: bold;
	font-size: 1.3rem;
}

input.size200{
	width: 100%;
}

input.size60{
	width: 60px;
}

input.size100{
	width: 29.5%;
}

textarea{
	width: 100%;
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.contact_form input,
.contact_form textarea {
	padding: 20px;
	color: #000;
	margin: 10px 0;
	font-size: 1.6rem;
	background: #FFFFFF;
	border: 0;
	border-radius: 8px;
}

.contact_form input[type="submit"] {
	cursor: pointer;
}

.contact_form input[type="radio"] {
	cursor: pointer;
}

.contact_form .center label{
	cursor: pointer;
}

.contact_form .center {
	margin: 0 auto;
}

input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}
.contact_form .center label {
	display: inline-block;		/* ブロックレベル要素化する */
	margin: 10px;		/* ボックス外側の余白を指定する */
	width: auto;		/* ボックスの横幅を指定する */
	height: 45px;		/* ボックスの高さを指定する */
	padding: 10px 25px;
	color: #502400;			/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	font-weight: 900;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	/* line-height: 45px;	/* 行の高さを指定する */ */
	cursor: pointer;		/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #502400;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;		/* 角丸を指定する */
}

input[type="radio"]:checked + label {
	background: #502400;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
}

.contact_form .center label:hover {
	transition: 0.5s;

}

.contact_form select {
	padding: 5px;
	border: 1;
}

p.submits {
	text-align: center;
}
p.submits input {
	margin: 0 8px;
	padding: 0 25px;
	line-height: 35px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
		background: #502400;
	border: 0px;
 border-radius: 5px;
 color: #FFFFFF;
 transition: all 0.5s;

}

p.submits input:hover {
	opacity: 0.6;
	transition: 0.3s;
}

input[type="button"] {
	margin: 0 30px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
		background: #502400;
	border: 0px;
 border-radius: 5px;
 color: #FFFFFF;
  transition: all 0.5s;
}

input[type="button"]:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/*table--------*/
table {
	width: 100%;
	border-top: 1px solid #b0b0b0;
}

th,td {
	font-size: 1.5rem;
	padding: 25px 15px;
	text-align: left;
	margin-bottom: 2px;
	line-height: 1.5;
	border-bottom: 1px solid #b0b0b0;
}

td {
	letter-spacing: 0.1rem;

}

th {
	vertical-align: middle;
	color: #333333;
	-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
font-weight: bold;
letter-spacing: 0.2rem;
}

/* プライバシーポリシー
----------------------------------- */

#privacy {
	overflow: auto;
	width: 950px;
	height: 300px;
	background: rgba(235, 229, 225, 0.7);
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 100px;
	}

 .privacy.center #privacy .pr_title {
	color: #FFFFFF;
	background: #502400;
	margin-top: 10px;
	margin-bottom: -15px;
	font-size: 16px;
	padding-left: 13px;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	letter-spacing: 0.3rem;
}

#privacy .privacy_box .pr_sub {
	border-bottom: 1px dotted #502400;
	font-size: 1.5rem;
	background-image: url(../images/midasi.png);
	background-repeat: no-repeat;
	margin-top: 40px;
}

#privacy .pr_sub {
	margin-bottom: 10px;
	color: #502400;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.privacy.center #privacy .privacy_box {
	margin-bottom: 15px;
	font-size: 14px;
}

.privacy_text{
	line-height: 1.5;
	font-size: 1.3rem;
}

.privacy_text p {
	font-size: 1.3rem;
}


/* フッター
----------------------------------- */

/*footer--------*/
footer {
	color: #333333;
	overflow: hidden;
	background: #EFE8DE;
	position: relative;
	bottom: 0;
}

.foot_left {
	float: left;
	padding-top: 40px;
}

.foot_right {
	float: right;
	margin-left: 20px;
}

.foot_box {
	padding: 30px 0 30px 30px;
	width: 380px;
	margin-top: 10px;
	text-align: right;

}

footer .foot_tel {
	line-height: 1.2;
}

footer .foot_tel img {
	margin-right: 7px;
}

footer .foot_tel_num {
	color: #502400;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 10px;
 letter-spacing: 0.2rem;
}

footer .foot_contact {
	padding: 10px 20px 0 0;
}

footer .foot_h4 {
	font-size: 29px;
	color: #502400!important;
 font-weight: 700;
}

footer p {
	font-size: 1.4rem;
	text-align: right;
	color: #502400!important;
	font-weight: 700;

}

footer small {
	font-size: 12px;
}

footer .foot_tel_num img {
	margin-top: 5px;
}

footer .foot_adress {
	display: flex;
	justify-content: space-between;
}

footer .foot_adress_left {
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 10px;
}

footer .foot_adress_right {
	font-size: 12px;
	padding-left: 25px;
	border-left: 1px dashed #666;
	margin-bottom: 10px;
}

.copy {
	text-align: center;
	margin: 0 auto;
	background: #502400;
	font-size: 1rem;
	padding: 3px 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	bottom: 0;
}

.copy a {
	color: #FFFFFF;
}

.notice {
	font-weight: 700;
	color:#b32a2a;
}

.entry03{
	text-align: center;
	padding-bottom: 70px;
	padding-top: 70px;
}
