/* CSS Document */

@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
レスポンシブタイプ用
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/*table {border-collapse: separate;border-spacing: 0;}*/
caption

/*, th, td*/
	{
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	font-size: 1.2rem !important;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W3", serif !important;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #FFF !important;
}

html {
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

p {
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

a {
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.nextpage {
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

* {
	float: none;
	position: static;
}

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

.topTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	background: rgba(35, 24, 21, .8);
	padding: 20px 15px 20px 11px;
	margin: -190px 0 0 -45px;
	float: left;
}

#mainVisualWrapper {
	background-color: #000;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: relative;

}

#mainVisualWrapper .inner {
	position: relative;
}

#mainVisualWrapper #mainVisual {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#mainVisualWrapper #mainVisual li {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-ms-background-size: cover;
	background-size: cover;
}

#mainVisualWrapper #mainVisual li.slide01 {
	background-image: url(./img/slide_01.jpg);
}

#mainVisualWrapper #mainVisual li.slide02 {
	background-image: url(./img/slide_02.jpg);
}

#mainVisualWrapper #mainVisual li.slide03 {
	background-image: url(./img/slide_03.jpg);
}

/**
 * container
 */
#container {
	padding: 10px 0;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}


.photoVox {
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	-ms-background-size: cover;
	background-size: cover;
	height: 350px;
	margin-bottom: 50px;
}


.photoVox a {
	display: block;
	height: 100%;
	max-width: 100%;
}

.photoVox .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, .8);
	padding: 15px 10px;
}

.photoVox img {
	max-width: 100%;
	height: 0
}


.sectionVox {
	margin: 30px 0 60px 0;
}

.sectionVox .content {
	text-align: center;
}


.content p {
	margin-bottom: 1em;

}


h2 {
	margin: 25px;
	line-height: 1.5;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.sectionVox .content h3 {
	margin: 30px 0;
	line-height: 2;
	font-size: 22px;
	color: #036;
	font-weight: 400;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;

}

.sectionVox .content h4 {
	margin: 21px;
	line-height: 2;
	font-size: 22px;
	color: #600;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

@media only screen and (max-width: 750px) {
	.sectionVox {
		margin: 30px 0;
	}

	h3 {
		margin: 30px 0;
		line-height: 2 !important;
		font-size: 20px;
		color: #036;
		font-weight: 500;
	}

	h4 {
		margin: 20px 0;
		line-height: 2;
		font-size: 20px;
		color: #600;
		text-align: left;
	}

}


.sectionVox .content .description {
	margin-bottom: 65px;
	line-height: 2;
}


.example {
	/*親div*/
	position: relative;
}

.example p {
	position: absolute;
	color: white;
	/*文字は白に*/
	font-size: 1.3em;
	/*サイズ2倍*/
	top: 322px;
	left: 904px;
	color: #000;
}

.example img {
	width: 100%;
}

.outline2 p {
	margin: 0 50px;
	text-align: left;
}

@media only screen and (max-width: 650px) {

	#sp-l {
		text-align: left !important;
	}
}


#sp-l {
	text-align: center !important;
}


/* ドット
-------------------------------------------------------------------------------------------*/
.styleDtd {
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.styleDtd dl {
	margin: 0 50px;
}


.styleDtd dt {
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: left !important;
}

.styleDtd dd {
	margin-left: 18px;
	padding-bottom: 1em;
	text-align: left !important;
}


@media only screen and (max-width: 1700px) {
	.example {
		/*親div*/
		position: relative;
	}

	.example p {
		position: absolute;
		top: 85%;
		left: 52%;
		color: #000;
		-ms-transform: translate(-85%, -52%);
		-webkit-transform: translate(-85%, -52%);
		transform: translate(-85%, -52%);
		margin: 0;
		padding: 0;
	}

	.example img {
		width: 100%;
	}

}


@media only screen and (max-width: 1500px) {
	.example {
		/*親div*/
		position: relative;
	}

	.example p {
		position: absolute;
		top: 85%;
		left: 53%;
		color: #000;
		-ms-transform: translate(-85%, -53%);
		-webkit-transform: translate(-85%, -53%);
		transform: translate(-85%, -53%);
		margin: 0;
		padding: 0;
	}

	.example img {
		width: 100%;
	}

}

@media only screen and (max-width: 750px) {
	.example {
		/*親div*/
		position: relative;
	}

	.example p {
		position: absolute;
		top: 85%;
		left: 50%;
		color: #000;
		-ms-transform: translate(-85%, -50%);
		-webkit-transform: translate(-85%, -50%);
		transform: translate(-85%, -50%);
		margin: 0;
		padding: 0;
	}

	.example img {
		width: 100%;
	}

}

@media only screen and (max-width: 650px) {
	.example {
		/*親div*/
		position: relative;
	}

	.example p {
		position: absolute;
		top: 85%;
		left: 55%;
		color: #000;
		-ms-transform: translate(-85%, -55%);
		-webkit-transform: translate(-85%, -55%);
		transform: translate(-85%, -55%);
		margin: 0;
		padding: 0;
		font-size: 90%;
	}

	.example img {
		width: 100%;
	}

}


/*トップ　散骨・花壇墓　画像*/
#about {}

#about .photoVox {
	background-image: url(./img/top-img1.jpg);
}

#about .photoVox .txt {
	margin: -150px 0 0 310px;
}

#cemetery {}

#cemetery .photoVox {
	background-image: url(./img/top-img2.jpg);
}

#cemetery .photoVox .txt {
	margin: -176px 0 0 -380px;
}


#middleArea {
	width: 1000px;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 1280px) {
	#middleArea {
		width: 96.875%;
		margin: 0 auto 20px;
	}
}



@media only screen and (max-width: 1280px) {

	.t-inhure article p:nth-of-type(2) {
		background: rgba(255, 255, 255, 0.6);
	}

	.photoVox {
		padding-top: 32%;
		background-position: left top;
		background-repeat: no-repeat;
		-ms-background-size: 100%;
		background-size: cover;
		margin-bottom: 10px;
		height: 100%;
	}

	.photoVox a {
		display: block;
		height: 100%;
		max-width: 100%;
	}

	.photoVox .txt {
		position: absolute;
		left: 50%;
		top: 50%;
		background: rgba(255, 255, 255, .8);
		padding: 15px 10px;
	}

}







@media only screen and (max-width: 860px) {

	.t-inhure article {
		position: inherit;
		z-index: 100;
		width: 100%;
		right: 0;
		top: 0;
	}

	.t-inhure article p:first-of-type {
		padding: .4em .4em .4em .4em;
		text-align: center;
	}

	.t-inhure article p:nth-of-type(2) {
		padding: 1em;
	}

	.t-inhure article a {
		margin-bottom: 2em;
	}

	.t-inhure figure {
		margin: 0 auto 2em;
	}

}

@media only screen and (max-width: 700px) {

	.t-inhure figure {
		width: 96%;
	}

	.t-inhure figure img {
		width: 100%;
	}

}


@media only screen and (max-width: 1280px) {

	#siteHeader {}

	.topTitle {
		width: 28px;
		height: auto;
		padding: 5px;
		margin: -25px 0 0 -14px;
	}

	#mainVisualWrapper {
		margin: 0;
		padding-top: 50px;
		height: auto;
	}

	#mainVisualWrapper .inner {
		width: 100%;
	}

	#mainVisualWrapper #mainVisual {
		width: 100%;
		height: auto;
	}

	#mainVisualWrapper #mainVisual li.slide01 {
		background-image: url(./img/slideSP_01.jpg);
	}

	#mainVisualWrapper #mainVisual li.slide02 {
		background-image: url(./img/slideSP_02.jpg);
	}

	#mainVisualWrapper #mainVisual li.slide03 {
		background-image: url(./img/slideSP_03.jpg);
	}

	#mainVisualWrapper #sliderPager {
		padding: 10px 0 15px;
	}

	#container {
		padding: 10px 0;
	}


	/**
	 * module
	 */
	.photoVox {
		padding-top: 20%;
		background-position: left top;
		background-repeat: no-repeat;
		-ms-background-size: 100%;
		background-size: cover;
		margin-bottom: 20px;
		height: 0%;
	}

	.photoVox a {
		display: block;
		height: 100%;
		width: 100%;
	}

	.photoVox .txt {
		position: absolute;
		left: 50%;
		top: 50%;
		background: rgba(255, 255, 255, .8);
		padding: 15px 10px;
	}



	/**
	 * daysSlide
	 */
	#daysSlideWrapper .controlItem {
		margin-top: -16px;
	}

	#daysSlideWrapper .controlItem a {
		width: 16px;
		height: 32px;
	}

	#daysSlideWrapper #sliderPrevBt {
		border-radius: 0 32px 32px 0;
	}

	#daysSlideWrapper #sliderPrevBt a {
		background: scroll url(./img/prevBt.png) no-repeat 2px center;
		background-size: 7px auto;
	}

	#daysSlideWrapper #sliderNextBt {
		border-radius: 32px 0 0 32px;
	}

	#daysSlideWrapper #sliderNextBt a {
		background: scroll url(./img/nextBt.png) no-repeat 8px center;
		background-size: 7px auto;
	}

	#daysSlider {}

	#daysSlider li img {
		max-width: 100%;
	}

	#voice {}

	#voice .photoVox {
		height: auto;
		padding-top: 0;
		text-align: center;
	}

	#voice .content h3 {
		width: 370px;
		margin: 0 auto 20px;
	}

	#voice .description .sign {
		width: 120px;
		margin: 0 0 0 auto;
	}

	#access {}

	#access h2 {
		padding-bottom: 10px;
	}

	#access h2 img {
		width: 320px;
		margin: 0 auto;
	}

	#gMap {
		height: 230px;
	}
}



/* 新着情報*/

.category-btn-block {
	float: left;
	padding-top: 5px;
	margin: 0 auto;
}

.newsTitle {
	padding: 10px;
	clear: both;
	line-height: 160%;
	width: 1000px;
	margin: 0 auto;
}

.category-btn-block .category1 {
	float: left;
}

.category-btn-block .category2 {
	float: left;
}

.category-btn-block .category3 {
	float: left;
}

.category-btn-block .category1 a {
	width: 310px;
	height: 50px;
	background-color: #185993;
	text-align: center;
	color: #fff;
	float: left;
	line-height: 50px;
	margin: 5px;
	text-decoration: none;
}

.category-btn-block .category2 a {
	width: 310px;
	height: 50px;
	text-align: center;
	color: #008000;
	float: left;
	margin: 5px;
	line-height: 50px;
	border: 1px solid;
	border-color: #008000;
	text-decoration: none;
}


.category-btn-block .category3 a {
	width: 310px;
	height: 50px;
	text-align: center;
	color: #318CDF;
	float: left;
	margin: 5px;
	line-height: 50px;
	border: 1px solid;
	border-color: #031de2;
	text-decoration: none;
}

@media only screen and (max-width: 1280px) {

	.category-btn-block {
		float: left;
		padding-top: 5px;
		margin: 0 auto;
	}

	.newsTitle {
		padding: 5px;
		clear: both;
		line-height: 160%;
		max-width: 90%;
		margin: 0 auto;
	}

	.category-btn-block .category1 {
		float: left;
	}

	.category-btn-block .category2 {
		float: left;
	}

	.category-btn-block .category3 {
		float: left;
	}

	.category-btn-block .category1 a {
		width: 290px;
		height: 50px;
		font-size: 90%;
	}

	.category-btn-block .category2 a {
		width: 290px;
		height: 50px;
		font-size: 90%;
	}

	.category-btn-block .category3 a {
		width: 290px;
		height: 50px;
		font-size: 90%;
	}

}



@media only screen and (max-width: 750px) {
	.category-btn-block {
		float: left;
		padding-top: 5px;
		margin: 0 auto;
	}

	.newsTitle {
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.category-btn-block .category1 {
		width: 50%;
		margin: 0 auto;
	}

	.category-btn-block .category2 {
		width: 50%;
		margin: 0 auto;
	}

	.category-btn-block .category3 {
		width: 50%;
		margin: 0 auto;
	}

	.category-btn-block .category1 a {
		max-width: 95%;
		font-size: 90%;
	}

	.category-btn-block .category2 a {
		max-width: 95%;
		font-size: 90%;
	}

	.category-btn-block .category3 a {
		max-width: 95%;
		font-size: 90%;
	}

}



#index-info {
	padding: 10px;
	clear: both;
	line-height: 160%;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}

#index-info>img {
	vertical-align: bottom
}

#index-info>img:nth-of-type(1) {
	float: left
}

#index-info>a>img {
	float: right;
	margin-right: 10px
}

#index-info dt {
	padding: 1em 0.3em 0 0.3em;
}

#index-info dd {
	margin: -1.5em 0 0 5px;
	padding: 0 0.3em 1em 8.5em;
	border-bottom: 1px dotted #CCC;
	line-height: 170%;
}

#index-info dd>span {
	color: #FFF;
	padding: 1px 15px 0.5px;
	margin-right: 0.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}



@media only screen and (max-width: 1210px) {
	#index-info {
		padding: 10px;
		clear: both;
		line-height: 160%;
		width: 600px;
		margin: 10px auto;
	}

	#index-info dt {
		padding: 1em 0.3em 0 0.3em;
	}

	#index-info dd {
		margin: -1.5em 0 0 5px;
		padding: 0 0.3em 1em 8.5em;
		border-bottom: 1px dotted #CCC;
		line-height: 170%;
	}

	#index-info dd>span {
		color: #FFF;
		padding: 1px 15px 0.5px;
		margin-right: 0.5em;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
}

@media only screen and (max-width: 800px) {
	#index-info {
		width: 95%;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	#index-info dl {
		padding: 2em 0 2em 0.3em;
	}

	#index-info dt {
		padding: 0.5em 0.3em 0 0.3em;
	}

	#index-info dd {
		margin: 0px 0 0 10px;
		padding: 0 0.3em 0.5em 0.3em;
	}

	.post {
		width: 95%;
		margin: 0 auto;
	}


}



footer {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 1px;
	font-size: 14px;

}


.sampleBox {
	border: 1px solid #cccccc;
	height: 200px;
	position: relative;
}

.sampleBox img {
	position: absolute;
	right: 0px;
	bottom: 0px;

}

.sample {
	position: absolute;
	right: 290px;
	bottom: 0px;
}

.sample1 {
	position: absolute;
	right: 20px;
	bottom: 0px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */



/* グローバルメニュー
------------------------------------------------------------*/

.gmenu-b p {
	display: none;
}

.gmenu-b {
	background-color: #000024;
	width: 100%;
	z-index: 100;
}

.gmenu-b ul {
	float: right;
}

.gmenu-b li {
	margin: 0;
	width: 205px;
}

.gmenu-b li span {
	display: none;
}

.gmenu-b li a {
	text-decoration: none;
}

/*.kaigyo{ clear:both !important;}*/


@media only screen and (max-width:1399px) {
	.gmenu-b p {
		display: inline-block;
		float: left;
		font-size: 1.4em;
		font-weight: bold;
		padding: 20px 10px;
	}

	.gmenu-b p a,
	.gmenu-b p a:visited {
		color: #FFF;
	}

	.gmenu-b p a:hover {
		background-color: none !important;
		color: #FFF;
	}

	.gmenu-b {
		top: 0;
	}

	.gmenu-b ul {
		width: 96%;
		margin: 0 auto;
	}


}

/* トップページコンテンツ
------------------------------------------------------------*/

#cont {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	padding-top: 70px;
}

#cont-l {
	width: 750px;
	float: left;
}

@media only screen and (max-width: 1080px) {

	#cont {
		width: 96%;
	}

	#cont-l {
		width: 74%;
	}

}



.bg-slider {
	max-width: 100vw;
	height: 928px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	position: relative;
}

.bg-slider__title {
	width: 103px;
	text-align: center;
	position: absolute;
	bottom: 200px;
	left: 45%;
}


@media only screen and (max-width: 1080px) {

	.bg-slider {
		width: 100%;
		height: 0;
		padding-top: 60.2%;
		position: relative;
	}

	.bg-slider__title {
		width: 60%;
	}

	.bg-slider__title img {
		width: 100%;
	}

}


/* 次ページコンテンツ
------------------------------------------------------------*/

.bg-next {
	max-width: 100%;
	height: 580px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


@media only screen and (max-width:1399px) {

	.bg-slider {
		width: 100%;
		height: 0;
		padding-top: 60.2%;
		position: relative;
	}

	.bg-slider__title {
		width: 60%;
		bottom: 100px;
		left: 20%;
	}

	.bg-next {
		width: 100%;
		height: auto;

	}

}


@media only screen and (max-width: 1280px) {

	#cont-l {
		width: 100%;
	}

	.bg-slider {
		max-width: 100vw;
		height: auto;
		background-position: center center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		position: relative;
	}

	.bg-slider__title {
		width: 10%;
		text-align: center;
		position: absolute;
		bottom: 15%;
		left: 45%;
	}


}



@media only screen and (max-width:750px) {

	#cont-l {
		width: 100%;
	}

	.bg-slider {
		max-width: 100vw;
		height: auto;
		background-position: center center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		position: relative;
	}

	.bg-slider__title {
		width: 10%;
		text-align: center;
		position: absolute;
		bottom: 9%;
		left: 45%;
	}

}

.f_menu {
	display: none;
	width: 100%;
	height: 85px;
	background: #000024;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.f_menu a {
	display: inline-block;
	width: 259px;
	margin: 0px 5px;
	padding: 10px 0px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	letter-spacing: normal;
}


@media only screen and (max-width:1399px) {

	.f_menu {
		display: none;
		width: 100%;
		height: 85px;
		background: #000024;
		text-align: center;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}

	.f_menu a {
		display: inline-block;
		width: 259px;
		margin: 0px 5px;
		padding: 10px 0px;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 10px;
		letter-spacing: normal;
	}

	.f_menu a:nth-of-type(2),
	.f_menu a:nth-of-type(3) {
		display: none;
	}

}

@media only screen and (max-width: 1000px) {

	.f_menu a:nth-of-type(1),
	.f_menu a:nth-of-type(2),
	.f_menu a:nth-of-type(3) {
		display: none;
	}

}

@media only screen and (max-width: 750px) {
	.f_menu {
		display: none;
		width: 100%;
		height: 75px;
		background: #000024;
		text-align: center;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}

	.f_menu a:nth-of-type(1),
	.f_menu a:nth-of-type(2),
	.f_menu a:nth-of-type(3) {
		display: none;
	}

	.f_menu a {
		display: inline-block;
		width: 40%;
		margin: 0px 5px;
	}

}

@media only screen and (max-width: 650px) {
	.f_menu {
		display: none;
		width: 100%;
		height: 65px;
		background: #000024;
		text-align: center;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}

	.f_menu a:nth-of-type(1),
	.f_menu a:nth-of-type(2),
	.f_menu a:nth-of-type(3) {
		display: none;
	}

	.f_menu a {
		display: inline-block;
		width: 40%;
		margin: 0px 5px;
	}

}

.f_menu2 {
	color: #ffffff;
	font-size: 30px;
	padding: 5px 0 5px;
	letter-spacing: normal;
}



#dd-full {
	zoom: 1;
}

#dd-full:after {
	content: "";
	display: table;
	clear: both;
}


#dd-full ul {

	justify-content: flex-end;

}

#dd-full>ul>li {
	float: left;
}

#dd-full li ul {
	width: 100%;
	color: white;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 10px;
	background: rgba(0, 51, 153, 0.7);
	bottom: 3em;
}


@media only screen and (max-width:1399px) {
	#dd-full li ul {
		position: inherit;
	}

	#dd-full>ul>li {}

	#dd-full {
		width: 100%;
	}

}



/* 共通
   ========================================================================== */

nav a {
	text-decoration: none;

}

/*nav a:hover {
  color: white;

}



/* スクロールしたらページ固定
   ========================================================================== */
.fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;

}

.fixed ul {
	max-width: 100%;
	text-align: left;
	padding-left: 0;
}

.fixed ul li ul {
	bottom: inherit !important;
}

.fixed h1 {
	height: 49px;
	float: left;
	padding: 10px 0px 0 10px;
}

.list {
	width: 1250px;
	margin: 15px auto;
}

.list_Item {
	display: flex;
	flex-wrap: wrap;
}

.list_Item div {
	width: 33%;
	margin-bottom: 1em;
}

.list_Item div figure {
	margin: 0.5em;
}

.list_Item div figure img {
	max-width: 100%;
}

.list_Item div p {
	width: 90%;
	text-align: left;
	margin: 0 20px;
}

.nextpage {
	width: 1250px;
	margin: 15px auto;
}

@media only screen and (max-width: 1280px) {
	.list {
		width: 90%;
		margin: 15px auto;
	}

	.nextpage {
		width: 100%;
		margin: 15px auto;
	}

	.list_Item div figure {
		margin: 0.5em;
	}

	.list_Item div figure img {
		max-width: 100%;
	}

	.list_Item div p {
		width: 90%;
		margin: 5%;
	}
}


@media only screen and (max-width: 980px) {
	.list {
		width: 90%;
		margin: 10px auto;
	}

	.nextpage {
		width: 90%;
		margin: 10px auto;
	}

	.list_Item {
		display: flex;
		flex-wrap: wrap;
	}

	.list_Item div {
		width: 50%;
		margin: 15px auto;
	}


	.list_Item div figure {
		margin: 0.5em;
	}

	.list_Item div figure img {
		max-width: 90%;
	}

	.list_Item div p {
		width: 90%;
		margin: 5%;
	}

}



@media only screen and (max-width: 480px) {
	.list {
		width: 90%;
		margin: 5px auto;
	}

	.nextpage {
		width: 90%;
		margin: 15px auto;
	}

	.list_Item div {
		width: 100%;
	}

	.list_Item div figure img {
		width: 100%;
		margin: 13px;
	}

	.list_Item div figure p {
		width: 100%;
	}
}



@media only screen and (max-width: 1280px) {

	.sectionVox .content p {
		text-align: left !important;
		margin-bottom: 10px;
		margin: 0 50px;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.styleDi2 {
		text-align: left !important;
		margin: 0 50px;
		line-height: 2;
	}
}




@media only screen and (max-width: 1280px) {

	.content p {
		text-align: left !important;
		margin: 10px 200px !important;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

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

	.content p {
		text-align: left !important;
		margin: 10px !important;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	p.left2 {
		text-align: left !important;
		margin-bottom: 10px;
		margin: 0 50px;
		line-height: 2;
	}
}


@media only screen and (max-width: 750px) {

	.content p {
		text-align: left !important;
		margin: 10px 30px !important;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}


figure {
	margin: 0;
	padding: 0;
}



.topTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	background: rgba(35, 24, 21, .8);
	padding: 20px 15px 20px 11px;
	margin: -190px 0 0 -45px;

}

#mainVisualWrapper {
	background-color: #000;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: relative;

}

#mainVisualWrapper .inner {
	position: relative;
}

#mainVisualWrapper #mainVisual {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#mainVisualWrapper #mainVisual li {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-ms-background-size: cover;
	background-size: cover;
}

#mainVisualWrapper #mainVisual li.slide01 {
	background-image: url(./img/slide_01.jpg);
}

#mainVisualWrapper #mainVisual li.slide02 {
	background-image: url(./img/slide_02.jpg);
}

#mainVisualWrapper #mainVisual li.slide03 {
	background-image: url(./img/slide_03.jpg);
}

/**
 * container
 */
#container {
	padding: 50px 0;
}




/*
.information { margin: 0 200px;} */
.information {
	margin: 0 auto;
	width: 1300px;
}

.information {
	float: left;
	margin-bottom: 20px;
}

.information h3 {
	margin-bottom: 20px;
	text-align: center;
}

.information .item {
	width: 368px;
	height: 400px;
	padding: 10px 15px;
}


.information .item p {
	font-size: 1.2rem;
}






#access {}

#access h2 {
	text-align: center;
	padding-bottom: 15px;
	background: #FFF;
}

#gMap {
	height: 350px;
	background: #ebebeb;
}



@media only screen and (max-width: 1280px) {

	.information {
		max-width: 90%;
	}

	.item {
		max-width: 90%;
	}

}

@media only screen and (max-width: 767px) {
	.information {
		margin: 0 20px;
		float: none;
		width: 100%;
	}

	.information .item {
		width: 96%;
	}

	.information .item p {
		font-size: 80%;
	}


}


.information2 {
	margin: 0 auto;
	width: 1600px;
	height: 600px;
	margin-bottom: 100px;
}


.item2 {
	width: 750px;
	height: 500px;
	margin: 0 10px;
	float: left;
}

.google-maps {
	position: relative;
	padding-bottom: 70%; // これが縦横比
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.item2 p {
	text-align: center;
	font-size: 1.2rem;
}


.item2 p span {

	font-size: 24px !important;
}


.waku {
	width: 750px;
	padding: 2px;
	border: 1px solid #CCC;
}

.ayumi {
	text-align: center;
	font-size: 22px;
	padding-bottom: 50px;
}



@media only screen and (max-width:1600px) {

	.information2 {
		width: 90%;
		height: 500px;
		margin: 0 auto;
	}

	.item2 {
		max-width: 45%;
		margin: 0 2%;

	}

	.item2 p {
		font-size: 1.2rem;
		text-align: center;
	}

	.waku {
		width: 45%;
		padding: 2px;
		border: 1px solid #CCC;
	}

}

@media only screen and (max-width: 1280px) {

	.information2 {
		max-width: 90%;
		height: auto;
		margin: 10px auto;
	}

	.item2 {
		max-width: 100%;
		float: none;
		margin: 30px auto;
		height: 100%;
		clear: both;
	}


	.item2 p {
		font-size: 1.2rem;
		text-align: center;
		padding: 10px 0;
	}

	.waku {
		max-width: 100%;
		padding: 2px;
		border: 1px solid #CCC;
	}


	.ayumi {
		text-align: center;
		font-size: 22px !important;
		margin: 0 auto;
		padding-bottom: 50px;
	}


}

@media screen and (max-width: 750px) {

	.ayumi {
		text-align: left !important;
		font-size: 20px !important;
		padding: 0 20px 30px 25px !important;
	}
}


@media screen and (min-width: 1279px) {
	.br-sp {
		display: none;
	}

	.br-pc {
		display: block;
	}

}

@media screen and (max-width: 1280px) {
	.br-sp {
		display: block;
	}

	.br-pc {
		display: none;
	}
}


@media screen and (min-width: 750px) {
	.br-sp2 {
		display: none;
	}

	.br-pc2 {
		display: block;
	}

}

@media screen and (max-width: 749px) {
	.br-sp2 {
		display: block;
	}

	.br-pc2 {
		display: none;
	}
}




@media only screen and (max-width: 1280px) {

	#siteHeader {}

	.topTitle {
		width: 28px;
		height: auto;
		padding: 5px;
		margin: -25px 0 0 -14px;
	}


}


@media only screen and (max-width: 1280px) {

	.post {
		width: 95%;
		margin: 0 auto;
	}


}

.btnStyle01 {
	line-height: 1;
	padding: 3px;
	margin-top: 50px;
	background: #000033;
	display: inline-block;
	color: #FFFFFF !important;
	text-decoration: none !important;
	-webkit-transition: .25s;
	transition: .25s;
}

.btnStyle01 div {
	border: 1px solid #FFFFFF;
	padding: 6px 80px;
}

.btnStyle01:hover {
	opacity: .7;
}



.item {
	display: flex;
	flex-wrap: wrap;
}

.item div {
	width: 30%;
	margin-bottom: 1em;
	border: solid 1px #CCCCCC;
	/*線*/
}

.item div {
	margin-left: 1%;
}

.item div figure {
	margin-bottom: 0.5em;
}

.item div figure img {
	width: 100%;
}

.item div p {
	width: 90%;
	margin: 0 10px;
}

/*
.benefits div p span{ margin:-50px auto; color:#FFF;}	 */


@media only screen and (max-width: 650px) {
	.item div {
		width: 45%;
		margin-bottom: 1em;
		border: solid 1px #CCCCCC;
		/*線*/
	}

	.item div figure img {
		width: 100%;
	}
}


/* 海洋散骨の流れ
-------------------------------------------------------------------------------------------*/
.styleBox {
	width: 90%;
	margin: 0 auto !important;
	max-width: 1000px;

}


.styleBox dt {
	border-top: 1px solid #B7B7F0;
	border-left: 1px solid #B7B7F0;
	border-right: 1px solid #B7B7F0;
	padding: 10px;
	background-color: #f8f8ff;
	font-weight: bolder;
}

.styleBox dd {
	text-align: left;
	border-bottom: 1px solid #B7B7F0;
	border-left: 1px solid #B7B7F0;
	border-right: 1px solid #B7B7F0;
	padding: 20px;
	background-color: #f8f8ff;
}



.styleBox2 {
	width: 1000px;
	margin: 0 5%;
	margin: 0 auto !important;

}



.styleBox2 p {
	text-align: left !important;
	padding-top: 10px;
	line-height: 2em;

}

p.styleBox {
	padding: 10px;
	border-style: solid;
	border-color: #B7B7F0;
	border-width: 1px;
	background-color: #f8f8ff;
	width: 89%;
	margin: 10px 0 !important;
}


.styleBox3 {
	width: 90%;
	margin: 0;

}


.styleBox3 dt {
	border-top: 1px solid #B7B7F0;
	border-left: 1px solid #B7B7F0;
	border-right: 1px solid #B7B7F0;
	padding: 10px;
	background-color: #f8f8ff;
	font-weight: bolder;
}

.styleBox3 dd {
	text-align: left;
	border-bottom: 1px solid #B7B7F0;
	border-left: 1px solid #B7B7F0;
	border-right: 1px solid #B7B7F0;
	padding: 20px;
	background-color: #f8f8ff;
}

/* 枠　
-------------------------------------------------------------------------------------------*/

.box1 {
	width: 90%;
	margin: 0 auto !important;
	padding: 0.5em 1em;
	max-width: 1000px;
	border-bottom: solid 6px #360;
	border-top: solid 6px #360;
	box-shadow: 0 3px 6px rgba(25, 0, 0, 0.25);
	border-radius: 9px;
}

.box1 p {
	max-width: 100% !important;
	margin: 0 !important;
}

@media only screen and (max-width: 650px) {
	.styleBox2 {
		width: 100%;
		margin: 0 3%;

	}

	.box1 {
		max-width: 80%;
		margin: 0 1%;

	}

}


.ttl {
	font-weight: bolder;
	line-height: 1em;
	border-bottom: 1px dotted #556b2f;
	padding: 10px 0;
	margin: 0 5px 10px 12px;
}


/* テーブル
-------------------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 10px auto;
	max-width: 1000px;
	vertical-align: middle;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}


table a {
	color: #0086DF;
}

table th {
	border-radius: 5px 5px 0 0;
}



table th {
	text-align: center;
	vertical-align: middle;
	color: #333;
	background: linear-gradient(#FFFFFF, #E2EDF8);
	border-left: 1px solid #a8b7c5;
	border-top: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;

}

table td {
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top: none;
	padding: 0.5em;
}

table td:last-child {
	border-right: 1px solid #a8b7c5;
}

table th:last-child {
	border-right: 1px solid #a8b7c5;
}


table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

table tbody tr:hover {
	background: #99BCBF;
	border: 1px solid #03476F;
	color: #000;
}

@media only screen and (max-width: 1280px) {


	table {
		border-collapse: separate;
		border-spacing: 0;
		width: 90%;
		margin: 10px auto;
		vertical-align: middle;
	}

}

@media only screen and (max-width: 650px) {

	table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

}

/*対応海域　取り消し線を下線に*/
.page-id-25 .broken_link, a.broken_link {
    text-decoration: underline !important;
}

/* 対応海域　地図　 */
.pc {
	display: block !important;
	margin: auto !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1279px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
		margin: auto !important;
	}
}


/* 左側回り込み用
-------------------------------------------------------------------------------------------*/
.styleL {
	float: left;
	clear: none;
	margin: 0 10px;
}

/* 右側回り込み用
-------------------------------------------------------------------------------------------*/
.styleR {
	float: right;
	clear: none;
	margin: 0 0 10px 10px;
}

/* 右側回り込み用
-------------------------------------------------------------------------------------------*/
.styleC {
	text-align: center;
}



@media only screen and (max-width: 650px) {
	.styleL {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.styleR {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}

/*リンクバナー 粉骨・手元供養*/

.t-info {
	width: 1080px;
	margin: 100px auto;
}

.t-info a {
	display: block;
	width: 516px;
	height: 217px;
	float: left;
	margin-bottom: 30px;
}

.t-info a:nth-of-type(even) {
	margin-left: 48px;
}

.t-info a:hover {
	opacity: 0.7;
}

.t-info a div {
	width: 200px;
	height: 217px;
	sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	padding-top: 78px;
}

.t-info a div span {
	font-size: .5em;
	display: block;
	opacity: 0.8;
}

.t-info a figure {
	width: 316px;
	height: 217px;
}

.t-info a:first-of-type figure {
	background: url(./img/t-infop1.jpg) no-repeat;
}

.t-info a:nth-of-type(2) figure {
	background: url(./img/t-infop2.jpg) no-repeat;
}

.t-info a:nth-of-type(3) figure {
	background: url(./img/t-infop5.jpg) no-repeat;
}


.t-info a:nth-of-type(1),
.info a:nth-of-type(4) {
	background-color: #030;
}

.t-info a:nth-of-type(2),
.info a:nth-of-type(3) {
	background-color: #336;
}

.info a:nth-of-type(2) figure,
.info a:nth-of-type(4) figure,
.info a:nth-of-type(1) div,
.info a:nth-of-type(3) div {
	float: right;
}

.info a:nth-of-type(1) figure,
.info a:nth-of-type(3) figure,
.info a:nth-of-type(2) div,
.info a:nth-of-type(4) div {
	float: left;
}

.t-info:after {
	content: "";
	clear: both;
	display: block;
}

/*リンクバナー 花壇墓・手元供養・花壇墓(別サイト）*/

.info-2 {
	width: 1080px;
	margin: 100px auto;
}

.info-2 a {
	display: block;
	width: 516px;
	height: 217px;
	float: left;
	margin-bottom: 30px;
}

.info-2 a:nth-of-type(even) {
	margin-left: 48px;
}

.info-2 a:hover {
	opacity: 0.7;
}

.info-2 a div {
	width: 200px;
	height: 217px;
	sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	padding-top: 78px;
}

.info-2 a div span {
	font-size: .5em;
	display: block;
	opacity: 0.8;
}

.info-2 a figure {
	width: 316px;
	height: 217px;
}

/*手元供養*/
.info-2 a:first-of-type figure {
	background: url(./img/t-infop2.jpg) no-repeat;
}

.info-2 a:nth-of-type(2) figure {
	background: url(./img/t-infop4.jpg) no-repeat;
}

.info-2 a:nth-of-type(3) figure {
	background: url(./img/t-infop4-2.jpg) no-repeat;
}

.info-2 a:nth-of-type(4) figure {
	background: url(./img/t-infop4.jpg) no-repeat;
}

.info-2 a:nth-of-type(1) {
	background-color: #006600;
}

.info-2 a:nth-of-type(2) {
	background-color: #336;
}

.info-2 a:nth-of-type(3) {
	background-color: #66CC00;
}

.info-2 a:nth-of-type(4) {
	background-color: #336;
}

.info-2 a:nth-of-type(2) figure,
.info-2 a:nth-of-type(4) figure,
.info-2 a:nth-of-type(1) div,
.info-2 a:nth-of-type(3) div {
	float: right;
}

.info-2 a:nth-of-type(1) figure,
.info-2 a:nth-of-type(3) figure,
.info-2 a:nth-of-type(2) div,
.info-2 a:nth-of-type(4) div {
	float: left;
}

.info-2:after {
	content: "";
	clear: both;
	display: block;
}



/*リンクバナー 手元供養・花壇墓
.info-2{ width:1080px; margin:100px auto;}
.info-2 a{ display:block; width:516px; height:217px; float:left; margin-bottom:30px;}
.info-2 a:nth-of-type(even){ margin-left:48px;}
.info-2 a:hover{ opacity:0.7;}
.info-2 a div{ width:200px; height:217px; sans-serif; color:#FFF; font-size:1.3em; text-align:center; padding-top:78px;}

.info-2 a div span{ font-size:.5em; display:block; opacity:0.8;}
.info-2 a figure{ width:316px; height:217px;}
.info-2 a:first-of-type figure{ background:url(./img/t-infop2.jpg) no-repeat;}
.info-2 a:nth-of-type(2) figure{ background:url(./img/t-infop4.jpg) no-repeat;}
.info-2 a:nth-of-type(3) figure{ background:url(./img/t-infop3.jpg) no-repeat;}
.info-2 a:nth-of-type(4) figure{ background:url(./img/t-infop4.jpg) no-repeat;}

.info-2 a:nth-of-type(1), .info-2 a:nth-of-type(4){ background-color: #336;}
.info-2 a:nth-of-type(2), .info-2 a:nth-of-type(3){ background-color: #360;}

.info-2 a:nth-of-type(2) figure, .info-2 a:nth-of-type(4) figure, .info-2 a:nth-of-type(1) div, .info-2 a:nth-of-type(3) div{ float:right;}
.info-2 a:nth-of-type(1) figure, .info-2 a:nth-of-type(3) figure, .info-2 a:nth-of-type(2) div, .info-2 a:nth-of-type(4) div{ float:left;}

.info-2:after{ content: ""; clear: both; display: block;}*/

/*リンクバナー 散骨・花壇墓・よくある質問*/

.info3 {
	width: 1080px;
	margin: 100px auto;
}

.info3 a {
	display: block;
	width: 516px;
	height: 217px;
	float: left;
	margin-bottom: 30px;
}

.info3 a:nth-of-type(even) {
	margin-left: 48px;
}

.info3 a:hover {
	opacity: 0.7;
}

.info3 a div {
	width: 200px;
	height: 217px;
	sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	padding-top: 78px;
}

.info3 a div span {
	font-size: .5em;
	display: block;
	opacity: 0.8;
}

.info3 a figure {
	width: 316px;
	height: 217px;
}

.info3 a:first-of-type figure {
	background: url(./img/t-infop3.jpg) no-repeat;
}

.info3 a:nth-of-type(2) figure {
	background: url(./img/t-infop4.jpg) no-repeat;
}

.info3 a:nth-of-type(3) figure {
	background: url(./img/t-infop5.jpg) no-repeat;
}

.info3 a:nth-of-type(4) figure {
	background: url(./img/t-infop4.jpg) no-repeat;
}

.info3 a:nth-of-type(1) {
	background-color: #C60;
}

.info3 a:nth-of-type(2) {
	background-color: #006600;
}

.info3 a:nth-of-type(3) {
	background-color: #CC3366;
}

.info3 a:nth-of-type(4) {
	background-color: #336;
}


.info3 a:nth-of-type(2) figure,
.info3 a:nth-of-type(4) figure,
.info3 a:nth-of-type(1) div,
.info3 a:nth-of-type(3) div {
	float: right;
}

.info3 a:nth-of-type(1) figure,
.info3 a:nth-of-type(3) figure,
.info3 a:nth-of-type(2) div,
.info3 a:nth-of-type(4) div {
	float: left;
}

.info3:after {
	content: "";
	clear: both;
	display: block;
}

/*リンクバナー 散骨・手元供養・よくある質問*/

.info4 {
	width: 1080px;
	margin: 100px auto;
}

.info4 a {
	display: block;
	width: 516px;
	height: 217px;
	float: left;
	margin-bottom: 30px;
}

.info4 a:nth-of-type(even) {
	margin-left: 48px;
}

.info4 a:hover {
	opacity: 0.7;
}

.info4 a div {
	width: 200px;
	height: 217px;
	sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	padding-top: 78px;
}

.info4 a div span {
	font-size: .5em;
	display: block;
	opacity: 0.8;
}

.info4 a figure {
	width: 316px;
	height: 217px;
}

.info4 a:first-of-type figure {
	background: url(./img/t-infop3.jpg) no-repeat;
}

.info4 a:nth-of-type(2) figure {
	background: url(./img/t-infop2.jpg) no-repeat;
}

.info4 a:nth-of-type(3) figure {
	background: url(./img/t-infop5.jpg) no-repeat;
}

.info4 a:nth-of-type(4) figure {
	background: url(./img/t-infop4.jpg) no-repeat;
}

.info4 a:nth-of-type(1) {
	background-color: #C60;
}

.info4 a:nth-of-type(2) {
	background-color: #336;
}

.info4 a:nth-of-type(3) {
	background-color: #CC3366;
}

.info4 a:nth-of-type(4) {
	background-color: #336;
}

.info4 a:nth-of-type(2) figure,
.info4 a:nth-of-type(4) figure,
.info4 a:nth-of-type(1) div,
.info4 a:nth-of-type(3) div {
	float: right;
}

.info4 a:nth-of-type(1) figure,
.info4 a:nth-of-type(3) figure,
.info4 a:nth-of-type(2) div,
.info4 a:nth-of-type(4) div {
	float: left;
}

.info4:after {
	content: "";
	clear: both;
	display: block;
}

@media only screen and (max-width: 1279px) {


	.t-info {
		width: 96%;
		height: 90%;
		margin-bottom: 50px;
	}

	.t-info a {
		width: 48%;
	}

	.t-info a:nth-of-type(even) {
		margin-left: 4%;
	}

	.t-info a div {
		width: 38%;
		height: auto;
		padding: 20% 0;
		font-size: 1.2em;
	}

	.t-info a figure {
		width: 62%;
		padding-top: 42%;
	}

	.info-2 {
		width: 96%;
		height: 90%;
		margin-bottom: 50px;
	}

	.info-2 a {
		width: 48%;
	}

	.info-2 a:nth-of-type(even) {
		margin-left: 4%;
	}

	.info-2 a div {
		width: 38%;
		height: auto;
		padding: 20% 0;
		font-size: 1.2em;
	}

	.info-2 a figure {
		width: 62%;
		padding-top: 42%;
	}

	.info3 {
		width: 96%;
		height: 90%;
		margin-bottom: 50px;
	}

	.info3 a {
		width: 48%;
	}

	.info3 a:nth-of-type(even) {
		margin-left: 4%;
	}

	.info3 a div {
		width: 38%;
		height: auto;
		padding: 20% 0;
		font-size: 1.2em;
	}

	.info3 a figure {
		width: 62%;
		padding-top: 42%;
	}

	.info4 {
		width: 96%;
		height: 90%;
		margin-bottom: 50px;
	}

	.info4 a {
		width: 48%;
	}

	.info4 a:nth-of-type(even) {
		margin-left: 4%;
	}

	.info4 a div {
		width: 38%;
		height: auto;
		padding: 20% 0;
		font-size: 1.2em;
	}

	.info4 a figure {
		width: 62%;
		padding-top: 42%;
	}

}




@media only screen and (max-width: 650px) {
	.t-info {
		width: 100%;
		height: 90%;
		margin-bottom: 10px;
	}

	.t-info a {
		width: 90%;
	}

	.t-info a {
		margin-left: 4%;
	}

	.t-info a div {
		width: 38%;
		height: auto;
		padding: 24% 0;
	}

	.t-info a figure {
		width: 62%;
		padding-top: 42%;
	}

	.info-2 {
		width: 100%;
		height: 90%;
	}

	.info-2 a {
		width: 90%;
	}

	.info-2 a {
		margin-left: 4%;
	}

	.info-2 a div {
		width: 38%;
		height: auto;
		padding: 24% 0;
		font-size: 90%;
	}

	.info-2 a figure {
		width: 62%;
		padding-top: 42%;
	}

	.info3 {
		width: 100%;
		height: 90%;
	}

	.info3 a {
		width: 90%;
	}

	.info3 a {
		margin-left: 4%;
	}

	.info3 a div {
		width: 38%;
		height: auto;
		padding: 23% 0;
		font-size: 95%;
	}

	.info3 a figure {
		width: 62%;
		padding-top: 20%;
	}

	.info4 {
		width: 100%;
		height: 90%;
	}

	.info4 a {
		width: 90%;
	}

	.info4 a {
		margin-left: 4%;
	}

	.info4 a div {
		width: 38%;
		height: auto;
		padding: 23% 0;
		font-size: 95%;
	}

	.info4 a figure {
		width: 62%;
		padding-top: 20%;
	}

	.f-big {
		font-size: 19px;
	}

	.f-14 {
		font-size: 1.2rem;
	}
}


.f-12 {
	font-size: 1rem;
}

.f-14 {
	font-size: 1.4rem;
}

.f-big {
	font-size: 26px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.p20 {
	padding: 0 20px;
}

.ml2 {
	margin-left: 2em;
}

.pb50 {
	padding-bottom: 50px;
}

.mt10 {
	padding-top: 10px;
}

.mb1 {
	margin-bottom: 1em;
}

.mb2 {
	margin-bottom: 2em;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mtb1 {
	margin: 1em 0;
}

.ml1 {
	margin-left: 18px;
}

.red {
	color: #C00;
}

.pink {
	color: #ff1493;
}

.green {
	color: #228b22;
}

.orange {
	color: #ffa500;
}

.blue {
	color: #051957;
}

.gray {
	color: #ddd;
}

.text600 {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.W30 {
	width: 30%;
}

.W800 {
	width: 800px;
}

.odd {
	background: #D3E4E5;
}

.clear {
	clear: both;
}

.indent-1 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.solid {
	border-bottom: solid 2px #b20000;
	/* ボーダー下部のスタイルを実線で指定する */
}

/* 数字
-------------------------------------------------------------------------------------------*/
.styleDe li {
	list-style-type: decimal;
}

/* ●
-------------------------------------------------------------------------------------------*/
.styleDi li {
	list-style-type: disc;
}


.styleDi2 li {
	list-style-type: disc;
	text-align: left;
}

/* ○
-------------------------------------------------------------------------------------------*/
.styleCi li {
	list-style-type: circle;
}

/* ■
-------------------------------------------------------------------------------------------*/
.styleSq li {
	list-style-type: square;
}

/* アルファベット小文字
-------------------------------------------------------------------------------------------*/
.styleAl li {
	list-style-type: lower-alpha;
}

/* アルファベット大文字
-------------------------------------------------------------------------------------------*/
.styleAu li {
	list-style-type: upper-alpha;
}

/* 無
-------------------------------------------------------------------------------------------*/
.styleNo li {
	list-style-type: none;
}


/* マウスに反応
-------------------------------------------------------------------------------------------*/
table.styleT1 {
	background: #D3E4E5;
	border: 1px solid #bbb;
	border-collapse: collapse;
	color: #fff;
	max-width: 90%;
}

.styleT1 caption {
	border: 1px solid #5C443A;
	color: #5C443A;
	font-weight: bold;
	letter-spacing: 20px;
	padding: 6px 4px 8px 0px;
	text-align: center;
	text-transform: uppercase;
}

.styleT1 td,
.styleT1 th {
	color: #333;
	padding: 5px;
}

tr {
	border: 1px dotted #bbb;
}

.styleT1 thead th,
.styleT1 tfoot th {
	background: #051957;
	color: #fff;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.styleT1 tbody td a {
	color: #363636;
	text-decoration: none;
}

.styleT1 tbody td a:visited {
	color: gray;
	text-decoration: line-through;
}

.styleT1 tbody td a:hover {
	text-decoration: underline;
}

.styleT1 tbody th a {
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}

.styleT1 tbody th a:hover {
	color: #363636;
}

.styleT1 tbody td+td+td+td a {
	color: #03476F;
	padding-left: 15px;
}

.styleT1 tbody td+td+td+td a:visited {}

.styleT1 tbody th,
.styleT1 tbody td {
	vertical-align: middle;
	/*:top;*/
}

.styleT1 tfoot td {
	background: #5C443A;
	color: #FFFFFF;
	padding-top: 3px;

}

.odd {
	background: #fff;
}

.styleT1 tbody tr:hover {
	background: #99BCBF;
	border: 1px solid #03476F;
	color: #000;
}



/* 浮き出し
-------------------------------------------------------------------------------------------*/
table.styleT2 {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #ddd #ddd #ccc;
	background-color: #e6e6e6;
	border-collapse: separate;
	max-width: 90%;
}

.styleT2 caption {
	padding: 0.2em 0 0.3em;
}

.styleT2 th,
.styleT2 td {
	padding: 0.3em 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-spacing: 1px;
}

.styleT2 th {
	border-color: #fff #ccc #ccc #fff;
	background-color: #ddd;
}

.styleT2 td {
	border-color: #fff #ddd #ddd #fff;
	background-color: #fff;
}

.styleT2 td.tableBg {
	border-color: #fff #ccc #ccc #fff;
	background-color: #ddd;
	vertical-align: middle;
}

/* 回り込み解除
-------------------------------------------------------------------------------------------*/
br.clear,
hr.clear {
	float: none;
	clear: both;
	width: 100%;
}

h5.ttl {
	font-weight: bolder;
	line-height: 1em;
	border-bottom: 1px dotted #556b2f;
	padding: 10px 0;
	margin: 0 5px 10px 12px;
}



/* 申込　クリック
-----------------------------------------*/
.button+div {
	display: none;
}

.one+div {
	display: block;
}


/* ドット
-------------------------------------------------------------------------------------------*/
.styleDtd dt {
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: left !important;
}

.styleDtd dd {
	margin-left: 18px;
	padding-bottom: 1em;
	text-align: left !important;
}


.rec-doga div {
	width: 50%;
	margin: 0 auto;
	position: relative;
	padding-top: 30%;
}

.rec-doga iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 600px) {

	.rec-gazo figure,
	.rec-doga div {
		width: 100%;
	}

	.rec-doga div {
		padding-top: 50%;
		height: 100%;
	}

	.ml100 {
		margin-left: 10px;
	}
}

.ml100 {
	margin-left: 100px;
}

@media only screen and (max-width: 1280px) {
	.ml100 {
		margin-left: 100px;
	}
}



.seotext_01 {
	text-decoration: underline;
	/*下線を引く*/
}



.box_qa {
	border: 0.5px solid #9D9D9D;
	max-height: 100%;
	margin: 15px auto !important;
	max-width: 1000px;
}

.box_qa dl {
	position: relative;
}

.box_qa dt {
	display: block;
	cursor: pointer;
	padding: 11px 10px 11px 50px;
	background-image: url(./img/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 15px 16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ACCCF0;

}

.box_qa dd {
	padding: 15px 45px;
	display: none;
	background-image: url(./img/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 15px 16px;
}

.box_qa dd a {
	color: #519abe;
}

.box_qa dd a:hover {
	text-decoration: underline;
}



#business {
	margin: 100px 0;
	text-align: center !important;
}


@media only screen and (max-width: 1280px) {
	#business {
		margin-top: 80px !important;
		text-align: center !important;
	}
}

.news {
	background-color: #185993;
	color: #FFF;
	padding: 1px 15px;
	margin: 0 0.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.voice {
	background-color: #008000;
	color: #FFF;
	padding: 1px 15px;
	margin: 0 0.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.sankotsu {
	background-color: #318CDF;
	color: #FFF;
	padding: 1px 15px;
	margin: 0 0.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif !important;
}

.wp-pagenavi {
	margin: 30px 5px;
	text-align: right;
}

.pages {
	margin-right：0.5em;
	font-weight: bold;
}

.page {
	margin-right: 0.5em;
}

.current {
	margin-right: 0.5em;
}

.pankuzu {
	text-align: right;
	font-size: 15px;
}

@media only screen and (max-width: 650px) {
	.pankuzu {
		display: none;
	}

}

.box14 {
	padding: 0.2em 0.5em;
	margin: 2em 0;
	background: #d6ebff;
	box-shadow: 0px 0px 0px 10px #d6ebff;
	border: dashed 2px white;
}

.box14 p {
	margin: 0;
	padding: 0;
}

.m-b {
	margin: 5px;
}

@media only screen and (max-width: 650px) {
	.m-b {
		margin: 0px !important;
		max-width: 85%;
		text-align: left;
	}
}

.float ul {
	display: inline-block;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
}

.float li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	padding: 10px;

}

/* 20250502 フォーム作り替え */
form.wpcf7-form {
	padding: 10px;
}

form.wpcf7-form dl {
	display: flex;
	flex-wrap: wrap;
}

form.wpcf7-form dl dt {
	/* float: left; */
	width: 220px;
	/* clear: both; */
	font-size: 17px;
	padding: 10px 0px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
	line-height: 1.6em;
}

form.wpcf7-form dl dd {
	width: calc(100% - 220px);
	border-top: solid 1px #CCC;
	margin: 0px;
	/* padding: 10px 5px 20px 250px; */
	padding: 10px 5px 20px 5px;
	font-size: 17px;
	line-height: 1.6em;
	text-align: left;
}

form.wpcf7-form .wpcf7-list-item {
	display: block;
	margin: 0;
}

form.wpcf7-form .wpcf7-form-control.inline-block {
	display: inline-block;
}

form.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	color: #DC2626;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
}

form.wpcf7-form .wpcf7-acceptance {
	text-align: center;
}

form.wpcf7-form .wpcf7-spinner {
	display: none;
}

form.wpcf7-form .wpcf7-submit {
	background-color: #eee;
}

form.wpcf7-form .wpcf7-response-output {
	width: 1250px;
	margin: 15px auto;
}

@media screen and (max-width: 800px) {
	form.wpcf7-form dl dt {
		width: 100%;
		font-size: 17px;
		padding: 5px;
		text-align: left;
	}

	form.wpcf7-form dl dd {
		width: 100%;
		border-top: none;
		padding: 5px 15px;
		font-size: 15px;
		line-height: 1.5em;
	}

	form.wpcf7-form .wpcf7-response-output {
		width: 90%;
		margin: 15px auto;
	}
}


/* #garden-guidanceここから
-------------------------------------------------------------------------------------------*/
/*下線*/
.underline {
	background: linear-gradient(transparent 50%, #ffde72 50%);
}

/*吹き出しボックス(ポイント)*/
#garden-guidance .point {
	background: rgba(215, 253, 205, 0.61);
	margin: 2em auto;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 10px;
	width: 900px;
	max-width: 95%;
	text-align: left;
	column-count: 2;
}

#garden-guidance .point.blue-point {
	background: #d0f2ff;
}

#garden-guidance .point ul {
	padding-left: 2em;
	box-sizing: border-box;
}

#garden-guidance .point ul li {
	list-style: disc;
}

#garden-guidance .point-circle1 {
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	margin-top: -37px;
	font-weight: bold;
	color: #fff;
	background-color: #4caf50;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
}

#garden-guidance .blue-point .point-circle1 {
	background-color: #119ed5;
}

#garden-guidance .point-circle1:after {
	content: "イ";
	position: absolute;
	margin-top: .2em;
	font-weight: bold;
	color: #fff;
	background-color: #4caf50;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
}

#garden-guidance .blue-point .point-circle1:after {
	background-color: #119ed5;
}

#garden-guidance .point-circle2:before {
	content: "";
	position: absolute;
	top: 100%;
	margin-left: -12px;
	border: 5px solid transparent;
	border-top: 10px solid #4caf50;
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

#garden-guidance .blue-point .point-circle2:before {
	border-top: 10px solid #119ed5;
}

#garden-guidance .point-circle2 {
	position: absolute;
	font-size: 16px;
	line-height: 1.5;
	margin-top: -37px;
	margin-left: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #4caf50;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
}

#garden-guidance .blue-point .point-circle2 {
	background-color: #119ed5;
}

#garden-guidance .point-circle2:after {
	content: "ト";
	position: absolute;
	margin-top: .2em;
	font-weight: bold;
	color: #fff;
	background-color: #4caf50;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
}

#garden-guidance .blue-point .point-circle2:after {
	background-color: #119ed5;
}

#garden-guidance .point-circle3 {
	position: absolute;
	font-size: 19px;
	line-height: 1.5;
	margin-top: -37px;
	margin-left: 80px;
	font-weight: bold;
	color: #fff;
	background-color: #4caf50;
	border-radius: 50%;
	text-align: center;
	width: 28px;
	height: 28px;
}

#garden-guidance .blue-point .point-circle3 {
	background-color: #119ed5;
}

#garden-guidance .point p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#garden-guidance .point {
		column-count: 1;
	}

	#garden-guidance .point ul {
		padding-left: 1em;
	}
}

/*メモボックス*/
#garden-guidance .memobox {
	margin: 1em auto;
	width: 900px;
	max-width: 95%;
	background-color: #fffbda;
	padding: 1em;
	text-align: left;
}

#garden-guidance .memobox-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff9100;
	text-align: left;
}

#garden-guidance .memobox-title:before {
	content: "✏️";
	font-size: 17px;
	margin-right: 0.4em;
}

#garden-guidance .memobox p {
	margin: 0 !important;
	padding: 0;
}

/*見出し(ゴールドライン)*/
#garden-guidance .midasi-gold {
	position: relative;
	padding: 1.5rem 2rem;
	font-size: 2rem;
}

#garden-guidance .midasi-gold:before,
#garden-guidance .midasi-gold:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

#garden-guidance .midasi-gold:before {
	top: 0;
}

#garden-guidance .midasi-gold:after {
	bottom: 0;
}

@media screen and (max-width: 768px) {
	#garden-guidance .midasi-gold {
		padding: 0.5rem 0rem;
		font-size: 1.5rem;
	}
}

/*画像切り替え*/
.sp-none {
	display: none;
}

.sp-block {
	display: block;
}

/* 768px以上になったらPC用画像を表示し、モバイル用を非表示 */
@media screen and (min-width: 768px) {
	.sp-none {
		display: block;
	}

	.sp-block {
		display: none;
	}
}

/*表*/
#garden-guidance .scrollok {
	display: none;
	text-align: right !important;
	margin: 0 !important;
	font-size: 0.9rem;
	width: 95%;
}

@media screen and (max-width: 1200px) {
	#garden-guidance .scrollok {
		display: block !important;
	}
}

#garden-guidance table {
	width: 90%;
	max-width: 1200px;
}

@media only screen and (max-width: 1200px) {

	#garden-guidance table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 600px) {

	#garden-guidance table {
		width: 100%;
	}
}

#garden-guidance table th {
	border-radius: unset;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	/*background: #dff2fc;*/
	background: #99bcc0;
	color: #fff;
}

#garden-guidance .green {
	color: #65b05e;
}

#garden-guidance .green-th {
	font-size: 0.9rem;
	background: #65b05e;
	color: #fff;
}

#garden-guidance .purple-th {
	font-size: 0.9rem;
	background: #b077b0;
	color: #fff;
}

#garden-guidance .purple {
	color: #b077b0;
}

#garden-guidance .choose {
	background: #dff2fc;
}

#garden-guidance table td {
	text-align: right;
}

#garden-guidance table td.td-title {
	text-align: center !important;
	font-weight: bold !important;
}


#garden-guidance table tbody tr:hover {
	background: unset;
}


/*吹き出し*/
.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #dff2fc;
}

.balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 75%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #dff2fc;
}

.balloon1-top p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
}

/* #garden-guidanceここまで
-------------------------------------------------------------------------------------------*/