@charset "UTF-8";
/** Common CSS Code**/

img {
	border-radius: 10px;
}

header nav .upBox a.contactBtn {
	background-color: #ffffff;
	color: #000000!important;
	border: #e6003c solid;
	border-width: 1px;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 20px 10px 20px;
	margin: 5px 0 0 15px!important;
	line-height: 1em;
	transition: 0.2s;
}

header nav .upBox a:hover.contactBtn {
	background-color: #ffa2ba;
	transition: 0.2s;
}

h1.en {
	font-family: "Shippori Mincho", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 36px;
}

h1 span {
	bottom: 5px;
	font-size: 16px;
	display: inline-block;
	margin: 0 0 0 20px;
}

a span.more {
	display: inline-block;
	float: right;
}

a span.more2 {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: #e6003c;
	color: #ffffff;
	border: #e6003c solid;
	border-width: 1px;
	border-radius: 40px;
	transition: 0.2s;
	padding: 10px 0;
}

a:hover span.more2 {
	background-color: #ffffff;
	color: #e6003c;
	transition: 0.2s;
}

a:hover span.more {
	display: inline-block;
	float: right;
}

.top_read {
	text-align: center;
	font-size: 20px;
	margin: 0 auto 50px auto!important;
	line-height: 1.8em;
}

.topMenu {
	display: flex;
}

.topMenu a {
	border: #b38855 solid 1px;
	margin: 0 10px;
	padding: 10px;
	line-height: 1.5em;
	width: calc(100% / 3);
	display: inline-block;
	color: #713d00;
	text-decoration: none;
}

.topMenu a:hover {
	border: #e6003c solid 1px;
}

.menuBox {
	text-align: center;
}

.topMenu a h2,
.menuBox a h2 {
	background-color: #713d00;
	color: #ffffff;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	font-size: 110%;
}

.menuBox a .item {
	padding: 3px 0;
	text-align: center;
}

.topMenu a img {
	width: 100%;
	margin: 0 auto 10px auto;
}

.contactBtn {
	text-align: center;
	margin: 100px auto 0 auto!important;
}

.contactBtn h2 {
	margin: 0 auto;
	line-height: 1.5em;
}

.contactBtn .Btn {
}

.contactBtn .Btn a {
	display: block;
	margin: 10px 10px 20px 10px;
	padding: 20px 0;
	border: #e6003c solid;
	border-width: 1px;
	border-radius: 10px;
	width: calc(100% / 3);
	font-size: 20px;
	background-color: transparent;
	color: #e6003c;
	text-decoration: none;
	display: inline-block;
}

.Btn a {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 5px 50px;
	border: #e6003c solid;
	border-width: 1px;
	border-radius: 10px;
	font-size: 20px;
	background-color: transparent;
	color: #e6003c;
	text-decoration: none;
	font-size: 100%;
}

.contactBtn .Btn a:hover,
.Btn a:hover {
	background-color: #e6003c;
	color: #ffffff;
}

.contactBtn .Btn a .phone {
	font-size: 24px;
}

.contactBtn .Btn a img {
	height: 20px;
	margin: 0 10px 0 0;
	top: -2px;
	filter: none;
}

.contactBtn img.map_icon {
	height: 28px;
	margin: 0 10px 0 0;
	filter: none;
}

.contactBtn .Btn a:hover img {
	filter: brightness(0) invert(1);
}

.contactBtn .time_add {
	padding: 10px 0;
}

#contact h1.title {
	background-color: #e6003c;
	color: #ffffff;
	padding: 10px 0;
}

#hotel .ReadBox {
	margin: 0 auto 100px auto;
}

#hotel .ReadBox .photo {
	display: inline-block;
	width: 400px;
	margin: 0 50px 0 0;
}

#hotel .ReadBox .photo img {
	width: 100%;
}

#hotel .ReadBox .txtBox {
	display: inline-block;
	width: calc(100% - 450px);
}

.mincho20px {
	font-size: 20px;
}

#shop img {
	width: 100%;
}

#shop .ReadBox .photo img {
	margin: 0 auto 50px auto;
}

#shop h2 {
	line-height: 1.5em;
	text-align: center;
}

.sidephotoLay img {
	width: 400px!important;
	margin: 50px 50px 0 0;
	vertical-align: top;
}

.sidephotoLay .txt {
	width: calc(100% - 450px);
	display: inline-block;
	margin: 50px 0 0 0;
}

.sidephotoLay img.top {
	margin: 0 50px 0 0;
}

.sidephotoLay .txt.top {
	margin: 0 0 0 0;
}

#access .map {
	text-align: center;
}

#access .map iframe {
	width: 100%;
	height: 600px;
	display: inline-block;
}

#access .map .txt {
	margin: 20px auto;
}

 .thirdBlock div,
 .thirdBlock a {
	display: inline-block;
	width: calc((100% - 40px) / 3);
	text-align: center;
	margin: 0 20px 0 0;
	vertical-align: top;
	 color: #713d00;
	 text-decoration: none;
}

 .thirdBlock.half div,
 .thirdBlock.half a {
	width: calc((100% - 20px) / 2);
}

.thirdBlock div.end,
 .thirdBlock a.end {
	margin: 0;
}

 .thirdBlock img {
	width: 100%!important;
	margin: 10px auto;
}

.thirdBlock.menuBox {
	display: flex;
}

.thirdBlock.menuBox a {
	text-align: left;
	display: block;
	padding: 0 0 60px 0;
}

.thirdBlock.menuBox h2 {
	background-color: #713d00;
	color: #ffffff;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	font-size: 110%;
	border-radius: 10px;
}

.thirdBlock.menuBox .item {
	padding: 5px 0;
	text-align: center;
	width: 100%;
	margin: 0;
}

.thirdBlock.menuBox img {
	width: 100%;
	margin: 0 auto 10px auto;
}

#access h3 {
	margin: 100px auto 20px auto;
}

#access .accessMap {
	width: 50%;
	margin: 0 50px 0 0;
	display: inline-block;
	vertical-align: top;
}

#access .accessMap img {
	width: 100%;
}

#access .accessInfo {
	width: calc(50% - 50px);
	display: inline-block;
}

#access .accessInfo div {
	margin: 0 auto 20px auto;
}

.parking {
	background-color: #e6003c;
	color: #ffffff;
	border-radius: 20px;
	padding: 3px 20px;
	display: inline-block;
	line-height: 1em;
}

.sidephotoLay img.cd_icon {
	width: 50px!important;
	margin: 0 20px 0 0!important;
	vertical-align: middle!important;
}

.thirdBlock.day {
	margin: 50px auto 0 auto;
}

.thirdBlock.day div {
	text-align: left;
}

.thirdBlock.day div {
	text-align: left;
	line-height: 1.5em;
}

.day h4 {
	border: #713d00 solid;
	border-width: 1px 0 0 0;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 120%;
}

.day h5 {
	font-size: 100%;
	background-color: #713d00;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.day h6 {
	font-size: 120%;
	margin: 0 auto ;
}

.memo {
	background-color: #e7ece5;
	border-radius: 10px;
	border: #713d00 dashed;
	border-width: 2px;
	padding: 0 40px 20px 40px;
}

.memo.oneBlock {
	padding: 20px 40px;
}

.memo .title {
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	background-color: #713d00;
	color: #ffffff;
	border: #713d00 solid;
	border-width: 2px;
	width: calc(100% + 84px);
	left: -42px;
	top: -2px;
	border-radius: 10px 10px 0 0;
}

#precautions .memo {
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

#precautions .memo.end {
	margin: 0!important;
}

#faq {
	font-size: 120%;
}

#faq ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#faq li.question {
	color: #e6003c;
	margin: 0 0 10px 40px;
}

#faq li.answer {
	margin: 0 0 30px 40px;
}

#faq ul li {
	list-style: none;
	padding: 0;
	line-height: 1.5em;
}

#faq .question img {
	width: 30px;
	position: absolute;
	left: -40px;
	top: 2px;
}

.headPhoto {
	width: 100%;
	margin: 0 auto 30px auto;
}

#hotel .ReadBox,
#hotel_detail .ReadBox {
	text-align: center;
}

#hotel .ReadBox h2 {
	line-height: 1.8em;
	margin: 0 auto 20px auto;
}

h2.headRead {
	line-height: 1.8em;
	margin: 0 auto 100px auto;
	text-align: center;
}

ul.price {
	list-style: none;
	border: #713d00 solid;
	border-width: 1px 0 0 1px;
	margin: 10px auto;
}

ul.price li {
	display: flex;
	flex-wrap:wrap;
}

ul.price li span {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border: #713d00 solid;
	border-width: 0 1px 1px 0;
	left: 0;
	line-height: 1.5em;
}

ul.price li span span {
	padding: 0;
	border: #713d00 solid;
	border-width: 0;
	left: 0;
}

ul.price li .item {
	width: 50%;
	background-color: #e7ece5;
}

ul.price li .price {
	width: 50%;
	display: inline-block;
}

.memo.price {
	border: #713d00 dashed;
	border-width: 1px;
	border-radius: 0;
	margin: 10px auto 0 auto;
}

h3.iconTitle {
	padding: 20px 0 15px 0;
}

h3.otherPrice {
	padding: 20px 0;
}

h3.iconTitle .cd_icon {
	top: -3px;
}

.weight {
	display: inline-block;
	margin: 20px auto 0 auto;
}

.scheduleBox {
	width: 800px;
	margin: 0 auto 30px auto;
	height: 300px;
}

.scheduleBox.rightBox .txt_Box {
	text-align: right;
}

.scheduleBox img {
	width: 300px;
	border-radius: 200px;
	margin: 0 30px 0 0;
	vertical-align: middle;
}

.scheduleBox .txt_Box {
	width: calc(100% - 330px);
	display: inline-block;
	vertical-align: middle;
}

img.sp {
	display: none;
}

.scheduleBox img.pc {
	margin: 0 0 0 30px;
}

.sleep {
	background-color: #713d00;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	margin: 0 0 30px 0;
	border-radius: 50px;
}

.detail_schedule {
	font-size: 120%;
}

.senior {
	margin: 70px auto 0 auto;
}

.senior h3 {
	margin: 0 auto 10px auto;
}

.senior ul {
	margin: 0 0 30px 1.5em;
}

.senior .txtBox div,
.senior div {
	margin: 0 0 30px 0;
}

.thirdBlock.cat div {
	text-align: center;
	line-height: 1.5em;
	margin: 0 20px 100px 0;
}

.thirdBlock.cat div.end {
	margin: 0 0 100px 0;
}

.dogTrimming {
	margin: 100px auto 0 auto;
}

.Pricescroll {
	overflow: auto;
	margin: 10px auto;
}

table.trimmingPrice {
	border: #713d00 solid;
	border-width: 1px 0 0 1px;
	line-height: 1.5em;
	width: 100%;
	margin: 10px auto 0 auto;
	white-space: nowrap;
	padding: 0;
}

table.trimmingPrice td,
table.trimmingPrice th {
	border: #713d00 solid;
	border-width: 0 1px 1px 0;
	padding: 10px;
	text-align: center;
	font-weight: normal;
}

table.trimmingPrice th {
	background-color: #e7ece5;
}

ul.one_word {
	border: 0;
	margin: 0 0 0 1.5em;
	list-style: none;
}

ul.one_word li span {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.one_word li span.mark {
	position: absolute;
	left: -1.5em;
}

.trimmingPriceContents h4 {
	font-family: 'Noto Sans JP', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 120%;
	line-height: 1.2em;
	margin: 50px 0 10px 0;
}

#trimming_detail h2.headRead {
	margin: 0 auto 20px auto;
}

#trimming_detail .headReadTxt {
	text-align: center;
	margin: 0 auto 100px auto;
}

.trimming h3 {
	margin: 0 auto 10px auto;
}

.trimmingMenuBox {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border: #000000 solid;
	border-width: 0 0 1px 0;
}

.trimmingMenuBox.noneLine {
	border-width: 0;
}

.trimmingMenuBox img {
	width: 250px;
	margin: 0 50px 0 0;
	vertical-align: middle;
}

.trimmingMenuBox img.pc {
	margin: 0 0 0 50px;
	vertical-align: middle;
}

.trimmingMenuBox img.koneeds {
	vertical-align: top;
}

.trimmingMenuBox .txt {
	width: calc(100% - 300px);
	vertical-align: middle;
	display: inline-block;
}

.trimmingMenuBox .txt.txt100 {
	width: 100%;
}

.trimmingMenuBox .txt div {
	margin: 0 auto 20px auto;
}

.shopMap iframe#google_map {
	display: inline-block;
	width: 500px;
	height: 500px;
	vertical-align: middle;
}

.shopMap .shopAdd {
	display: inline-block;
	width: calc(100% - 500px);
	vertical-align: middle;
}

.sp_item {
	display: none;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1920px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */

	.company_map {
		padding: 0!important;
	}
	
.shopMap {
	width: 100%;
	padding: 10px 0!important;
}
	
	
	.shopMap iframe#google_map {
	display: block;
	width: 100%;
	height: 400px;
}

.shopMap .shopAdd {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: left;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

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

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */
.top_read {
	text-align: left;
}
.top_read br {
	display: none;
}

.contactBtn .Btn {
	display: block;
}

.contactBtn .Btn a {
    display: block;
    margin: 10px auto 20px auto;
	width: 100%;
}

.topMenu a {
	font-size: 90%;
}

h1 span {
	margin: 10px 0 0 0; 
	display: block;
}
	
h2.mincho {
	text-align: left!important;
}

h2.mincho br {
	display: none;
}
	
.contactBtn h2.mincho {
	text-align: center!important;
}

.sidephotoLay img {
    width: 100% !important;
    margin: 50px 0 0 0;
}

.sidephotoLay .txt {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.sidephotoLay h3 {
	background-color: #713d00;
	color: #ffffff;
	border-radius: 10px;
	margin: 50px auto 10px auto;
}

.thirdBlock div,
.thirdBlock a,
.thirdBlock div.end,
.thirdBlock a.end {
	display: block;
	width: 100%;
	margin: 0 auto 50px auto;
}

.thirdBlock.cat div {
	margin: 0 0 50px 0;
}

#shop .ReadBox .photo img {
	margin: 0 auto 20px auto;
}

#access .contents_box .center {
	text-align: left;
}

#access .contents_box .center br {
	display: none;
}

#access .accessMap {
	width: 80%;
	margin: 0 auto 20px auto;
	display: block;
}
	
#access .accessInfo {
	margin: 0 auto;
	display: block;
	width: 80%;
}
	

#access .accessInfo div {
	text-align: left;
	display: inline-block;
}

.memo {
	background-color: #e7ece5;
	border-radius: 10px;
	border: #713d00 dashed;
	border-width: 2px;
	padding: 0 20px 10px 20px;
}

.memo .title {
	width: calc(100% + 44px);
	left: -22px;
}

.memo.oneBlock {
	padding: 10px 20px;
}

h2.headRead {
	text-align: left;
	margin: 0 auto 50px auto;
}

h2.headRead br {
	display: none;
}

.thirdBlock.menuBox {
	display: block;
}

.thirdBlock.menuBox a {
	padding: 0 0 0 0;
}

	a span.more2 {
		position: relative;
		margin: 10px auto 0 auto;
		width: 200px;
	}

.sidephotoLay img {
    margin: 20px 0 10px 0;
}

.scheduleBox {
	width: 100%;
}

 .thirdBlock.half div,
 .thirdBlock.half a {
	width: 100%;
}

.sp_item {
	display: block;
}

.pc_item {
	display: none;
}

#trimming_detail .headReadTxt {
	text-align: left;
}

.contactBtn {
	text-align: center;
	margin: 50px auto 0 auto!important;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */
.scheduleBox {
	height: auto;
}

.scheduleBox img {
    width: 200px;
}

.scheduleBox .txt_Box {
	width: calc(100% - 230px);
}

	.trimmingMenuBox img {
		display: block;
		width: 60%;
		margin: 0 auto 20px auto;
	}

	.trimmingMenuBox img.pc {
		display: none;
	}
	
	.trimmingMenuBox .txt {
		width: 100%;
	}
	
	#precautions .memo {
    width: 100%;
    margin: 0;
    display: block;
}
	
h1.en {
	margin: 0 auto;
}
	
h1.en span {
	margin: 0 auto 10px auto;
	line-height: 1em;
}

	#precautions .memo.end {
		margin: 20px auto 0 auto!important;
	}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 550px) {
/* ------------------------------------------------------ */

.top_read {
	line-height: 1.5em;
	margin: 0 0 20px 0!important;
	width: 100%!important;
}

	
.topMenu {
	display: block;
}

.topMenu a {
	width: 100%;
	margin: 10px 0;
}

.thirdBlock div,
.thirdBlock a,
.thirdBlock div.end,
.thirdBlock a.end,
#access .accessMap,
#access .accessInfo {
	width: 100%;
}

#precautions .memo {
	width: 100%;
	margin: 0 auto 20px auto;
}

ul.price li {
	display: block;
	flex-wrap: nowrap;
}
ul.price li .item,
ul.price li .price {
	display: block;
	width: 100%;
	text-align: center;
}

ul.price li .price.txt {
	text-align: left;
}

.scheduleBox img {
    width: 70%;
	margin: 0 auto 10px auto;
	display: block;
}

.scheduleBox img.sp {
	display: block;
}

.scheduleBox img.pc {
	display: none;
}

.scheduleBox .txt_Box,
.scheduleBox.rightBox .txt_Box {
	width: 100%;
	text-align: center;
}

h1 span {
	margin: 0; 
	bottom: 0;
	line-height: 1.3em;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 480px) {
/* ------------------------------------------------------ */
h1.en {
	font-size: calc(100vw * 0.085);
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}