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

  BASE

----------------------------------------------------- */

body {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #273200;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto;
}

a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .15s;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.wrapper {
	display: flex;
}

.wrapper .side-navi {
	width: 200px;
	position: fixed;
    z-index: 9999;
    height: 100%;
}

.side-navi-inner {
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}

.wrapper .content {
	width: calc(100% - 200px);
	margin-left: 200px;
}

.wrapper .side-navi h1 {
	width: 90px;
	margin: 0 auto 10px auto;
}

.wrapper .side-navi ul {
	margin-bottom: 10px;
}

.wrapper .side-navi li {
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
}

.wrapper .side-navi li a {
	display: block;
	padding: 4px 0;
	font-size: 13px;
	color: #273200;
}

.h-style01:before {
	content: '';
	display: block;
	width: 40px;
	height: 35px;
	background-image: url(../images/common/rose.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;
	vertical-align: middle;
}

.h-style01 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 30px;
	color: #E44280;
}

.h-style01 span {
	color: #333;
	font-size: 35px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
}

.top-gallery .h-style01 span,
.top-gallery .h-style01 {
	color: #fff;
}

.top-gallery .h-style01:before {
	background-image: url(../images/common/rose-white.svg);
}

.inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.inner1000 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner90 {
	width: 90%;
	margin: 0 auto;
}

.footer {
	padding-top: 30px;
}

.footer-bottom {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
}

.footer-logo h3 {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	color: #E44280;
	margin-bottom: 20px;
	line-height: 1.5;
}

.footer-info {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 25px;
}

.footer-info div {
	width: 49%;
}

.footer-info dt {
	margin-bottom: 10px;
}

.footer-info dd {
	font-size: 13px;
	line-height: 1.4;
}

.copyright {
	background: #E44280;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	font-weight: normal;
	font-size: 12px;
}

.copyright dl {
	display: flex;
	justify-content: center;
}

.copyright dt {
	font-weight: normal;
	margin-right: 6px;
}

.table-style01 {
	width: 100%;
	margin-bottom: 25px;
}

.table-style01 th {
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px dotted#C7C7C7;
	padding: 20px;
	width: 15%;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	vertical-align: middle;
}

.table-style01 td {
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dotted#C7C7C7;
	padding: 20px;
	vertical-align: middle;
	width: 85%;
}

.table-style01 td a {
	display: block;
	position: relative;
}


.table-style01 td a:hover {
	color: #E44280;
}

.table-style02 {
	width: 100%;
	border-top: 1px dotted#E1E1E1;
	border-right: 1px dotted#E1E1E1;
}

.table-style02 th {
	font-weight: normal;
	border-bottom: 1px dotted#E1E1E1;
	padding: 13px;
	width: 15%;
	vertical-align: middle;
	background: #EDEDED;
	font-size: 13px;
	white-space: nowrap;
}

.table-style02 td {
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px dotted#E1E1E1;
	padding: 13px;
	vertical-align: middle;
	width: 85%;
}

.garden-cate-list {
	border-top: 1px solid #E64281;
	border-bottom: 1px solid #E64281;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
}

.garden-cate-list h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.garden-cate-list ul {
	display: flex;
	justify-content: space-between;
}

.garden-cate-list a {
	display: block;
	border-radius: 40px;
	padding: 6px 15px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #E64281;
	color: #E64281;
}

.garden-cate-list a:hover {
	background: #E64281;
	color: #fff;
}

.cate-disc {
	background: #FFF5F9;
	padding: 20px;
	margin-bottom: 40px;
}

.cate-disc ul {
	display: flex;
	justify-content: space-between;
}

.cate-disc li {
	width: 32%;
}

.cate-disc dl {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.cate-disc dt {
	margin-right: 10px;
}

.cate-disc dt {
	font-size: 14px;
	font-weight: bold;
}

.cate-disc dl img {
	height: 40px;
}

.cate-disc p {
	font-size: 12px;
}

.visit-etiquette-bt {
	text-align: right;
}

.visit-etiquette-bt a {
	color: #E64281;
	text-decoration: underline;
}

.visit-etiquette-bt a:hover {
	text-decoration: none;
}

.visit-etiquette-bt:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common/li02.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 6px;
	vertical-align: middle;
}

.spot-list ul.spot-list-box {
	display: flex;
	flex-wrap: wrap;
}

.spot-list li.spot-list-item {
	width: 31%;
	margin-bottom: 40px;
	margin-right: 3.5%;
}

.spot-list li.spot-list-item:nth-of-type(3n) {
	margin-right: 0;
}

.spot-list li .post-thum {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 10px;
}

.spot-list li.spot-list-item .cate-list {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 6px 6px;
}

.spot-access {
	margin-bottom: 6px;
}

.spot-access span {
	background: #EDEDED;
	font-size: 11px;
	padding: 2px;
}

.spot-list li.spot-list-item h3 {
	font-size: 15px;
	font-weight: bold;
}

.bt-style01 {
	width: 90%;
	max-width: 240px;
	margin: 0 auto;
}

.bt-style01 a {
	display: block;
	background: #E44280;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	border-radius: 40px;
}

.bt-style01 a:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/common/li03.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 6px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}






