@charset "UTF-8";

/******************
テンプレート全体[共通]
******************/

.commonBox{
	clear:both;
	overflow:hidden;
	width:100%;
}

.commonBox:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

* html .commonBox {
	height: 1%;
}

p{

}

img.aligncenter{
	display: block;
	margin:0 auto;
	float:none;
}

img.alignright{
	margin:0 0 0 auto;
	display:block;
	float:none;
}

img.alignleft{
	text-align: left;
	float:none;
}

/******************
テンプレートレイアウト
******************/
.wp-block-image{
	margin:auto;
}
.wp-block-media-text .wp-block-media-text__content{
	padding:0 2% 0 5% !important;
}
.has-media-on-the-right .wp-block-media-text__content{
	padding:0 5% 0 2% !important;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
	flex-grow:unset !important;
}
.wp-block-media-text.left45{
	-ms-grid-columns: 45% 1fr !important;
	grid-template-columns: 45% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.left45 .wp-block-media-text__content, .wp-block-media-text.left55 .wp-block-media-text__content, .wp-block-media-text.left60 .wp-block-media-text__content, .wp-block-media-text.left70 .wp-block-media-text__content, .wp-block-media-text.aboutLeft .wp-block-media-text__content{
	padding:0 5% 0 1%;
	/*align-self:auto;*/
}
.wp-block-media-text.left55{
	-ms-grid-columns: 55% 1fr !important;
	grid-template-columns: 55% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.left60, .wp-block-media-text.aboutLeft{
	-ms-grid-columns: 60% 1fr !important;
	grid-template-columns: 60% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.left70{
	-ms-grid-columns: 70% 1fr !important;
	grid-template-columns: 70% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.left45 .wp-block-media-text__media, .wp-block-media-text.left55 .wp-block-media-text__media, .wp-block-media-text.left60 .wp-block-media-text__media, .wp-block-media-text.right45 .wp-block-media-text__media, .wp-block-media-text.right60 .wp-block-media-text__media, .wp-block-media-text.right70 .wp-block-media-text__media, .wp-block-media-text.left70 .wp-block-media-text__media{
	box-shadow:1px 2px 3px #808080;
	padding: 5px;
	margin: 4px;
}
.wp-block-media-text.aboutLeft .wp-block-media-text__media, .wp-block-media-text.aboutRight .wp-block-media-text__media{

}
.wp-block-media-text.left75{
	-ms-grid-columns: 75% 1fr !important;
	grid-template-columns: 75% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.right45{
	-ms-grid-columns: 55% 1fr !important;
	grid-template-columns: 55% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.right60, .wp-block-media-text.aboutRight{
	-ms-grid-columns: 40% 1fr !important;
	grid-template-columns: 40% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.right45 .wp-block-media-text__content, .wp-block-media-text.right60 .wp-block-media-text__content, .wp-block-media-text.aboutRight .wp-block-media-text__content{
	padding:0 5% 0 1%;
}
.wp-block-media-text.right70{
	-ms-grid-columns: 30% 1fr !important;
	grid-template-columns: 30% 1fr !important;
	margin-bottom:40px;
}
.wp-block-media-text.right45 .wp-block-media-text__content, 
.wp-block-media-text.right60 .wp-block-media-text__content, .wp-block-media-text.right70 .wp-block-media-text__content, .wp-block-media-text.aboutRight .wp-block-media-text__content{
	padding:0 0 0 5%;
}

.wp-block-columns{
}
.blocks-gallery-grid, .wp-block-gallery {
	margin-bottom:25px !important;
}
.wp-block-gallery .blocks-gallery-item figure img{
	display:block !important;
	box-shadow: 1px 2px 3px #808080;
	padding: 5px;
	box-sizing:border-box;
	width:100% !important;
}
.wp-block-gallery .blocks-gallery-item figcaption{
	margin:5px !important;
	width: calc(100% - 10px) !important;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
	width:48% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
	width:31.3333% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
	align-items: flex-start !important;
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img{
	margin:0 auto;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
	width:31.3333% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item{
	width:23% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}

@media screen and (max-width: 768px) {
.wp-block-media-text {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}
.wp-block-media-text .wp-block-media-text__content{
	width:100%;
	float:none;
	margin:0px auto 20px;
	-ms-grid-row: 1 !important;
	grid-row: 1 !important;
}

.wp-block-media-text.left60, .wp-block-media-text.left70, .wp-block-media-text.aboutLeft, .wp-block-media-text.right60, .wp-block-media-text.right70, .wp-block-media-text.aboutRight{
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
}
.wp-block-media-text .wp-block-media-text__content{
	padding: 0 !important;
	-ms-grid-column: 1 !important;
	grid-column: 1 !important;
	-ms-grid-row: 1 !important;
	grid-row: 1 !important;
}
.wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.aboutLeft .wp-block-media-text__media, .wp-block-media-text.aboutRight .wp-block-media-text__media {
    margin: 20px auto 0 !important;
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
	width:80%;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item{
	width:48% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
	width:31.3333% !important;
	margin:0 1% 20px !important;
	justify-content:unset !important;
}
.psImg .wp-block-media-text__media{
	max-width:300px !important;
}
}

/******************
中ページヘッダー
******************/
.thema-h-logo {
	position: absolute;
	top: 60px;
	left: 2.5%;
	width: 180px;
}
.thema-h-menu {
	width: 336px;
}
.thema-h-menu ul li a {
	color: #323232;
}
.thema-h-menu ul li a:hover {
	color: #bababa;
}
.h-menu-thema-sp ul {
	width: 470px;
}

@media screen and (max-width: 960px) {
	.thema-h-logo {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.h-menu-thema-sp ul {
		width: 80%;
	}
}

/******************
中ページ共通
******************/
.page-hero {
	padding-top: 230px;
	padding-bottom: 50px;
	background-image: url(./images/common/page-hero-back.png), url(./images/common/page-hero-back.png);
	background-size: 580px, 340px;
	background-repeat: no-repeat;
	background-position: left -150px top -150px, right -180px top 110px;
}
.page-hero h1 {
	max-width: 1600px;
	width: 85%;
	margin: 0 auto 80px;
	font-size: 230%;
	font-weight: 400;
	letter-spacing: .5rem;
}
.page-hero-img {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
}
#main {
	width: 80%;
	max-width: 1400px;
	margin: 70px auto 180px;
}
h2 {
	text-align: center;
	font-weight: 400;
	font-size: 220%;
	letter-spacing: .6rem;
	line-height: 180%;
	padding-bottom: 30px;
	margin: 30px 0 55px;
	position: relative;
}
h2:before {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
}
h3 {
	display: inline-block;
	border-bottom: 1px solid #000;
	font-size: 180%;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h4 {
	font-size: 140%;
	letter-spacing: .3rem;
	margin-bottom: 15px;
}

#breadcrumbWrap{
	max-width: 1600px;
	width: 95%;
	clear:both;
	padding:7px;
	margin:20px auto;
}
#breadcrumbWrap p{
	font-size:90%;
	margin:0 auto;
	position:relative;
}

#breadcrumbWrap p img{
	vertical-align:middle;
	padding-bottom:2px;
}



.editPostLink{
	clear:both;
	max-width:1100px;
	margin:10px auto 0;
	display:none;
}

.editPostLink a{
	display:inline-block;
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #f29528;
	color:#fff;
}

@media screen and (max-width: 960px) {
	.page-hero {
		background-size: 400px, 250px;
		background-position: left -100px top -130px, right -140px top 110px;
		padding-top: 170px;
	}
	.page-hero h1 {
		width: 90%;
		margin: 0 auto 70px;
		font-size: 200%;
		letter-spacing: .4rem;
	}
	.page-hero-img {
		width: 100%;
	}
	#breadcrumbWrap {
		margin: 0 auto;
		font-size: 90%;
	}
	#main {
		width: 90%;
	}
	h2 {
		font-size: 170%;
		letter-spacing: .4rem;
	}
	h4 {
		font-size: 120%;
	}
}

@media screen and (max-width: 560px) {
	.page-hero {
		background-size: 270px, 150px;
		background-position: left -70px top -65px, right -90px top 110px;
		padding-top: 130px;
	}
	.page-hero h1 {
		margin: 0 auto 50px;
		font-size: 125%;
		letter-spacing: .2rem;
	}
	.page-hero-img img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	#breadcrumbWrap {
		width: 90%;
	}
	#main {
		margin: 30px auto 180px;
	}
	h2 {
		font-size: 130%;
		letter-spacing: .3rem;
		padding-bottom: 20px;
		margin: 15px 0 40px;
	}
	.h3-title-box-VT {
		font-size: 120% !important;
		letter-spacing: .2rem !important;
		margin: 0 0 10px !important;
	}
	h4 {
		letter-spacing: .1rem;
	}
}

/******************
中ページコンテンツ共通
******************/
.content-copy-box {
	background-image: url(./images/common/copy-back-upper.png), url(./images/common/copy-back-lower.png);
	background-size: 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat;
}
.content-first-box {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}
.h3-title-col {
	height: 600px;
}
.h3-title-box-VT {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	vertical-align: top;
	font-size: 160%;
	letter-spacing: .6rem;
	margin: 0 10px;
}
.h3-title-box-VT h3 {
	font-weight: 400;
	border-right: 1px solid #000;
	padding: 0 15px;
	font-size: 100%;
	border-bottom: 0;
	margin: 0;
}

@media screen and (max-width: 781px) {
	.h3-title-col {
		height: auto;
		text-align: center;
	}
	.h3-title-box-VT {
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		letter-spacing: .5rem;
		margin: 0 0 30px;
	}
	.h3-title-box-VT h3 {
		padding: 0;
		border-right: 0;
	}
	.h3-content-col {
		order: 2;
	}
}

/******************
眞照寺について
******************/
.about-main {
	margin-bottom: 0 !important;
}
.about-first-wrap {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-image: url(./images/common/about-copy-back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about-texture-back {
	background-image: url(./images/common/texture-back.png);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 90px 0 180px;
}
.about-texture-box {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
}
.about-table {
	margin-top: 35px;
}
.about-table table {
	width: 100%;
	border: 1px solid #e8e8e8;
}
.about-table tr {
	border-bottom: 1px solid #e8e8e8;
}
.about-table tr:last-child {
	border-bottom: 0;
}
.about-table tr th {
	width: 25%;
	background: rgba(197, 223, 228, 0.2);
}
.about-table tr td {
	width: calc(75% - 80px);
	padding: 45px 40px;
}
.about-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.about-list ul {
	width: 33.33%;
}
.about-list li {
	font-size: 80%;
	border-left: 2px solid #cbcbcb;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 120%;
}
.about-table-min {
	font-size: 85%;
	line-height: 160%;
	margin-top: 10px;
}

.pc-none-space {
	display: none;
}

@media screen and (max-width: 960px) {
	.about-texture-box {
		width: 90%;
	}
	.about-list ul {
		width: 50%;
	}
}
@media screen and (max-width: 781px) {
	.about-texture-back {
		margin-top: 110px;
	}
	.about-table tr th {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.about-table tr td {
		padding: 25px 30px;
		display: block;
		width: calc(100% - 60px);
	}
	.about-list ul {
		width: 33.33%;
	}
	.pc-none-space {
		display: block;
	}
}
@media screen and (max-width: 590px) {
	.about-list ul {
		width: 50%;
	}
}
@media screen and (max-width: 560px) {
	.about-first-wrap {
		background-image: url(./images/common/about-copy-back-sp.jpg);
	}
	.about-table tr th {
		padding: 10px 0;
	}
	.about-table tr td {
		padding: 25px 15px;
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 425px) {
	.about-list ul {
		width: 100%;
	}
}
/******************
施設・料金のご案内
******************/
.guidance-first-wrap {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-image: url(./images/common/guidance-copy-back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.guidance-texture-back {
	background-image: url(./images/common/texture-back.png);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.guidance-texture-box {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
	padding: 90px 0;
}
.type-table {
	margin-top: 40px;
}
.type-table table {
	width: 100%;
	border: 1px solid #e8e8e8;
}
.type-table table tr {
	border-bottom: 1px solid #e8e8e8;
}
.type-table table tr:last-child {
	border-bottom: 0;
}
.type-table table tr th {
	width: 30%;
	background: rgba(197, 223, 228, 0.2);
}
.type-table table tr td {
	width: calc(70% - 40px);
	padding: 10px 20px;
	font-size: 110%;
}
.type-table table tr:first-child td p {
	font-size: 75%;
	line-height: 150%;	
}
.type-box {
	border-bottom: 3px double #afafaf;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.type-box-first {
	padding-top: 50px;
}
.type-box:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.type-box-txt-min {
	font-size: 80%;
}
.type-all {
	
}
.type-all table {
	width: 100%;
	border: 1px solid #e8e8e8;
}
.type-all table tr {
	border-bottom: 1px solid #e8e8e8;
}
.type-all table tr:last-child {
	border-bottom: 0;
}
.type-all table tr:first-child th {
	padding: 20px 0;
}
.type-all table tr th {
	border-right: 1px solid #e8e8e8;
	background: #eff8fa;
	font-size: 110%;
}
.type-all table tr th:first-child {
	width: 200px;
}
.type-all table tr th:last-child {
	border-right: 0;
}
.type-all table tr td {
	text-align: center;
	border-right: 1px solid #e8e8e8;
	padding: 20px 0;
	font-size: 110%;
}
.type-all table tr td:last-child {
	border-right: 0;
}

.scroll-hint-icon {
	top: calc(50% - 45px) !important;
	height: 90px !important;
	padding: 20px 10px 20px 10px !important;
}

@media screen and (max-width: 960px) {
	.guidance-texture-box {
		width: 90%;
	}
}
@media screen and (max-width: 860px) {
	.type-all table {
		width: 770px;
	}
}
@media screen and (max-width: 725px) {
	.type-box-first {
		padding-top: 0;
	}
	.type-box-col {
		flex-direction: column;
	}
	.type-box-col-content {
		order: 2;
	}
	.type-box-col-img-upper {
		margin-top: 80px !important;
	}
	.type-box-col-img img {
		width: 100%;
		height: 640px !important;
		object-fit: cover;
	}
}
@media screen and (max-width: 560px) {
	.guidance-first-wrap {
		background-image: url(./images/common/guidance-copy-back-sp.jpg);
	}
	.type-box-col-img img {
		height: 400px !important;
	}
	.type-box-col h4 {
		text-align: center;
	}
	.type-all table tr th:first-child {
		width: 145px;
	}
}
/******************
納骨の流れ・各種お手続き
******************/
.flow-main {
	margin-bottom: 0 !important;
}
.flow-h4 {
	text-align: center;
}
.flow-first-txt {
	text-align: center;
}
.flow-icon-wrap .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.flow-icon-box {
	width: calc(50% - 30px);
	border-bottom: 1px solid #e9e9e9;
	margin: 20px 15px;
	padding-bottom: 15px;
}
.flow-icon-box figure {
	width: 20%;
}
.flow-icon-txt {
	width: calc(80% - 40px);
	padding: 0 20px;
}
.flow-page-link {
	width: 390px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid#525252;
}
.flow-page-link a {
	display: block;
	padding: 15px 0;
	font-size: 90%;
	text-decoration: underline;
	letter-spacing: .1rem;
}
.flow-texture-wrap {
	background-image: url(./images/common/texture-back.png);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 90px 0;
}
.flow-texture-wrap2 {
	padding: 90px 0 180px;
}
.flow-texture-box {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
}
.flow-box {
	margin-bottom: 55px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e9e9e9;
}
.flow-box-title {
	font-size: 130%;
	margin-bottom: 20px;
	letter-spacing: .2rem;
}
.flow-box-txt {
	width: 95%;
	margin: 0 auto;
}
.flow-out-txt {
	text-align: center;
}
.flow-out-txt .underline {
	font-size: 110%;
	margin-top: 20px;
	text-decoration: underline;
}
.flow-out-txt .underline br {
	display: none;
}
.flow-tel {
	font-size: 140%;
	letter-spacing: .1rem;
	margin-top: 25px;
	text-align: center;
}
.flow-tel a {
	text-decoration: underline;
}
.flow-contact {
	width: 300px;
	text-align: center;
	border: 1px solid #9a9a9a;
	margin: 15px auto 0;
}
.flow-contact a {
	display: block;
	padding: 10px 0;
	text-decoration: underline;
}
@media screen and (max-width: 960px) {
	.flow-icon-wrap .wp-block-group__inner-container {
		flex-direction: column;
	}
	.flow-icon-box {
		width: calc(80% - 30px);
		margin: 20px auto;
	}
	.flow-texture-box {
		width: 90%;
	}
	.flow-box-title {
		font-size: 120%;
		text-align: center;
	}
	.flow-out-txt .underline {
		font-size: 100%;
	}
}
@media screen and (max-width: 700px) {
	.flow-out-txt .underline br {
		display: block;
	}
}
@media screen and (max-width: 560px) {
	.flow-icon-box {
		width: 100%;
	}
	.flow-icon-txt {
		width: calc(80% - 20px);
		padding: 0 10px;
	}
	.flow-page-link {
		width: 100%;
	}
	.flow-page-link a {
		letter-spacing: 0;
	}
	.flow-texture-wrap {
		padding: 90px 0 30px;
	}
	.flow-box-title {
		font-size: 110%;
	}
	.flow-contact {
		width: 100%;
	}
}
@media screen and (max-width: 407px) {
	.flow-first-txt {
		text-align: left;
	}
	.flow-first-txt p {
		text-align: left;
	}
	.flow-first-txt p br {
		display: none;
	}
}
@media screen and (max-width: 370px) {
	.flow-out-txt .underline {
		text-align: left;
	}
	.flow-out-txt .underline br {
		display: none;
	}
}
/******************
よくあるご質問
******************/
.faq-wrap .faq-box {
	margin-top: 100px;
}
.faq-box-first {
	margin-top: 0 !important;
}
.faq-wrap .faq-box h2 br {
	display: none;
}
.accordion_area .accordion_one .ac_header {
	padding: 25px 75px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .2s;
}
.accordion_one {
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.ac_header {
	font-size: 110%;
	font-weight: 600;
}
.ac_icon_Q {
	position: absolute;
	left: 15px;
	top: 19px;
	background: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 2px 2px 3px rgba(145, 145, 145, 0.37);
}
.ac_icon_Q p {
	line-height: 37px;
	text-align: center;
}
.accordion_area .accordion_one .ac_header .i_box {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 2px solid #000;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 2px solid #000;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 9px;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 25px 45px;
	background: #fbfbfb;
}

@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 560px) {
	.accordion_area .accordion_one .ac_inner {
		padding: 25px 20px;
	}
	.accordion_area .accordion_one .ac_header {
		padding: 25px 55px;
	}
	.ac_icon_Q {
		left: 0;
	}
	.accordion_area .accordion_one .ac_header .i_box {
		right: 18px;
	}
}
@media screen and (max-width: 440px) {
	.faq-wrap .faq-box h2 br {
		display: block;
	}
}

/******************
所在
******************/
.access-info {
	text-align: center;
	margin-bottom: 70px;
}
.access-info-name {
	margin-bottom: 40px;
}
.access-info-name p {
	font-size: 115%;
}
.access-info-name p:first-child {
	letter-spacing: .13rem;
	margin-bottom: 5px;
}
.access-info-name p span {
	font-size: 150%;
	margin-left: 20px;
	letter-spacing: .1rem;
}
.access-info-add {
	margin-bottom: 10px;
}
.access-info-tel {
	margin-bottom: 30px;
}
.access-info-tel p {
	font-size: 150%;
	letter-spacing: .15rem;
	margin-bottom: 5px;
}
.access-info-tel p span {
	font-size: 85%;
	margin-right: 10px;
	letter-spacing: 0;
}
.access-col {
	border-bottom: 3px double #afafaf;
	padding: 40px 0;
}
.access-col-first {
	border-top: 3px double #afafaf;
}
.access-col h4 {
	text-align: center;
}
.bus-group {
	margin-bottom: 20px;
	font-size: 90%;
}
.bus-col .bus-group:last-child {
	margin-bottom: 0;
}
.bus-title {
	font-size: 120%;
	font-weight: 600;
}
.car-title {
	font-size: 110%;
	font-weight: 600;
}

@media screen and (max-width: 960px) {
	.g-map-wrap iframe {
		height: 400px;
	}
}
@media screen and (max-width: 735px) {
	.access-col {
		flex-direction: column;
		margin-bottom: 0 !important;
		padding: 50px 0;
	}
	.bus-group, .car-title {
		text-align: center;
	}
	.parking-img, .parking-txt {
		width: 75%;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 560px) {
	.access-info-name p {
		font-size: 100%;
	}
	.access-info-tel p {
		font-size: 140%;
	}
	.g-map-wrap {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.g-map-wrap iframe {
		height: 400px;
	}
	.bus-title, .car-title {
		font-size: 100%;
	}
	.parking-img, .parking-txt {
		width: 90%;
	}
}
/******************
お問い合わせ
******************/
.contact-main {
	margin-bottom: 0 !important;
}
.contact-txt-group {
	max-width: 700px;
	margin: 0 auto;
	border-top: 3px double #afafaf;
	border-bottom: 3px double #afafaf;
	padding: 60px 40px;
	margin-bottom: 130px;
}
.contact-tel-group {
	text-align: center;
	margin-top: 50px;
}
.contact-tel {
	font-size: 190%;
	letter-spacing: .3rem;
	margin-top: 10px;
}
.contact-tel a {
	display: inline-block;
	border-bottom: 1px solid #000;
}
.contact-tel a span {
	font-size: 80%;
	margin-right: 15px;
	letter-spacing: .1rem;
}
.contact-tel-min {
	margin-top: 10px;
	font-size: 85%;
	line-height: 180%;
}
.contact-tel-min br {
	display: none;
}
.contact-mail-wrap {
	background-image: url(./images/common/texture-back.png);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-bottom: 180px;
	padding-top: 60px;
}

#contactBox{
	max-width:660px;
	margin:40px auto;
	border:3px solid #808080;
	padding: 20px;
	border-radius:8px;
}
input,textarea{
	font-size: 16px;
	background: #ffffff;
	border: 0;
	outline: none;
	width: calc(100% - 50px);
	padding: 15px 25px;
}
.mw_wp_form input,
.mw_wp_form select{
	-webkit-appearance: none;
	line-height:1.1em;
	color: #323232;
}
.mw_wp_form input[type=radio]{
	width:15px;
	margin:3px 10px 0;
	display:inline-block;
	vertical-align:top;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
	width: 80px !important;
}
.mw_wp_form textarea{
	overflow: auto;
	line-height:1.1em;
	color: #323232;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.from-2col {
	display: flex;
}
.from-2col .from-box {
	width: 50%;
}
.from-2col .from-box:first-child {
	margin-right: 30px;
}
.from-2col .from-box input {
	width: calc(100% - 50px);
}
.from-box {
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.from-title {
	letter-spacing: .2rem;
	margin-bottom: 10px;
}
.from-title span {
	font-size: 80%;
	margin-left: 15px;
	color: #b85353;
	letter-spacing: 0;
}
.hosoku-txt{
	color:#575757;
	font-size: 80%;
}

#inquiryForm{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}


#inquiryForm .mwform-tel-field .telForm,
#inquiryForm .mwform-tel-field .faxForm{
	width:45px;
}

#inquiryForm .mwform-tel-field .telForm:nth-child(2),
#inquiryForm .mwform-tel-field .faxForm:nth-child(2){
	width:35px;
}

#inquiryForm #zip,
#inquiryForm .mwform-tel-field .telForm,
#inquiryForm .mwform-tel-field .faxForm,
#inquiryForm .mailaddress,#inquiryForm .mailcheck{
-ms-ime-mode: disabled;
}

#inquiryForm :-ms-input-placeholder{
	color:#979797;
}

#formBtnBox{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.formBtn input{
	width:140px;
	height:46px;
	cursor:pointer;
	outline:none;
	background-color: #70598f;
	color:white;
	border:none;
	font-family: 'Shippori Mincho', serif !important;
	letter-spacing:1px;
	transition:.3s;
}

.mw_wp_form .btnLeft{
	
}
.mw_wp_form .btnRight{
	text-align:center;
}
.mw_wp_form_confirm .btnLeft{
	
}
.mw_wp_form_confirm .btnRight{
	
}

.mw_wp_form .btnLeft input{
	background-color:#999999;
	border:1px solid #aaaaaa;
}

.mw_wp_form .btnLeft .formBtn input:hover{
	background-color: #aaaaaa;
}

.mw_wp_form .btnRight .formBtn input:hover{
	background-color: #9c7fc1;
}

.mw_wp_form_confirm .txt_center,
.mw_wp_form_confirm .resetBtn,
.mw_wp_form_confirm .hosoku-txt,
.mw_wp_form_confirm .hosoku-txt1,
.mw_wp_form_confirm span.require,
.mw_wp_form_confirm #inquiryForm .mailcheck,
.mw_wp_form_confirm span.require{
	display:none;
}

.messe-end{
	clear:both;
}

.mw_wp_form_confirm{
	clear:both;
}
.mw_wp_form select{
	-webkit-appearance: checkbox;
}

.mw_wp_form_preview .contact-txt-group {
	display: none;
}

.mw_wp_form_preview .from-box {
	border-bottom: 1px solid #000;
}
.mw_wp_form_preview .from-title span {
	display: none;
}
.mw_wp_form_preview .btnLeft {
	margin-right: 30px;
}

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



.mw_wp_form_confirm  span.require{
	display:none;
}

}

@media screen and (max-width: 960px) {
	.contact-txt-group {
		padding: 40px 10px;
	}
	.contact-tel-group {
		margin-top: 35px;
	}
	#inquiryForm {
		width: 90%;
	}
	.from-2col .from-box:first-child {
		margin-right: 15px;
	}
}
@media screen and (max-width: 781px) {
	.from-2col {
		flex-direction: column;
	}
	.from-2col .from-box {
		width: 100%;
	}
	.from-2col .from-box:first-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 560px) {
	.contact-txt-group {
		padding: 30px 10px;
	}
	.contact-tel {
		font-size: 170%;
		letter-spacing: .2rem;
	}
	.from-2col .from-box input {
		width: calc(100% - 20px);
	}
	input, textarea {
		padding: 15px 10px;
		width: calc(100% - 20px);
	}
	#formBtnBox {
		flex-direction: column;
	}
	.btnLeft {
		margin-bottom: 15px;
	}
	.mw_wp_form_preview .btnLeft {
		margin-right: 0;
	}
	.formBtn {
		text-align: center;
	}
	.formBtn input {
		width: 100%;
		max-width: 300px;
	}
}
@media screen and (max-width: 500px) {
	.contact-tel-min br {
		display: block;
	}
}
@media screen and (max-width: 370px) {
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		width: 60px !important;
	}
}

.mail-thanks-wrap {
	margin-bottom: 130px;
}
.mail-thanks-wrap h2 {
	font-size: 170%;
	letter-spacing: .4rem;
}
.mail-thanks-box {
	text-align: center;
}
.mail-thanks-min {
	text-align: left;
	max-width: 800px;
	margin: 60px auto 40px;
	border-top: 3px double#c9c9c9;
	border-bottom: 3px double#c9c9c9;
	padding: 35px 40px;
}
.mail-thanks-tel {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
}
.mail-thanks-tel p {
	font-size: 150%;
	letter-spacing: .2rem;
}
.mail-thanks-tel p span {
	font-size: 70%;
	padding-right: 10px;
}
.mail-thanks-top {
	width: 280px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #000;
}
.mail-thanks-top a {
	display: block;
	padding: 10px 0;
	font-size: 90%;
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.mail-thanks-wrap h2 {
		font-size: 140%;
		letter-spacing: .2rem;
	}
	.mail-thanks-min {
		padding: 35px 10px;
	}
}
@media screen and (max-width: 560px) {
	.mail-thanks-wrap h2 {
		font-size: 105%;
		letter-spacing: 0;
	}
	.mail-thanks-min {
		padding: 30px 0px;
	}
	.mail-thanks-tel p {
		font-size: 135%;
	}
}
@media screen and (max-width: 520px) {
	.mail-thanks-box {
		text-align: left;
	}
	.mail-thanks-top {
		width: 100%;
	}
}

/******************
サイトマップ[PC]
******************/
.site-map {
	display: flex;
}
.site-map ul {
	width: 50%;
}
.site-map ul:first-child {
	margin-right: 40px;
}
.site-map ul li {
	margin-bottom: 10px;
}
.site-map ul li a {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 760px) {
	.site-map {
		flex-direction: column;
	}
	.site-map ul {
		width: 100%;
	}
	.site-map ul:first-child {
		margin-right: 0;
	}
}

/******************
プライバシーポリシー
******************/
@media screen and (max-width: 560px) {
	.pp-wrap h2 {
		font-size: 115%;
		letter-spacing: .2rem;
	}	
}


/******************
お知らせ[PC]
******************/
#infoBox li {
	font-size: 110%;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 5px;
	margin-bottom: 20px;
	display: flex;
}

.infoDate {
	display: inline-block;
	text-align: center;
	width: 120px;
	letter-spacing: .1rem;
}
.infoTitle {
	margin: 0 25px;
	width: calc(100% - 170px);
}

@media screen and (max-width: 781px) {
	#infoBox li {
		flex-direction: column;
		padding: 20px 0px;
	}
	.infoDate {
		font-size: 90%;
		text-align: left;
		margin-bottom: 5px;
	}
	.infoTitle {
		margin: 0 10px;
		width: calc(100% - 20px);
	}
}


.info-single-h2 {
	text-align: left;
	font-size: 180%;
	letter-spacing: .2rem;
	padding-bottom: 20px;
	margin: 30px 0 0px;
}
.info-single-h2::before {
	display: none;
}
.info-single-date {
	margin-bottom: 55px;
}
.info-single-date p {
	letter-spacing: .1rem;
}
.info-single-wrap {
	padding-bottom: 80px;
	border-bottom: 3px double #dfdfdf;
}
.info-single-link {
	width: 230px;
	margin: 40px auto 0;
	text-align: center;
	border: 1px solid #323232;
}
.info-single-link a {
	letter-spacing: .2rem;
	display: block;
	padding: 10px 0;
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.info-single-h2 {
		font-size: 160%;
		letter-spacing: .1rem;
	}
}
@media screen and (max-width: 560px) {
	.info-single-h2 {
		font-size: 120%;
	}
}

/******************
404テンプレ
******************/
.templ-404 {
	text-align: center;
}
.templ-404 h4 {
	margin-bottom: 40px;
}

/******************
お知らせ個別
******************/
.info-table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.info-table tr {
	border-bottom: 1px solid #dfdfdf;
}
.info-table th {
	width: 30%;
	background: rgba(197, 223, 228, 0.2);
}
.info-table td {
	width: calc(70% - 60px);
	padding: 20px 30px;
}
@media screen and (max-width: 560px) {
	.info-table th {
		display: block;
		width: calc(100% - 30px);
		text-align: left;
		padding: 5px 15px;
	}
	.info-table td {
		width: calc(100% - 40px);
		padding: 10px 20px;
		display: block;
	}
}
.info-table ul {
	padding-left: 25px;
}
.info-table ul li {
	list-style: decimal;
}
