/*/////////////////////////////////////////////
  Common
/////////////////////////////////////////////*/
/* アンカークリック時にスムーズにスクロール */
html {
	scroll-behavior: smooth;
}
/*ディスプレイ左右の余白対策*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
	color: #660000;
	/* font-size: 16px; */
	line-height: 1.8;
	background-color: #fffad8;
}
/* ドロワー展開時に背景をスクロールさせない
navに
overscroll-behavior: contain;
*/
/* borderの太さやpaddingの大きさをwidthに含める */
*,
*:before,
*:after {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	min-height: 0;
	min-width : 0;
 }

/* リフトマーカーを表示しない */
ul {
	list-style: none;
}

/*------------------------------------------------------------
	Text
-------------------------------------------------------------*/
p {
	display: block;
	margin: 1.250em 0;
}

.small {
	font-size: 85%;
	line-height: 130%;
}
sup {
	font-size: 85%;
	line-height: 130%;
}
.blue { color: #0d9ba3; }
/*------------------------------------------------------------
	image
-------------------------------------------------------------*/
picture,
img {
	border-style: none;
	display: block;
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}
a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=50);
}
/*------------------------------------------------------------
	float WP標準classの設定
-------------------------------------------------------------*/
.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	padding: 0.250em;
	margin: 0 0 0.125em 0.438em;
	display: inline;
}
.aignleft {
	padding: 0.250em;
	margin: 0 0.125em 0.438em 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
	.clearfix:after {
		content: "";
		display: block;
		clear: both;
	}
/*------------------------------------------------------------
	Gallery
-------------------------------------------------------------*/
.gallery {
 	width: 100%;
	margin-bottom: 1em !important;
	overflow: hidden;

	display: block;
	flex-wrap: nowrap;
}
	.gallery br {
		display: none; /* clearfixの余白解除 */
	}
	.gallery-item {
		width: 100%;
	}

.gallery-columns-2 .gallery-item {
    width: 49%;
    height: auto;
}
.gallery-columns-3 .gallery-item {
    width: 100%;
    height: auto;
}
.gallery-columns-4 .gallery-item {
    width: 100%;
    height: auto;
}
.gallery-columns-5 .gallery-item {
    width: 100%;
    height: auto;
}
/*------------------------------------------------------------
	Captions
-------------------------------------------------------------*/
.wp-caption {
	display: block;
	max-width: 100%;
	margin-bottom:24px;
	background:#fff;
	margin: 10px 0;
	padding:0;
	background: none;
}
.wp-caption-text {
	text-align:left;
	font-size:80%;
	color: #666;
	font-style:normal;
	line-height:2;
	margin:9px auto;
	clear: both;
}
	.wp-caption-text::before {
		content: '\f0d8';
		padding: 0 6px 0 5px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
	}
.wp-caption img[class*="wp-image-"] {
	display:block;
	margin:0 auto;
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------------------
	link　*color指定はここではしない個別に指定
-------------------------------------------------------------*/
a,
a:link,
a:visited,
a:active {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
@media (hover: hover) {
  /* リンクの場合 */
  a:any-link:hover {
		color: #660000;
		text-decoration: underline;
  }
  /* ボタンの場合 */
  /* button:enabled:hover {
		color: #660000;
		text-decoration: underline;
  } */
  /* 特定できない場合 */
  .button:where(:any-link, :enabled, summary):hover {
		color: #660000;
		text-decoration: underline;
  }
	a:any-link:hover.page-numbers {
		text-decoration: none;
		background-color: #ff8c13;
		border: #fff 2px solid;
		border-radius: 50%;
	}
}
/*------------------------------------------------------------
  Heading
-------------------------------------------------------------*/
h1, h2, h3 {
	font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-style: normal;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
	margin: 1em auto 0.5em auto;
}
/*------------------------------------------------------------
  Button
-------------------------------------------------------------*/
.btn-page-top {
	z-index: 95;
	position: fixed;
	width: 70px;
	height: 70px;
	padding: 0.5em;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

a.btn-contact {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #663300;
	border-radius: 50%;
}
	a.btn-contact i {
		font-size: 150%;
		line-height: 50px;
		margin: 0;
	}
	/* 画面右に配置 */
.btn-position-r,
.btn-position-r-fb {
	z-index: 95;
	position: fixed;
}
.btn-position-c {
	margin: 1em auto;
}
.btn-fb {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #663300;
	border-radius: 50%;
}
	a.btn-fb i {
		font-size: 150%;
		line-height: 50px;
		margin: 0;
	}
/*------------------------------------------------------------
  table
-------------------------------------------------------------*/
.wp-block-table td {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
/*------------------------------------------------------------
  Breadcrumb
-------------------------------------------------------------*/
.breadcrumb {
	background-color: #fe7311;
}
.breadcrumb ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 1em 2em;
}
	.breadcrumb ul li,
	.breadcrumb ul li a {
		color: #fff;
	}
	.breadcrumb ul li i {
		padding: 0 1em 0 0;
	}
/*------------------------------------------------------------
  Footer Copy
-------------------------------------------------------------*/
.copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 1em 0;
	text-align: center;
	background-color: #ff8c13;
}

.sub-title {
  color: #fe7311;
  text-align: center;
  margin: 0 0 1em 0;
}
/*------------------------------------------------------------
  Contents
-------------------------------------------------------------
	index
-------------------------------------------------------------*/
header.home-header {
  text-align: center;
  background-image: url('../images/fence.png');
  background-repeat: repeat-x;
}
	header.home-header img {
		display: block;
		margin: 0 auto;
	}

	.notice {
		position: relative;
		text-align: center;
		margin: 2em auto;
		padding: 1em;
		border: #0d9ba3 0.3em solid;
		border-radius: 1em;
		background-color: #fff;
	}
		.notice h3 {
			margin-bottom: 1em;
		}
		.notice-item {
			display: block;
		}
		.btn-notice {
			display: block;
			width: 100%;
			text-align: right;
		}

.aboutus {
	text-align: center;
	margin: 0 auto 2em auto;
}
	.aboutus i {
		margin: 1em 0;
	}

	.fureai {
		position: relative;
		margin: 0 auto;
		padding: 0;
		background-color: #e4f4f7;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		#sub-slide-box {
			background-image: url('../images/fureai-slide.png');
			background-repeat: repeat-x;
		}

		.fureai-inner {
			position: relative;
			display: block;
		}
			.fureai-inner::before {
				position: absolute;
				content: url('../images/turtle-hamster.png');
			}
			.fureai-inner::after {
				position: absolute;
				content: url('../images/rabbit.png');
			}
			.fureai-inner h3 {
				color: #0d9ba3;
				text-align: center;
			}

				.hotel-inner {
					position: relative;
					width: 100%;
					margin: 0 auto;
				}
				.hotel-inner .wp-block-columns {
					margin: 1em auto;
					padding: 1em;
					background-color: #fff;
					border: #660000 1px solid;
					border-radius: 1em;
				}
					.hotel-inner .wp-block-columns p {
						padding: 0;
						margin: 0;
					}
				.hotel-inner::before {
					position: absolute;
					content: url('../images/parakeet.png');
				}
				.hotel-inner::after {
					position: absolute;
					content: url('../images/dog.png');
				}
				.hotel-inner h3 {
					text-align: center;
				}
				.hotel-table table,
				.hotel-table table tr,
				.hotel-table table tr td {
					border: none;
				}
				.hotel-table tr:nth-child(odd) {
					background-color: #fff;
				}

			#image-bubble {
				position: relative;
				display: grid;
				justify-items: center;
				align-items: center;
				margin: 2em auto;
			}
				.rental-inner,
				.benriya-inner {
					position: relative;
					width: 100%;
					margin: 0 auto;
					padding: 0;
				}
					.benriya-footer {
						display: block;
						margin: 0 auto;
					}
					.rental-inner h3,
					.benriya-inner h3 {
						text-align: center;
					}

				.pet-sales h3 {
					text-align: center;
				}
				.sales-box .has-text-align-center {
					margin: 1em auto;
					padding: 1em;
					background-color: #fff;
					border-radius: 1em;
				}
			footer {
				position: relative;
				padding: 85px 0 0 0;
				background-image: url('../images/roof.png');
				background-repeat: repeat-x;
				background-position: 0 0;
			}
				footer .footer-inner {
					margin: 0 auto;
					color: #fff;
					display: flex;
					flex-wrap: wrap;
				}
					footer .foot-bh {
						width: 100%;
						text-align: center;
					}
						footer .foot-bh .title {
							display: block;
							width: 90%;
							margin: 1em auto 0.5em auto;
							font-weight: 700;
							background-color: #fff;
							border-radius: 2em;
						}
/*---------------------------------------------
	Lower
---------------------------------------------*/
			.content-area {
				margin: 0 auto;
			}

			.basic-table table {
				margin: 1em auto;
				border: #660000 1px solid;
				border-radius: 0.5em;
			}
				.basic-table table tr:nth-child(odd) {
					background-color: #fff;
				}
				.basic-table table tr:nth-child(even) {
					background-color: #fffad8;
				}

			ul.basic-list {
				list-style-type: disc;
				margin: 1em auto 2em auto;
				padding: 0;
				border-radius: 0.5em;
			}

			.plan-title {
				text-align: center;
				margin: 1em 0;
			}
			.plan-table table {
				margin: 1em auto;
				border: #660000 1px solid;
				border-radius: 0.5em;
			}
					.plan-table table tr td:nth-child(1) {
						padding: 0.5em;
						text-align: center;
						font-weight: 700;
						color: #fe7311;
						border: none;
					}
					.plan-table table tr:nth-child(odd) {
						background-color: #fff;
					}
			ul.plan-list {
				background-color: #fff;
				list-style-type: disc;
				margin: 1em auto 2em auto;
				padding: 0;
				border-radius: 0.5em;
			}
				ul.plan-list li {
					line-height: 1.5;
					margin: 0 0 0 2em;
					padding: 0.5em 0.5em 0.5em 0;
				}
.arch-box {
	margin: 0 auto 2em auto;
	padding: 0 1em 1em 1em;
	border: #ff8c13 1px solid;
	border-radius: 1em;
}
.date {
	display: block;
	width: 100%;
	text-align: center;
}
.nav-links {
	padding: 1em 2em;
	background-color: #ff8c13;
	border-radius: 2em;
}
	.page-numbers {
		padding: 0.7em 1em;
		background-color: #fff;
		border: #fff 2px solid;
		border-radius: 50%;
	}
		a:hover.page-numbers {
			text-decoration: none;
			background-color: #ff8c13;
			border: #fff 2px solid;
			border-radius: 50%;
		}
