@charset "utf-8";

@media print, screen and (min-width: 481px) {

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
 text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.2em;
}

html {
	min-width: 1080px;
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff;
	color: #000000;
	-webkit-print-color-adjust: exact;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: underline;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.owl-carousel {
	touch-action: none;
}








/* basic style ------------------------------ */
.hover {
	cursor: pointer;
}
a.hover:link,
a.hover:visited {
	opacity: 1.0;
}
a.hover:hover,
a.hover:active {
	opacity: 0.6;
}

.pcNone {
	display: none !important;
}

.anchor {
	border-top: 105px solid transparent !important;
	margin-top: -105px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}








/* wrapper ------------------------------ */
#wrapper {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 min-width: 1080px;
	padding-top: 174px;
	overflow: hidden;
}








/* header ------------------------------ */
#head {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 background: transparent;
	width: 100%;
	min-width: 1080px;
 padding: 0px;
 position: fixed;
 left: 0px;
 top: 0px;
 z-index: 1000;
 /*box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
 -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
 -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);*/
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	zoom: 1;
}
#head:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#head-inner {
	width: 1050px;
	margin: 0px auto;
	padding: 35px 0px 54px;
	position: relative;
	left: 0px;
	top: 0px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	zoom: 1;
}
#head-inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#head a:link,
#head a:visited {
	color: #000000;
	text-decoration: none;
}
#head a:hover,
#head a:active {
	color: #000000;
	text-decoration: underline;
}

#head-logo {
	width: 322px;
	height: 59px;
	float: left;
	margin: 14px 0px 10px;
}
#head-logo > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9000px;
	overflow:  hidden;
	background: url("../img/h_logo.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

#head-catch {
	float: left;
	margin: 26px 0px 0px 21px;
	font-size: 11px;
	line-height: 2.3em;
}

#head-subnav {
	float: right;
	margin-top: 35px;
}
#head-subnav > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	letter-spacing:  -0.8em;
}
#head-subnav > ul > li {
	display: inline-block;
	margin: 0px 0px 0px 21px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.05em;
	letter-spacing: 0.2em;
}

#head-trigger {
	width: 85px;
	height: 85px;
	float: right;
	margin-left: 35px;
}
#head-trigger > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9000px;
	overflow:  hidden;
	background: url("../img/h_gnav_tigger.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
#head-trigger > a:hover {
	background-position: 0px -100px;
}

#head-close {
	width: 85px;
	height: 85px;
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: -10;
	opacity: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#head-close > a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: left;
	text-indent: -9000px;
	overflow:  hidden;
	background: url("../img/h_gnav_close.png") no-repeat 0px 0px;
	background-size: 100% auto;
	cursor: pointer;
}
#head-close > a:active {
	background-position: 0px -100px;
}

#head-gnav {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 473px;
	height: 100%;
	overflow: auto;
	background: #ffffff;
	position: fixed;
	right: -1000px;
	top: 0px;
	z-index: 20;
	opacity: 0;
	padding: 154px 35px 35px 88px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.head-nav01 {
	list-style-type: none;
	margin: 0px;
	padding: 53px 0px 48px 13px;
	border-top: 1px solid #000000;
	letter-spacing: 0.2em;
}
.head-nav01 > dt {
	margin: 0px;
	padding: 0px;
	margin-top: 42px;
	font-size: 18px;
	line-height: 1.05em;
	color: #71a72b;
}
.head-nav01 > dt > a {
	color: inherit !important;
}
.head-nav01 > dt:nth-child(1) {
	margin-top: 0px;
}
.head-nav01 > dd {
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.05em;
}
.head-nav01 > dd > a:before {
	content: " ";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #9cc62c;
	margin-right: 10px;
}
.head-nav01 > dd > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.head-nav01 > dd > ul > li {
	margin: 0.8em 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.head-nav01 > dd > ul > li:before {
	content: " ";
	display: inline-block;
	width: 8px;
	height: 6px;
	background-image: url("../img/cmn_arw01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin-right: 6px;
	margin-top: -3px;
	vertical-align: middle;
}
.head-nav02 {
	list-style-type: none;
	margin: 0px;
	padding: 35px 0px 35px 13px;
	border-top: 1px solid #000000;
	letter-spacing: 0.2em;
}
.head-nav02 > li {
	margin: 0px;
	padding: 0px;
	margin-top: 28px;
	font-size: 16px;
	line-height: 1.05em;
}
.head-nav02 > li:nth-child(1) {
	margin-top: 0px;
}
.head-nav01:last-child, .head-nav02:last-child {
	border-bottom: 1px solid #000000;
}

#head-overlay {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	visibility: hidden;
	background: rgba(238,238,238,0.8);
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

body.head-open #head-trigger {
	pointer-events: none;
}
body.head-open #head-overlay {
	opacity: 0.8;
	visibility: visible;
}
body.head-open #head-close {
	opacity: 1.0;
	z-index: 90;
}
body.head-open #head-gnav {
	right: 0px;
	opacity: 1.0;
}

#head.smaller {
 background: #ffffff;
 background: rgba(255,255,255,0.9);
}
#head.smaller #head-inner {
	padding: 8px 0px 12px;
}
#head.smaller #head-gnav {
	padding-top: 127px;
}
#head.smaller #head-close {
	top: 8px;
}








/* footer ------------------------------ */
#foot {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 background: #ffffff;
 position: relative;
 left: 0px;
 top: 0px;
 z-index: 999;
	zoom: 1;
}
#foot:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#foot a:link,
#foot a:visited {
	color: #000000;
	text-decoration: none;
}
#foot a:hover,
#foot a:active {
	color: #000000;
	text-decoration: underline;
}

#foot-nav {
	padding: 77px 0px 61px;
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#foot-nav:after {
	content: " ";
	display: block;
	width: 1050px;
	height: 72px;
	background: url("../img/f_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -4px;
	z-index: 3;
}
.foot-nav01 {
	list-style-type:  none;
	margin: 0px 0px 21px 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: -0.8em;
}
.foot-nav01 > li {
	display: inline-block;
	margin: 0px 15px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.05em;
	letter-spacing: 0.18em;
}
.foot-nav02 {
	list-style-type:  none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: -0.8em;
}
.foot-nav02 > li {
	display: inline-block;
	margin: 0px 12px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.05em;
	letter-spacing: 0.18em;
}

#foot-box {
	background: #9cc62c;
	padding: 63px 0px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#foot-catch {
	font-size: 11px;
	line-height: 1.0em;
	letter-spacing: 0.2em;
	margin-bottom: 18px;
	color: #ffffff;
}
#foot-logo {
	display: inline-block;
	width: 322px;
	height: 59px;
}
#foot-logo > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9000px;
	overflow:  hidden;
	background: url("../img/f_logo.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
#foot-info {
	margin-top: 21px;
	font-size: 11px;
	line-height: 2.3em;
	letter-spacing: 0.2em;
}

#foot-topagetop {
	width: 1050px;
	margin: 0px auto;
	padding: 67px 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
#foot-topagetop > a {
	display: inline-block;
	width: 67px;
	height: 66px;
	background: url("../img/f_topagetop.png") no-repeat 0px 0px;
	background-size: 100% auto;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
}

#copyright {
	padding: 32px 0px 105px;
	text-align: center;
	font-size: 11px;
	line-height: 1.05em;
}
#copyright small {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}









/* parts ------------------------------ */
.button01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	display: inline-block;
	min-width: 360px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #cee987;
	border-radius: 80px;
	padding: 28px 20px 28px 20px;
	text-align: center;
	font-size: 17px;
	line-height: 1.0em;
	letter-spacing: 0.08em;
	position: relative;
	left: 0px;
	top: 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
}
.button01:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 8px;
	background-image: url("../img/cmn_arw01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin-left: 12px;
	margin-top: -2px;
}
.button01:link,
.button01:visited {
	border-color: #cee987;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.button01:hover,
.button01:active {
	border-color: #9cc62c;
	background: #9cc62c;
	color: #ffffff;
	text-decoration: none;
}
.button01:link:after,
.button01:visited:after {
	background-position: 0px 0px;
}
.button01:hover:after,
.button01:active:after {
	background-position: 0px -10px;
}

.button02 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	display: inline-block;
	min-width: 360px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #dddddd;
	border-radius: 80px;
	padding: 28px 20px 28px 20px;
	text-align: center;
	font-size: 17px;
	line-height: 1.0em;
	letter-spacing: 0.08em;
	position: relative;
	left: 0px;
	top: 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
}
.button02:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 8px;
	background-image: url("../img/cmn_arw03.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin-right: 12px;
	margin-top: -2px;
}
.button02:link,
.button02:visited {
	border-color: #dddddd;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.button02:hover,
.button02:active {
	border-color: #dddddd;
	background: #dddddd;
	color: #000000;
	text-decoration: none;
}
.button02:link:after,
.button02:visited:after {
	background-position: 0px 0px;
}
.button02:hover:after,
.button02:active:after {
	background-position: 0px -10px;
}

.button03 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	display: inline-block;
	min-width: 480px;
	background: #9cc62c;
	color: #ffffff;
	border: 2px solid #9cc62c;
	border-radius: 80px;
	padding: 28px 20px 28px 20px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 20px;
	line-height: 1.0em;
	letter-spacing: 0.08em;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
}
.button03:link,
.button03:visited {
	border-color: #9cc62c;
	background: #9cc62c;
	color: #ffffff;
	text-decoration: none;
}
.button03:hover,
.button03:active {
	border-color: #9cc62c;
	background: #ffffff;
	color: #9cc62c;
	text-decoration: none;
}

.link01 {
	display: inline-block;
	padding: 0px 0px 6px 6px;
	color: #000000;
	text-decoration: none !important;
	border-bottom: 2px solid #9cc62c;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.link01:after {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 8px;
	background-image: url("../img/cmn_arw01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin-left: 10px;
	margin-top: -2px;
}
a.link01:hover {
	color: #9cc62c;
	text-decoration: none !important;
}

.link01-rev {
	display: inline-block;
	padding: 0px 6px 6px 0px;
	color: #000000;
	text-decoration: none !important;
	border-bottom: 2px solid #9cc62c;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.link01-rev:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 8px;
	background-image: url("../img/cmn_arw01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-right: 10px;
	margin-top: -2px;
}
a.link01-rev:hover {
	color: #9cc62c;
	text-decoration: none !important;
}

.link01-blue {
	display: inline-block;
	padding: 0px 0px 6px 6px;
	color: #000000;
	text-decoration: none !important;
	border-bottom: 2px solid #2877ba;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.link01-blue:after {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 8px;
	background-image: url("../img/sea_arw01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin-left: 10px;
	margin-top: -2px;
}
a.link01-blue:hover {
	color: #2877ba;
	text-decoration: none !important;
}

.icon-tel {
	display: inline-block;
	text-decoration: none !important;
	pointer-events: none;
}
.icon-tel:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	margin-top: -0.2em;
	margin-right: 0.5em;
	background: url("../img/cmn_ic_tel01.png") no-repeat 0px 0px;
	background-size: 100%;
}








/* pager ------------------------------ */
.pager {
	clear: both;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pager:nth-last-child(1) {
	margin-bottom: 0px;
}
.pager ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: normal;
	line-height: 1.05em;
	zoom: 1;
}
.pager ul:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.pager a {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pager a:link,
.pager a:visited {
	color: #000000;
	text-decoration: none;
}
.pager a:hover,
.pager a:active {
	color: #9cc62c;
	text-decoration: underline;
}
.pager span {
	color: #cccccc;
}
.pager span.current {
	opacity: 1.0;
	font-weight: bold;
	color: #000000;
}
.pager ul li.prev {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 132%;
	line-height: 1.05em;
}
.pager ul li.next {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 132%;
	line-height: 1.05em;
}
.pager ul li.list,
.pager ul li.number {
	display: inline-block;
	text-align: center;
}
.pager ul li.number {
	font-size: 1.0em;
	line-height: 1.0em;
}
.pager ul li.number a,
.pager ul li.number span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin: 0px 10px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	text-align: center;
	padding-top: 9px;
}
.pager ul li.number a:link,
.pager ul li.number a:visited {
	border: 1px solid #9cc62c;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.pager ul li.number a:hover,
.pager ul li.number a:active {
	border: 1px solid #9cc62c;
	background: #9cc62c;
	color: #ffffff;
	text-decoration: none;
}
.pager ul li.number span {
	background: #9cc62c;
	color: #ffffff;
}

.single-pager {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #dddddd;
	zoom: 1;
}
.single-pager:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.single-pager > .prev {
	float: left;
}
.single-pager > .next {
	float: right;
}
.single-pager > .prev > span,
.single-pager > .next > span {
	opacity: 0.3;
}









/* container ------------------------------ */
#container {
	width: 100%;
	zoom: 1;
}
#container:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.error-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1000px;
	padding: 2.0em 0px;
	margin: 0px auto;
	min-height: 300px;
	text-align: center;
}
.error-inner .lead {
	font-size: 1.6em;
	line-height: 1.45em;
}

.page-title-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 310px;
	overflow: visible;
	margin-top: -75px;
	padding-top: 146px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.page-title-box:before {
	content: " ";
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../img/cmn_title_bg.png") no-repeat 50% 0px;
	background-size: 1750px auto;
	width: 100%;
	height: 398px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.page-title-box .page-title {
	display: inline-block;
	width: 1050px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	text-align: left;
	text-indent: -9000px;
	overflow:  hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}

/*.page-title-box + * {
	position: relative;
	left: 0px;
	top: -86px !important;
}*/

.common-sec {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.common-sec > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 80px 0px 80px 0px;
	zoom: 1;
}
.common-sec > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.common-sec .sec-title {
	margin-bottom: 32px;
}
.common-sec > .inner > p {
	margin-bottom: 1.8em;
}
.common-sec > .inner > p:nth-last-child(1) {
	margin-bottom: 0px;
}

.sec-title {
	color: #71a72b;
	font-size: 40px;
	line-height: 1.45em;
	text-align: center;
}

.sec-heading {
	font-size: 26px;
	line-height: 1.45em;
	vertical-align: middle;
}
.sec-heading:before,
.sec-heading:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 66px;
	height: 54px;
	background: url("../img/cmn_heading_bg01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin-top: -8px;
}
.sec-heading:before {
	margin-right: 18px;
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.sec-heading:after {
	margin-left: 12px;
}

.common-box01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 752px;
	margin: 0px auto;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 54px 36px;
	border-radius: 24px;
}
.common-box01 .title {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0px auto 20px auto;
}
.common-box01 .summary {
	width: 490px;
	margin: 0px auto 24px auto;
	letter-spacing: 0.16em;
}
.common-box01 .more {
	text-align: center;
}

.common-list01 {
	list-style-type: none;
	margin: 0px -50px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	zoom: 1;
}
.common-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.common-list01 > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	width: 500px;
	margin: 0px 50px 36px 0px;
	zoom: 1;
}
.common-list01 > li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.common-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.common-list01 > li .thumb > img {
	border-radius: 24px;
	max-width: 100%;
	height: auto;
}
.common-list01 > li .thumb {
	width: 194px;
	height: 194px;
	overflow: hidden;
	float: left;
}
.common-list01 > li .text {
	width: 286px;
	float: right;
}
.common-list01 > li .position {
	font-size: 15px;
	line-height: 1.45em;
	color: #71a72b;
}
.common-list01 > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.common-list01 > li .ruby {
	font-size: 13px;
	line-height: 1.45em;
}
.common-list01 > li .heading > .icon {
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	margin-right: 6px;
	position: relative;
	left: 0px;
	top: -4px;
	margin-top: 4px;
}
.common-list01 > li .summary {
	font-size: 100%;
	line-height: 1.9em;
	margin-bottom: 12px;
}
.common-list01 > li .summary:nth-last-child(1) {
	margin-bottom: 0px;
}
.common-list01 > li .more {
	text-align: right;
}

.common-list02 {
	list-style-type: none;
	margin: 0px -65px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	zoom: 1;
}
.common-list02:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.common-list02 > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	width: 306px;
	margin-right: 65px;
}
.common-list02 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.common-list02 > li .thumb {
	width: 100%;
	margin-bottom: 32px;
}
.common-list02 > li .thumb img {
	border-radius: 24px;
}
.common-list02 > li .heading {
	color: #71a72b;
	font-size: 20px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 16px;
}
.common-list02 > li .more {
	text-align: center;
}
.common-list02 > li .summary {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.common-list02 > li p {
	margin-bottom: 1.8em;
}
.common-list02 > li p:nth-last-child(1) {
	margin-bottom: 0px;
}

.event-list01 {
	list-style-type: none;
	margin: 0px -78px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
}
.event-list01 > li {
	display: inline-block;
	vertical-align: top;
	width: 298px;
	margin: 0px 78px 64px 0px;
	padding: 0px;
	letter-spacing: 0.2em;
}
.event-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.event-list01 > li .thumb {
	width: 100%;
	height: 298px;
	overflow: hidden;
	margin-bottom: 21px;
}
.event-list01 > li .thumb > img {
	border-radius: 24px;
	max-width: 100%;
	height: auto;
}
.event-list01 > li .heading {
	font-size: 21px;
	line-height: 1.45em;
	color: #9cc62c;
	margin-bottom: 6px;
}
.event-list01 > li .more {
	padding-top: 12px;
	text-align: center;
}

.news-list01 {
	list-style-type: none;
	margin: 0px -50px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	zoom: 1;
}
.news-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.news-list01 > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	width: 500px;
	margin: 0px 50px 50px 0px;
	zoom: 1;
}
.news-list01 > li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.news-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.news-list01 > li .thumb > img {
	max-width: 100%;
	height: auto;
}
.news-list01 > li .thumb {
	width: 194px;
	max-height: 194px;
	overflow: hidden;
	float: left;
	border-radius: 24px;
}
.news-list01 > li .text {
	width: 286px;
	float: right;
}
.news-list01 > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 8px;
}
.news-list01 > li .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 84%;
	line-height: 1.0em;
	margin-right: 5px;
}
.news-list01 > li .category {
	display: inline-block;
	border: 1px solid #9cc62c;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	padding: 4px 4px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-size: 70%;
	line-height: 1.0em;
	margin: 2px 5px 2px 0px;
}
.news-list01 > li .summary {
	font-size: 100%;
	line-height: 1.9em;
	margin-top: 8px;
	margin-bottom: 8px;
}
.news-list01 > li .more {
	text-align: right;
}

.flow-list01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	zoom: 1;
}
.flow-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.flow-list01 > li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 8px 16px 8px;
	padding: 28px 8px 28px 13px;
	width: 246px;
	background: #ffffff;
	border: 2px solid #a8cd45;
	border-radius: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
	line-height: 1.7em;
}
.flow-list01 > li:after {
	content: " ";
	display: block;
	width: 10px;
	height: 11px;
	background: url("../img/cmn_arw02.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: -16px;
	top: 0px;
	bottom: 0px;
	margin: auto 0px;
}
.flow-list01 > li:nth-last-child(1):after {
	display: none;
}
.flow-list01 > li .heading {
	font-size: 18px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 20px;
}
.flow-list01 > li .heading:before {
	content: " ";
	display: block;
	height: 21px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: auto 100%;
}
.flow-list01 > li:nth-child(1) .heading:before {
	background-image: url("../img/cmn_num01.png");
}
.flow-list01 > li:nth-child(2) .heading:before {
	background-image: url("../img/cmn_num02.png");
}
.flow-list01 > li:nth-child(3) .heading:before {
	background-image: url("../img/cmn_num03.png");
}
.flow-list01 > li:nth-child(4) .heading:before {
	background-image: url("../img/cmn_num04.png");
}
.flow-list01 > li .heading .note {
	font-size: 70%;
	line-height: 1.45em;
}

.flow-list02 {
	list-style-type: none;
	margin: 0px -24px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	zoom: 1;
}
.flow-list02:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.flow-list02 > li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 24px 0px 0px;
	padding: 26px 12px 28px 18px;
	width: 333px;
	background: #ffffff;
	border: 2px solid #a8cd45;
	border-radius: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
	line-height: 1.7em;
}
.flow-list02 > li:nth-child(1),
.flow-list02 > li:nth-child(2),
.flow-list02 > li:nth-child(3) {
	margin-bottom: 60px;
}
.flow-list02 > li:after {
	content: " ";
	display: block;
	width: 10px;
	height: 11px;
	background: url("../img/cmn_arw02.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto 0px;
}
.flow-list02 > li:nth-child(3):after {
	width: 726px;
	height: 54px;
	background: url("../img/ceremony_arw01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: 164px;
	top: auto;
	bottom: -54px;
	margin: 0px;
}
.flow-list02 > li:nth-last-child(1):after {
	display: none;
}
.flow-list02 > li .heading {
	font-size: 18px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 20px;
}
.flow-list02 > li .heading {
	font-size: 18px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 20px;
}
.flow-list02 > li .heading:before {
	content: " ";
	display: block;
	height: 21px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: auto 100%;
}
.flow-list02 > li:nth-child(1) .heading:before {
	background-image: url("../img/cmn_num01.png");
}
.flow-list02 > li:nth-child(2) .heading:before {
	background-image: url("../img/cmn_num02.png");
}
.flow-list02 > li:nth-child(3) .heading:before {
	background-image: url("../img/cmn_num03.png");
}
.flow-list02 > li:nth-child(4) .heading:before {
	background-image: url("../img/cmn_num04.png");
}
.flow-list02 > li:nth-child(5) .heading:before {
	background-image: url("../img/cmn_num05.png");
}
.flow-list02 > li:nth-child(6) .heading:before {
	background-image: url("../img/cmn_num06.png");
}
.flow-list02 > li .summary + * {
	margin-top: 16px;
}
.flow-list02 > li .tel {
	text-align: center;
	font-size: 22px;
	line-height: 1.05em;
}
.flow-list02 > li .tel .note {
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	line-height: 1.45em;
}

.common-table01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #9cc62c;
	border-radius: 24px;
	overflow: hidden;
}
.common-table01 th,
.common-table01 td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 16px 24px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #9cc62c;
}
.common-table01 th {
	background: #f3fbe5;
	border-right: 1px solid #9cc62c;
}
.common-table01 td {
	background: #ffffff;
}
.common-table01 tr:nth-last-child(1) th,
.common-table01 tr:nth-last-child(1) td {
	border-bottom: none;
}









/* home ------------------------------ */
body.home #head-inner {
	padding-bottom: 35px;
}

body.home #wrapper {
	padding-top: 155px;
}

#home-mv-outer {
	width: 100%;
	height: 698px;
	background: url("../img/home_mv_bg.gif") repeat-x 50% 100%;
	background-size: 1750px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#home-mv {
	width: 1050px;
	height: 586px;
	margin: 0px auto;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#home-mv:after {
	content: " ";
	display: block;
	width: 501px;
	height: 116px;
	background: url("../img/home_mv_catch.png") no-repeat 0px 0px;
	background-size: 100%;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 20;
}
#home-mv p {
	width: 100%;
	margin: 0px auto;
}
#home-mv img {
	max-width: 100%;
	height: auto;
}

.home-event {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	/*background: #ffffff;*/
	background: #f3fbe5;
}
.home-event > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 67px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.home-event > .inner > .title {
	background: url("../img/home_event_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 271px;
	height: 69px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0px auto 46px auto;
}
.home-event > .inner > .title:before {
	content: " ";
	display: block;
	position: absolute;
	left: 240px;
	top: 64px;
	width: 111px;
	height: 81px;
	background: url("../img/home_event_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-event > .inner:before {
	content: " ";
	display: block;
	position: absolute;
	left: -210px;
	top: 350px;
	width: 158px;
	height: 147px;
	background: url("../img/home_event_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-event > .inner:after {
	content: " ";
	display: block;
	position: absolute;
	right: -160px;
	bottom: 34px;
	width: 123px;
	height: 119px;
	background: url("../img/home_event_eyecatch03.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-event .event-list01 > li {
	/*margin-bottom: 0px;*/
}
.home-event .more {
	text-align: center;
}

.home-sea {
	background: #edf6f9 url("../img/home_sea_bg.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
	height: 483px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.home-sea > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
	display: flex;
}
.home-sea > .inner > .home-sea-box01 {
	width: 50%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-sea > .inner > .home-sea-box01 .title {
	width: 124px;
	height: 305px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-sea > .inner > .home-sea-box01 .lead {
	width: 85px;
	height: 110px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_lead.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	left: 0px;
	top: 75px;
}
.home-sea > .inner > .home-sea-box02 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	height: 100%;
	padding: 20px 0px 20px 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-sea > .inner > .home-sea-box02 .catch {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 17px;
	line-height: 2.4em;
	font-weight: 700;
	color: #005bac;
	margin-bottom: 15px;
}
.home-sea > .inner > .home-sea-box02 .text {
	font-size: 13px;
	line-height: 2.0em;
	font-weight: 500;
	color: #000000;
}
.home-sea > .inner > .home-sea-box02 .more {
	margin-top: 25px;
	text-align: right;
}

.home-inochinoomamori {
	background: #f3fbe5;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.home-inochinoomamori > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 45px 30px 45px 36px;
	position: relative;
	left: 0px;
	top: 0px;
	zoom: 1;
}
.home-inochinoomamori > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-inochinoomamori > .inner > .home-inochinoomamori-box01 {
	width: 395px;
	float: left;
	/*margin-top: -68px;*/
}
.home-inochinoomamori > .inner > .home-inochinoomamori-box01 > .title {
	background: url("../img/home_qr_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 395px;
	height: 223px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-inochinoomamori > .inner > .home-inochinoomamori-box01 > p {
	padding: 0px 3px;
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.08em;
}
.home-inochinoomamori > .inner > .home-inochinoomamori-box02 {
	width: 558px;
	float: right;
	margin-top: 65px;
}
.home-inochinoomamori > .inner > .home-inochinoomamori-box02 img {
	max-width: 100%;
	height: auto;
}
.home-inochinoomamori > .inner > .more {
	clear: both;
	padding-top: 24px;
	text-align: center;
}

.home-obutsudan {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../img/home_obutsudan_title_bg.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
	height: 482px;
	position: relative;
}
.home-obutsudan > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.home-obutsudan .title {
	width: 197px;
	height: 339px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/home_obutsudan_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto 0;
}
.home-obutsudan .text {
	width: 876px;
	height: 419px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/home_obutsudan_txt.png") no-repeat 0px 0px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	margin: auto 0;
}
.home-obutsudan .more {
	width: 138px;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: 44px;
	z-index: 2;
	margin: auto 0;
}
.home-obutsudan .more a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/home_obutsudan_more.png") no-repeat 0px 0px;
	background-size: cover;
}

.home-gokito {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	/*background: #ffffff url("../img/home_gokito_bg.jpg") no-repeat 0px 0px;*/
	background-size: cover;
	background: #f9f9f9;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.home-gokito > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 100px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-gokito > .inner > .title {
	background: url("../img/home_gokito_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 531px;
	height: 78px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px auto 40px auto;
}

.home-gokito .gokito-list01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
.home-gokito .gokito-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-gokito .gokito-list01 > li {
	margin: 0px;
	padding: 0px;
	border-radius: 24px;
	overflow: hidden;
}
.home-gokito .gokito-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.home-gokito .gokito-list01 > li .thumb > img {
	border-radius: 24px;
	max-width: 100%;
	height: auto;
}
.home-gokito .gokito-list01 > .gokito-list01-type01 {
	width: 500px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-gokito .gokito-list01 > .gokito-list01-type01 .heading {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.home-gokito .gokito-list01 > .gokito-list01-type01 .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 28px 36px;
	letter-spacing: 0.2em;
}
.home-gokito .gokito-list01 > .gokito-list01-type01 .more {
	text-align: right;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 {
	width: 500px;
	float: right;
	margin-bottom: 35px;
	zoom: 1;
}
.home-gokito .gokito-list01 > .gokito-list01-type02:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-gokito .gokito-list01 > .gokito-list01-type02:nth-last-child(1) {
	margin-bottom: 0px;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 .thumb {
	width: 194px;
	height: 194px;
	float: left;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 .text {
	width: 286px;
	float: right;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 .summary {
	font-size: 100%;
	line-height: 1.8em;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
}
.home-gokito .gokito-list01 > .gokito-list01-type02 .more {
	text-align: right;
}

.home-grave {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #ffffff;
}
.home-grave > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 100px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-grave > .inner > .title {
	background: url("../img/home_grave_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 277px;
	height: 78px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0px auto 40px auto;
}
.home-grave > .inner > .title:before {
	content: " ";
	display: block;
	position: absolute;
	right: 265px;
	top: 86px;
	width: 71px;
	height: 69px;
	background: url("../img/home_grave_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-grave > .inner:before {
	content: " ";
	display: block;
	position: absolute;
	left: -145px;
	bottom: 58px;
	width: 118px;
	height: 111px;
	background: url("../img/home_grave_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-grave > .inner:after {
	content: " ";
	display: block;
	position: absolute;
	right: -160px;
	top: 312px;
	width: 117px;
	height: 168px;
	background: url("../img/home_grave_eyecatch03.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

.home-grave .grave-list01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
.home-grave .grave-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-grave .grave-list01 > li {
	margin: 0px;
	padding: 0px;
}
.home-grave .grave-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.home-grave .grave-list01 > li .thumb > img {
	border-radius: 24px;
	max-width: 100%;
	height: auto;
}
.home-grave .grave-list01 > .grave-list01-type01 {
	width: 500px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-grave .grave-list01 > .grave-list01-type01 .heading {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.home-grave .grave-list01 > .grave-list01-type01 .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 28px 36px;
	letter-spacing: 0.2em;
}
.home-grave .grave-list01 > .grave-list01-type01 .more {
	text-align: right;
}
.home-grave .grave-list01 > .grave-list01-type02 {
	width: 500px;
	float: right;
	margin-bottom: 35px;
	zoom: 1;
}
.home-grave .grave-list01 > .grave-list01-type02:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-grave .grave-list01 > .grave-list01-type02:nth-last-child(1) {
	margin-bottom: 0px;
}
.home-grave .grave-list01 > .grave-list01-type02 .thumb {
	width: 194px;
	height: 194px;
	float: left;
}
.home-grave .grave-list01 > .grave-list01-type02 .text {
	width: 286px;
	float: right;
}
.home-grave .grave-list01 > .grave-list01-type02 .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.home-grave .grave-list01 > .grave-list01-type02 .summary {
	font-size: 100%;
	line-height: 1.8em;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
}
.home-grave .grave-list01 > .grave-list01-type02 .more {
	text-align: right;
}

.home-ceremony {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url("../img/home_ceremony_bg.png") no-repeat 50% 100%;
	background-size: 108%;
}
.home-ceremony > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-ceremony > .inner .title {
	background-image: url("../img/home_ceremony_title.png");
	width: 253px;
	height: 34px;
}

.home-about {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #ffffff;
}
.home-about > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 100px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-about > .inner > .title {
	background: url("../img/home_about_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 316px;
	height: 78px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0px auto 40px auto;
}
.home-about > .inner:before {
	content: " ";
	display: block;
	position: absolute;
	left: -114px;
	top: 45px;
	width: 184px;
	height: 365px;
	background: url("../img/home_about_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.home-about > .inner:after {
	content: " ";
	display: block;
	position: absolute;
	right: -88px;
	bottom: 0px;
	width: 97px;
	height: 72px;
	background: url("../img/home_about_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

.home-about .about-list01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
.home-about .about-list01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-about .about-list01 > li {
	margin: 0px;
	padding: 0px;
}
.home-about .about-list01 > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.home-about .about-list01 > li .thumb > img {
	border-radius: 24px;
	max-width: 100%;
	height: auto;
}
.home-about .about-list01 > .about-list01-type01 {
	width: 500px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-about .about-list01 > .about-list01-type01 .heading {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.home-about .about-list01 > .about-list01-type01 .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 28px 36px;
	letter-spacing: 0.2em;
}
.home-about .about-list01 > .about-list01-type01 .more {
	text-align: right;
}
.home-about .about-list01 > .about-list01-type02 {
	width: 500px;
	float: right;
	margin-bottom: 35px;
	zoom: 1;
}
.home-about .about-list01 > .about-list01-type02:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.home-about .about-list01 > .about-list01-type02:nth-last-child(1) {
	margin-bottom: 0px;
}
.home-about .about-list01 > .about-list01-type02 .thumb {
	width: 194px;
	height: 194px;
	float: left;
}
.home-about .about-list01 > .about-list01-type02 .text {
	width: 286px;
	float: right;
}
.home-about .about-list01 > .about-list01-type02 .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.home-about .about-list01 > .about-list01-type02 .summary {
	font-size: 100%;
	line-height: 1.9em;
	margin-bottom: 12px;
}
.home-about .about-list01 > .about-list01-type02 .more {
	text-align: right;
}

.home-news {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	/*background: #f3fbe5;*/
	background: #ffffff;
	margin-top: -35px;
}
.home-news > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 100px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.home-news > .inner > .title {
	background: url("../img/home_news_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	width: 186px;
	height: 78px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0px auto 46px auto;
}

.home-news .more {
	text-align: center;
}

.kifu-banner {
	text-align: center;
 margin-top: 60px;
}
.kifu-banner img {
	width: 100%;
 height: auto;
}









/* about ------------------------------ */
body.about .page-title-box .page-title {
	background-image: url("../img/about_title.png");
}

.about-greeting {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-greeting > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 96px 0px 100px 0px;
	zoom: 1;
}
.about-greeting > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.about-greeting .sec-title {
	margin-bottom: 32px;
}
.about-greeting > .inner .thumb {
	width: 473px;
	float: left;
}
.about-greeting > .inner .thumb img {
	border-radius: 24px;
}
.about-greeting > .inner .text {
	width: 516px;
	float: right;
}
.about-greeting > .inner .text p {
	margin-top: 1.8em;
}
.about-greeting > .inner .text p:nth-child(1) {
	margin-top: 0px;
}
.about-greeting > .inner .text .author {
	text-align: right;
}
.about-greeting > .inner .text .author > span {
	font-size: 30px;
	line-height: 1.05em;
	vertical-align: baseline;
}

.about-guide {
	background: url("../img/about_guide_bg01.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-guide > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 60px 0px;
}
.about-guide .sec-title {
	margin-bottom: 410px;
}
.about-guide > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.8em;
}

.about-guide2 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-guide2 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px;
	zoom: 1;
}
.about-guide2 > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.about-guide2 .about-item01 {
	margin-bottom: 88px;
	zoom: 1;
}
.about-guide2 .about-item01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.about-guide2 .about-item01 .thumb {
	width: 368px;
	height: 368px;
	float: right;
}
.about-guide2 .about-item01 .thumb img {
	border-radius: 24px;
}
.about-guide2 .about-item01 .text {
	width: 630px;
	float: left;
}
.about-guide2 .about-item01 .heading {
	color: #71a72b;
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 16px;
}
.about-guide2 .about-item01 .text > p {
	margin-bottom: 1.8em;
}

.about-guide2 .about-item02 {
	width: 306px;
	margin-right: 65px;
	float: left;
}
.about-guide2 .about-item02:nth-last-child(1) {
	margin-right: 0px;
}
.about-guide2 .about-item02 .thumb {
	width: 100%;
	margin-bottom: 32px;
}
.about-guide2 .about-item02 .thumb img {
	border-radius: 24px;
}
.about-guide2 .about-item02 .heading {
	color: #71a72b;
	font-size: 20px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 16px;
}
.about-guide2 .about-item02 p {
	margin-bottom: 1.8em;
}
.about-guide2 .about-item02 p > span.alnR {
	display: block;
}

.about-3dview {
	background: #f5f5f5;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-3dview > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 32px 0px 70px 0px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
}
.about-3dview > .inner:before {
	content: " ";
	display: block;
	width: 97px;
	height: 72px;
	background: url("../img/about_360view_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: 250px;
	top: 62px;
}
.about-3dview .title {
	color: #71a72b;
	font-size: 26px;
	line-height: 1.45em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 24px;
}
.about-3dview .title:before {
	content: " ";
	display: block;
	width: 82px;
	height: 40px;
	background: url("../img/about_360view_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin: 0px auto 10px auto;
	position: relative;
	left: -30px;
	top: 0px;
}
.about-3dview iframe {
	width: 896px;
	height: 526px;
}

.about-illust {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url("../img/about_illust_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.about-illust > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.about-illust > .inner .title {
	background-image: url("../img/about_illust_title.png");
	width: 384px;
	height: 36px;
}
.about-illust > .inner .summary {
	width: 370px;
}

.about-monk {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #ffffff;
}
.about-monk > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 80px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.about-monk .sec-title {
	margin-bottom: 64px;
}

.about-bottom {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #f3fbe5;
}
.about-bottom > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 32px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}









/* about/access/ ------------------------------ */
.about-access-sec {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-access-sec > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 96px 0px 100px 0px;
	zoom: 1;
}
.about-access-sec > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.about-access-sec .sec-title {
	margin-bottom: 32px;
}
.about-access-sec .common-table01 {
	width: 100%;
	margin-top: 40px;
}
.about-access-sec .common-table01 th {
	width: 18%;
}
.about-access-sec .gmap {
	background: #dddddd;
	width: 100%;
	height: 500px;
}
.about-access-sec .gmap iframe {
	width: 100%;
	height: 100%;
}









/* about/illust/ ------------------------------ */
.about-illust-sec {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.about-illust-sec > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 96px 0px 100px 0px;
	zoom: 1;
}
.about-illust-sec > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.about-illust-sec .sec-title {
	margin-bottom: 32px;
}
.about-illust-sec .lead {
	text-align: center;
	margin-bottom: 64px;
}

.about-illust-sec .sec-heading {
	margin-bottom: 12px;
}

.about-illust-box {
	margin-top: 64px;
	text-align: center;
}
.about-illust-box:nth-child(1) {
	margin-top: 0px;
}
.about-illust-box .image01,
.about-illust-box .image02{
	text-align: center;
	margin: 0px auto 4px auto;
}
.about-illust-box .image01 {
	width: 1028px;
}
.about-illust-box .image02 {
	width: 652px;
}









/* about/gallery/ ------------------------------ */
.foogallery .fg-item {
	width: 18% !important;
}









/* event ------------------------------ */
body.event .page-title-box .page-title {
	background-image: url("../img/event_title.png");
}

.event-lead {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 56px 0px 0px 0px;
}
.event-lead > p {
	text-align: center;
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
}

.event-list-sec {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event-list-sec > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px 100px 0px;
	zoom: 1;
}
.event-list-sec > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-list-sec > .inner .more {
	text-align: center;
}

.event-toyoga {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url("../img/event_index_yoga_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.event-toyoga > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.event-toyoga > .inner .title {
	background-image: url("../img/event_index_yoga_title.png");
	width: 280px;
	height: 37px;
}
.event-toyoga > .inner .summary {
	width: 420px;
}









/* event/yoga/ ------------------------------ */
.event-yoga-mv {
	background: url("../img/event_yoga_bg01.jpg") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event-yoga-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 65px 0px;
	zoom: 1;
}
.event-yoga-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-yoga-mv > .inner > .title {
	font-size: 40px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	text-align: center;
	margin-bottom: 32px;
}
.event-yoga-mv > .inner > p.lead {
	font-size: 21px;
	line-height: 1.45em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
	margin-left: 415px;
	margin-right: -15px;
}
.event-yoga-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin-bottom: 1.8em;
	margin-left: 415px;
	margin-right: -15px;
}

.event-yoga-summary {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event-yoga-summary > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
	zoom: 1;
}
.event-yoga-summary > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-yoga-summary > .inner > p {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
.event-yoga-summary > .inner > p:nth-last-child(1) {
	margin-bottom: 0px;
}

.event-yoga-lec {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event-yoga-lec > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding:  80px 0px 0px 0px;
	zoom: 1;
}
.event-yoga-lec > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-yoga-lec > .inner .sec-heading {
	text-align: center;
	margin-bottom: 32px;
}

.event-yoaga-lec-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.event-yoaga-lec-list > li {
	margin: 0px 0px 34px 0px;
	padding: 0px;
	zoom: 1;
}
.event-yoaga-lec-list > li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-yoaga-lec-list > li:nth-last-child(1) {
	margin-bottom: 0px;
}
.event-yoaga-lec-list > li .thumb {
	width: 306px;
	height: 306px;
	overflow: hidden;
	border-radius: 160px;
	float: left;
}
.event-yoaga-lec-list > li .text {
	width: 700px;
	float: right;
}
.event-yoaga-lec-list > li .text p {
	margin-top: 1.6em;
}
.event-yoaga-lec-list > li .text .name {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	margin-top: 0px;
	padding-top: 0.8em;
}

.event-yoga-info {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event-yoga-info > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding:  80px 0px 40px 0px;
	zoom: 1;
}
.event-yoga-info > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.event-yoga-info > .inner .sec-heading {
	text-align: center;
	margin-bottom: 32px;
}
.event-yoga-info > .inner > .more {
	text-align: center;
	margin-top: 40px;
}
.event-yoga-info > .inner .note-box {
	margin-top: 24px;
	font-size: 12px;
	line-height: 2.0em;
}
.event-yoga-info > .inner .note-box a:link,
.event-yoga-info > .inner .note-box a:visited {
	color: #71a72b;
	text-decoration: none;
}
.event-yoga-info > .inner .note-box a:hover,
.event-yoga-info > .inner .note-box a:active {
	color: #71a72b;
	text-decoration: underline;
}

.event-yoaga-info-list {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.event-yoaga-info-list > li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 0px 8px 0px;
	padding: 0px 28px;
	background: #f3fbe5;
	font-size: 15px;
	line-height: 1.45em;
	display: flex;
}
.event-yoaga-info-list > li .heading {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 14%;
	padding: 16px 0px 16px 0px;
	color: #71a72b;
	font-weight: 700;
}
.event-yoaga-info-list > li .data {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 86%;
	padding: 20px 20px 20px 28px;
}
.event-yoaga-info-list > li .data .list01 > li {
	margin-bottom: 0.6em;
}









/* grave ------------------------------ */
body.grave .page-title-box .page-title {
	background-image: url("../img/grave_title.png");
}

.grave-index-mv {
	background: url("../img/grave_index_bg01.png") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-index-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 100px 0px 100px 525px;
	zoom: 1;
}
.about-greeting-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-index-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	margin-bottom: 1.8em;
}

.grave-index-links {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-index-links > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 90px 0px;
	zoom: 1;
}
.grave-index-links > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-index-links .common-list02 > li .more {
	text-align: center;
}
.grave-index-links .common-list02 > li .summary {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 8.0em;
}
.grave-index-links .common-list02 > li:nth-child(1) .summary {
	padding-bottom: 1.8em;
}









/* grave/eitai/ ------------------------------ */
.grave-eitai-mv {
	background: url("../img/grave_eitai_bg01.jpg") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-eitai-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 680px;
	margin: 0px auto;
	padding: 65px 0px;
	zoom: 1;
}
.about-eitai-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-eitai-mv > .inner > .title {
	font-size: 40px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	text-align: center;
	margin-bottom: 32px;
}
.grave-eitai-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	margin-bottom: 1.8em;
}

.grave-eitai-chara {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-eitai-chara > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	zoom: 1;
}
.grave-eitai-chara > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-eitai-chara .sec-title {
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 32px;
}
.grave-eitai-chara-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	text-align: center;
}
.grave-eitai-chara-list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 64px 0px 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	width: 307px;
}
.grave-eitai-chara-list > li:nth-last-child(1) {
	margin-right: 0px;
}

.grave-eitai-type {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-eitai-type > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px 80px 0px;
	zoom: 1;
}
.grave-eitai-type > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-eitai-type .sec-title {
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 32px;
}

.grave-eitai-type-list {
	list-style-type: none;
	margin: 0px -102px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	text-align: center;
}
.grave-eitai-type-list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 102px 0px 0px; 
	padding: 0px;
	letter-spacing: 0.2em;
	text-align: left;
	width: 474px;
}
.grave-eitai-type-list > li .thumb {
	margin-bottom: 32px;
}
.grave-eitai-type-list > li .thumb img {
	border-radius: 24px;
}
.grave-eitai-type-list > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	margin-bottom: 20px;
}
.grave-eitai-type-list > li .summary {
	min-height: 12em;
	margin-bottom: 20px;
}
.grave-eitai-type-list > li .price01,
.grave-eitai-type-list > li .price02 {
	background: #f3fbe5;
	padding: 15px;
	font-size: 15px;
	line-height: 1.45em;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.grave-eitai-type-list > li .price01 > span,
.grave-eitai-type-list > li .price02 > span {
	font-size: 70%;
}
.grave-eitai-type-list > li .price02 {
	margin-top: 28px;
}
.grave-eitai-type-list > li .price02:before {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/cmn_ic_plus01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -22px;
	margin: 0px auto;
}

.grave-eitai-flow {
	background: #f5f5f5;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.grave-eitai-flow > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px 80px 0px;
	zoom: 1;
}
.grave-eitai-flow > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-eitai-flow .title {
	font-size: 22px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 24px;
}
.grave-eitai-flow .option {
	text-align: center;
	margin-top: 24px;
}
.grave-eitai-flow .more {
	text-align: center;
	margin-top: 15px;
}
.grave-eitai-flow .flow-list01 .list01 > li {
	margin-bottom: 1.0em;
}
.grave-eitai-flow .flow-list01 .list01 > li:nth-last-child(1) {
	margin-bottom: 0px;
}

.grave-keidai {
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-keidai > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px 100px 0px;
	zoom: 1;
}
.grave-keidai > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-keidai .sec-title {
	margin-bottom: 48px;
}
.grave-keidai > .inner .thumb {
	width: 473px;
	float: left;
}
.grave-keidai > .inner .thumb img {
	border-radius: 24px;
}
.grave-keidai > .inner .text {
	width: 516px;
	float: right;
}
.grave-keidai > .inner .text p {
	margin-top: 1.8em;
}
.grave-keidai > .inner .text p:nth-child(1) {
	margin-top: 0px;
}
.grave-keidai > .inner .text .more {
	text-align: right;
	margin-top: 48px;
}

.grave-tojumoku {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url("../img/grave_eitai_jumoku_ph01.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.grave-tojumoku > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.grave-tojumoku > .inner .title {
	background-image: url("../img/grave_eitai_jumoku_title.png");
	width: 280px;
	height: 37px;
}
.grave-tojumoku > .inner .summary {
	width: 530px;
}









/* grave/jumoku/ ------------------------------ */
.grave-jumoku-mv {
	background: url("../img/grave_jumoku_bg01.jpg") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-jumoku-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 680px;
	margin: 0px auto;
	padding: 65px 0px;
	zoom: 1;
}
.about-eitai-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-jumoku-mv > .inner > .title {
	font-size: 40px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	text-align: center;
	margin-bottom: 32px;
}
.grave-jumoku-mv > .inner > .catch {
	font-size: 24px;
	line-height: 1.45em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
.grave-jumoku-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.8em;
}

.grave-jumoku-chara {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-jumoku-chara > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 90px 0px 90px 0px;
	zoom: 1;
}
.grave-jumoku-chara > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-jumoku-chara .sec-title {
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 32px;
}
.grave-jumoku-chara-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	text-align: center;
}
.grave-jumoku-chara-list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 64px 0px 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	width: 307px;
}
.grave-jumoku-chara-list > li:nth-last-child(1) {
	margin-right: 0px;
}

.grave-jumoku-type {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-jumoku-type > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px 80px 0px;
	zoom: 1;
}
.grave-jumoku-type > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-jumoku-type .sec-title {
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 32px;
}

.grave-jumoku-type-index {
	list-style-type: none;
	margin: 0px -102px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	text-align: center;
}
.grave-jumoku-type-index > li {
	display: inline-block;
	vertical-align: top;
	margin: 54px 102px 0px 0px; 
	padding: 0px;
	letter-spacing: 0.2em;
	text-align: left;
	width: 474px;
}
.grave-jumoku-type-index > li:nth-child(1),
.grave-jumoku-type-index > li:nth-child(2) {
	margin-top: 0px;
}
.grave-jumoku-type-index > li .thumb {
	margin-bottom: 16px;
}
.grave-jumoku-type-index > li .thumb img {
	border-radius: 24px;
}
.grave-jumoku-type-index > li .box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}
.grave-jumoku-type-index > li .name {
	font-size: 32px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	margin-bottom: 16px;
}
.grave-jumoku-type-index > li .name a {
	color: #71a72b !important;
	text-decoration: none !important;
}

.grave-jumoku-type-list {
	list-style-type: none;
	margin: 0px -102px 0px 0px;
	padding: 0px;
	letter-spacing: -0.8em;
	text-align: center;
}
.grave-jumoku-type-list > li {
	display: inline-block;
	vertical-align: top;
	margin: 54px 102px 0px 0px; 
	padding: 0px;
	letter-spacing: 0.2em;
	text-align: left;
	width: 474px;
}
.grave-jumoku-type-list > li:nth-child(1),
.grave-jumoku-type-list > li:nth-child(2) {
	margin-top: 0px;
}
.grave-jumoku-type-list > li .thumb {
	margin-bottom: 32px;
}
.grave-jumoku-type-list > li .thumb img {
	border-radius: 24px;
}
.grave-jumoku-type-list > li .box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 6px 0px 0px 132px;
	min-height: 117px;
}
.grave-jumoku-type-list > li .heading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 117px;
}
.grave-jumoku-type-list > li .name {
	font-size: 22px;
	line-height: 1.45em;
	font-weight: normal;
	color: #71a72b;
	margin-bottom: 16px;
}
.grave-jumoku-type-list > li .summary {
	font-size: 100%;
}

.grave-jumoku-option {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #f3fbe5;
}
.grave-jumoku-option > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 32px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.grave-jumoku-option .common-list01 > li .heading {
	margin-bottom: 4px;
}
.grave-jumoku-option .common-list01 > li .summary {
	line-height: 1.7em;
}

.grave-jumoku-about {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.grave-jumoku-about > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 74px 0px 100px 0px;
	zoom: 1;
}
.grave-jumoku-about > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-jumoku-about .sec-title {
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 38px;
}
.grave-jumoku-about-box {
	text-align: center;
	margin-bottom: 64px;
}
.grave-jumoku-about-box > .sec-heading {
	margin-bottom: 32px;
}
.grave-jumoku-about-box > .lead {
	font-size: 15px;
	line-height: 1.45em;
	margin-bottom: 24px;
}
.grave-jumoku-about-list01,
.grave-jumoku-about-list02 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.grave-jumoku-about-list01 > li,
.grave-jumoku-about-list02 > li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 24px 12px;
	background: #ffffff;
	border: 4px solid #dddddd;
	border-radius: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
	text-align: center;
}
.grave-jumoku-about-list01 > li:after,
.grave-jumoku-about-list02 > li:after {
	content: " ";
	display: block;
	width: 11px;
	height: 12px;
	background: url("../img/cmn_arw02.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto 0px;
}
.grave-jumoku-about-list01 > li:nth-last-child(1),
.grave-jumoku-about-list02 > li:nth-last-child(1) {
	margin-right: 0px;
}
.grave-jumoku-about-list01 > li:nth-last-child(1):after,
.grave-jumoku-about-list02 > li:nth-last-child(1):after {
	display: none;
}
.grave-jumoku-about-list01 > li > .heading,
.grave-jumoku-about-list02 > li > .heading {
	display: inline-block;
	font-size: 22px;
	line-height: 1.05em;
	letter-spacing: 0.01em;
	color: #ffffff;
	background: #9cc62c;
	border-radius: 5px;
	padding: 8px 16px;
	text-align: center;
	margin-bottom: 18px;
}
.grave-jumoku-about-list01 > li {
	width: 324px;
	margin-right: 39px;
}
.grave-jumoku-about-list01 > li:after {
	right: -30px;
}
.grave-jumoku-about-list02 > li {
	width: 237px;
	margin-right: 35px;
}
.grave-jumoku-about-list02 > li:after {
	right: -28px;
}

.grave-jumoku-about-pricebox {
	border-radius: 24px;
	background: #f3fbe5;
	padding: 48px 130px;
}
.grave-jumoku-about-pricebox > .heading {
	font-size: 22px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 12px;
}
.grave-jumoku-about-pricebox > .heading > .price {
	font-size: 26px;
	line-height: 1.45em;
	color: #71a72b;
}
.grave-jumoku-about-pricelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.grave-jumoku-about-pricelist > li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 0px 8px 0px;
	padding: 0px 16px;
	background: #d7ec9d;
	font-size: 15px;
	line-height: 1.45em;
	display: flex;
}
.grave-jumoku-about-pricelist > li .heading {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 17%;
	padding: 16px 40px 16px 0px;
	color: #71a72b;
	font-weight: 700;
}
.grave-jumoku-about-pricelist > li .data {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 83%;
	padding: 16px 40px 16px 0px;
}
.grave-jumoku-about-pricelist + .heading {
	margin-top: 44px;
}

.grave-jumoku-about-notelist {
	list-style-type: none;
	margin: 32px 0px 0px 2.5em;
	padding: 0px;
}
.grave-jumoku-about-notelist > li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -2.5em;
	font-size: 12px;
	line-height: 1.45em;
}

.grave-jumoku-flow {
	background: #f5f5f5;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.grave-jumoku-flow > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px 80px 0px;
	zoom: 1;
}
.grave-jumoku-flow > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.grave-jumoku-flow .title {
	font-size: 22px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 24px;
}
.grave-jumoku-flow .option {
	text-align: center;
	margin-top: 24px;
}
.grave-jumoku-flow .more {
	text-align: center;
	margin-top: 15px;
}
.grave-jumoku-flow .flow-list01 .list01 > li {
	margin-bottom: 1.0em;
}
.grave-jumoku-flow .flow-list01 .list01 > li:nth-last-child(1) {
	margin-bottom: 0px;
}


/* 2021.04 追加 */
.jumoku-mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.jumoku-title-header {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0px 110px;
}
.jumoku-title {
	width: 679px;
	height: 151px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_cmn_title.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin: 0px auto 60px;
}
.jumoku-subtitle {
	width: 276px;
	height: 68px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin: 0px auto 60px;
}
.jumoku-head-thumbs {
	width: 1050px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.jumoku-head-thumbs > li {
	margin: 0;
	padding: 0;
	width: 473px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jumoku-head-thumbs > li img {
	width: 100%;
	height: 473px;
	border-radius: 24px;
}
.jumoku-head-thumbs > li .thumb {
	width: 100%;
	margin-bottom: 30px;
}
.jumoku-head-thumbs > li .eyecatch {
	width: 115px;
}
.jumoku-head-thumbs > li .eyecatch img {
	width: 100%;
	height: auto;
}
.jumoku-head-thumbs > li .data {
	width: calc(100% - 130px);
}
.jumoku-head-thumbs > li .data .heading {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 12px;
}

body.matsusakura .jumoku-title-header {
	background-image: url("../img/grave_jumoku_matsusakura_title_bg.jpg");
}
body.matsusakura .jumoku-subtitle {
	background-image: url("../img/grave_jumoku_matsusakura_title.png");
}

body.kusukabu .jumoku-title-header {
	background-image: url("../img/grave_jumoku_kusukabu_title_bg.jpg");
}
body.kusukabu .jumoku-subtitle {
	background-image: url("../img/grave_jumoku_kusukabu_title.png");
	width: 282px;
	height: 108px;
}

.jumoku-banner {
	background-image: url("../img/grave_jumoku_bottom_bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 50px 0px;
	text-align: center;
}
.jumoku-banner.index {
	background-image: url("../img/grave_jumoku_bottom_idx_bg.jpg");
	padding: 80px 0px;
}
.jumoku-banner.home {
	background-image: url("../img/grave_jumoku_bottom_home_bg.jpg");
	padding: 50px 0px;
}
.jumoku-banner .inner {
	width: 660px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.jumoku-banner .title {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.jumoku-banner .title span {
	display: inline-block;
	width: 291px;
	height: 65px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_bottom_hdg.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
}
.jumoku-banner.home .title span,
.jumoku-banner.index .title span {
	width: 485px;
	height: 108px;
	background-image: url("../img/grave_jumoku_cmn_title.png");
}
.jumoku-banner .heading {
	width: 280px;
}
.jumoku-banner .heading img {
	width: 100%;
	height: auto;
}
.jumoku-banner .inner > a {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.jumoku-banner .thumb {
	width: 352px;
}
.jumoku-banner .heading img {
	width: 100%;
	height: auto;
}
.jumoku-banner .more {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
.jumoku-banner.home .more {
	margin-bottom: 25px;
}
.jumoku-banner .more:nth-last-child(1) {
	margin-bottom: 0px;
}
.jumoku-banner .more-kusukabu {
	width: 100%;
	text-align: center;
}
.jumoku-banner .more-kusukabu a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.0em;
	color: #216919 !important;
	text-decoration: none !important;
	padding: 6px 18px;
	border: 1px solid #216919;
	border-radius: 50px;
	background-color: #ffffff;
}

.jumoku-matsusakura-sec1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url("../img/grave_jumoku_matsusakura_bg01.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}
.jumoku-matsusakura-sec1 .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 80px 0px;
}
.jumoku-matsusakura-sec1 .sec-title {
	width: 351px;
	height: 124px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_matsusakura_hdg01.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin: 0 auto 40px;
}
.jumoku-matsusakura-sec1-list {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.jumoku-matsusakura-sec1-list > li {
	margin: 0;
	padding: 0px 47px 8px;
	border-left: 2px solid #c1bea2;
}
.jumoku-matsusakura-sec1-list > li:nth-child(1) {
	border-right: 2px solid #c1bea2;
}
.jumoku-matsusakura-sec1-list > li img {
	width: 100px;
	height: auto;
}
.jumoku-matsusakura-sec1 .note {
	text-align: center;
	margin-top: 35px;
}

.jumoku-matsusakura-sec2 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	background-size: auto 100%;
}
.jumoku-matsusakura-sec2 .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 110px 0px;
	display: flex;
	justify-content: space-between;
}
.jumoku-matsusakura-sec2 .thumb {
	width: 473px;
	height: 473px;
	overflow: hidden;
}
.jumoku-matsusakura-sec2 .thumb img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}
.jumoku-matsusakura-sec2 .column {
	width: 510px;
}
.jumoku-matsusakura-sec2 .sec-title {
	width: 479px;
	height: 253px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_matsusakura_hdg02.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	margin: 0 0 40px;
}

.jumoku-matsusakura-sec3 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #216919;
	background-size: auto 100%;
	color: #ffffff;
}
.jumoku-matsusakura-sec3 .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 80px 0px;
}
.jumoku-matsusakura-sec3 .inner > .thumb {
	width: 100%;
	margin-bottom: 50px;
}
.jumoku-matsusakura-sec3 .inner > .thumb img {
	width: 100%;
	height: auto;
	border-radius: 26px;
}
.jumoku-matsusakura-sec3-list {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.04em;
}
.jumoku-matsusakura-sec3-list > li {
	width: 220px;
}
.jumoku-matsusakura-sec3-list > li > .heading {
	border-bottom: 2px solid #d0bf70;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.jumoku-matsusakura-sec3-list > li .heading img {
	width: auto;
	height: 55px;
}
.jumoku-matsusakura-sec3-list > li .summary {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.jumoku-matsusakura-sec3-list > li .number {
	margin-top: 16px;
	margin-bottom: 10px;
}
.jumoku-matsusakura-sec3-list > li .number span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	min-width: 3.5em;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	background-color: #d0bf70;
	color: #000000;
	padding: 4px 6px 4px 8px;
}
.jumoku-matsusakura-sec3-list > li .price {
	font-size: 17px;
	line-height: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
}
.jumoku-matsusakura-sec3-list > li .price span {
	font-size: 30px;
}
.jumoku-matsusakura-sec3-list > li .included {
	font-weight: bold;
	margin-top: 4px;
}
.jumoku-matsusakura-sec3-list > li .akashi {
	border: 2px solid #d0bf70;
	padding: 10px 6px 14px;
	text-align: center;
	margin-top: 12px;
}
.jumoku-matsusakura-sec3-list > li .akashi .heading {
	color: #d0bf70;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 6px;
}
.jumoku-matsusakura-sec3-list > li .akashi .option .price {
	font-weight: bold;
	letter-spacing: normal;
	vertical-align: bottom;
	line-height: 1.1em;
}
.jumoku-matsusakura-sec3-list > li .akashi .option .price span {
	font-size: 21px;
}

.jumoku-matsusakura-sec3-list > li .limited {
	background-image: url("../img/grave_jumoku_matsusakura_plan04_sub.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	width: 100%;
	height: 45px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	margin-top: -14px;
	margin-bottom: 12px;
}

.jumoku-matsusakura-sec4 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #144d0e;
	background-size: auto 100%;
	color: #ffffff;
}
.jumoku-matsusakura-sec4 .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 50px 0px 60px;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}
.jumoku-matsusakura-sec4 .column {
	/*width: 314px;*/
	width: 330px;
	letter-spacing: normal;
	margin-left: 50px;
	margin-right: 50px;
}
.jumoku-matsusakura-sec4 .column > .heading {
	color: #d0bf70;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 10px;
}
.jumoku-matsusakura-sec4 .column > .summary {
	font-size: 12px;
	line-height: 1.5em;
}
.jumoku-matsusakura-sec4 .column > .thumb {
	margin-top: 20px;
}
.jumoku-matsusakura-sec4 .column > .thumb img {
	width: 100%;
	height: auto;
}
.jumoku-matsusakura-sec4 .column > .hoyo {
	margin-top: 24px;
	font-size: 17px;
	line-height: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}
.jumoku-matsusakura-sec4 .column > .hoyo .price {
	display: inline-block;
	padding-left: 0.5em;
	font-size: 28px;
	color: #d0bf70;
}
.jumoku-matsusakura-sec4 .column > .hoyo .price span {
	font-size: 39px;
}
.jumoku-matsusakura-sec4 .column > .hoyo-note {
	text-align: center;
	padding: 6px 0px;
	font-size: 11px;
	line-height: 1.0em;
	border: 1px solid #d0bf70;
	border-left: none;
	border-right: none;
	margin-top: 8px;
}

.jumoku-matsusakura-sec4-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-matsusakura-sec4-list > li {
	margin: 0;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;
}

.jumoku-matsusakura-sec4 .column .note {
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 14px;
}

.jumoku-matsusakura-sec5 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #3f3a39;
	background-size: auto 100%;
	color: #ffffff;
}
.jumoku-matsusakura-sec5 .inner {
	width: 966px;
	margin: 0 auto;
	padding: 80px 0px 80px;
}
.jumoku-matsusakura-sec5 .inner .map img {
	width: 100%;
	height: auto;
}
.jumoku-matsusakura-sec5 .inner .note-box {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.jumoku-matsusakura-sec5 .inner .note-box .heading {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 160px;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-matsusakura-sec5 .inner .note-box .data {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: calc(100% - 185px);
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-matsusakura-sec5 .inner .note-box .data ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-matsusakura-sec5 .inner .note-box .data ul > li {
	margin: 0;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;
}

.jumoku-matsusakura-sec6 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	background-size: auto 100%;
}
.jumoku-matsusakura-sec6 .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 100px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jumoku-matsusakura-sec6 .sec-title {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.jumoku-matsusakura-sec6 .sec-title > span {
	display: inline-block;
	width: 416px;
	height: 54px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_matsusakura_hdg03.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
}
.jumoku-matsusakura-sec6 .thumb {
	width: 473px;
	height: 473px;
	overflow: hidden;
}
.jumoku-matsusakura-sec6 .thumb img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}
.jumoku-matsusakura-sec6 .column {
	width: 510px;
}
.jumoku-matsusakura-sec6-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-matsusakura-sec6-list > li {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
.jumoku-matsusakura-sec6-list > li:nth-child(1) {
	margin: 0;
}
.jumoku-matsusakura-sec6-list > li .heading {
	font-size: 17px;
	line-height: 1.5em;
	color: #216919;
	font-weight: bold;
	margin-bottom: 4px;
}

.jumoku-matsusakura-sec7 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f5f5f5;
	background-size: auto 100%;
}
.jumoku-matsusakura-sec7 .inner {
	width: 840px;
	margin: 0 auto;
	padding: 100px 0px;
}
.jumoku-matsusakura-sec7 .sec-title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.jumoku-matsusakura-sec7 .sec-title > span {
	display: inline-block;
	width: 366px;
	height: 55px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url("../img/grave_jumoku_matsusakura_hdg04.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
}
.jumoku-matsusakura-sec7 .more {
	text-align: center;
	margin-top: 70px;
}
.jumoku-matsusakura-sec7 .more + .note {
	text-align: center;
	margin-top: 20px;
}
.jumoku-matsusakura-sec7-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-matsusakura-sec7-list > li {
	margin: 40px 0 0 0;
	padding: 0;
}
.jumoku-matsusakura-sec7-list > li:nth-child(1) {
	margin: 0;
}
.jumoku-matsusakura-sec7-list > li .question,
.jumoku-matsusakura-sec7-list > li .answer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 56px;
	padding-top: 10px;
	position: relative;
	min-height: 40px;
}
.jumoku-matsusakura-sec7-list > li .question:before,
.jumoku-matsusakura-sec7-list > li .answer:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.jumoku-matsusakura-sec7-list > li .question {
	font-size: 17px;
	line-height: 1.5em;
	color: #216919;
	font-weight: bold;
}
.jumoku-matsusakura-sec7-list > li .question:before {
	background-image: url("../img/grave_jumoku_matsusakura_faq_q.png");
}
.jumoku-matsusakura-sec7-list > li .answer {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 4px;
}
.jumoku-matsusakura-sec7-list > li .answer:before {
	background-image: url("../img/grave_jumoku_matsusakura_faq_a.png");
}

/* 2022.07 追加 */
.jumoku-sakura-header {
	background-image: url("/common/img/grave_jumoku_sakura_title_bg.jpg");
	background-position: 50% 50%;
	background-size: auto 100%;
	height: 350px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jumoku-sakura-header:before,
.jumoku-sakura-header:after {
	content: "";
	display: block;
	background-image: url("/common/img/grave_jumoku_sakura_title_line.gif");
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0;
}
.jumoku-sakura-header:before {
	top: 0;
}
.jumoku-sakura-header:after {
	bottom: 0;
}
.jumoku-sakura-header .jumoku-sakura-head-inner {
	width: 1050px;
}
.jumoku-sakura-header .jumoku-title {
	background-image: url("/common/img/grave_jumoku_sakura_title.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	margin: 0;
	width: 557px;
	height: 182px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
}

.jumoku-sakura-sec1 {
	/* ----- */
}
.jumoku-sakura-sec1 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 75px 0px;
	display: flex;
	justify-content: space-between;
}
.jumoku-sakura-sec1 > .inner .thumb {
	width: 526px;
}
.jumoku-sakura-sec1 > .inner .data {
	width: 470px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-sakura-sec1 > .inner .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 46px;
	line-height: 1.6em;
	font-weight: bold;
	color: #685932;
	margin-bottom: 20px;
}
.jumoku-sakura-sec1 > .inner .title .keyword1 {
	color: #00b9ef;
}
.jumoku-sakura-sec1 > .inner .title .keyword2 {
	color: #45b035;
}
.jumoku-sakura-sec1 > .inner .summary {
	font-size: 17px;
	line-height: 2.2em;
	font-weight: bold;
}
.jumoku-sakura-sec1 > .inner .list-box {
	background-color: #f5f5f5;
	padding: 26px;
	margin-top: 32px;
}
.jumoku-sakura-sec1 > .inner .list-box > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.jumoku-sakura-sec1 > .inner .list-box > ul > li {
	list-style-type: none;
	margin: 0px 0px 1.2em 1.0em;
	padding: 0px;
	text-indent: -1.0em;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
}
.jumoku-sakura-sec1 > .inner .list-box > ul > li:nth-last-child(1) {
	margin-bottom: 0;
}
.jumoku-sakura-sec1 > .inner .list-box > ul > li:before {
	content: "◎";
	color: #d67a9c;
}

.jumoku-sakura-sec2 {
	background-color: #f3fbe5;
}
.jumoku-sakura-sec2 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 75px 0px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-sakura-sec2 > .inner > .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 32px;
	line-height: 1.6em;
	color: #685932;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
.jumoku-sakura-sec2 > .inner > .note {
	font-size: 21px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
}
.jumoku-sakura-sec2 > .inner > .note:before {
	content: "◎";
	color: #d67a9c;
}

.jumoku-sakura-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 44px;
}
.jumoku-sakura-item:nth-last-child(1) {
	margin-bottom: 0;
}
.jumoku-sakura-item > .thumb {
	width: 482px;
}
.jumoku-sakura-item > .data {
	width: 525px;
}
.jumoku-sakura-item > .data .heading {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}
.jumoku-sakura-item > .data .heading .type {
	display: inline-flex;
	vertical-align: middle;
	background-color: #9cc62c;
	min-width: 110px;
	height: 30px;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	text-indent: 0.2em;
}
.jumoku-sakura-item > .data .heading .ruby {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.0em;
}
.jumoku-sakura-item > .data .summary {
	font-size: 17px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.jumoku-sakura-item > .data .price {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 12px;
}
.jumoku-sakura-item > .data .price .yen {
	display: inline-block;
	vertical-align: bottom;
	font-size: 32px;
	line-height: 1.2em;
}
.jumoku-sakura-item > .data .note {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 12px;
	letter-spacing: 0.1em;
}

.jumoku-sakura-item-group {
	background-color: #ffffff;
	padding: 48px 44px;
}
.jumoku-sakura-item-group .jumoku-sakura-item > .thumb {
	width: 438px;
}
.jumoku-sakura-item-group .jumoku-sakura-item > .data {
	width: 485px;
}

.jumoku-sakura-color {
	background-color: #f6f5cf;
	padding: 40px 44px;
	margin-bottom: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jumoku-sakura-color > .thumb {
	width: 240px;
}
.jumoku-sakura-color > .data {
	width: 690px;
}
.jumoku-sakura-color > .data .heading {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #685932;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
.jumoku-sakura-color > .data .color,
.jumoku-sakura-color > .data .onamae {
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #685932;
}
.jumoku-sakura-color > .data .color .color1 {
	color: #3e3a39;
}
.jumoku-sakura-color > .data .color .color2 {
	color: #943b33;
}
.jumoku-sakura-color > .data .color .color3 {
	color: #14537f;
}
.jumoku-sakura-color > .data .color .color4 {
	color: #32555c;
}
.jumoku-sakura-color > .data .onamae {
	margin-top: 16px;
}
.jumoku-sakura-color > .data .onamae .note {
	font-size: 13px;
	line-height: 1.2em;
}

.jumoku-sakura-sec3 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #3f3a39;
	background-size: auto 100%;
	color: #ffffff;
}
.jumoku-sakura-sec3 .inner {
	width: 966px;
	margin: 0 auto;
	padding: 80px 0px 80px;
}
.jumoku-sakura-sec3 .inner .map img {
	width: 100%;
	height: auto;
}
.jumoku-sakura-sec3 .inner .note-box {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.jumoku-sakura-sec3 .inner .note-box .heading {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 160px;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-sakura-sec3 .inner .note-box .data {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: calc(100% - 185px);
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-sakura-sec3 .inner .note-box .data ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}
.jumoku-sakura-sec3 .inner .note-box .data ul > li {
	margin: 0;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;
}

.jumoku-sakura-sec4 {
	background-color: #ffffff;
	color: #000000;
}
.jumoku-sakura-sec4 > .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 80px 0px 80px;
}
.jumoku-sakura-sec4 > .inner > .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 54px;
	line-height: 1.2em;
	font-weight: bold;
	color: #685932;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 32px;
}
.jumoku-sakura-sec4 > .inner > .summary {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 48px;
}
.jumoku-sakura-sec4 > .inner > .more {
	text-align: center;
	margin-top: 56px;
}
.jumoku-sakura-sec4 > .inner .grave-jumoku-about-box {
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-sakura-sec4 > .inner .grave-jumoku-about-box > .sec-heading {
	font-family: YuMincho, 'Yu Mincho', serif;
}

.jumoku-sakura-flow {
	display: flex;
	justify-content: space-between;
}
.jumoku-sakura-flow > .thumb {
	width: 474px;
}
.jumoku-sakura-flow > .data {
	width: 510px;
}

.jumoku-sakura-flow-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-sakura-flow-list > li {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}
.jumoku-sakura-flow-list > li:nth-child(1) {
	margin: 0;
}
.jumoku-sakura-flow-list > li .heading {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 17px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
}
.jumoku-sakura-flow-list > li .heading .number {
	color: #9cc62c;
}
.jumoku-sakura-flow-list > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-sakura-flow-list > li > ul > li {
	margin: 0 0 0.8em 1.06em;
	padding: 0;
	text-indent: -1.06em;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}
.jumoku-sakura-flow-list > li > ul > li:before {
	content: "●";
	color: #dddddd;
}

.jumoku-sakura-sec5 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f5f5f5;
	background-size: auto 100%;
}
.jumoku-sakura-sec5 > .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 100px 0px;
}
.jumoku-sakura-sec5 .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 54px;
	line-height: 1.2em;
	font-weight: bold;
	color: #685932;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 44px;
}
.jumoku-sakura-sec5-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-sakura-sec5-list > li {
	margin: 40px 0 0 0;
	padding: 0;
}
.jumoku-sakura-sec5-list > li:nth-child(1) {
	margin: 0;
}
.jumoku-sakura-sec5-list > li .question,
.jumoku-sakura-sec5-list > li .answer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 56px;
	padding-top: 10px;
	position: relative;
	min-height: 40px;
}
.jumoku-sakura-sec5-list > li .question:before,
.jumoku-sakura-sec5-list > li .answer:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.jumoku-sakura-sec5-list > li .question {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 17px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
}
.jumoku-sakura-sec5-list > li .question:before {
	background-image: url("../img/grave_jumoku_sakura_faq_q.png");
}
.jumoku-sakura-sec5-list > li .answer {
	font-size: 13px;
	line-height: 1.8em;
	margin-top: 4px;
}
.jumoku-sakura-sec5-list > li .answer:before {
	background-image: url("../img/grave_jumoku_sakura_faq_a.png");
}

.jumoku-kusunoki-header {
	background-image: url("/common/img/grave_jumoku_kusunoki_title_bg.jpg");
	background-position: 50% 50%;
	background-size: auto 100%;
	height: 350px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jumoku-kusunoki-header:before,
.jumoku-kusunoki-header:after {
	content: "";
	display: block;
	background-image: url("/common/img/grave_jumoku_kusunoki_title_line.gif");
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0;
}
.jumoku-kusunoki-header:before {
	top: 0;
}
.jumoku-kusunoki-header:after {
	bottom: 0;
}
.jumoku-kusunoki-header .jumoku-kusunoki-head-inner {
	width: 1050px;
}
.jumoku-kusunoki-header .jumoku-title {
	background-image: url("/common/img/grave_jumoku_kusunoki_title.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	margin: 0;
	width: 557px;
	height: 182px;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
}

.jumoku-kusunoki-sec1 {
	/* ----- */
}
.jumoku-kusunoki-sec1 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 75px 0px;
	display: flex;
	justify-content: space-between;
}
.jumoku-kusunoki-sec1 > .inner .thumb {
	width: 526px;
}
.jumoku-kusunoki-sec1 > .inner .data {
	width: 470px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-kusunoki-sec1 > .inner .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 46px;
	line-height: 1.6em;
	font-weight: bold;
	color: #685932;
	margin-bottom: 20px;
}
.jumoku-kusunoki-sec1 > .inner .title .keyword1 {
	color: #00b9ef;
}
.jumoku-kusunoki-sec1 > .inner .title .keyword2 {
	color: #45b035;
}
.jumoku-kusunoki-sec1 > .inner .summary {
	font-size: 17px;
	line-height: 2.2em;
	font-weight: bold;
}
.jumoku-kusunoki-sec1 > .inner .list-box {
	background-color: #f5f5f5;
	padding: 26px;
	margin-top: 32px;
}
.jumoku-kusunoki-sec1 > .inner .list-box > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.jumoku-kusunoki-sec1 > .inner .list-box > ul > li {
	list-style-type: none;
	margin: 0px 0px 1.2em 1.0em;
	padding: 0px;
	text-indent: -1.0em;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
}
.jumoku-kusunoki-sec1 > .inner .list-box > ul > li:nth-last-child(1) {
	margin-bottom: 0;
}
.jumoku-kusunoki-sec1 > .inner .list-box > ul > li:before {
	content: "◎";
	color: #53a65b;
}

.jumoku-kusunoki-sec2 {
	background-color: #f3fbe5;
}
.jumoku-kusunoki-sec2 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 75px 0px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-kusunoki-sec2 > .inner > .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 32px;
	line-height: 1.6em;
	color: #685932;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
.jumoku-kusunoki-sec2 > .inner > .note {
	font-size: 21px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
}
.jumoku-kusunoki-sec2 > .inner > .note:before {
	content: "◎";
	color: #53a65b;
}

.jumoku-kusunoki-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 44px;
}
.jumoku-kusunoki-item:nth-last-child(1) {
	margin-bottom: 0;
}
.jumoku-kusunoki-item > .thumb {
	width: 482px;
}
.jumoku-kusunoki-item > .data {
	width: 525px;
}
.jumoku-kusunoki-item > .data .heading {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}
.jumoku-kusunoki-item > .data .heading .type {
	display: inline-flex;
	vertical-align: middle;
	background-color: #9cc62c;
	min-width: 180px;
	height: 30px;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	text-indent: 0.2em;
}
.jumoku-kusunoki-item > .data .heading .ruby {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.0em;
}
.jumoku-kusunoki-item > .data .summary {
	font-size: 17px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.jumoku-kusunoki-item > .data .price {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 12px;
}
.jumoku-kusunoki-item > .data .price .yen {
	display: inline-block;
	vertical-align: bottom;
	font-size: 42px;
	line-height: 1.2em;
}
.jumoku-kusunoki-item > .data .object {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
.jumoku-kusunoki-item > .data .object:before {
	content: "●";
	color: #9cc62c;
}
.jumoku-kusunoki-item > .data .note {
	font-size: 13px;
	line-height: 1.8em;
	margin-top: 12px;
	letter-spacing: 0.1em;
}

.jumoku-kusunoki-item-group {
	background-color: #ffffff;
	padding: 48px 44px;
}
.jumoku-kusunoki-item-group .jumoku-kusunoki-item > .thumb {
	width: 438px;
}
.jumoku-kusunoki-item-group .jumoku-kusunoki-item > .data {
	width: 485px;
}

.jumoku-kusunoki-option {
	background-color: #f6f5cf;
	padding: 40px 60px;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item:nth-last-child(1) {
	margin-bottom: 0px;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item > .thumb {
	width: 194px;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item > .data {
	width: 690px;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item > .data .object {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item > .data .object:before {
	content: "●";
	color: #9cc62c;
}
.jumoku-kusunoki-option .jumoku-kusunoki-option-item > .data .summary {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

.jumoku-kusunoki-sec4 {
	background-color: #ffffff;
	color: #000000;
}
.jumoku-kusunoki-sec4 > .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 80px 0px 80px;
}
.jumoku-kusunoki-sec4 > .inner > .title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 54px;
	line-height: 1.2em;
	font-weight: bold;
	color: #685932;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 32px;
}
.jumoku-kusunoki-sec4 > .inner > .summary {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 48px;
}
.jumoku-kusunoki-sec4 > .inner > .more {
	text-align: center;
	margin-top: 56px;
}
.jumoku-kusunoki-sec4 > .inner .grave-jumoku-about-box {
	font-family: YuMincho, 'Yu Mincho', serif;
}
.jumoku-kusunoki-sec4 > .inner .grave-jumoku-about-box > .sec-heading {
	font-family: YuMincho, 'Yu Mincho', serif;
}

.jumoku-kusunoki-flow {
	display: flex;
	justify-content: space-between;
}
.jumoku-kusunoki-flow > .thumb {
	width: 474px;
}
.jumoku-kusunoki-flow > .data {
	width: 510px;
}

.jumoku-kusunoki-flow-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-kusunoki-flow-list > li {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}
.jumoku-kusunoki-flow-list > li:nth-child(1) {
	margin: 0;
}
.jumoku-kusunoki-flow-list > li .heading {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 17px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
}
.jumoku-kusunoki-flow-list > li .heading .number {
	color: #9cc62c;
}
.jumoku-kusunoki-flow-list > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumoku-kusunoki-flow-list > li > ul > li {
	margin: 0 0 0.8em 1.06em;
	padding: 0;
	text-indent: -1.06em;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}
.jumoku-kusunoki-flow-list > li > ul > li:before {
	content: "●";
	color: #dddddd;
}

.jumoku-bottom {
	background-color: #f3fbe5;
}
.jumoku-bottom > .inner {
	width: 890px;
	margin: 0 auto;
	padding: 80px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jumoku-bottom.index > .inner {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.jumoku-bottom.index > .inner .item {
	width: 480px;
	margin: 0 40px 0;
}
.jumoku-bottom > .inner .thumb {
	width: 480px;
}
.jumoku-bottom > .inner .data {
	width: 360px;
}
.jumoku-bottom.index > .inner .thumb {
	margin-bottom: 24px;
}
.jumoku-bottom.index > .inner .data {
	margin: 0 auto;
}
.jumoku-bottom > .inner .shoulder {
	width: 278px;
	margin: 0 auto 16px;
}
.jumoku-bottom > .inner .title {
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 48px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
}
.jumoku-bottom > .inner .more {
	margin-top: 20px;
}









/* inochinoomamori ------------------------------ */
body.inochinoomamori .page-title-box .page-title {
	background-image: url("../img/inochinoomamori_title.png");
}
.inochinoomamori-sec {
	text-align: center;
	padding: 96px 0px;
}
.inochinoomamori-sec > .image {
	display: inline-block;
	vertical-align: top;
	width: 518px;
	margin-bottom: 40px;
}
.inochinoomamori-sec > .more {
	text-align: center;
	padding-top: 80px;
}









/* ceremony ------------------------------ */
body.ceremony .page-title-box .page-title {
	background-image: url("../img/ceremony_title.png");
}

.ceremony-flow {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 0px;
	background: #f5f5f5;
}
.ceremony-flow > .sec-title {
	padding: 60px 0px;
	background: #ffffff;
}
.ceremony-flow > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 64px 0px;
}

.ceremony-contact {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.ceremony-contact > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 80px 0px;
}

.ceremony-contact .sec-heading {
	font-size: 26px;
	line-height: 1.45em;
	vertical-align: middle;
	text-align: center;
}
.ceremony-contact .sec-heading > .inner {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.16em;
}
.ceremony-contact .sec-heading > .inner .note {
	font-size: 15px;
}
.ceremony-contact .sec-heading:before,
.ceremony-contact .sec-heading:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 82px;
	background: url("../img/cmn_heading_bg01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin-top: -8px;
}
.ceremony-contact .sec-heading:before {
	margin-right: 18px;
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.ceremony-contact .sec-heading:after {
	margin-left: 12px;
}
.ceremony-contact .ceremony-tel {
	font-size: 36px;
	line-height: 1.05em;
	text-align: center;
	margin-top: 28px;
}
.ceremony-contact .more {
	margin-top: 20px;
	text-align: center;
}

.ceremony-tomanga {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url("../img/about_illust_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.ceremony-tomanga > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 86px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.ceremony-tomanga > .inner .title {
	background-image: url("../img/ceremony_manga_title.png");
	width: 486px;
	height: 38px;
}
.ceremony-tomanga > .inner .summary {
	width: 620px;
}









/* charm ------------------------------ */
body.charm .page-title-box .page-title {
	background-image: url("../img/charm_title.png");
}

.charm-lead {
	padding-top: 60px;
	text-align: center;
}
.charm-lead > p {
	font-size: 15px;
	line-height: 2.0em;
}

.charm-items01 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.charm-items01 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 60px 0px 90px 0px;
}
.charm-items01 > .inner > .more {
	text-align: center;
}
.charm-item-list01 {
	list-style-type: none;
	margin: 0px -39px 0px -39px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.charm-item-list01 > li {
	margin: 0px 39px 80px 39px;
	padding: 0px 0px 68px 0px;
	width: 298px;
	position: relative;
	left: 0px;
	top: 0px;
}
.charm-item-list01 > li .thumb {
	width: 100%;
	height: 298px;
	overflow: hidden;
	margin-bottom: 24px;
}
.charm-item-list01 > li .thumb img {
	border-radius: 24px;
}
.charm-item-list01 > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	text-align: center;
	margin-bottom: 16px;
}
.charm-item-list01 > li .price01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: #f3fbe5;
	font-size: 17px;
	line-height: 1.05em;
	padding: 18px 10px;
}
.charm-item-list01 > li .summary.ex {
	margin-right: -1.0em;
}

.charm-items02 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #f3fbe5;
}
.charm-items02 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 100px 0px 50px 0px;
}
.charm-item-list02 {
	list-style-type: none;
	margin: 0px -103px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.charm-item-list02 > li {
	margin: 0px 103px 70px 0px;
	padding: 0px;
	width: 473px;
	position: relative;
	left: 0px;
	top: 0px;
}
.charm-item-list02 > li .thumb {
	width: 100%;
	height: 473px;
	overflow: hidden;
	margin-bottom: 24px;
}
.charm-item-list02 > li .thumb img {
	border-radius: 24px;
}
.charm-item-list02 > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	text-align: center;
	margin-bottom: 16px;
}
.charm-item-list02 > li .summary {
	margin-bottom: 24px;
}
.charm-item-list02 > li .price01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	background: #d7ec9d;
	font-size: 15px;
	line-height: 1.05em;
	padding: 18px 10px;
	margin-bottom: 8px;
}









/* news ------------------------------ */
body.news .page-title-box .page-title {
	background-image: url("../img/news_title.png");
}

.news-cat-list01 {
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: center;
}
.news-cat-list01 > li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px;
	padding: 0px;
}
.news-cat-list01 > li > a {
	display: block;
	border: 1px solid #9cc62c;
	border-radius: 5px;
	padding: 8px 8px;
	text-indent: 0.2em;
	font-size: 100%;
	line-height: 1.05em;
	background: #ffffff;
	color: #000000 !important;
	text-decoration: none !important;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.news-cat-list01 > li > a:link,
.news-cat-list01 > li > a:visited {
	background: #ffffff;
	color: #000000 !important;
	text-decoration: none !important;
}
.news-cat-list01 > li > a:hover,
.news-cat-list01 > li > a:active,
.news-cat-list01 > li > a.current {
	background: #9cc62c;
	color: #ffffff !important;
	text-decoration: none !important;
}

#news-outer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 80px 0px;
	display: flex;
	flex-wrap: wrap;
	zoom: 1;
}
#news-outer:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.news-sub {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 300px;
	padding-left: 50px;
	border-left: 1px solid #dddddd;
}
.news-sub .sub-box {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #dddddd;
}
.news-sub .sub-box:nth-child(1) {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.news-sub .sub-box > .heading {
	font-size: 18px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.news-sub .sub-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news-sub .sub-list > li {
	margin: 0px 0px 1.2em 0px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.45em;
}
.news-sub .sub-list > li > a:link,
.news-sub .sub-list > li > a:visited {
	color: #000000;
	text-decoration: none;
}
.news-sub .sub-list > li > a:hover,
.news-sub .sub-list > li > a:active {
	color: #71a72b;
	text-decoration: underline;
}

.news-main {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 700px;
	margin-right: 50px;
	zoom: 1;
}
.news-main:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.news-main .title {
	font-size: 32px;
	line-height: 1.45em;
	color: #71a72b;
	margin-bottom: 12px;
}
.news-main .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.0em;
	line-height: 1.05em;
	margin-right: 10px;
}
.news-main .category {
	display: inline-block;
	border: 1px solid #9cc62c;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	padding: 4px 4px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-size: 84%;
	line-height: 1.0em;
	margin: 2px 5px 2px 0px;
}
.news-main .body {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #dddddd;
}
.news-main .body > p,
.news-main .body > div {
	margin-top: 1.8em;
}
.news-main .body > p:nth-child(1) {
	margin-top: 0px;
}
.news-main .body img {
	margin-bottom: 1.2em;
}









/* privacy ------------------------------ */
body.privacy .page-title-box .page-title {
	background-image: url("../img/privacy_title.png");
}

body.privacy .common-sec > .inner {
	width: 800px;
}

.privacy-box {
	margin-top: 4.0em;
}
.privacy-box > .heading {
	font-size: 18px;
	line-height: 1.45em;
}
.privacy-box > p {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}
.privacy-box > .heading + * {
	margin-top: 0.8em;
}









/* contact ------------------------------ */
body.contact .page-title-box .page-title {
	background-image: url("../img/contact_title.png");
}

.contact-lead {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contact-lead > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 56px 0px 0px 0px;
}
.contact-lead > .inner > p {
	margin-bottom: 1.8em;
}
.contact-lead > .inner > p:nth-last-child(1) {
	margin-bottom: 0px;
}

.contact-form-sec {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contact-form-sec > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 56px 0px 80px 0px;
}
.contact-form-sec .common-table01 {
	width: 100%;
}
.contact-form-sec .common-table01 th {
	width: 25%;
	padding-top: 20px;
}

.required {
	color: #ff0000;
}

.form-error {
	color: #ff0000;
}
.common-table01 .form-error {
	padding-top: 0.4em;
}

.input01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 1.0em;
	line-height: 1.15em;
	width: 400px;
	padding: 8px;
}
.input02 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 1.0em;
	line-height: 1.15em;
	width: 220px;
	padding: 8px;
}
.textarea01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
 appearance: none;
 -webkit-appearance: none;
	border: none;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.15em;
	width: 98%;
	height: 12em;
	padding: 8px;
}

.select01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 100%;
	line-height: 105%;
	overflow: hidden;
	z-index: 0;
	color: #000000;
	vertical-align: middle;
	min-width: 400px;
	max-width: 98%;
	min-height: 36px;
}
.select01:after {
	content: "▼";
	position: absolute;
	display: block;
	color: #888888;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 1.2em;
	margin-top: -5px;
	z-index: -1;
	font-size: 10px;
	line-height: 100%;
}
.select01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px;
	color: #000000;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 100%;
	line-height: 115%;
	width: 100%;
}
.select01 select:focus {
	/*text-shadow: 0 0 1px #b5b5b5;*/
}
.select01 select::-ms-expand {
	display: none;
}
.select01 select::-moz-focus-inner {
	border: 0;
}
.select01 select * {
	/*text-shadow: none;*/
}
.select01 select[disabled] {
	background: #fbfbfb;
	cursor: default;
	color: #999999;
}

.check01 {
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 17px;
	padding-left: 22px;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(../img/checkbox.png) no-repeat 0px 50%;
	vertical-align: middle;
}
.check01.active {
	background-position: -1200px 50%;
}
.check01 input {
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	width: 20px;
	margin-left: -20px;
	vertical-align: middle;
}

.radio01 {
	cursor: pointer;
	display: inline-block;
	min-height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(../img/radio.png) no-repeat 0px 50%;
	vertical-align: middle;
}
.radio01.active {
	background-position: -1200px 50%;
}
.radio01 input {
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	display: inline-block;
	/display: inline; /* for IE6&7 */
	zoom: 1;
	width: 22px;
	margin-left: -22px;
	vertical-align: middle;
}

.input01:placeholder-shown {
	color: #ababab;
}
.input01::-webkit-input-placeholder {
	color: #ababab;
}
.input01:-moz-placeholder {
	color: #ababab;
}
.input01::-moz-placeholder {
	color: #ababab;
}
.input01:-ms-input-placeholder {
	color: #ababab;
}

.check-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.check-list > li {
	display: inline-block;
	white-space: nowrap;
	margin: 0px 1.8em 0px 0px;
	padding: 0px;
	letter-spacing: normal;
	font-size: 1.0em;
	line-height: 2.6em;
	margin-bottom: 0.8em;
}
.check-list > li.type5,
.check-list > li.type6 {
	display: block;
}

.form-caution {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 700px;
	margin: 40px auto 0px auto;
	padding: 16px 24px;
	background: #ffffff;
	border: 4px solid #dddddd;
	border-radius: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
	text-align: center;
}
.form-caution .heading {
	display: inline-block;
	font-size: 18px;
	line-height: 1.05em;
	letter-spacing: 0.01em;
	color: #ffffff;
	background: #9cc62c;
	border-radius: 5px;
	padding: 8px 32px;
	text-align: center;
	margin-bottom: 16px;
}
.form-caution > p {
	text-align: left;
}

.form-buttons {
	text-align: center;
	margin-top: 56px;
}
.form-buttons > p {
	display: inline-block;
	margin: 0px 20px;
}

.form-agree-box {
	text-align: center;
	margin-top: 40px;
}
.form-agree-box > .agree {
	font-size: 20px;
	line-height: 1.05em;
	margin-top: 32px;
}
.form-agree-box > .text {
	text-align: center;
}
.form-agree-box  .form-error {
	padding-top: 0.8em;
	font-size: 16px;
	line-height: 1.45em;
}









/* sea ------------------------------ */
.sea-title-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../img/sea_bg.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
	height: 745px;
}
.sea-title-box > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px 35px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.sea-title-box .title {
	width: 155px;
	height: 382px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	top: 142px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.sea-title-box .lead {
	width: 138px;
	height: 170px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_lead.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: 0px;
	top: 60px;
}
.sea-title-box .catch {
	width: 333px;
	height: 92px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_catch.gif") no-repeat 0px 0px;
	background-size: 100% auto;
	margin-bottom: 20px;
}
.sea-title-box .text {
	font-size: 1.0em;
	line-height: 2.0em;
	color: #000000;
}

.sea-contents {
	background: #edf6f9;
}
.sea-contents > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 90px 0px;
}

.sea-outline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.sea-outline .image {
	width: 525px;
}
.sea-outline .data {
	width: 455px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sea-outline .lead {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 17px;
	line-height: 2.4em;
	font-weight: 700;
	color: #005bac;
	margin-bottom: 20px;
}
.sea-outline .text {
	font-size: 1.0em;
	line-height: 2.0em;
	color: #000000;
}

.sea-video {
	width: 710px;
	margin: 0 auto 110px;
	padding-top: 20px;
}
.sea-video .heading {
	text-align: center;
	padding: 8px;
	background-color: #015bab;
	color: #ffffff;
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 24px;
}
.sea-video video {
	width: 100%;
	height: auto;
}

.sea-flow {
	margin-bottom: 60px;
}
.sea-flow .heading {
	width: 578px;
	height: 42px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/sea_hdg01.gif") no-repeat 0px 0px;
	background-size: 100% auto;
	margin: 0px auto;
	margin-bottom: 25px;
}
.sea-flow-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.sea-flow-list > li {
	margin: 0px;
	padding: 0px;
	width: 240px;
	position: relative;
	overflow: visible;
}
.sea-flow-list > li:after {
	display: block;
	content: " ";
	width: 34px;
	height: 11px;
	background: url("../img/sea_arw02.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	right: -28px;
	top: 145px;
}
.sea-flow-list > li:nth-last-child(1):after {
	display: none;
}
.sea-flow-list > li .number {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	text-align: center;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 700;
	color: #005bac;
	margin-bottom: 10px;
}
.sea-flow-list > li .number span {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.sea-flow-list > li .image {
	width: 100%;
	height: 176px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sea-flow-list > li .text {
	padding: 0px 3px;
	font-size: 1.0em;
	line-height: 1.8em;
}
.sea-flow-list > li .more {
	margin-top: 15px;
	text-align: right;
}

.sea-official {
	background: #ffffff;
	padding: 45px 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sea-official .heading {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 700;
	color: #005bac;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.sea-official .logo {
	width: 148px;
}
.sea-official .logo a {
	display: block;
	width: 100%;
}
.sea-official .data {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	width: 715px;
}
.sea-official .data p,
.sea-official .data ol {
	font-size: 1.0em;
	line-height: 1.8em;
}
.sea-official .data ol {
	margin-top: 1.8em;
	list-style-type: decimal;
}
.sea-official .data ol > li {
	margin-left: 2.0em;
}









/* english ------------------------------ */
body.english #foot-box:after {
	content: " ";
	display: block;
	width: 1050px;
	height: 72px;
	background: url("../img/f_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -68px;
	z-index: 3;
}

body.english #home-mv:after {
	content: " ";
	display: block;
	width: 703px;
	height: 153px;
	background: url("../img/en/home_mv_catch.png") no-repeat 0px 0px;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
}

.en-home-greeting {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #ffffff;
	margin-top: -35px;
}
.en-home-greeting > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 90px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
	zoom: 1;
}
.en-home-greeting > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.en-home-greeting > .inner > .title {
	font-size: 40px;
	line-height: 1.45em;
	color: #71a72b;
	text-align: center;
	margin: 0px auto 46px auto;
}
.en-home-greeting > .inner > .title:before {
	content: " ";
	display: block;
	position: absolute;
	left: 240px;
	top: 64px;
	width: 111px;
	height: 81px;
	background: url("../img/home_event_eyecatch01.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.en-home-greeting > .inner:before {
	content: " ";
	display: block;
	position: absolute;
	left: -210px;
	top: 350px;
	width: 158px;
	height: 147px;
	background: url("../img/home_event_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
}
.en-home-greeting > .inner .text:after {
	content: " ";
	display: block;
	position: absolute;
	right: -160px;
	bottom: 110px;
	width: 123px;
	height: 119px;
	background: url("../img/home_event_eyecatch03.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

.en-home-greeting .sec-title {
	margin-bottom: 32px;
}
.en-home-greeting > .inner .thumb {
	width: 473px;
	float: left;
}
.en-home-greeting > .inner .thumb img {
	border-radius: 24px;
}
.en-home-greeting > .inner .text {
	width: 516px;
	float: right;
}
.en-home-greeting > .inner .text p {
	margin-top: 1.8em;
	line-height: 2.0em;
}
.en-home-greeting > .inner .text p:nth-child(1) {
	margin-top: 0px;
}
.en-home-greeting > .inner .text .author {
	text-align: left;
}
.en-home-greeting > .inner .text .author > span {
	font-size: 30px;
	line-height: 1.05em;
	vertical-align: baseline;
}

.en-home-kannon-mv {
	background: url("../img/en/home_kannon_bg01.jpg") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.en-home-kannon-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 60px 0px 20px 0px;
	zoom: 1;
}
.en-home-kannon-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.en-home-kannon-mv > .inner > .sec-title {
	text-align: center;
	margin-bottom: 420px;
}
.en-home-kannon-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 1.8em;
}

.en-home-carp-mv {
	background: url("../img/en/home_carp_bg01.jpg") no-repeat 50% 0px;
	background-size: cover;
	height: 753px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.en-home-carp-mv > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	margin: 0px auto;
	padding: 280px 0px 20px 0px;
	zoom: 1;
}
.en-home-carp-mv > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.en-home-carp-mv > .inner > .sec-title {
	text-align: left;
	padding-left: 720px;
	margin-bottom: 120px;
}
.en-home-carp-mv > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 1.8em;
}

.en-home-charm {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.en-home-charm > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 80px 0px 40px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.en-home-charm > .inner > .sec-title {
	margin-bottom: 40px;
}
.en-home-charm > .inner > .more {
	text-align: center;
}
.en-home-charm > .inner:after {
	content: " ";
	display: block;
	position: absolute;
	right: -130px;
	bottom: 0px;
	width: 97px;
	height: 72px;
	background: url("../img/home_about_eyecatch02.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

.en-home-charm-list01 {
	list-style-type: none;
	margin: 0px -78px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.en-home-charm-list01 > li {
	margin: 0px 78px 69px 0px;
	padding: 0px 0px 68px 0px;
	width: 298px;
	position: relative;
	left: 0px;
	top: 0px;
}
.en-home-charm-list01 > li .ranking {
	font-size: 52px;
	line-height: 1.0em;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
}
.en-home-charm-list01 > li .ranking:before,
.en-home-charm-list01 > li .ranking:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 66px;
	height: 54px;
	background: url("../img/cmn_heading_bg01.png") no-repeat 0px 0px;
	background-size: 100% auto;
	margin-top: -16px;
}
.en-home-charm-list01 > li .ranking:before {
	margin-right: 18px;
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.en-home-charm-list01 > li .ranking:after {
	margin-left: 12px;
}
.en-home-charm-list01 > li .thumb {
	width: 100%;
	height: 298px;
	overflow: hidden;
	margin-bottom: 24px;
}
.en-home-charm-list01 > li .thumb img {
	border-radius: 24px;
}
.en-home-charm-list01 > li .heading {
	font-size: 22px;
	line-height: 1.45em;
	color: #71a72b;
	text-align: center;
	margin-bottom: 16px;
}
.en-home-charm-list01 > li .price01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: #f3fbe5;
	font-size: 17px;
	line-height: 1.05em;
	padding: 18px 10px;
}

.en-home-access {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #f3fbe5;
}
.en-home-access > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px 100px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

.en-home-access .sec-title {
	margin-bottom: 32px;
}

.en-home-access .gmap {
	background: #dddddd;
	width: 100%;
	height: 500px;
}
.en-home-access .gmap iframe {
	width: 100%;
	height: 100%;
}
.en-home-access .address {
	margin-top: 32px;
	text-align: center;
	font-size: 17px;
	line-height:  1.8em;
}
.en-home-access .route {
	padding-top: 0.4em;
	text-align: center;
	font-size: 1.0em;
	line-height:  1.8em;
}









/* gokito ------------------------------ */
body.gokito .page-title-box .page-title {
	background-image: url("../img/gokito_title.png");
}

.gokito-guide {
	background: url("../img/gokito_bg01.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.gokito-guide > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 120px 0px;
}
.gokito-guide .sec-title {
	font-weight: 500;
	text-align: left;
	margin-bottom: 0.8em;
}
.gokito-guide > .inner > p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 700;
	margin-bottom: 1.8em;
}

.gokito-guide2 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.gokito-guide2 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px;
	zoom: 1;
}
.gokito-guide2 > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.gokito-guide2 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.gokito-guide2 > .inner {
	width: 1050px;
	margin: 0px auto;
	padding: 70px 0px;
	zoom: 1;
}
.gokito-guide2 > .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.gokito-guide2 .gokito-item01 {
	/*margin-bottom: 88px;*/
	zoom: 1;
}
.gokito-guide2 .gokito-item01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.gokito-guide2 .gokito-item01 .thumb {
	width: 368px;
	height: 368px;
	float: right;
}
.gokito-guide2 .gokito-item01 .thumb img {
	border-radius: 24px;
}
.gokito-guide2 .gokito-item01 .text {
	width: 630px;
	float: left;
}
.gokito-guide2 .gokito-item01 .heading {
	color: #71a72b;
	font-size: 26px;
	line-height: 1.45em;
	margin-bottom: 16px;
}
.gokito-guide2 .gokito-item01 .text > p {
	margin-bottom: 1.8em;
}

.gokito-item02-outer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.gokito-guide2 .gokito-item02 {
	width: 306px;
	margin-right: 65px;
}
.gokito-guide2 .gokito-item02:nth-last-child(1) {
	margin-right: 0px;
}
.gokito-guide2 .gokito-item02 .thumb {
	width: 100%;
	margin-bottom: 32px;
}
.gokito-guide2 .gokito-item02 .thumb img {
	border-radius: 24px;
}
.gokito-guide2 .gokito-item02 .heading {
	color: #71a72b;
	font-size: 20px;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 16px;
}
.gokito-guide2 .gokito-item02 p {
	margin-bottom: 1.8em;
}
.gokito-guide2 .gokito-item02 p > span.alnR {
	display: block;
}









/* obutsudan ------------------------------ */
.obutsudan-title-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../img/obutsudan_title_bg.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
	height: 613px;
}
.obutsudan-title-box > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.obutsudan-title-box .title {
	width: 252px;
	height: 436px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/obutsudan_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto 0;
}
.obutsudan-title-box .text {
	width: 807px;
	height: 489px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/obutsudan_title_txt.png") no-repeat 0px 0px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
}

.obutsudan-contents-inner {
	width: 1050px;
	overflow: visible;
	margin: 0px auto;
}

.obutsudan-contents01 {
	background: #ffffff;
}

	#obutsudan-lead {
	width: 1226px;
	height: 403px;
	margin: 54px 0;
	margin-left: -88px;
	margin-right: -88px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/obutsudan_lead.jpg") no-repeat 50% 50%;
	background-size: 100% auto;
}

.obutsudan-contents02 {
	background: #f7f4e3;
}

.obutsudan-contents02 .obutsudan-contents-inner {
	padding: 64px 0 70px;
}

.obutsudan-contents02-hdg {
	text-align: center;
	margin-bottom: 32px;
}
.obutsudan-contents02-hdg > span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 2px solid #9f7956;
}
.obutsudan-contents02-hdg > span > img {
	width: 682px;
	height: auto;
}
.obutsudan-contents02-lead {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.75em;
	margin-bottom: 40px;
}

.obutsudan-flow-list {
	list-style-type: none;
	width: 790px;
	margin: 0 auto;
	padding: 0;
}
.obutsudan-flow-list > li {
	margin: 0 0 20px;
	padding: 0;
	zoom: 1;
}
.obutsudan-flow-list > li:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.obutsudan-flow-list > li:nth-last-child(1) {
	margin-bottom: 0;
}
.obutsudan-flow-list > li .image {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 40px;
}
.obutsudan-flow-list > li .image img {
	width: 100%;
	height: auto;
}
.obutsudan-flow-list > li .heading,
.obutsudan-flow-list > li .text {
	width: 546px;
	float: right;
}
.obutsudan-flow-list > li .heading {
	height: 47px;
	margin-top: 34px;
	margin-bottom: 34px;
}
.obutsudan-flow-list > li .heading img {
	width: auto;
	height: 100%;
}
.obutsudan-flow-list > li .text {
	font-size: 18px;
	line-height: 1.75em;
}

.obutsudan-price-box {
	background-image: url("../img/obutsudan_price_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: relative;
	left: 0;
	top: 0;
	padding: 64px 130px;
	margin-top: 45px;
}
.obutsudan-price-box:after {
	content: " ";
	display: block;
	width: 100%;
	height: 60px;
	background-image: url("../img/obutsudan_price_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: scale(1,-1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.obutsudan-price-hdg {
	text-align: center;
	margin-bottom: 32px;
}
.obutsudan-price-hdg > span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffffff;
}
.obutsudan-price-hdg > span > img {
	width: 381px;
	height: auto;
}
.obutsudan-price-text {
	font-size: 16px;
	line-height: 1.75em;
}

.obutsudan-contents03 {
	background: #ffffff;
}

.obutsudan-contents03 .obutsudan-contents-inner {
	padding: 60px 0 60px;
}

.obutsudan-about-box {
	position: relative;
	padding-top: 80px;
}
.obutsudan-about-box > .heading {
	margin-bottom: 22px;
}
.obutsudan-about-box > .heading img {
	width: 322px;
	height: auto;
}
.obutsudan-about-box .image {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 526px;
}
.obutsudan-about-box .image img {
	width: 526px;
	height: auto;
}
.obutsudan-about-box .inner {
	position: relative;
	z-index: 1;
	margin-left: -88px;
	margin-right: -88px;
	padding: 80px 88px;
	background-image: url("../img/obutsudan_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.obutsudan-about-box .inner > p {
	font-size: 18px;
	line-height: 1.75em;
	margin-bottom: 2.0em;
}
.obutsudan-about-box .inner > p:nth-last-child(1) {
	margin-bottom: 0;
}
.obutsudan-about-box .inner:before {
	content: " ";
	display: block;
	width: 566px;
	height: 150px;
	float: right;
}

.obutsudan-about-member {
	list-style-type: none;
	width: 790px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.obutsudan-about-member > li {
	margin: 0;
	padding: 0;
}
.obutsudan-about-member > li img {
	width: auto;
	height: 185px;
}

.obutsudan-contact {
	text-align: center;
	margin-top: 70px;
}
.obutsudan-contact img {
	width: auto;
	height: 96px;
}









/* renovation ------------------------------ */
.renovation-title-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../img/renovation_title_bg.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
	height: 300px;
}
.renovation-title-box > .inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.renovation-title-box .title {
	width: 500px;
	height: 110px;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background: url("../img/renovation_title.png") no-repeat 0px 0px;
	background-size: 100% auto;
}

.renovation-contents-inner {
	width: 1050px;
	overflow: visible;
	margin: 0px auto;
}

.renovation-contents01 {
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
}
.renovation-contents01 .renovation-contents-inner {
	width: 800px;
	padding: 40px 0 40px;
}
.renovation-contents01 p {
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}
.renovation-contents01 p:nth-last-child(1) {
	margin-bottom: 0;
}

.renovation-contents01 .renovation-notes {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.renovation-contents01 .renovation-notes p {
	margin-bottom: 0.8em;
}
.renovation-notes-outline {
 display: block;
}
.renovation-notes-outline p {
 display: flex;
 align-items: flex-start;
}
.renovation-notes-outline .head {
 display: block;
 width: 6.0em;
 white-space: nowrap;
}
.renovation-notes-outline .data {
 display: block;
 width: calc(100% - 6.0em);
}

.renovation-contents02 {
	/*background: #f7f4e3;*/
}

.renovation-contents02 .renovation-contents-inner {
	/*padding: 40px 0 40px;*/
}

.renovation-price-box {
	background-image: url("../img/renovation_koza_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: relative;
	left: 0;
	top: 0;
	padding: 64px 70px;
}
.renovation-price-box:after {
	content: " ";
	display: block;
	width: 100%;
	height: 60px;
	background-image: url("../img/renovation_koza_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: scale(1,-1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.renovation-price-hdg {
	text-align: center;
	margin-bottom: 32px;
}
.renovation-price-hdg > span {
	display: inline-block;
}
.renovation-price-hdg > span > img {
	width: 340px;
	height: auto;
}
.renovation-price-text {
	font-size: 16px;
	line-height: 1.75em;
}
.renovation-price-text p {
	margin-bottom: 1.75em;
}
.renovation-price-text p:nth-last-child(1) {
	margin-bottom: 0;
}

.renovation-koza img {
 /*width: 500px;
 height: auto;*/
}
.renovation-koza {
 background-image: url("../img/renovation_koza_bg2.jpg");
 background-size: 100px auto;
 padding: 24px;
 width: 540px;
 margin-left: auto;
 margin-right: auto;
}
.renovation-koza .heading {
 font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
 color: #000000;
 text-align: center;
 font-size: 20px;
 line-height: 1.25em;
 font-weight: bold;
 margin-bottom: 16px;
}
.renovation-koza table {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 border: none;
 width: 100%;
}
.renovation-koza table th,
.renovation-koza table td {
 padding: 8px 12px;
 vertical-align: middle;
 text-align: center;
 border: 1px solid #000000;
 border-right: none;
 border-bottom: none;
 font-size: 14px;
 line-height: 1.5em;
}
.renovation-koza table th > span,
.renovation-koza table td > span {
 display: flex;
 min-height: 3.2em;
 text-align: center;
 justify-content: center;
 align-items: center;
}
.renovation-koza table th:nth-last-child(1),
.renovation-koza table td:nth-last-child(1) {
 border-right: 1px solid #000000;
}
.renovation-koza table tr:nth-last-child(1) th,
.renovation-koza table tr:nth-last-child(1) td {
 border-bottom: 1px solid #000000;
}
.renovation-koza table th {
 font-weight: bold;
 /*color: #a19600;*/
 color: #000000;
 background-color: rgba(222,215,153,0.75);
}
.renovation-koza table td {
 color: #000000;
 background-color: rgba(245,239,204,0.75);
}
.renovation-koza .notes {
 font-size: 13px;
 line-height: 1.5em;
 text-align: center;
 margin-top: 16px;
}

.renovation-contents03 {
	background: #ffffff;
}

.renovation-okaeshi-box {
	border: 8px double #ded799;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.renovation-okaeshi-box .thumb {
	width: 550px;
	text-align: center;
}
.renovation-okaeshi-box .thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}
.renovation-okaeshi-box .data {
	width: calc(100% - 550px - 30px);
}
.renovation-okaeshi-box .data .heading {
	background-color: #ded799;
	color: #a19600;
	padding: 10px 20px 8px;
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 24px;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 25px;
}
.renovation-okaeshi-box .data .name {
	color: #a19600;
	font-family: YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}
.renovation-okaeshi-box .data .text {
	font-size: 14px;
	line-height: 1.75em;
}
.renovation-okaeshi-box .data .text p {
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}
.renovation-okaeshi-box .data .text > *:nth-last-child(1) {
	margin-bottom: 0;
}

.renovation-contact {
	text-align: center;
	margin-top: 70px;
}
.renovation-contact .button03 {
	background-color: #beb350;
	border-color: #beb350;
	color: #ffffff;
}
.renovation-contact .button03:hover {
	background-color: #ffffff;
	color: #beb350;
}



}
