@charset "utf-8";
/* CSS Document */

/* 要素リセット */

* {
   margin: 0;
   padding: 0;
}

p,address {
   font-size: 100%;
   font-weight: normal;
   font-style: normal;
}

img {
   border: none;
}

/* 全ページ共通 */

body {
   margin: 0px;
   padding: 0px;
   text-align: left;
   font-size: 100%;
   color: #333;
   line-height: 1.5em;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   text-align: justify;
   text-justify: inter-ideograph;
   -webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 100%;
	margin: auto;
}

#header {
	width: 100%;
	background-color: #e7874f;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 30px;
	padding: 5px 0px 10px 0px;
}

#header_logoarea {
	float: left;
	width: 29%;
	overflow: hidden;
	padding-left: 10px;
}

.logo_text {
	display: inline-block;
	margin-right: 10px;
}

.header_tell {
	display: inline-block;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	vertical-align: super;
}

.header_tell a {
	color: #fff;
	text-decoration: none;
}

.header_tell a:hover {
	color: #fff;
	text-decoration: none;
}

.recruiting_area {
	width: 60%;
	margin: 40px auto 0 auto;
}

.recruiting_box {
	width: 100%;
	padding: 1em;
	background: #cde4ff;
	border-top: solid 5px #5989cf;
	border-bottom: solid 5px #5989cf;
 }

.container {
	width: 100%;
	padding: 70px 0px;
}

.padding-adjust {
	padding-top: 40px !important;
}

.contents {
	width: 1100px;
	margin: auto;
}

.left_area {
	width: 50%;
	float: left;
}

.right_area {
	width: 50%;
	float: right;
}

/* ヘッダーナビゲーション */

#menu_area {
	overflow: hidden;
	float: right;
	padding: 20px 15px 0px 0px;
	width: 68%;
}

#header_menu {
	text-align: right;
	margin: 0px 0px 10px 0px;
}

#toggle {
	display: none;
}

#top_menu li {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 0px 0px 30px;
	vertical-align: middle;
}

#top_menu li a {
	color: #fff;
	text-decoration: none;
}

#top_menu li a:hover {
	color: #ccc;
	text-decoration: none;
}

/* Navigation on top for smaller screens */

#small-screens-menu {
   background: #ae8249;
   display: none;
   font-size: 12px;
   position: relative;
   z-index: 999;
}

#small-screens-menu nav {
   display: none;
   background: #d19869;
}

#small-screens-menu a {
   text-align: center;
   padding: 12px 0;
   border-bottom: 1px solid #ffffff;
   display: block;
   text-shadow: none;
   color:#eee !important;
   text-decoration: none;
}

#small-screens-menu nav ul {
   padding: 0;
   margin: 0;
}

#small-screens-menu nav ul li {
   clear: both;
   float: none;
   width: 100%;
   padding: 0;
   list-style: none;
}

#small-screens-menu nav li:last-child a{
   border-bottom: none;
}
#small-screens-menu nav ul ul a {
   font-size: 90%;
}
#small-screens-menu a:hover
 {
   text-decoration: none;
   color:#ffffff !important;
   background:#bc996b;
}

/*  ページトップへ */
#pagetop {
	position: fixed;
	bottom: -85px;
	right: 12px;
}

#pagetop:hover {
	opacity: 0.6;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 85px;
	border-radius: 5px 5px 0 0;
	webkit-border-radius: 8px 8px 0 0;
	moz-border-radius: 8px 8px 0 0;
	ms-border-radius: 8px 8px 0 0;
}

/* フッター */

#footer_area {
	width: 100%;
}

#footer {
	width: 100%;
	background-color: #e7874f;
	text-align: center;
	color: #fff;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#footer_menuarea {
	padding-bottom: 30px;
	background-image: url(../image/footer_topline.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 20px;
}

.footer_menu li {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 20px;
	vertical-align: middle;
}

.footer_menu li a {
	color: #fff;
	text-decoration: none;
}

.footer_menu li a:hover {
	color: #ccc;
	text-decoration: none;
}

.footer_logo {
	margin-bottom: 10px;
}

address {
	font-weight: bold;
	padding: 0px 20px;
}

.footer_tell {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer_tell a {
	color: #fff;
	text-decoration: none;
}

.footer_tell a:hover {
	color: #fff;
	text-decoration: none;
}


/* 装飾関係 */

.m_b10 {
   margin-bottom: 10px;
}

.m_b30 {
   margin-bottom: 30px;
}

.m_b50 {
   margin-bottom: 50px;
}

.m_auto {
   margin-left: auto;
   margin-right: auto;
}

.f_left {
   float: left;
}

.f_right {
   float: right;
}

.t_left, .alignleft {
   text-align: left;
}

.t_center, .aligncenter {
   text-align: center;
}

.t_right, .alignright {
   text-align: right;
}

.red {
   color: red;
}

.bold {
   font-weight: bold;
}

.over_hidden {
   overflow: hidden;
}

.font17px {
   font-size: 17px;
}

.free_img {
	width: 100%;
	height: auto;
}

.wh_shadow{
   text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

/* タグ内１行目のみ字下げ */
.jisage {
   text-indent:1em;
}

/* タグ内１行目以外字下げ */
.jisage2 {
   padding-left: 1em;
   text-indent: -1em;
}

.free_img {
   width:100%;
   height: auto;
}

.img_border {
	border: 7px solid #faf8f8;
	-moz-box-shadow: 2px 2px 3px 3px #b5b5b5;
	-webkit-box-shadow: 2px 2px 3px 3px #b5b5b5;
	box-shadow: 2px 2px 3px 3px #b5b5b5;
}

.nowrap {
   white-space: nowrap;
}

/* INDEXページ */

#header_area {
	width: 100%;
	background-image: url(../image/index/top_img.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.pc_mark {
	margin: 0px 0px 200px 50px;
	display: block;
}

.pc_mark02 {
	display: none;
}

#header_logo {
	text-align: center;
	background-image: url(../image/index/header_logoline.png);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}

#header_logo p {
	margin-bottom: 5px;
}

#header_logo #fb_area {
	position: absolute;
	top: 8px;
	right: 22px;
}

#header_logo #pd_area {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: auto;
	width: 45%;
}


#messe_area {
	width: 100%;
	background-color: #e7874f;
	text-align: center;
	padding: 10px 0px 50px 0px;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.index_h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 740px;
	margin: auto;
	line-height: 2em;
}

.index_h2area {
	width: 305px;
	height: 104px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.h2bgm01 {
	background-image: url(../image/index/index_h2bgm.png);
	background-repeat: no-repeat;
}

.h2bgm02 {
	background-image: url(../image/index/index_h2bgmnext.png);
	background-repeat: no-repeat;
}

.index_h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	padding: 40px 0px 0px 0px;
}

.col_wh {
	color: #fff;
}

.col_br{
	color: #e7874f;
}

.h2_jp {
	text-align: center;
	color: #966731;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

/* INDEXページ・新着情報 */

#wn_textarea {
	width: 100%;
	height: 150px;
	overflow: auto;
	position: relative;
}

.wn_text {
	color: #966731;
	border-bottom: 1px solid #966731;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.wn_date {
	font-weight: bold;
	display: inline-block;
	position: absolute;
}

.wn_detail {
	display: inline-block;
	padding-left: 8em;
	width: calc(100% - 8em);
}

#wn_textarea a {
	color: #666;
}


/* INDEXページ・トリミング */

.line_bgm {
	background-image: url(../image/index/con_bgm.jpg);
}

.contents02 {
	margin-bottom: 0px;
}

.index_h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #966731;
	text-shadow: 2px 2px 2px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
	margin-bottom: 30px;
	line-height: 1.2em;
}

.trim_left {
	width: 45%;
	display: inline-block;
}

.trim_img {
	width: 85%;
	height: auto;
	margin-bottom: 50px;
	border: 10px solid #faf8f8;
	-moz-box-shadow: 2px 2px 3px 3px #b5b5b5;
	-webkit-box-shadow: 2px 2px 3px 3px #b5b5b5;
	box-shadow: 2px 2px 3px 3px #b5b5b5;
}

.trim_right {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.trimming_text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	width: 80%;
	margin: 30px auto 20px auto;
	text-shadow: 2px 2px 2px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
}

/* メインコンテンツレイアウト部分 */
main { }
.main-container {
	padding: 0 0 40px 0;
}

.trim-contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.trim-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 30px 5px;
	width: calc(50% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.trims-contents li:empty {
	border: none;
}
.trim-contents li img {
	width: 100%;
}

.trim-menu {
	background-color: #F60;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 8px 0px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.trim-text {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 10px;
	border-radius: 10px;
}

.learn_btm2 {
	background-color: #804f1b;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}

.learn_btm2 img {
	vertical-align: middle;
	margin-left: 10px;
}

.learn_btm a {
	color: #fff;
	text-decoration: none;
}

.learn_btm a:hover {
	color: #ccc;
	text-decoration: none;
}


/* INDEXページ・ペットフード,ペットホテル */

.fh_area {
	width: 70%;
	margin: auto;
	padding-bottom: 10px;
}

.fh_img {
	width: 95%;
	height: auto;
	margin-bottom: 10px;
}

.index_h2area02 {
	width: 240px;
	height: 82px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	background-size: contain;
}

.index_h2next {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	padding: 32px 0px 0px 0px;
}

.index_h4 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #966731;
	margin-bottom: 10px;
	line-height: 1.5em;
	/*height: 70px;*/
}

.fh_text {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0px 0px 30px 0px;
}

/* INDEXページ・ポイントカード会員様募集 */

#point_area {
	width: 900px;
	padding: 50px 0px 70px 0px;
	margin: auto;
	background-color: #fff;
	border: 10px solid #F60;
	background-image: url(../image/index/point_bgm.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.point_title {
	margin-bottom: 80px;
}

.pc_title {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background-color: #F30;
	padding: 10px 40px 7px 40px;
	border-radius: 40px;
}

.point_list {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	list-style: none;
	margin-left: 50px;
}

.point_list li {
	padding-bottom: 20px;
}

/* INDEXページ・アクセス */

.access_left {
	width: 45%;
	display: inline-block;
}

.access_right {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.access_left iframe {
	width: 100%;
	height: 400px;
	margin: auto;
}

.access_text {
	font-size: 15px;
	padding-bottom: 10px;
	margin-left: 30px;
}

#trimer_bgm {
	background-image: url(../image/index/trimer_01.png);
	background-position: right 50px bottom 50px;
	background-repeat: no-repeat;
}



/* NEXTページ共通 */

.next_container {
	width: 100%;
	padding: 70px 0px;
}

#header_areanext {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#header_next {
	width: 100%;
	background-color: #e7874f;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 120px;
	padding: 5px 0px 10px 0px;
}

.next_h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 120px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: 2px 2px 2px #666, -3px 3px 3px #666, 3px -3px 3px #666, -3px -3px 3px #666;
}

.page_h2 {
	font-size: 24px;
	color: #b17f5e;
	padding: 5px 10px 30px 10px;
	line-height: 1.5em;
}

#nextmesse_area {
	width: 100%;
	background-color: #e7874f;
	text-align: center;
	padding: 0px 0px 30px 0px;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}

.next_contents {
	width: 100%;
	overflow: hidden;
	background-image: url(../image/index/con_bgm.jpg);
}

#next_leftarea {
	width: 75%;
	float: left;
	background-color: #fff;
}

#left_textarea {
	width: 80%;
	margin: 0px 50px 0px auto;
	background-color: #fff;
}

#next_rightarea {
	width: 25%;
	float: right;
	padding: 50px 0px;
}

#right_textarea {
	width: 70%;
	margin: auto;
}

.right_banner {
	margin: 0px 0px 10px 0px;
}

#right_pcarea {
	background-color: #fff;
	border: 7px solid #F60;
	text-align: center;
	background-image: url(../image/index/point_bgmnext.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10px 0px;
}

.right_pctitle {
	width: 95%;
	margin: 0px auto 20px auto;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #F30;
	padding: 5px 0px;
	border-radius: 30px;
}

.right_pctext {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 10px 20px 10px;
}

.right_pcbtm {
	margin-bottom: 130px;
}

.pc_btm {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #C36;
	padding: 5px 10px;
	border-radius: 5px;
}

.pc_btm img {
	vertical-align: sub;
	margin-left: 10px;
}

.right_pcbtm  a {
	color: #fff;
	text-decoration: none;
}

.right_pcbtm  a:hover {
	color: #ccc;
	text-decoration: none;
}



/* 店舗概要ページ */

.infor_page {
	background-image: url(../image/shop_infor/top_img.jpg);
	background-position: top center;
}

.infor_table {
   border-spacing: 0px;
   border-collapse: collapse;
   width: 100%;
   margin-bottom: 50px;
   border-top: 1px solid #ccc;
}

.infor_table th {
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
	background-color: #faecd3;
}

.infor_table td {
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
}

#shop_imgarea {
	width: 100%;
	overflow: hidden;
	text-align: center
}

.shop_img {
	width: 49%;
	display: inline-block;
}

.shop_img img {
	width: 90%;
	height: auto;
	margin: auto;
}

/* スタッフ紹介ページ */

.staff_page {
	background-image: url(../image/staff/top_img.jpg);
	background-position: top center;
}

.staff_area {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.staff_img02 {
	width: 50%;
	float: right;
	margin-bottom: 50px;
}

.staff_img {
	width: 30%;
	float: left;
}

.staff_textarea {
	width: 65%;
	float: right;
}

.staff_textarea02 {
	width: 45%;
	float: left;
}

.daihyou {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
}

.staff {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: right;
}

/* トリミングページ */

.trimming_page {
	background-image: url(../image/trimming/top_img.jpg);
	background-position: top center;
}

.trimming_h2 {
	font-size: 25px;
	color: #F60;
	text-align: center;
	padding: 5px 10px 20px 10px;
	line-height: 1.5em;
}

.trimming_messe {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 70%;
	margin: 0px auto 20px auto;
	line-height: 1.5em;
}

.trimming_area {
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}

.trimming_img {
	width: 60%;
	float: left;
}

.trimming_img img {
	width: 100%;
	height: auto;
}

#trimming_h3area {
	width: 35%;
	float: right;
	text-align: center;
}

.trimming_h3 {
	background-color: #e4aa2e;
	color: #fff;
	width: 100%;
	margin: 0px auto 10px auto;
	line-height: 2em;
	padding: 5px 0px;
	border-radius: 5px;
}

#price_area {
	width: 100%;
/*	margin-bottom: 70px;*/
}

.triming-pricing {
	padding: 10px;
	border:  2px solid #ed7987;
	border-radius: 4px;
	margin-bottom: 2em;
}

.price_table {
   border-spacing: 0px;
   border-collapse: collapse;
   width: 100%;
   margin-bottom: 20px;
   border-top: 2px solid #ccc;
}

.course_th {
	border-bottom: 2px solid #ccc;
	text-align: center;
	padding: 20px 5px;
	background-color: #fceaf3;
}

.name_th {
	padding: 10px 20px;
	border-left: 1px solid #999;
	border-left-style: dotted;
	background-color: #fdf8fc;
}

.nomal_th {
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
}

.bold_th {
	border-bottom: 2px solid #ccc;
}


.price_table td {
	border-left: 1px solid #999;
	border-left-style: dotted;
	padding: 10px 20px;
	text-align: center;
}

.nomal_td {
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
}

.bold_td {
	border-bottom: 2px solid #ccc;
}


.border_bottom {
	border-bottom: 2px solid #ccc;
	padding-right: 5px;
}

.border_left {
	border-left: 1px solid #999;
	border-left-style: dotted;
}

.trimming_text02 {
	padding-bottom: 10px;
}

/* メインコンテンツレイアウト部分 */
main { }
.main-container02 {
	padding: 0;
}

.trim-contents02 {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.trim-contents02 li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 10px 5px;
	width: calc(45% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.trims-contents02 li:empty {
	border: none;
}

.course_list {
	border: 2px solid #C06;
	background-color: #fceaf3;
}

.trim-menu02 {
	color: #C06;
	border-bottom: 2px solid #C06;
	border-bottom-style: dotted;
	width: 90%;
	margin: 0px auto 0px auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 15px 0px 5px 0px;
}

.trim-text02 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 20px;
	text-align: center;
}

/* オプション・メインコンテンツレイアウト部分 */

#trimming_oparea {
	margin-bottom: 30px;
}

main { }
.main-container03 {
	padding: 0;
}

.trim-contents03, .sales-centents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}

.trim-contents03 li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
	margin: 0px 5px 10px 5px;
	/*width: calc(32% - 7px);*/
	width: calc(50% - 14px);
}

.sales-centents li {
	flex: 0 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
	margin: 0px 5px 10px 5px;
	width: calc(32% - 7px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

.trims-contents03 li:empty {
	border: none;
}

.option_list {
	display: flex;
	flex-direction: column;
}

.option_list .trim-text04 {
	flex: 1;
}

#shampoo_option .trim-menu03 {
	background-color: #7fbe26;
}

#shampoo_option .trim-text04 {
	background-color: #f1f4c6;
}
.trim-menu03 {
	color: #fff;
	background-color: #ed7987;
	width: 100%;
	margin: 0px auto 0px auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 15px 0px;
}

.trim-menu03 span {
	font-size: 0.74em;
	color: #ccc;
}

.trim-text03 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 2px solid #42cf98;
	border-bottom-style: dotted;
	width: 90%;
	margin: 0px auto 0px auto;
}

.trim-text04 {
	color: #333;
	padding: 10px 20px;
	background-color: #fadbda;
}

#tri_servicearea {
	width: 580px;
	margin: auto;
	text-align: center;
	border: 5px solid #F63;
	padding: 20px 0px;
	background-color: #FF9;
}

.service_text {
	font-size: 20px;
	font-weight: bold;
	color: #663;
	padding: 0px 10px 10px 10px;
	line-height: 1.5em;
}

#trim_insideUL {
	margin-left: 1em;
}

#trim_insideUL li {
	width: 90%;
	margin: 10px auto;
}

span.trim-span {
	color: #FF9;
}
/*
.trim-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
*/
.trim-text04 > .trim-card:not(:first-child) {
	padding-top: 1em;
}

.trim-box1 span {
	padding-left: 4em;
}

.trim-box2 {
	text-align: right;
}

/*
.trim-text04 > .trim-card:not(:last-child) {
	border-bottom: 2px solid #42cf98;
	border-bottom-style: dotted;
	padding-bottom: 1em;
}
*/
/* 犬・猫紹介ページ */

.sales_list1 {
	border: 2px solid #e7874f;
}

.sales_list2 {
	border: 2px solid #C06;
}

.sales-detail {
	display: inline-block;
	width: calc(100% - 20px);
	padding: 10px;
}

.sales-detail dt {
	float: left;
	clear: left;
	margin-right: 0.5em;
	width: 5em;
}

.sales-detail dd {
	float: left;
	margin-left: 1em;
}

.sales-type {
	text-align: center;
	line-height: 2.4em;
	color: #fff;
	font-weight: bold;
}

.sales_cat_color {
	background-color: #e7874f;
}

.sales_dog_color {
	background-color: #C06;
}



/* フードページ */

.food_page {
	background-image: url(../image/food/top_img.jpg);
	background-position: top center;
}

.foodarea {
	width: 100%;
}

.food_img01 {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.food_h3 {
	color: #C03;
	font-size: 25px;
	text-align: center;
	padding: 0px 10px 50px 10px;
}

.food_imgarea {
	width: 40%;
	float: left;
}

.food_textarea {
	width: 55%;
	float: right;
}

.food_text {
	padding: 0px 0px 50px 0px;
}

.food_img02 {
	margin-bottom: 10px;
	width: 96%;
}

#oyatsu_area {
	width: 100%;
	overflow: hidden;
	background-color: #399;
	padding: 10px 0px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.food_img03 {
	float: left;
	margin: 0px 10px;
}

.oyatsu_text {
	color: #fff;
	padding: 20px 10px 0px 0px;
}

.hassou {
	margin: auto;
	text-align: center;
	background-color: #FFC;
	border: 5px solid #F66;
	padding: 10px 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}

.food_img04 {
	width: 70%;
	height: auto;
}

/* ホテルページ */

.hotel_page {
	background-image: url(../image/hotel/top_img.jpg);
	background-position: top center;
}

.hotel_imgarea {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.hotel_tablearea {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.hotel_table {
	border-spacing: 0px;
	width: 95%;
	margin: auto;
    border-collapse: collapse;
	border: 1px solid #999;
	text-align: center;
}

.stay_th {
	font-size: 18px;
	color: #fff;
	background-color: #54b484;
}

.stay_color {
	border: 1px solid #54b484;
}

.stay_color.new_year {
	background-color: rgb(84, 180, 132, 0.1);
}

.hotel_table td.stay_option {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.senior_price {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	padding-top: 0.8em;
}

.hotel_table td.stay_option li {
	margin-left: 1em;
}

.custody_th {
	font-size: 18px;
	color: #fff;
	background-color: #13b8b8;
}

.custody_color {
	border: 1px solid #13b8b8;
}

.custody_color.new_year {
	background-color: rgb(19, 184, 184, 0.1);
}

.hotel_table th {
	padding: 20px 0px;
}

.hotel_table td {
	padding: 20px 0px;
}

.hotel_text {
	padding-bottom: 10px;
}

.hotel_text02 {
	padding-bottom: 50px;
}

/* アクセスページ */

.access_page {
	background-image: url(../image/access/top_img.jpg);
	background-position: top center;
}

.map {
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
}

.access_text {
	font-size: 18px;
	padding-bottom: 10px;
}


/* お問合わせページ */

.contact_page {
	background-image: url(../image/contact/top_img.jpg);
	background-position: top center;
}

.contact_text {
	padding-bottom: 10px;
}


.contact_table {
	border-spacing: 0px;
  border-collapse: collapse;
	border: 1px solid #ccc;
	width: 99%;
	border: 1px solid #e7874f;
	margin-bottom: 20px;
}

.contact_table th {
	border-bottom: 1px solid #e7874f;
	width: 120px;
	padding: 10px 10px;
	background-color: #faecd3;
	text-align: left;
}

.contact_table td {
	border-bottom: 1px solid #e7874f;
	padding: 10px 10px;
}

.contact_table .input_text, .contact_table textarea {
	width: calc(100% - 14px);
	padding: 4px;
	border-radius: 3px;
}

.mfp_buttons {
	text-align: center;
}

/*
.contact_table {
	border-spacing: 0px;
    border-collapse: collapse;
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid #e7874f;
}

.contact_table th {
	padding: 10px 20px;
	border-bottom: 1px solid #e7874f;
	width: 140px;
	background-color: #faecd3;
}

.contact_table td {
	padding: 10px 10px;
	border-bottom: 1px solid #e7874f;
}

.naiyou_td {
	height: 200px;
}
*/

.contact_img01 {
	width: 100%;
}

.contact_img01 img {
	width: 80%;
	height: auto;
}

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1500px) {

/* NEXTページ共通 */

#left_textarea {
	width: 95%;
	margin: 0px auto 50px auto;
}

#right_textarea {
	width: 80%;
	margin: auto;
}

}

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1100px) {

/* 全ページ共通 */

#header_logoarea {
	float: left;
	width: 20%;
	overflow: hidden;
	padding: 20px 0px 0px 10px;
}

.logo_text {
	display: none;
	margin-right: 10px;
}

.header_tell {
	display: block;
	color: #fff;
	font-size: 20px;
	vertical-align: inherit;
}

/* ヘッダーナビゲーション */

#menu_area {
	overflow: hidden;
	float: right;
	padding: 20px 15px 0px 0px;
	width: 75%;
}

.contents {
	width: 95%;
	margin: auto;
}

/* ヘッダーナビゲーション */

#top_menu li {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
}

/* INDEXページ */

#header_area {
	width: 100%;
	background-image: url(../image/index/top_img1100.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.pc_mark {
	margin: 0px 0px 50px 50px;
}

.index_h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: auto;
	line-height: 2em;
}

/* INDEXページ・トリミング */


.trim_left {
	width: 48%;
	display: inline-block;
}

.index_h3 {
	font-size: 25px;
	margin-bottom: 30px;
	line-height: 1.5em;
	padding: 0px 20px;
}

.trim_img {
	width: 90%;
	height: auto;
	margin-bottom: 50px;
}

.trim_right {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.trimming_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	width: 90%;
	margin: 0px auto 20px auto;
}

.trim-text {
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 10px;
}

/* INDEXページ・ペットフード,ペットホテル */

.fh_area {
	width: 90%;
	margin: auto;
	padding-bottom: 10px;
}

#petfood {
	margin-bottom: 50px;
}

.index_h4 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #966731;
	margin-bottom: 10px;
	line-height: 1.5em;
	height: inherit;
}

.fh_text {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0px 20px 30px 20px;
}

/* INDEXページ・アクセス */

#trimer_bgm {
	background-image: none;
}

.access_left iframe {
	width: 100%;
	height: 300px;
	margin: auto;
}

/* NEXTページ共通 */

#header_next {
	margin-bottom: 80px;
}

.next_h1 {
	font-size: 40px;
	margin-bottom: 80px;
}

.next_container {
	width: 100%;
	padding: 40px 0px;
}

.page_h2 {
	text-align: center;
}

.next_contents {
	width: 100%;
	overflow: hidden;
	background-image: none;
}

#next_leftarea {
	width: 100%;
	float: none;
}

#next_rightarea {
	width: 100%;
	float: none;
	background-image: url(../image/index/con_bgm.jpg);
	padding: 50px 0px;
}

#right_textarea {
	width: 95%;
	margin: auto;
}

#right_bannerarea {
	text-align: center;
	margin-bottom: 20px;
}

.right_banner {
	width: 30%;
	display: inline-block;
	margin: 0px 5px;

}

#right_pcarea {
	width: 60%;
	margin: auto;
	padding: 10px 0px;
}

.right_pctitle {
	width: 70%;
}

.right_pcbtm {
	margin-bottom: 230px;
}

/* 店舗概要ページ */

.infor_page {
	background-image: url(../image/shop_infor/top_img1100.jpg);
	background-position: top right;
}

/* スタッフ紹介ページ */

.staff_page {
	background-image: url(../image/staff/top_img1100.jpg);
	background-position: top right;
}

/* トリミングページ */

.trimming_page {
	background-image: url(../image/trimming/top_img1100.jpg);
	background-position: top right;
}

/* ホテルページ */

.hotel_page {
	background-image: url(../image/hotel/top_img1100.jpg);
	background-position: top right;
}

.food_img01 {
	width: 99%;
	height: auto;
	margin-bottom: 70px;
}

/* アクセスページ */

.access_page {
	background-image: url(../image/access/top_img1100.jpg);
	background-position: top right;
}

.map {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

/* お問合わせページ */

.contact_page {
	background-image: url(../image/contact/top_img1100.jpg);
	background-position: top center;
}

.contact_table {
	border-spacing: 0px;
    border-collapse: collapse;
	width: 99%;
	margin-bottom: 10px;
	border: 1px solid #e7874f;
}



/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 970px) {

/* 全ページ共通 */

#header {
	text-align: center;
	margin-bottom: 30px;
	padding: 5px 0px 10px 0px;
}

#header_logoarea {
	float: none;
	width: 100%;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
}

.header_tell {
	display: block;
	color: #fff;
	font-size: 20px;
	vertical-align: inherit;
	text-align: center;
}

/* ヘッダーナビゲーション */

#menu_area {
	overflow: hidden;
	float: none;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#header_menu {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

/* INDEXページ共通 */

/* NEXTページ共通 */

.right_pcbtm {
	margin-bottom: 200px;
}

}

/* --- iPad Portrait --- */
@media screen and (max-width: 920px) {

/* 全ページ共通 */

/* INDEXページ */

/* INDEXページ・ポイントカード会員様募集 */

#point_area {
	width: 90%;
	padding: 50px 0px 100px 0px;
	margin: auto;
	background-color: #fff;
	border: 10px solid #F60;
	background-image: url(../image/index/point_bgm.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.point_title {
	margin-bottom: 50px;
}

/* INDEXページ・アクセス */

.access_left iframe {
	width: 95%;
	margin: 0px auto 0px auto;
}

.access_text {
	font-size: 15px;
	padding-bottom: 5px;
	margin-left: 20px;
}

/* NEXTページ共通 */

.right_pcbtm {
	margin-bottom: 180px;
}



}


/* --- iPad Portrait --- */
@media screen and (max-width: 768px) {

/* 全ページ共通 */

/* ヘッダーナビゲーションドロップダウン */

.r_line {
	border-right: none;
}

#menu_area {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

#header_navi {
	width: 100%;
}

#top_menu {
	display: none;
}

#top_menu li {
	width: 100%;
}

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #e7874f;
	font-weight: bold;
	font-size: 16px;
	border-top: 4px solid #f6c9ae;
}

#header_navi ul li {
   display: inherit;
   font-size: 15px;
   font-weight: bold;
   padding: 10px 0px;
}

.navi li {
	display: block;
	text-align: center;
	list-style: square;
	font-weight: bold;
	color: #fff;
	background: #e7874f;
	border-top: 1px solid #fff;
}

.border_top {
	border-top: 1px solid #fff;
}

.navi a {
	color: #fff;
	text-decoration: none;
}

#toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


/*  スマホ用メニューの三本の線  */
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #e7874f;
  }
  #toggle a:before{
    margin-top: -5px;
  }
  #toggle a:after{
    margin-top: 3px;
  }
/*  スマホ用メニューの三本の線  */

/*
.navi li {
	display: none
}
*/

#top_menu li a {
	color: #fff;
	text-decoration: none;
}

#top_menu li a:hover {
	color: #ccc;
	text-decoration: none;
}

/* ヘッダーナビゲーションドロップダウンここまで */

/* フッター */

#footer_area {
	padding: 0px 0px 10px 0px;
}

/* フッター */

#footer_menuarea {
	padding-top: 15px;
}

.footer_menu li {
	font-size: 12px;
	font-weight: bold;
	display: inherit;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #fff;
}

/* INDEXページ */

#messe_area {
	width: 100%;
	background-color: #e7874f;
	text-align: center;
	padding: 10px 0px 30px 0px;
	background-image: url(../image/index/header_bottomline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header {
	margin-bottom: 10px;
	padding: 5px 0px 10px 0px;
}

.index_h1 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	width: 90%;
	margin: auto;
	line-height: 1.8em;
}

/* INDEXページ・トリミング */


.trim_left {
	width: 95%;
	margin: auto;
	display: block;
}

.trim_img {
	width: 90%;
	height: auto;
	margin-bottom: 50px;
}

.trim_right {
	width: 95%;
	margin: auto;
	display: block;
	vertical-align: top;
}

.trimming_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	width: 80%;
	margin: 0px auto 20px auto;
}

.trim_img {
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}

/* INDEXページ・ポイントカード会員様募集 */

#point_area {
	width: 90%;
	padding: 50px 0px 180px 0px;
	margin: auto;
	background-color: #fff;
	border: 10px solid #F60;
	background-image: url(../image/index/point_bgmnext.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.point_title {
	margin-bottom: 50px;
}


.pc_title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #F30;
	padding: 10px 40px 7px 40px;
	border-radius: 40px;
}

/* INDEXページ・アクセス */

.access_left {
	width: 90%;
	display: block;
	margin: 0px auto 20px auto;
}

.access_right {
	width: 90%;
	display: block;
	vertical-align: top;
	margin: auto;
}

.access_left iframe {
	width: 100%;
	height: 300px;
}

.access_text {
	font-size: 15px;
	padding-bottom: 5px;
	margin-left: 0px;
}

/* NEXTページ共通 */

.right_pcbtm {
	margin-bottom: 160px;
}

/* トリミングページ */

.trimming_messe {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 0px auto 20px auto;
	line-height: 1.5em;
}

.trimming_img {
	width: 96%;
	float: none;
	margin-bottom: 20px;
}

#trimming_h3area {
	width: 100%;
	float: none;
	text-align: center;
}

.trimming_h3 {
	width: 32%;
	display: inline-block;
	margin: 0px auto 10px auto;
	line-height: 2em;
	height: 100px;
	vertical-align: top;
	font-size: 16px;
}

/* フードページ */

.food_img01 {
	width: 99%;
	height: auto;
	margin-bottom: 50px;
}

.food_imgarea {
	width: 100%;
	float: none;
}

.food_textarea {
	width: 100%;
	float: none;
}


.food_text {
	padding: 0px 20px 50px 20px;
}

.oyatsu_text {
	color: #fff;
	padding: 30px 10px 0px 0px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
}

.food_img02 {
	margin-bottom: 30px;
	width: 97%;
}

.food_img04 {
	display: none;
}


}

/* --- NEXUS7 Portrait --- */
@media screen and (max-width: 600px) {

/* 全ページ共通 */

.container {
	width: 100%;
	padding: 50px 0px;
}

/* INDEXページ */

#header_area {
	width: 100%;
	background-image: url(../image/index/top_img600.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}

.pc_mark {
	margin: 0px 0px 50px 10px;
	display: none;
}

.pc_mark02 {
	margin: 0px 0px 200px 10px;
	display: block;
}

/* メインコンテンツレイアウト部分 */
main { }
.main-container {
	padding: 0 0 40px 0;
}

.trim-contents {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.trim-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 30px 5px;
	width: calc(100% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}


/* INDEXページ・ポイントカード会員様募集 */

#point_area {
	width: 90%;
	padding: 30px 0px 180px 0px;
	margin: auto;
	background-color: #fff;
	border: 8px solid #F60;
	background-image: url(../image/index/point_bgmnext.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.point_title {
	background-color: #F30;
	padding: 10px 0px 7px 0px;
	border-radius: 30px;
	width: 95%;
	margin: 0px auto 30px auto;
	text-align: center;
}

.pc_title {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	padding: 0px;
}

/* INDEXページ・ペットフード,ペットホテル */

.fh_area {
	width: 95%;
	margin: auto;
	padding-bottom: 10px;
}

.index_h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #966731;
	margin-bottom: 10px;
	line-height: 1.5em;
	height: inherit;
}

.fh_text {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0px 10px 30px 10px;
}

/* NEXTページ共通 */

.right_banner {
	width: 95%;
	display: block;
	margin: 0px auto 10px auto;

}

#right_pcarea {
	width: 95%;
	margin: auto;
	padding: 10px 0px;
}

.right_pctitle {
	width: 90%;
}

.right_pcbtm {
	margin-bottom: 180px;
}

/* スタッフ紹介ページ */

.staff_page {
	background-image: url(../image/staff/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.staff_img02 {
	width: 90%;
	float: none;
	margin: 0px auto 10px auto;
}

.staff_img {
	width: 60%;
	float: none;
	margin: 0px auto 10px auto;
}

.staff_textarea {
	width: 95%;
	float: none;
	margin: auto;
}

.staff_textarea02 {
	width: 95%;
	float: none;
	margin: auto;
}

.daihyou,.staff {
	text-align: center;
	padding-bottom: 10px;
}

/* トリミングページ */

.trimming_page {
	background-image: url(../image/trimming/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.trimming_messe {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0px auto 20px auto;
	line-height: 1.5em;
}

.trim-contents02 {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}

.trim-contents02 li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 10px 5px;
	width: calc(100% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

.trim-contents03, .sales-centents {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}

.trim-contents03 li, .sales-centents li {
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 10px 5px;
	width: calc(100% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

#tri_servicearea {
	width: 97%;
	margin: auto;
	text-align: center;
	border: 5px solid #F63;
	padding: 20px 0px;
	background-color: #FF9;
}

.scroll_table {
	overflow: auto;
	white-space: nowrap;
}

/* 店舗概要ページ */

.infor_page {
	background-image: url(../image/shop_infor/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.shop_img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.shop_img img {
	width: 90%;
	height: auto;
	margin: auto;
}

/* ホテルページ */

.hotel_page {
	background-image: url(../image/hotel/top_img600.jpg);
	background-position: center center;
	background-size: contain;
}

.hotel_tablearea {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.hotel_imgarea {
	margin-bottom: 0px;
}

/* フードページ */

.food_page {
	background-image: url(../image/food/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.food_img01 {
	width: 97%;
	height: auto;
	margin-bottom: 50px;
}

.food_img02 {
	margin-bottom: 10px;
	width: 95%;
}

.food_h3 {
	color: #C03;
	font-size: 22px;
	text-align: center;
	padding: 0px 10px 30px 10px;
	line-height: 1.5em;
}

.oyatsu_text {
	color: #fff;
	padding: 30px 10px 0px 0px;
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
}

/* アクセスページ */

.access_page {
	background-image: url(../image/access/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.map {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.access_img01 {
	width: 80%;
	height: auto;
}

/* お問合わせページ */

.contact_page {
	background-image: url(../image/contact/top_img600.jpg);
	background-position: center right;
	background-size: contain;
}

.contact_img01 img {
	width: 100%;
	height: auto;
}


}


/* --- ??????? --- */
@media screen and (max-width: 480px) {

/* 全ページ共通 */

.img_border {
	border: 5px solid #faf8f8;
	-moz-box-shadow: 1px 1px 2px 2px #b5b5b5;
	-webkit-box-shadow: 1px 1px 2px 2px #b5b5b5;
	box-shadow: 1px 1px 2px 3px #b5b5b5;
}

address {
	font-size: 15px;
}

/* INDEXページ */

.pc_mark02 {
	margin: 0px 0px 30px 10px;
}

.pc_mark img {
	width: 55%;
	height: auto;
}

#header_logo {
	text-align: center;
	background-image: url(../image/index/header_logoline02.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#header_logo img {
	width: 100%;
	height: auto;
}

.index_h1 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 90%;
	margin: auto;
}

.index_h2area {
	width: 290px;
	height: 99px;
	background-size: contain;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.h2_jp {
	text-align: center;
	color: #966731;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* INDEXページ・トリミング */

.index_h3 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.5em;
	padding: 0px 10px;
}

/* INDEXページ・ポイントカード会員様募集 */

#point_area {
	width: 90%;
	padding: 20px 0px 150px 0px;
	margin: auto;
	background-color: #fff;
	border: 7px solid #F60;
	background-image: url(../image/index/point_bgmnext.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.point_title {
	margin: 0px auto 20px auto;
}

.pc_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	padding: 0px;
}

.point_list {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	list-style: none;
	margin-left: 10px;
}

.point_list li {
	padding-bottom: 10px;
}

/* INDEXページ・ペットフード,ペットホテル */

.index_h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #966731;
	margin-bottom: 10px;
	line-height: 1.5em;
	height: inherit;
}

.fh_text {
	font-size: 15px;
	line-height: 1.5em;
	padding: 0px 10px 30px 10px;
}

/* INDEXページ・アクセス */

.access_left iframe {
	width: 100%;
	height: 250px;
}

/* NEXTページ共通 */

#header_next {
	margin-bottom: 60px;
}

.next_h1 {
	font-size: 30px;
	margin-bottom: 60px;
}

.next_container {
	width: 100%;
	padding: 30px 0px;
}

.page_h2 {
	font-size: 22px;
	text-align: center;
	padding: 5px 10px 20px 10px;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}

.right_pcbtm {
	margin-bottom: 130px;
}

/* 店舗概要ページ */

.infor_table th {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
	background-color: #faecd3;
}

.infor_table td {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
}

/* スタッフ紹介ページ */

.staff_img {
	width: 70%;
	float: none;
	margin: 0px auto 10px auto;
}

/* トリミングページ */

.trimming_h2 {
	font-size: 20px;
	color: #F60;
	text-align: center;
	padding: 5px 0px 20px 0px;
	line-height: 1.5em;
}

.trimming_messe {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px auto 10px auto;
	line-height: 1.5em;
}

.trimming_area {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

#price_area {
	width: 100%;
	margin-bottom: 50px;
}

.trimming_h3 {
	width: 100%;
	display: block;
	margin: 0px auto 10px auto;
	line-height: 2em;
	height: inherit;
	vertical-align: top;
}

.trim-menu02 {
	width: 90%;
	margin: 0px auto 0px auto;
	font-size: 18px;
	padding: 15px 0px 5px 0px;
}

.trim-menu03 {
	color: #fff;
	background-color: #ed7987;
	width: 100%;
	margin: 0px auto 0px auto;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 10px 0px;
}

#tri_servicearea {
	padding: 10px 0px;
}

.service_text {
	font-size: 18px;
	font-weight: bold;
	color: #663;
	padding: 0px 10px 10px 10px;
	line-height: 1.5em;
}

.name_th {
	padding: 10px 10px;
	border-left: 1px solid #999;
	border-left-style: dotted;
	background-color: #fdf8fc;
}

.price_table td {
	border-left: 1px solid #999;
	border-left-style: dotted;
	padding: 10px 10px;
	text-align: center;
}

/* ホテルページ */

.hotel_table th {
	padding: 15px 0px;
}

.hotel_table td {
	padding: 15px 0px;
}

/* フードページ */

.food_img01 {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}

.food_h3 {
	color: #C03;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.oyatsu_text {
	color: #fff;
	padding: 20px 10px 0px 0px;
	text-align: center;
	font-size: inherit;
	line-height: 1.5em;
}

.food_text {
	padding: 0px 0px 30px 0px;
}

/* アクセスページ */

.map {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

.access_text {
	font-size: inherit;
	padding-bottom: 5px;
}

.access_img01 {
	width: 90%;
	height: auto;
}


}


