@charset "utf-8";

html {
}

body {
}
.tel-btn {
	cursor: default;
}
@media screen and (min-width: 751px) {
	a {
		transition: color 0.5s ease-out;
		-webkit-transition: color 0.5s ease-out;
		-moz-transition: color 0.5s ease-out;
	}
	.scalup {
		overflow: hidden;
	}
	.scalup img {
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
	}
	a:hover .scalup img {
		opacity: 0.8;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
	.hoverOpacity {
		opacity: 1;
		transition: opacity 0.5s ease-out;
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
	}
	.hoverOpacity:hover  {
		opacity: 0.7;
	}
	.bgColor {
		transition: background-color 0.5s ease-out;
		-webkit-transition: background-color 0.5s ease-out;
		-moz-transition: background-color 0.5s ease-out;
	}
}

.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 1040px) {
	.inner {
		width: auto;
		padding: 0 20px;
	}
}
@media screen and (min-width: 751px) { /* PC */
	.is-sp {
		display: none;
	}
}
@media screen and (max-width: 768px) { /* TB */
	
}
@media screen and (max-width: 750px) { /* SP */
	.is-pc {
		display: none;
	}
	.inner {
		padding: 0 15px;
	}
}

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

		#header

-----------------------------------------*/
#header {
	padding: 13px 30px 8px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	transition: background-color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
}
.h-logo {
	width: 140px;
	float: left;
}
.h-logo .logo {
	fill: #fff;
	transition: fill 0.4s ease-out;
	-webkit-transition: fill 0.4s ease-out;
	-moz-transition: fill 0.4s ease-out;
}
body.scrolled #header {
	background-color: #fff;
}
body.scrolled .h-logo .logo {
	fill: #000;
}
@media screen and (min-width: 1201px) {
	.h-navi {
		padding-top: 2px;
		float: right;
		display: block!important;
	}
	.h-globalnvai,
	.h-globalnvai_item {
		float: left;
	}
	.h-globalnvai_item {
		margin-right: 30px;
	}
	.h-globalnvai_item.mega-navi:hover:after {
		content: " ";
		position: fixed;
		top: 0;
		left: 50%;
		width: 100%;
		max-width: 1080px;
		height: 250px;
		z-index: -1;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.h-globalnvai_item > a {
		display: block;
		padding: 13px 15px;
		color: #fff;
		transition: color 0.4s ease-out;
		-webkit-transition: color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out;
		position: relative;
	}
	.h-globalnvai_item:hover > a {
		color: #909597;
	}
	.h-globalnvai_item > a:after {
		content: " ";
		width: 0;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: -21px;
		left: 0;
		transition: width 0.4s ease-out;
		-webkit-transition: width 0.4s ease-out;
		-moz-transition: width 0.4s ease-out;
	}
	.h-globalnvai_item:hover > a:after {
		width: 100%;
	}
	.h-globalnvai_item.cur > a:after,
	.h-globalnvai_item.cur:hover > a:after {
		width: 100%!important;
		background-color: #720F00!important;
	}
	.h-globalnvai_item.mega-navi > a:before {
		content: " ";
		width: 9px;
		height: 9px;
		background: url(../img/ico/arow02.svg) 0 0 no-repeat;
		background-size: 9px;
		position: absolute;
		top: 20px;
		right: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.mega-navi:hover > a:before {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0.6;
	}
	body.scrolled .h-globalnvai_item:hover > a:after {
		background-color: #000;
	}
	body.scrolled .h-globalnvai_item > a {
		color: #333;
	}
	body.scrolled .h-globalnvai_item:hover > a {
		color: #909597;
	}
	body.scrolled .h-globalnvai_item.mega-navi > a:before {
		background-image: url(../img/ico/arow01.svg);
	}
	.mega-navi_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.60);
		z-index: 10;
		opacity: 0;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		visibility: hidden;
	}
	.mega-navi_bg.mouseOn {
		opacity: 1;
		visibility: visible;
	}
	.h-globalnvai_item:last-child {
		margin-right: 37px;
	}
	.h-contact {
		float: left;
	}
	.h-contact a {
		display: inline-block;
		padding: 13px 30px;
		border-radius: 5px;
		background-color: #720f00;
		color: #fff;
	}
	.h-contact a:hover {
		background-color: #905c51;
	}
    .h-sns {
		padding-top: 0;
		margin-left: 10px;
		padding-left: 10px;
		float: left;
		font-size: 14px;
    }
    .h-sns li {
        margin-bottom: 4px;
    }
    .h-sns li:last-child {
        margin-bottom: 0;
    }
    .h-sns a {
		padding-left: 25px;
		color: #fff;
		transition: color 0.4s ease-out;
		-webkit-transition: color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out;
    }
	.h-facebook a {
		background: url(../img/ico/fb02.png) 0 center no-repeat;
		background-size: 16px auto;
	}
	.h-instagram a {
		background: url(../img/ico/in02.png) 0 center no-repeat;
		background-size: 16px auto;
	}
	body.scrolled .h-sns a {
		color: #333;
	}
	body.scrolled .h-facebook a {
		background-image: url(../img/ico/fb01.png);
	}
	body.scrolled .h-instagram a {
		background-image: url(../img/ico/in01.png);
	}
	.h-language {
		padding-top: 13px;
		padding-left: 10px;
		float: left;
	}
	.h-language li {
		margin-left: 17px;
		float: left;
	}
	.h-language li a {
		color: #fff;
		transition: color 0.4s ease-out;
		-webkit-transition: color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out;
		opacity: 0.6;
	}
	body.scrolled .h-language a {
		color: #333;
	}
	.h-language li a.cur  {
		opacity: 1;
		text-decoration: underline;
	}
	.h-sp_add,
	.h-sp_menu {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.h-globalnvai_item {
		margin-right: 10px;
	}
	.h-globalnvai_item:last-child {
		margin-right: 10px;
	}
	.h-globalnvai_item > a {
		padding: 13px 10px;
	}
	.h-language li {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.h-globalnvai_item {
		margin-right: 0;
	}
	.h-globalnvai_item:last-child {
		margin-right: 0;
	}
	.h-globalnvai_item > a {
		padding: 0;
	}
	.h-language li {
		margin-left: 0;
	}
	
	#header {
		padding: 16px 30px 0;
		height: 100px;
		box-sizing: border-box;
	}
	.h-logo {
		width: 160px;
		float: left;
	}
	.h-sp_menu {
		position: absolute;
		top: 0;
		right: 0;
	}
	.h-sp_menu svg {
		width: 100px;
		height: 100px;
	}
	.h-sp_menu .line {
		fill: none;
		stroke: #FFFFFF;
		stroke-width: 4;
		stroke-miterlimit: 10;
		transition: stroke 0.4s ease-out;
		-webkit-transition: stroke 0.4s ease-out;
		-moz-transition: stroke 0.4s ease-out;
	}
	.h-sp_menu .font {
		fill: #FFFFFF;
		transition: fill 0.4s ease-out;
		-webkit-transition: fill 0.4s ease-out;
		-moz-transition: fill 0.4s ease-out;
	}
	.h-sp_menu_close {
		display: none;
	}
	.h-sp_menu.opened .h-sp_menu_open {
		display: none;
	}
	.h-sp_menu.opened .h-sp_menu_close {
		display: inherit;
	}
	body.scrolled .h-sp_menu .line {
		stroke: #000;
	}
	body.scrolled .h-sp_menu .font {
		fill: #000;
	}
	body.mm-opened {
		background-color: inherit;
		height: auto;
	}
	body.mm-opened .h-sp_menu .line {
		stroke: #fff;
	}
	body.mm-opened .h-sp_menu .font {
		fill: #fff;
	}
	body.mm-opened .h-logo .logo {
		fill: #fff;
	}
	
	.h-navi {
		padding: 55px 30px 50px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		color: #fff;
		opacity: 0;
		transition: opacity 0.6s ease-out;
		-webkit-transition: opacity 0.6s ease-out;
		-moz-transition: opacity 0.6s ease-out;
		visibility: hidden;
	}
	body.mm-opened .h-navi {
		opacity: 1;
		visibility: visible;
		transition: all 0.6s ease-out;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
	}
	.h-navi a {
		color: #fff;
	}
	.h-globalnvai {
		max-width: 345px;
		margin: 0 auto;
	}
	.h-globalnvai_item {
		margin-bottom: 22px;
		font-size: 16px;
	}
	.h-globalnvai_item a {
		display: inline-block;
	}
	.h-globalnvai_item.mega-navi > a {
		padding-right: 20px;
		position: relative;
	}
	.h-globalnvai_item.mega-navi > a:after {
		content: " ";
		width: 9px;
		height: 9px;
		background: url(../img/ico/arow02.svg) 0 0 no-repeat;
		background-size: 9px;
		position: absolute;
		right: 0;
		top: 5px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.h-globalnvai_item.opened > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.h-globalnvai_item li {
		padding-left: 21px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.h-globalnvai_item li:last-child {
		margin-bottom: 0;
	}
	.h-globalnvai_item li a {
		padding-left: 23px;
		background: url(../img/ico/link02.svg) 0 center no-repeat;
		background-size: 15px;
	}
	.h-globalnvai_sub {
		padding-top: 15px;
		display: none;
	}
	.h-globalnvai_sub a {
		color: #a6a6a6;
	}
	.h-contact {
		display: none;
	}
	.h-sp_add .h-contact {
		display: block;
	}
	.h-sns {
		max-width: 345px;
		margin: -5px auto 22px;
	}
    .h-sns li {
        margin-bottom: 15px;
    }
    .h-sns li:last-child {
        margin-bottom: 0;
    }
	.h-facebook a {
		padding-left: 25px;
		background: url(../img/ico/fb02.png) 0 center no-repeat;
		background-size: 16px auto;
	}
	.h-instagram a {
		padding-left: 25px;
		background: url(../img/ico/in02.png) 0 center no-repeat;
		background-size: 16px auto;
	}
	.h-language {
		margin-bottom: 22px;
		text-align: center;
	}
	.h-language li {
		width: 45%;
		display: inline-block;
		font-size: 16px;
	}
	.h-language li a {
		display: block;
		padding: 2px 20px;
		opacity: 0.6;
	}
	.h-language li a.cur {
		opacity: 1;
	}
	.h-language li a.cur {
		text-decoration: underline;
	}
	.h-contact {
		max-width: 500px;
		margin: 0 auto 35px;
		font-size: 16px;
		text-align: center;
	}
	.h-contact a {
		display: block;
		padding: 20px;
		border-radius: 5px;
		background-color: #720f00;
		color: #fff;
	}
	.h-contact a span {
		padding: 0 35px;
		display: inline-block;
		background: url(../img/ico/link02.svg) right center no-repeat;
		background-size: 15px;
	}
	.h-link {
		margin-bottom: 20px;
		font-size: 12px;
		text-align: center;
	}
	.h-link li {
		padding-right: 22px;
		display: inline-block;
		position: relative;
	}
	.h-link li:last-child {
		padding-right: 0;
	}
	.h-link li:after {
		content: "/";
		position: absolute;
		top: 4px;
		right: 4px;
		color: #e4e1e1;
		font-size: 8px;
	}
	.h-link li:last-child:after {
		display: none;
	}
	.h-link li a {
		color: #e4e1e1;
	}
	.h-copyright {
		font-size: 10px;
		text-align: center;
	}
	
	html.mm-opened #content,
	html.mm-opened #footer {
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	body.mm-opened .f-pagetop {
		display: none;
	}
	#header.mm-opened {
		background-color: inherit!important;
		position: absolute;
	}
	.mega-navi_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: url(../img/sp_menu_bg.jpg) center no-repeat;
		background-size: cover;
		opacity: 0;
		transition: all 0.6s ease-out;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		visibility: hidden;
	}
	body.mm-opened .mega-navi_bg {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 750px) {
	#header {
		padding: 10px 15px 0;
		height: 60px;
	}
	.h-logo {
		width: 90px;
	}
	.h-sp_menu svg {
		width: 60px;
		height: 60px;
	}
	.h-navi {
		padding: 50px 15px;
	}
	.h-globalnvai {
		max-width: 220px;
	}
	.h-sns {
		max-width: 220px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1201px) {
	.h-globalnvai_sub {
		padding: 40px;
		border-radius: 5px;
		position: absolute;
		top: 125%;
		left: 50%;
		width: 100%;
		max-width: 1000px;
		background-color: #fff;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		transform: translate(-50%,0);
		opacity: 0;
		transition: opacity 0.4s ease-out;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
		visibility: hidden;
		display: inherit!important;
	}
	.mouseOn .h-globalnvai_sub {
		opacity: 1;
		visibility: visible;
	}
	.h-globalnvai_sub li {
		width: 30.6%;
		margin: 0 4.1% 50px 0;
		float: left;
	}
	.h-globalnvai_sub li:nth-child(3n) {
		margin-right: 0;
	}
	.h-globalnvai_sub li:nth-child(3n+1) {
		clear: both;
	}
	.h-globalnvai_sub li:nth-last-child(1),
	.h-globalnvai_sub li:nth-last-child(2),
	.h-globalnvai_sub li:nth-last-child(3) {
		margin-bottom: 0;
	}
	.h-globalnvai_sub li a {
		display: block;
		color: #535353;
		text-align: center;
	}
	.h-globalnvai_sub li figure {
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
	}
	.h-globalnvai_sub li p span {
		display: inline-block;
		padding-left: 30px;
		background: url(../img/ico/link01.svg) 0 4px no-repeat;
	}
}
@media screen and (max-width: 1200px) {
	.h-globalnvai_sub li figure {
		display: none;
	}
}
@media screen and (min-width: 1201px) {
	.h-globalnvai_sub li a:hover {
		color: #720f00;
	}
	.h-globalnvai_sub li a:hover p span {
		background-image: url(../img/ico/link01_cur.svg);
	}
}



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

		#footer

-----------------------------------------*/
#footer {
	padding: 60px 0 55px;
	background-color: #000;
	color: #fff;
}
.f-logo {
	margin-bottom: 68px;
	text-align: center;
}
.f-sitemap {
	margin-bottom: 40px;
	overflow: hidden;
}
.f-sitemap a {
	color: #ffffff;
}
.f-sitemap_column {
	padding: 0 35px;
	width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.f-sitemap_column:after,
.f-sitemap_column:last-child:before {
	content: " ";
	width: 1px;
	height: 165px;
	background-color: #4d4d4d;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.f-sitemap_column:last-child:before {
	left: inherit;
	right: 0;
}
.f-sitemap_column dt {
	margin: 18px 0 10px;
}
.f-sitemap_column dt:nth-of-type(1) {
	margin-top: 0;
}
.f-sitemap_column dd li {
	padding-left: 12px;
	margin-bottom: 6px;
	font-size: 14px;
}
.f-sitemap_column:last-of-type dt:nth-of-type(1) {
	margin-top: 0;
}
.f-sitemap_facebook a {
	padding-left: 30px;
	background: url(../img/ico/fb02.png) 0 center no-repeat;
	background-size: 18px auto;
}
.f-link {
	margin-bottom: 12px;
	font-size: 14px;
	text-align: center;
}
.f-link li {
	padding-right: 22px;
	display: inline-block;
	position: relative;
}
.f-link li:last-child {
	padding-right: 0;
}
.f-link li:after {
	content: "/";
	position: absolute;
	top: 4px;
	right: 4px;
	color: #e4e1e1;
	font-size: 8px;
}
.f-link li:last-child:after {
	display: none;
}
.f-link li a {
	color: #e4e1e1;
}
.f-copyright {
	font-size: 12px;
	text-align: center;
}
.f-pagetop {
	width: 44px;
	position: fixed;
	right: 30px;
	bottom: 60px;
}
.f-pagetop .pagetop_circle {
	fill: #000;
	stroke: #fff;
	stroke-miterlimit: 10;
}
.f-pagetop .pagetop_line {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
}
@media screen and (min-width: 751px) {
	.f-sitemap_column dd {
		display: inherit!important;
	}
	.f-sitemap a:hover,
	.f-link li a:hover {
		color: #905c51;
	}
}
@media screen and (max-width: 750px) {
	#footer {
		padding: 40px 0 35px;
	}
	.f-logo {
		margin-bottom: 25px;
	}
	.f-logo img {
		width: 90px;
	}
	.f-sitemap {
		margin-bottom: 35px;
	}
	.f-sitemap_column {
		padding: 0;
		width: auto;
		float: none;
	}
	.f-sitemap_column:after,
	.f-sitemap_column:last-child:before {
		display: none;
	}
	.f-sitemap_column dt {
		border-bottom: 1px solid #2a2a2a;
		margin: 0;
		font-size: 14px;
	}
	.f-sitemap_column dt a {
		padding: 15px;
		display: block;
		position: relative;
	}
	.f-sitemap_column dt a:after {
		content: " ";
		width: 9px;
		height: 9px;
		background: url(../img/ico/arow02.svg) 0 0 no-repeat;
		background-size: 9px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}
	.f-sitemap_column dt.f-sitemap_cate a:after {
		width: 9px;
		height: 1px;
		background: none;
		margin-top: 0;
		background-color: #fff;
	}
	.f-sitemap_column dt.f-sitemap_cate a:before {
		content: " ";
		width: 1px;
		height: 9px;
		position: absolute;
		top: 50%;
		right: 19px;
		margin-top: -4px;
		background-color: #fff;
	}
	.f-sitemap_column dt.f-sitemap_cate.opened a:before {
		display: none;
	}
	.f-sitemap_column dd {
		display: none;
	}
	.f-sitemap_column dd li {
		padding-left: 0;
		border-bottom: 1px solid #2a2a2a;
		margin-bottom: 0;
		font-size: 14px;
	}
	.f-sitemap_column dd li a {
		padding: 9px 30px;
		display: block;
		color: #a6a6a6;
		position: relative;
	}
	.f-sitemap_column dd a:after {
		content: " ";
		width: 9px;
		height: 9px;
		background: url(../img/ico/arow02.svg) 0 0 no-repeat;
		background-size: 9px;
		position: absolute;
		top: 50%;
		right: 15px;
		opacity: 0.6;
		margin-top: -5px;
	}
	.f-link {
		margin-bottom: 22px;
		font-size: 12px;
	}
	.f-link li {
		padding-right: 28px;
	}
	.f-link li:last-child {
		padding-right: 0;
	}
	.f-link li:after {
		top: 1px;
		right: 7px;
		color: #e4e1e1;
		font-size: 10px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	.f-copyright {
		font-size: 10px;
	}
	.f-pagetop {
		display: none;
	}
}



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

		#content

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

/* レイアウト */
body.top #content {
	padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
	body.top #content {
		padding-bottom: 70px;
	}
}

main {
	line-height: 1.75;
	color: #333;
}
@media screen and (max-width: 750px) {
	main {
		line-height: 1.5;
	}
}

/* 共通 */
.c-title01 {
	padding-left: 20px;
	margin-bottom: 50px;
	font-size: 40px;
	letter-spacing: 0.14em;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	line-height: 1.2;
	position: relative;
}
.c-title01:after {
	content: " ";
	width: 5px;
	height: 18px;
	background-color: #720f00;
	position: absolute;
	top: 15px;
	left: 0;
}
main .c-title01 {
	padding-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F2E7E6;
	font-size: 34px;
}
main .c-title01:after {
	left: 14px;
	top: 11px;
}
@media screen and (max-width: 750px) {
	.c-title01 {
		padding-left: 15px;
		margin-bottom: 30px;
		font-size: 30px;
	}
	.c-title01:after {
		top: 8px;
	}
	main .c-title01 {
		padding-left: 20px;
		padding-bottom: 8px;
		margin-bottom: 20px;
		font-size: 22px;
	}
	main .c-title01:after {
		width: 4px;
		height: 14px;
		left: 5px;
		top: 5px;
	}
}

.c-title02 {
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 22px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
	position: relative;
}
.c-title02:after {
	content: " ";
	width: 5px;
	height: 7px;
	background-color: #720f00;
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (max-width: 750px) {
	.c-title02 {
		padding-left: 15px;
		margin-bottom: 20px;
		font-size: 19px;
	}
	.c-title02:after {
		top: 8px;
	}
}

.c-title03 {
	padding-left: 22px;
	margin-bottom: 25px;
	font-size: 28px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
	position: relative;
}
.c-title03:after {
	content: " ";
	width: 5px;
	height: 18px;
	background-color: #720f00;
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (max-width: 750px) {
	.c-title03 {
		padding-left: 14px;
		margin-bottom: 15px;
		font-size: 19px;
	}
	.c-title03:after {
		width: 3px;
		height: 12px;
		top: 7px;
	}
}

.c-title04 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 28px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: relative;
}
.c-title04:after {
	content: " ";
	width: 120px;
	height: 2px;
	background-color: #720F00;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
@media screen and (max-width: 750px) {
	.c-title04 {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 19px;
	}
	.c-title04:after {
		width: 100px;
		margin-left: -50px;
	}
}

.c-sec01 {
	padding: 50px 0;
}
@media screen and (max-width: 750px) {
	.c-sec01 {
		padding: 25px 0;
	}
}

.c-sec02 {
	margin: 0 40px;
	padding: 40px 0;
	border: 10px solid #D1CFCD;
	background-color: #F6F6F6;
}
.c-sec02_lead {
	font-size: 28px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 60px;
	position: relative;
}
.c-sec02_lead:after {
	content: " ";
	width: 120px;
	height: 2px;
	background: #720F00;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
@media screen and (max-width: 750px) {
	.c-sec02 {
		margin: 0 15px;
		padding: 15px 0;
		border: 5px solid #D1CFCD;
	}
	.c-sec02_lead {
		font-size: 18px;
		padding-bottom: 8px;
		margin-bottom: 30px;
	}
	.c-sec02_lead:after {
		width: 80px;
		height: 2px;
		margin-left: -40px;
	}
}

.c-sec03 {
	margin: 0 40px;
	padding: 70px 0;
	background-color: #F6F6F6;
}
@media screen and (max-width: 750px) {
	.c-sec03 {
		margin: 0 15px;
		padding: 25px 0;
	}
}

.c-lead {
	padding-left: 40px;
	margin-bottom: 30px;
	color: #535353;
}
@media screen and (max-width: 750px) {
	.c-lead {
		padding-left: 15px;
		margin-bottom: 20px;
	}
}

.c-table01 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
}
.c-table01 th {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #D1CFCD;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
.c-table01 td {
	padding: 20px 20px 10px 0;
	border-bottom: 1px solid #D1CFCD;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	.c-table01 th {
		padding: 10px 10px 5px 10px;
	}
	.c-table01 td {
		padding: 10px 10px 5px 0;
	}
}

.c-table02 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #D1CFCD;
	border-left: 1px solid #D1CFCD;
}
.c-table02 th {
	padding: 16px 15px;
	border-bottom: 1px solid #D1CFCD;
	border-right: 1px solid #D1CFCD;
	background-color: #F6F6F6;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}
.c-table02 td {
	padding: 16px 15px;
	border-bottom: 1px solid #D1CFCD;
	border-right: 1px solid #D1CFCD;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-color: #fff;
}
@media screen and (max-width: 750px) {
	.c-table02 th {
		padding: 10px 5px;
	}
	.c-table02 td {
		padding: 10px 5px;
	}
	.c-table_wrap {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.c-table_wrap .c-table02 {
		width: auto;
		table-layout: inherit;
		word-wrap: break-word;
		word-break: keep-all;
	}
}


.c-foot {
	padding: 105px 0 90px;
	background: url(../img/foot_bg.png) center bottom no-repeat;
	background-size: 686px auto;
}
.c-foot_btn {
	text-align: center;
}
.c-foot_btn a {
	padding: 25px 0;
	border-radius: 5px;
	display: inline-block;
	width: 350px;
	background-color: #720F00;
	color: #fff;
	position: relative;
}
.c-foot_btn a:after {
	content: " ";
	width: 15px;
	height: 15px;
	background: url(../img/ico/link02.svg) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 80px;
	margin-top: -8px;
}
@media screen and (min-width: 751px) {
	.c-foot_btn a:hover {
		background-color: #905c51;
	}
}
@media screen and (max-width: 750px) {
	.c-foot {
		padding: 50px 0 60px;
		background-size: 420px auto;
	}
	.c-foot_btn a {
		padding: 15px 0;
		font-size: 16px;
		width: 100%;
		max-width: 350px;
	}
	.c-foot_btn a:after {
		right: 50px;
	}
}

@media screen and (min-width: 751px) {
	.c-two_column {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.c-free_textarea {
	margin: 85px 0;
	padding: 0 40px;
	overflow: hidden;
}
.c-free_textarea:last-of-type {
	margin-bottom: 0;
}
.c-free_textarea h2 {
	margin: 0 -40px 30px;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #F2E7E6;
	font-size: 28px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: relative;
}
.c-free_textarea h2:after {
	content: " ";
	width: 5px;
	height: 18px;
	background-color: #720F00;
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -14px;
}
.c-free_textarea p {
	margin: 25px 0;
}
.c-free_textarea th,
.c-free_textarea td {
	vertical-align: middle
}
.c-free_textarea .imgL {
	float: left;
	margin: 0 15px 15px 0;
}
.c-free_textarea .caption {
	margin-top: 4px;
	font-size: 14px;
}
.c-modal {
	cursor: pointer;
	position: relative;
}
.c-modal:after {
	content: " ";
	height: 42px;
	width: 42px;
	background: url(../img/ico/modal.svg) 0 0 no-repeat;
	background-size: 42px auto;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
@media screen and (max-width: 750px) {
	.c-free_textarea {
		margin: 40px 0;
		padding: 0 10px;
	}
	.c-free_textarea:last-of-type {
		margin-bottom: 0;
	}
	.c-free_textarea h2 {
		margin: 0 -10px 20px;
		padding: 0 0 8px 24px;
		font-size: 20px;
	}
	.c-free_textarea h2:after {
		width: 3px;
		height: 14px;
		left: 8px;
		top: 5px;
		margin-top: 0;
	}
	.c-free_textarea p {
		margin: 18px 0;
	}
	.c-free_textarea .imgL {
		float: none;
		margin: 0 auto 15px;
	}
	.c-free_textarea .caption {
		margin-top: 4px;
		font-size: 12px;
	}
	.c-modal:after {
		height: 21px;
		width: 21px;
		background-size: 21px auto;
		bottom: 4px;
		right: 4px;
	}
}

.c-book_list02 {
	padding: 0 40px;
}
.c-book_list02 a {
	color: #2294FF;
	text-decoration: underline;
}
.c-book_list02 li {
	margin-bottom: 35px;
	width: 48.5%;
	float: left;
}
.c-book_list02 li:nth-child(2n) {
	float: right;
}
.c-book_list02 li:nth-child(2n+1) {
	clear: both;
}
.c-book_list02_image {
	width: 44.2%;
	float: left;
}
.c-book_list02_image figure {
	border: 1px solid #D1CFCD;
}
.c-book_list02_image .caption {
	line-height: 1.5;
	padding-top: 4px;
	font-size: 14px;
}
.c-book_list02_outline {
	width: 48.4%;
	float: right;
	color: #535353;
	line-height: 1.4;
}
.c-book_list02_outline > p {
	margin-bottom: 10px;
	font-weight: 600;
}
.c-book_list02_outline_title {
	margin-bottom: 15px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-size: 19px;
	line-height: 1.3;
	position: relative;
	color: #1A1A1A;
}
.c-book_list02_outline_title:after {
	content: " ";
	width: 5px;
	height: 18px;
	background-color: #720F00;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -9px;
}
.c-book_list02_outline_title h3 {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3;
}
.c-book_list02_outline th {
	text-align: left;
	vertical-align: top;
}
@media screen and (min-width: 751px) {
	.c-book_list02 a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.c-book_list02 {
		padding: 0;
	}
	.c-book_list02 li {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.c-book_list02 li:nth-child(2n) {
		float: none;
	}
	.c-book_list02_image {
		width: 40%;
	}
	.c-book_list02_image .caption {
		padding-top: 4px;
		font-size: 10px;
	}
	.c-book_list02_outline {
		width: 52%;
	}
	.c-book_list02_outline > p {
		margin-bottom: 8px;
	}
	.c-book_list02_outline_title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.c-book_list02_outline_title:after {
		width: 3px;
		height: 14px;
		left: -12px;
		margin-top: -7px;
	}
	.c-book_list02_outline_title h3 {
		font-size: 22px;
	}
}

.c-book_detail {
	margin: 0 auto;
	max-width: 820px;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.c-book_detail_image {
	width: 24.3%;
	margin-right: 9.9%;
}
.c-book_detail_image figure {
	border: 1px solid #D1CFCD;
}
.c-book_detail_image .caption {
	padding-top: 6px;
	font-size: 14px;
	line-height: 1.5;
}
.c-book_detail_outline {
	width: 65.8%;
}
.c-book_detail_outline a {
	color: #2294FF;
	text-decoration: underline;
}
.c-book_detail_outline h2 {
	margin-bottom: 20px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	line-height: 1.3;
	font-size: 34px;
	font-weight: 300;
}
.c-book_detail_outline h2 span {
	margin: 0 5px;
	display: inline-block;
	font-size: 22px;
}
.c-book_detail_outline .lead {
	margin-bottom: 5px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
}
.c-book_detail_outline table {
	margin-bottom: 25px;
}
.c-book_detail_outline th {
	text-align: left;
	vertical-align: top;
}
@media screen and (min-width: 751px) {
	.c-book_detail_outline a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.c-book_detail_image {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.c-book_detail_image .caption {
		padding-top: 4px;
		font-size: 12px;
	}
	.c-book_detail_outline {
		width: auto;
	}
	.c-book_detail_outline h2 {
		margin-bottom: 6px;
		font-size: 24px;
	}
	.c-book_detail_outline h2 span {
		font-size: 18px;
	}
	.c-book_detail_outline .lead {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.c-book_detail_outline table {
		margin-bottom: 15px;
	}
}

.c-gallery {
	padding: 0 40px;
}
.c-gallery li {
	width: 21.7%;
	margin: 0 4.4% 45px 0;
	float: left;
}
.c-gallery li:nth-child(4n) {
	margin-right: 0;
}
.c-gallery li:nth-child(4n+1) {
	clear: both;
}
.c-gallery li .caption {
	display: block;
	padding: 5px;
	font-size: 14px;
}
@media screen and (max-width: 750px) {
	.c-gallery {
		padding: 0 15px;
	}
	.c-gallery li {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.c-gallery li:nth-child(2n) {
		float: right;
	}
	.c-gallery li:nth-child(2n+1) {
		clear: both;
	}
	.c-gallery li .caption {
		padding: 4px;
		font-size: 12px;
	}
}

.c-back_btn {
	margin-top: 100px;
	text-align: center;
}
.c-back_btn a {
	display: inline-block;
	padding: 20px 0;
	border-radius: 5px;
	max-width: 260px;
	width: 100%;
	background: url(../img/ico/link02.svg) right 20px center no-repeat;
	background-color: #333;
	color: #fff;
}
@media screen and (min-width: 751px) {
	.c-back_btn a:hover {
		background-color: #555;
	}
}
@media screen and (max-width: 750px) {
	.c-back_btn {
		margin-top: 40px;
	}
}

.c-anchor {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-anchor a {
	padding: 16px 42px;
	margin: 0 5px 5px 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	background-color: #F6F6F6;
	position: relative;
	letter-spacing: 0.02em;
}
.c-anchor a:after {
	content: " ";
	width: 15px;
	height: 15px;
	background: url(../img/ico/link01.svg) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.c-anchor a:last-child {
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	.c-anchor a {
		padding: 10px 32px;
		font-size: 12px;
	}
	.c-anchor a:after {
		left: 10px;
	}
}

.modal-contents {
	padding: 150px 0 40px;
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
}
.modal-contents_inner {
	padding-top: 54px;
	position: relative;
}
.modal-contents_close {
	padding: 0 78px 0 0;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	box-sizing: border-box;
	background: url(../img/ico/close.png) right 0 center no-repeat;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	line-height: 1.5;
}
.modal-contents_close span {
	display: inline-block;
	padding-top: 10px;
}
img.mfp-img {
	padding-top: 54px;
}
.mfp-figure::after {
	display: none;
}
.modal-contents p,
.mfp-title {
	padding: 10px 5px 0;
}
.mfp-content {
	margin: 150px 0 0;
}
.mfp-wrap {
	z-index: 51;
}
.mfp-bg {
	background-color: #000;
	opacity: 0.80;
	z-index: 50;
}

.p-pagetitle {
	margin-bottom: 40px;
	height: 440px;
	background: url(../img/trial/zen/main.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.p-pagetitle_path {
	padding-top: 18px;
}
.p-pagetitle_path li {
	margin-right: 45px;
	float: left;
	color: #D1CFCD;
	position: relative;
}
.p-pagetitle_path li:after {
	content: ">";
	position: absolute;
	top: 0;
	right: -30px;
	color: #D1CFCD;
}
.p-pagetitle_path li:last-child {
	margin-right: 0;
	color: #fff;
}
.p-pagetitle_path li:last-child:after {
	display: none;
}
.p-pagetitle_path li a {
	display: inline-block;
	color: #D1CFCD;
	text-decoration: underline;
}
.p-pagetitle_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	letter-spacing: 0.16em;
	line-height: 1.4;
	width: 90%;
}
.p-pagetitle_title span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.p-pagetitle_title:after {
	content: " ";
	width: 165px;
	height: 164px;
	background: url(../img/title_en.svg) 0 0 no-repeat;
	position: absolute;
	top: -105px;
	left: 50%;
	margin-left: -83px;
}
.p-trial_zen .p-pagetitle { background-image: url(../img/trial/zen/main.jpg); }
.p-trial_butsuzou .p-pagetitle { background-image: url(../img/trial/butsuzou/main.jpg); }
.p-trial_shakyou .p-pagetitle { background-image: url(../img/trial/shakyou/main.jpg); }
.p-trial_training .p-pagetitle { background-image: url(../img/trial/training/main.jpg); }
.p-trial_nichigetsuan .p-pagetitle { background-image: url(../img/trial/nichigetsuan/main.jpg); }
.p-jushoku .p-pagetitle { background-image: url(../img/member/main.jpg); }
.p-about_schedule .p-pagetitle { background-image: url(../img/about/schedule/main.jpg); }
.p-about_history .p-pagetitle { background-image: url(../img/about/history/main.jpg); }
.p-about_album .p-pagetitle { background-image: url(../img/about/album/main.jpg); }
.p-about_kannondo .p-pagetitle { background-image: url(../img/about/kannondo/main.jpg); }
.p-about_enkaku .p-pagetitle { background-image: url(../img/about/enkaku/main.jpg); }
.p-jiho .p-pagetitle { background-image: url(../img/jiho/main.jpg); }
.p-guide_kuyoto .p-pagetitle { background-image: url(../img/guide/kuyoto/main.jpg); }
.p-access .p-pagetitle { background-image: url(../img/access/main.jpg); }
.p-link .p-pagetitle { background-image: url(../img/link/main.jpg); }
.p-contact .p-pagetitle { background-image: url(../img/contact/main.jpg); }
.p-news .p-pagetitle { background-image: url(../img/news/main.jpg); }
@media screen and (min-width: 751px) {
	.p-pagetitle_path li a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-pagetitle {
		margin-bottom: 20px;
		height: 220px;
	}
	.p-pagetitle_path {
		padding-top: 10px;
	}
	.p-pagetitle_path li {
		margin-right: 25px;
	}
	.p-pagetitle_path li:after {
		right: -18px;
	}
	.p-pagetitle_path li:last-child {
		margin-right: 0;
	}
	.p-pagetitle_path li:last-child:after {
		display: none;
	}
	.p-pagetitle_title {
		font-size: 28px;
	}
	.p-pagetitle_title span {
		font-size: 16px;
	}
	.p-pagetitle_title:after {
		width: 83px;
		height: 82px;
		background: url(../img/title_en.svg) 0 0 no-repeat;
		background-size: 83px auto;
		top: -53px;
		margin-left: -42px;
	}
}



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

		#page

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

/* トップページ */
.t-mv {
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.t-mv_bg {
	padding-top: 150px;
	min-height: 920px;
	background: url(../img/top/mv.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.t-mv_logo {
	margin-bottom: 57px;
}
.t-mv_text {
	margin-bottom: 32px;
}
.t-mv_text2 {
	font-size: 16px;
	line-height: 2.18;
	margin-bottom: 32px;
}
.t-mv_scroll {
	display: none;
}
@media screen and (max-width: 750px) {
	.t-mv_bg {
		padding: 85px 0 75px;
		min-height: inherit;
		background: url(../img/top/mv_sp.jpg) center no-repeat;
		background-size: 100% auto;
	}
	.t-mv_logo {
		margin-bottom: 30px;
	}
	.t-mv_logo img {
		width: 121px;
	}
	.t-mv_text {
		margin-bottom: 10px;
	}
	.t-mv_text2 {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 15px;
	}
	.t-mv_scroll {
		display: block;
		width: 5px;
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
}
@media screen and (max-width: 370px) {
	.t-mv_bg {
		background-size: auto 100%;
	}
}

.t-news {
	padding: 18px 0 14px;
	background: #f7f7f7;
}
.t-news_box {
	padding: 0 150px 0 0;
	position: relative;
}
.t-news h2 {
	font-weight: bold;
	width: 220px;
	float: left;
	position: relative;
}
.t-news h2:after {
	content: " ";
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	background-color: #666;
}
.t-news_list {
	margin-left: 240px;
	font-size: 14px;
}
.t-news_date {
	margin-right: 10px;
	float: left;
}
.t-news_category {
	margin-top: -7px;
	padding: 6px 0;
	border: 1px solid #720f00;
	width: 100px;
	box-sizing: border-box;
	float: left;
	background-color: #fff;
	color: #720f00;
	text-align: center;
}
.t-news_text {
	margin-left: 225px;
}
.t-news_text a {
	color: #2294ff;
	text-decoration: underline;
}
.t-news_btn {
	position: absolute;
	top: -7px;
	right: 0;
	font-size: 14px;
}
.t-news_btn a {
	display: block;
	border-radius: 5px;
	padding: 8px 32px 8px 18px;
	background: url(../img/ico/link02.svg) right 8px center no-repeat;
	background-color: #720f00;
	color: #fff;
}
@media screen and (min-width: 751px) {
	.t-news_btn a:hover {
		background-color: #905c51;
	}
	.t-news_text a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.t-news {
		padding: 20px 0 14px;
	}
	.t-news_box {
		padding: 0;
	}
	.t-news h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 15px;
		border-bottom: 1px solid #ababab;
		width: auto;
		float: none;
	}
	.t-news h2:after {
		display: none;
	}
	.t-news_list {
		margin-left: 0;
		font-size: 14px;
	}
	.t-news_date {
		margin-right: 14px;
	}
	.t-news_category {
		margin-top: -3px;
		padding: 2px 0;
		width: 65px;
		font-size: 11px;
	}
	.t-news_text {
		clear: both;
		padding-top: 5px;
		margin-left: 0;
	}
	.t-news_btn {
		top: -8px;
		font-size: 13px;
	}
}

.t-about {
	margin: 135px 0 170px;
}
.t-about_wrap {
	padding-right: 20px;
}
.t-about_inner {
	position: relative;
}
.t-about_swiper .swiper-slide {
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.t-about_titlearea {
	position: relative;
}
.t-about_subtitle {
	padding-left: 40px;
	font-size: 48px;
	letter-spacing: 0.1em;
	line-height: 1.33;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 10;
}
.t-about_subtitle:after {
	content: " ";
	width: 142px;
	height: 142px;
	background: url(../img/top/about_title.png) 0 0 no-repeat;
	position: absolute;
	top: -26px;
	left: 0;
	z-index: -1;
}
.t-about_text {
	padding: 30px 0 0 20px;
	font-size: 14px;
}
.t-about_swiper_pagination {
	position: absolute;
	top: 50%;
	right: 1px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.t-about_swiper_pagination span {
	display: block;
	margin: 8px 0;
	width: 4px;
	height: 4px;
	opacity: 1;
	background-color: #a0a0a0;
}
.t-about_swiper_pagination span.swiper-pagination-bullet-active {
	background-color: #720f00;
}
.t-about_navi {
	margin-top: 80px;
	padding: 0 40px;
}
.t-about_navi_title {
	padding-left: 20px;
	margin-bottom: 30px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.33;
	position: relative;
}
.t-about_navi_title:after {
	content: " ";
	width: 5px;
	height: 7px;
	background-color: #720f00;
	position: absolute;
	top: 11px;
	left: 0;
}
.t-about_navi li {
	margin: 0 0 20px 0;
	width: 44.68%;
	float: left;
}
.t-about_navi li:nth-child(2n) {
	float: right;
}
.t-about_navi li a {
	padding: 15px 0 14px 40px;
	border-bottom: 1px solid #ccc;
	display: block;
	background: url(../img/ico/link01.svg) 0 20px no-repeat;
}
@media screen and (min-width: 751px) {
	.t-about_navi li a:hover {
		color: #720f00;
		background-image: url(../img/ico/link01_cur.svg);
	}
}
@media screen and (max-width: 750px) {
	.t-about {
		margin: 50px 0 60px;
	}
	.t-about_wrap {
		padding-right: 0;
	}
	.t-about_swiper .swiper-slide {
		padding-left: 0;
	}
	.t-about_subtitle {
		padding-left: 15px;
		font-size: 27px;
		line-height: 1.2;
		position: absolute;
		left: 0;
		bottom: -53px;
	}
	.t-about_subtitle:after {
		width: 90px;
		height: 90px;
		background-size: 90px;
		top: -30px;
	}
	.t-about_text {
		padding: 60px 0 0 15px;
	}
	.t-about_swiper_pagination {
		padding-bottom: 90px;
		right: -12px;
		z-index: 1;
	}
	.t-about_navi {
		margin-top: 35px;
		padding: 0 0;
	}
	.t-about_navi li {
		width: 46.68%;
	}
	.t-about_navi li a {
		padding: 10px 0 10px 25px;
		background: url(../img/ico/link01.svg) 0 12px no-repeat;
	}
}

.p-about_kannondo_image {
	margin-bottom: 30px;
	text-align: center;
}
.p-about_kannondo_imageList {
	overflow: hidden;
}
.p-about_kannondo_imageList li {
	margin: 0 3% 30px 0;
	width: 31%;
	float: left;
}
.p-about_kannondo_imageList li .caption {
	margin-top: 4px;
	font-size: 14px;
}
@media screen and (min-width: 751px) {
	.p-about_kannondo_imageList li:nth-child(3n) {
		margin-right: 0;
	}
	.p-about_kannondo_imageList li:nth-child(3n+1) {
		clear: both;
	}
}
@media screen and (max-width: 750px) {
	.p-about_kannondo_image {
		margin-bottom: 20px;
	}
	.p-about_kannondo_imageList li {
		margin: 0 4% 15px 0;
		width: 48%;
	}
	.p-about_kannondo_imageList li:nth-child(2n) {
		margin-right: 0;
	}
	.p-about_kannondo_imageList li:nth-child(2n+1) {
		clear: both;
	}
	.p-about_kannondo_imageList li .caption {
		margin-top: 3px;
		font-size: 12px;
	}
}

.t-gallery {
	overflow: hidden;
	margin-bottom: 150px;
}
.t-gallery img {
	font-display: block;
	border-radius: 5px;
	margin: 0 10px;
}
@media screen and (max-width: 750px) {
	.t-gallery {
		margin-bottom: 75px;
	}
	.t-gallery img {
		font-display: block;
		border-radius: 5px;
		margin: 0 10px;
	}
}

.t-trial  {
	margin-bottom: 205px;
}
.t-trial .inner:nth-of-type(2) {
	width: 1280px;
}
@media screen and (max-width: 1320px) {
	.t-trial .inner:nth-of-type(2) {
		width: auto;
	}
}
.t-trial .c-title01 {
	float: left;
}
.t-trial_lead {
	margin: 0 0 100px 250px;
}
.t-trial_lead p:nth-of-type(1) {
	font-size: 22px;
}
.t-trial_item {
	margin-right: 6.5%;
	width: 29%;
	float: left;
}
.t-trial_item {
	margin-right: 3.2%;
	width: 22.6%;
	float: left;
}
.t-trial_item:nth-child(4n) {
	margin-right: 0;
}
.t-trial_item > a {
	display: block;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.t-trial_item_link {
	padding: 9px 44px 9px 15px;
	border-radius: 0 5px 0 0;
	font-size: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/ico/link01.svg) right 18px center no-repeat #fff;
}
.t-trial_item_link span {
	font-size: 20px;
	margin-left: 15px;
}
.t-trial_item_text {
	padding: 0 20px;
	font-size: 14px;
}
.t-trial_item_text a {
	color: #2294ff;
	text-decoration: underline;
}
@media screen and (min-width: 751px) {
	.t-trial_item_text a:hover {
		text-decoration: none;
	}
	a:hover .t-trial_item_link {
		color: #720f00;
		background-image: url(../img/ico/link01_cur.svg);
	}
}
@media screen and (max-width: 750px) {
	.t-trial  {
		margin-bottom: 30px;
	}
	.t-trial .c-title01 {
		margin-bottom: 12px;
		float: none;
	}
	.t-trial_lead {
		margin: 0 0 40px 15px;
		font-size: 15px;
	}
	.t-trial_lead p:nth-of-type(1) {
		font-size: 19px;
	}
	.t-trial_item {
		margin-right: 0;
		margin-bottom: 40px;
		width: auto;
		float: none;
	}
	.t-trial_item > a {
		margin-bottom: 10px;
	}
	.t-trial_item_link {
		padding: 10px 35px 10px 15px;
		font-size: 22px;
		background-position: right 10px center;
	}
	.t-trial_item_link span {
		font-size: 14px;
		margin-left: 4px;
	}
	.t-trial_item_text {
		padding: 0 15px;
	}
}


.t-guide {
	position: relative;
	z-index: 1;
}
.t-guide .c-title01 {
	float: left;
}
.t-guide .t-trial_lead {
	margin-bottom: 50px;
}
.t-guide_wrap {
	max-width: 920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 65px 135px 40px;
	background-color: #f7f6f3;
}
.t-guide li {
	margin-right: 3.4%;
	width: 48.3%;
	float: left;
	text-align: center;
}
.t-guide li:nth-child(2n) {
	margin-right: 0;
}
.t-guide li a {
	display: block;
}
.t-guide li figure {
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.t-guide li p span {
	display: inline-block;
	padding-left: 34px;
	background: url(../img/ico/link01.svg) 0 center no-repeat;
}
@media screen and (min-width: 751px) {
	.t-guide li a:hover span {
		color: #720f00;
		background-image: url(../img/ico/link01_cur.svg);
	}
}
@media screen and (max-width: 750px) {
	.t-guide {
		position: relative;
		z-index: 1;
	}
	.t-guide .t-trial_lead {
		margin-bottom: 30px;
	}
	.t-guide_wrap {
		margin: 0 20px 10px;
		box-sizing: border-box;
		padding: 20px 20px 20px;
	}
	.t-guide .c-title01 {
		margin-bottom: 12px;
		float: none;
	}
	.t-guide li {
		margin-right: 0;
		margin-bottom: 40px;
		width: auto;
		float: none;
	}
	.t-guide li:last-child {
		margin-bottom: 0;
	}
	.t-guide li figure {
		margin-bottom: 12px;
	}
}

.t-space_img {
	height: 380px;
	margin-bottom: 145px;
	background: url(../img/top/space.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
body.other .t-space_img {
	background-attachment: fixed;
}
.t-space_img:after {
	content: " ";
	width: 94%;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 3%;
}
@media screen and (max-width: 750px) {
	.t-space_img {
		height: 200px;
		margin-top: -30px;
		margin-bottom: 75px;
		z-index: 0;
	}
	body.other .t-space_img {
		background-attachment: inherit;
	}
	.t-space_img:after {
		width: 97%;
		height: 45px;
		left: 1.5%;
	}
}

.t-access_logo {
	text-align: center;
}
.t-access_outline_wrap {
	background: url(../img/top/access_bg.png) center 141px no-repeat;
}
.t-access_outline {
	padding: 60px 40px 60px;
	margin-bottom: 75px;
	position: relative;
}
.t-access_outline ul {
	width: 50%;
	float: left;
}
.t-access_outline li {
	width: 220px;
	float: left;
	padding: 8px 0;
	border-bottom: 1px solid #f3f3f3;
}
.t-access_outline li:nth-child(2) {
	margin-right: 20px;
}
.t-access_outline li:first-child {
	width: auto;
	float: none;
}
.t-access_btn {
	width: 38%;
	position: absolute;
	top: 50%;
	right: 40px;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.t-access_btn a {
	display: block;
	padding: 22px 10px;
	border-radius: 5px;
	background-color: #720f00;
	color: #fff;
}
.t-access_btn a span {
	display: inline-block;
	padding-right: 30px;
	background: url(../img/ico/link02.svg) right center no-repeat;
}
.t-access_btn02 {
	display: inline-block;
	border-radius: 15px / 50%;
	padding: 3px 24px 3px 40px;
	margin-left: 8px;
	font-size: 15px;
	background: url(../img/ico/pin.png) 25px center no-repeat #eee;
}
.t-access_map {
	padding: 0 40px;
}
.t-access_map .c-title02 {
	float: left;
}
.t-access_link {
	float: right;
}
.t-access_link a {
	color: #2294ff;
	text-decoration: underline;
}
.t-access_gmap {
	margin: 0 -40px;
}
@media screen and (min-width: 751px) {
	.t-access_btn a:hover {
		background-color: #905c51;
	}
	.t-access_btn02:hover {
		background-color: #c3c3c3;
	}
	.t-access_link a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.t-access_logo {
		text-align: center;
	}
	.t-access_logo img {
		width: 122px;
	}
	.t-access_outline_wrap {
		margin: 0 -15px;
		padding: 0 15px;
		background: url(../img/top/access_bg.png) center 141px no-repeat;
		background-size: 140% auto;
	}
	.t-access_outline {
		padding: 30px 15px 60px;
		margin-bottom: 15px;
	}
	.t-access_outline ul {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.t-access_outline li {
		width: auto;
		float: none;
		padding: 12px 15px;
		border-bottom: 1px solid #f3f3f3;
		position: relative;
	}
	.t-access_outline li span {
		display: inline-block;
		width: 6em;
	}
	.t-access_outline li:nth-child(2) {
		margin-right: 0;
	}
	.t-access_outline li:first-child {
		padding-right: 130px;
		width: auto;
		float: none;
	}
	.t-access_btn {
		width: auto;
		max-width: 380px;
		margin: 0 auto;
		position: static;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		transform: translate(0);
	}
	.t-access_btn a {
		padding: 20px 10px;
	}
	.t-access_btn02 {
		position: absolute;
		top: 10px;
		right: 0;
		display: inline-block;
		padding: 3px 20px 3px 35px;
	}
	.t-access_map {
		padding: 0;
	}
	.t-access_gmap {
		padding: 0 15px;
		margin: 0;
	}
}



/* アルバム｜龍源寺について */
.p_album_image {
	margin-bottom: 40px;
}
.p_album_list li {
	margin-bottom: 40px;
	width: 48%;
	float: left;
}
.p_album_list li .caption {
	display: block;
	padding: 8px 0 0 1em;
	color: #535353;
}
.p_album_list li:nth-child(2n) {
	float: right;
}
.p_album_list li:nth-child(2n+1) {
	clear: both;
}
@media screen and (max-width: 450px) {
	.p_album_list li {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.p_album_image {
		margin-bottom: 20px;
	}
}



/* 禅の会｜体験する */
.p-trial_zen_ouline {
	padding: 0 0 0 40px;
	position: relative;
}
.p-trial_zen_ouline_image {
	width: 33.75%;
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-trial_zen_ouline_image li {
	margin-bottom: 40px;
}
.p-trial_zen_ouline_image li:last-child {
	margin-bottom: 0;
}
.p-trial_zen_date {
	border-radius: 5px;
	width: 62.08%;
	float: right;
	padding: 35px 80px;
	background-color: #F6F6F6;
	box-sizing: border-box;
}
.p-trial_zen_ouline.vol02 {
	padding: 0;
}
.vol02 .p-trial_zen_date {
	width: auto;
	float: none;
}
.p-trial_zen_date th {
	width: 3.5em;
}
@media screen and (max-width: 850px) {
	.p-trial_zen_date {
		padding: 35px 40px;
	}
}
@media screen and (max-width: 750px) {
	.p-trial_zen_ouline {
		padding: 0 0;
	}
	.p-trial_zen_ouline_image {
		margin-bottom: 20px;
		width: auto;
		position: static;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		transform: translate(0);
		overflow: hidden;
	}
	.p-trial_zen_ouline_image li {
		width: 48%;
		margin-bottom: 0;
		float: left;
	}
	.p-trial_zen_ouline_image li:nth-child(2) {
		float: right;
	}
	.p-trial_zen_date {
		width: auto;
		float: none;
		padding: 20px 20px;
	}
	.p-trial_zen_date th {
		width: 3.5em;
	}
}

/* 日月庵坐禅堂｜体験する */
.p-trial_nichigetsuan {
	background: url(../img/trial/nichigetsuan/bg_img.png) center 440px no-repeat;
}
.p-trial_nichigetsuan_lead {
	padding: 65px 0;
	text-align: center;
}
.p-trial_nichigetsuan_lead h2 {
	margin-bottom: 60px;
}
.p-trial_nichigetsuan_textbox {
	padding: 35px 20px;
	border: 1px solid #D1CFCD;
	border-radius: 5px;
	margin-bottom: 105px;
	background-color: #F6F6F6;
	text-align: center;
}
.p-trial_nichigetsuan_list {
	padding: 20px 0;
	margin-bottom: 40px;
	border-radius: 5px;
	background-color: #F6F6F6;
	position: relative;
}
.p-trial_nichigetsuan_list dt {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 210px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-trial_nichigetsuan_list dd {
	margin-left: 250px;
	padding: 30px 30px 30px 55px;
	position: relative;
}
.p-trial_nichigetsuan_list dd:after {
	content: " ";
	width: 2px;
	height: 100%;
	background-color: #D1CFCD;
	position: absolute;
	top: 0;
	left: 0;
}
.p-trial_nichigetsuan_list dd li {
	margin-bottom: 15px;
}
.p-trial_nichigetsuan_list dd li:last-child {
	margin-bottom: 0;
}
.p-trial_nichigetsuan_list dd li span:nth-child(1) {
	display: block;
	float: left;
	font-weight: bold;
}
.p-trial_nichigetsuan_list dd li span:nth-child(2) {
	display: block;
	margin-left: 105px;
	position: relative;
}
.p-trial_nichigetsuan_list dd li span:nth-child(2):after {
	content: " ";
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 12px;
	left: -40px;
}
.p-trial_nichigetsuan_case {
	padding: 50px 0 70px;
	background: url(../img/trial/nichigetsuan/case_bg.png) center 0 no-repeat;
}
.p-trial_nichigetsuan_case .c-title04 {
	margin-bottom: 60px;
}
.p-trial_nichigetsuan_case_box {
	float: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.p-trial_nichigetsuan_case_box p {
	margin: 0 15px;
	font-size: 18px;
	font-weight: bold;
}
.p-trial_nichigetsuan_case_box p span {
	padding: 8px;
	border: 1px solid #D1CFCD;
	background-color: #fff;
}
.p-trial_nichigetsuan_case_box li {
	padding-top: 8px;
	margin: 0 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.p-trial_nichigetsuan_case_box li span {
	margin-top: 8px;
	color: #8B8B8B;
	font-size: 14px;
	font-weight: normal;
}
.p-trial_nichigetsuan_map {
	margin-left: 2%;
	border: 1px solid #D1CFCD;
	border-radius: 5px;
	width: 46%;
	min-height: 400px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.p-trial_nichigetsuan_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-trial_nichigetsuan_access {
	margin-right: 2%;
	width: 45.6%;
	float: right;
}
.p-trial_nichigetsuan_access ul {
	border-top: 1px solid #D1CFCD;
}
.p-trial_nichigetsuan_access li {
	padding: 12px 0 12px 35px;
	border-bottom: 1px solid #D1CFCD;
	position: relative;
}
.p-trial_nichigetsuan_access li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-trial_nichigetsuan_access li:nth-child(1):after {
	content: "①";
}
.p-trial_nichigetsuan_access li:nth-child(2):after {
	content: "②";
}
.p-trial_nichigetsuan_access li:nth-child(3):after {
	content: "③";
}
.p-trial_nichigetsuan_access li p {
	margin-bottom: 5px;
}
.p-trial_nichigetsuan_access li p:last-of-type {
	margin-bottom: 0;
}
.p-trial_nichigetsuan_access li a {
	color: #2294FF;
	text-decoration: underline;
}
@media screen and (min-width: 751px) {
	.p-trial_nichigetsuan_access li a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-trial_nichigetsuan {
		background: url(../img/trial/nichigetsuan/bg_img.png) center 220px no-repeat;
		background-size: 100% auto;
	}
	.p-trial_nichigetsuan_lead {
		padding: 30px 0;
	}
	.p-trial_nichigetsuan_lead h2 {
		margin-bottom: 30px;
	}
	.p-trial_nichigetsuan_textbox {
		padding: 15px 10px;
		margin-bottom: 50px;
	}
	.p-trial_nichigetsuan_list {
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.p-trial_nichigetsuan_list dt {
		padding: 0 0 10px;
		margin-bottom: 10px;
		position: static;
		border-bottom: 1px solid #D1CFCD;
		width: auto;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	.p-trial_nichigetsuan_list dd {
		margin-left: 0;
		padding: 0;
	}
	.p-trial_nichigetsuan_list dd:after {
		display: none;
	}
	.p-trial_nichigetsuan_list dd li {
		margin-bottom: 10px;
	}
	.p-trial_nichigetsuan_list dd li:last-child {
		margin-bottom: 0;
	}
	.p-trial_nichigetsuan_list dd li span:nth-child(2) {
		margin-left: 65px;
	}
	.p-trial_nichigetsuan_list dd li span:nth-child(2):after {
		width: 13px;
		top: 7px;
		left: -20px;
	}
	.p-trial_nichigetsuan_case {
		padding: 30px 0 40px;
		background-position: center 100px;
		background-size: 500px auto;
	}
	.p-trial_nichigetsuan_case .c-title04 {
		margin-bottom: 30px;
	}
	.p-trial_nichigetsuan_case_box p {
		margin: 0 8px;
		font-size: 16px;
}
	.p-trial_nichigetsuan_case_box p span {
		padding: 5px;
	}
	.p-trial_nichigetsuan_case_box li {
		padding-top: 5px;
		margin: 0 5px;
	}
	.p-trial_nichigetsuan_case_box li span {
		margin-top: 5px;
		font-size: 12px;
	}
	.p-trial_nichigetsuan_map {
		margin-left: 0;
		margin-bottom: 20px;
		width: auto;
		min-height: 180px;
		float: none;
	}
	.p-trial_nichigetsuan_access {
		margin-right: 0;
		width: auto;
		float: none;
	}
	.p-trial_nichigetsuan_access li {
		padding: 8px 0 8px 25px;
	}
}


/* 住職について */
.p-jushoku_item {
	padding-bottom: 20px;
	border-bottom: 1px solid #D1CFCD;
	margin-right: 3.8%;
	width: 30.8%;
	float: left;
	cursor: pointer;
	position: relative;
}
.p-jushoku_item:before {
	content: " ";
	width: 0;
	height: 1px;
	background-color: #888888;
	position: absolute;
	top: 100%;
	left: 0;
	transition: width 0.4s ease-out;
	-webkit-transition: width 0.4s ease-out;
	-moz-transition: width 0.4s ease-out;
}
.p-jushoku_item:hover:before,
.p-jushoku_item.opened:before {
	width: 100%;
}
.p-jushoku_item:nth-child(3n) {
	margin-right: 0;
}
.p-jushoku_item figure {
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.p-jushoku_item_name {
	padding: 0 20px;
	line-height: 1.3;
	font-size: 14px;
	position: relative;
}
.p-jushoku_item_name:before {
	content: " ";
	width: 15px;
	height: 15px;
	background: url(../img/ico/link01.svg) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: 8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.p-jushoku_item_text1 {
	display: block;
}
.p-jushoku_item_text2 {
	display: block;
	position: relative;
}
.p-jushoku_item_text2:before {
	content: " ";
	width: 5px;
	height: 7px;
	background-color: #720F00;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -3px;
}
.p-jushoku_item_text2 span {
	font-size: 20px;
}
.p-jushoku_item_text3 {
	margin-top: 4px;
	display: block;
}
.p-jushoku_detail {
	padding: 100px 0 40px;
	background: url(../img/member/member_bg.png) right 0 no-repeat;
	display: none;
}
.p-jushoku_profile {
	padding: 0 40px;
}
.p-jushoku_profile figure {
	margin-right: 9.1%;
	border-radius: 5px;
	overflow: hidden;
	width: 37.7%;
}
.p-jushoku_profile > div {
	width: 53.2%;
}
.p-jushoku_profile_name01 {
	padding-left: 25px;
	font-size: 20px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	color: #1A1A1A;
}
.p-jushoku_profile_name02 {
	padding-left: 25px;
	color: #535353;
	position: relative;
}
.p-jushoku_profile_name02:after {
	content: " ";
	width: 5px;
	height: 18px;
	background-color: #720F00;
	position: absolute;
	top: 12px;
	left: 4px;
}
.p-jushoku_profile_name02 span {
	padding-right: 10px;
	display: inline-block;
	font-size: 34px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	color: #1A1A1A;
	line-height: 1.3;
}
.p-jushoku_profile_name03 {
	padding-left: 25px;
	font-size: 14px;
}
.p-jushoku_profile_box {
	margin-top: 34px;
	padding: 20px 25px;
	border-radius: 5px;
	background-color: #F6F6F6;
}
.p-jushoku_detail .c-anchor {
	margin: 80px 0 70px; 
}
.p-jushoku_product {
	padding: 0 40px;
	margin-bottom: 70px;
}
.p-jushoku_product:last-of-type {
	margin-bottom: 0;
}
.p-jushoku_product .c-title03 {
	padding-bottom: 10px;
	margin: 0 -40px 40px;
	border-bottom: 1px solid #F2E7E6;
}
.p-jushoku_product_imagelist li {
	padding-bottom: 35px;
	border-bottom: 1px solid #F2E7E6;
	margin-bottom: 40px;
	overflow: hidden;
}
.p-jushoku_product_imagelist li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.p-jushoku_product_imagelist li figure {
	float: left;
}
.p-jushoku_product_imagelist li > div {
	margin-left: 155px;
	font-size: 14px;
	line-height: 1.5;
}
.p-jushoku_product a {
	color: #2294FF;
	text-decoration: underline;
}
.p-jushoku_product_imagelist h4 {
	margin-bottom: 10px;
	font-size: 18px;
}
.p-jushoku_product_imagelist h4 em {
	display: block;
	font-size: 14px;
}
.p-jushoku_product_imagelist p {
	margin-bottom: 1.5em;
}
.p-jushoku_product_imagelist .date {
	font-size: 16px;
}
.p-jushoku_product_imagelist dt {
	font-weight: bold;
}
.p-jushoku_product_imagelist dd {
	padding-left: 15px;
}
.p-jushoku_product td {
	vertical-align: middle;
	text-align: center;
}
.p-jushoku_product td:nth-of-type(2) {
	text-align: left;
}
.p-jushoku_product td:nth-of-type(5) {
	font-size: 14px;
}
.p-jushoku_product > h4 {
	margin: 40px 0 14px;
}
.p-jushoku_product h4 span {
	display: inline-block;
	padding: 2px 18px 0;
	border: 1px solid #720F00;
	border-radius: 5px;
	color: #720F00;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	min-width: 100px;
	text-align: center;
}
@media screen and (min-width: 751px) {
	.p-jushoku_product a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-jushoku_item {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #D1CFCD;
		margin-right: 0;
		width: auto;
		float: none;
	}
	.p-jushoku_item figure {
		width: 40%;
		float: left;
		margin-bottom: 0;
	}
	.p-jushoku_item_name {
		margin-left: 42%;
		padding: 0 20px;
		font-size: 12px;
	}
	.p-jushoku_item_text2:before {
		width: 4px;
		height: 6px;
		left: -10px;
		margin-top: -3px;
	}
	.p-jushoku_item_text2 span {
		font-size: 18px;
	}
	.p-jushoku_item_text3 {
		margin-top: 2px;
	}
	.p-jushoku_detail {
		padding: 50px 0 20px;
		background-size: 237px auto;
	}
	.p-jushoku_profile {
		padding: 0 15px;
	}
	.p-jushoku_profile figure {
		width: auto;
		max-width: 290px;
		margin: 0 auto 20px;
	}
	.p-jushoku_profile > div {
		width: auto;
	}
	.p-jushoku_profile_name01 {
		padding-left: 20px;
		font-size: 16px;
	}
	.p-jushoku_profile_name02 {
		margin-bottom: 5px;
		padding-left: 20px;
	}
	.p-jushoku_profile_name02:after {
		width: 4px;
		height: 14px;
		top: 10px;
		left: 2px;
	}
	.p-jushoku_profile_name02 span {
		display: block;
		padding-right: 0;
		font-size: 24px;
	}
	.p-jushoku_profile_name03 {
		padding-left: 20px;
		font-size: 12px;
	}
	.p-jushoku_profile_box {
		margin-top: 15px;
		padding: 10px 15px;
	}
	.p-jushoku_detail .c-anchor {
		margin: 40px 0 35px; 
	}
	.p-jushoku_product {
		padding: 0 15px;
		margin-bottom: 35px;
	}
	.p-jushoku_product:last-of-type {
		margin-bottom: 0;
	}
	.p-jushoku_product .c-title03 {
		padding-bottom: 8px;
		margin: 0 -15px 20px;
	}
	.p-jushoku_product_imagelist li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.p-jushoku_product_imagelist li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.p-jushoku_product_imagelist li figure {
		margin: 0 15px 10px 0;
		width: 70px;
		float: left;
	}
	.p-jushoku_product_imagelist li > div {
		margin-left: 0;
		font-size: 12px;
	}
	.p-jushoku_product_imagelist h4 {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.p-jushoku_product_imagelist li > div > h4 + p {
		clear: both;
	}
	.p-jushoku_product_imagelist .date {
		font-size: 14px;
	}
	.p-jushoku_product_imagelist dd {
		padding-left: 10px;
	}
	.p-jushoku_product td:nth-of-type(5) {
		font-size: 11px;
	}
	.p-jushoku_product > h4 {
		margin: 25px 0 10px;
	}
}


/* 年間スケジュール｜龍源寺について */
.p-about_schedule .c-title03 span {
	font-size: 71%;
}
.p-about_schedule_lead {
	padding-left: 22px;
	margin-bottom: 35px;
}
.p-about_schedule_table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #D1CFCD;
	background-color: #FFF;
}
.p-about_schedule_table_month {
	padding: 20px 0;
	border-right: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
	vertical-align: top;
	text-align: center;
	width: 86px;
	font-size: 36px;
	color: #D1CFCD;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0;
}
.p-about_schedule_table_month span {
	font-size: 24px;
}
.p-about_schedule_table td {
	padding: 15px 0 15px 40px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.p-about_schedule_table tr:nth-child(2n) td {
	background-color: #F6F6F6;
}
@media screen and (max-width: 750px) {
	.p-about_schedule_lead {
		padding-left: 15px;
		margin-bottom: 25px;
	}
	.p-about_schedule_table_month {
		padding: 20px 0;
		width: 50px;
		font-size: 22px;
	}
	.p-about_schedule_table_month span {
		font-size: 14px;
	}
	.p-about_schedule_table td {
		padding: 12px 0 12px 15px;
	}
	.p-about_schedule_table_day {
		width: 4.5em;
	}
	.p-about_schedule_table_week {
		width: 3.5em;
	}
}

/* 沿革｜龍源寺について */
.p-about_enkaku_box {
	padding: 0 40px;
}
.p-about_enkaku .c-table02 a {
	color: #2294FF;
	text-decoration: underline;
}
.p-about_enkaku .c-table02 td {
	word-wrap: break-all;
}
@media screen and (min-width: 751px) {
	.p-about_enkaku .c-table02 a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-about_enkaku_box {
		padding: 0;
	}
	.p-about_enkaku .c-table02 td:nth-child(3) {
		width: 12em;
	}
}

/* 龍源寺の歴史｜龍源寺について */
.c-book_list li {
	margin: 0 6.5% 40px 0;
	width: 29%;
	float: left;
}
.c-book_list li:nth-child(3n) {
	margin-right: 0;
}
.c-book_list li:nth-child(3n+1) {
	clear: both;
}
.c-book_list li a {
	padding-bottom: 35px;
	border-bottom: 1px solid #888;
	display: block;
}
.c-book_list li figure {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.c-book_list li figure p {
	padding: 12px 45px 12px 15px;
	border-radius: 0 5px 0 0 ;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #F6F6F6;
	font-size: 20px;
}
.c-book_list li figure p:after {
	content: " ";
	width: 15px;
	height: 15px;
	background: url(../img/ico/link01.svg) 0 0 no-repeat;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
.c-book_list li a > p {
	padding: 15px 20px 0;
	font-size: 14px;
}
@media screen and (min-width: 751px) {
	.c-book_list li a:hover figure p {
		color: #720F00;
	}
	.c-book_list li a:hover figure p:after {
		background-image: url(../img/ico/link01_cur.svg);
	}
}
@media screen and (max-width: 750px) {
	.c-book_list li {
		margin: 0 5% 20px 0;
		width: 47.5%;
	}
	.c-book_list li:nth-child(3n) {
		margin-right: 5%;
	}
	.c-book_list li:nth-child(3n+1) {
		clear: inherit;
	}
	.c-book_list li:nth-child(2n) {
		margin-right: 0;
	}
	.c-book_list li:nth-child(2n+1) {
		clear: both;
	}
	.c-book_list li a {
		padding-bottom: 15px;
	}
	.c-book_list li figure {
		text-align: center;
	}
	.c-book_list li figure p {
		padding: 8px 35px 8px 10px;
		font-size: 14px;
		text-align: left;
		box-sizing: border-box;
		max-width: 80%;
	}
	.c-book_list li figure p:after {
		right: 10px;
	}
	.c-book_list li a > p {
		padding: 10px 10px 0;
		font-size: 12px;
	}
}

@media screen and (min-width: 751px) {
	.p-history_keio100y .c-two_column {
		padding: 0 45px;
	}
	.p-history_keio100y .c-two_column > figure {
		width: 54.1%;
		margin-right: 3.3%;
	}
	.p-history_keio100y .c-two_column > div {
		width: 42.6%;
	}
}
@media screen and (max-width: 750px) {
	.p-history_keio100y .c-two_column > figure {
		margin-bottom: 20px;
		text-align: center;
	}
}


/* 龍源寺報 */
.p-jiho_box {
	padding: 0 40px;
}
.p-jiho .c-table02 a {
	color: #2294FF;
	text-decoration: underline;
}
.p-jiho .c-table02 td {
	text-align: center;
}
.p-jiho .c-table02 td:nth-child(4) a {
	display: inline-block;
	padding-left: 28px;
	background: url(../img/ico/pdf.png) 0 2px no-repeat;
	background-size: 20px auto;
}
@media screen and (min-width: 751px) {
	.p-jiho .c-table02 a:hover {
		text-decoration: none;
	}
	.p-jiho .c-table02 td:nth-child(1) {
		width: 8em;
	}
	.p-jiho .c-table02 td:nth-child(3) {
		width: 12em;
	}
	.p-jiho .c-table02 td:nth-child(4) {
		width: 6em;
	}
}
@media screen and (max-width: 750px) {
	.p-jiho_box {
		padding: 0;
	}
	.p-jiho .c-table02 td:nth-child(4) a {
		padding-left: 22px;
		background: url(../img/ico/pdf.png) 0 0 no-repeat;
		background-size: 16px auto;
	}
}



/* アクセス */
.p-access_map_text01 {
	font-size: 14px;
	margin-bottom: 10px;
}
.p-access_map_text02 {
	padding-left: 40px;
}
.p-access_map {
	margin-bottom: 15px;
	height: 380px;
	border: 1px solid #D1CFCD;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.p-access_map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p-access_list {
	padding: 20px 0;
	margin-bottom: 40px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}
.p-access_list dt {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 210px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-access_list dd {
	margin-left: 250px;
	padding: 30px 30px 30px 55px;
	position: relative;
}
.p-access_list dd:after {
	content: " ";
	width: 2px;
	height: 100%;
	background-color: #D1CFCD;
	position: absolute;
	top: 0;
	left: 0;
}
.p-access_list dd li {
	padding-left: 35px;
	margin-bottom: 12px;
	position: relative;
}
.p-access_list dd li:last-child {
	margin-bottom: 0;
}
.p-access_list dd li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-access_list dd li:nth-child(1):after {
	content: "①";
}
.p-access_list dd li:nth-child(2):after {
	content: "②";
}
.p-access_list dd li:nth-child(3):after {
	content: "③";
}
.p-access_list dd li:nth-child(4):after {
	content: "④";
}
.p-access_list dd li:nth-child(5):after {
	content: "⑤";
}
@media screen and (max-width: 750px) {
	.p-access_map_text01 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.p-access_map_text02 {
		padding-left: 20px;
	}
	.p-access_map {
		margin-bottom: 15px;
		height: 250px;
	}
	.p-access_list {
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.p-access_list dt {
		padding: 0 0 10px;
		margin-bottom: 10px;
		position: static;
		border-bottom: 1px solid #D1CFCD;
		width: auto;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	.p-access_list dd {
		margin-left: 0;
		padding: 0;
	}
	.p-access_list dd:after {
		display: none;
	}
	.p-access_list dd li {
		margin-bottom: 8px;
		padding-left: 25px;
	}
}


/* お問い合わせ */
.p-contact_form {
	padding: 0 40px;
}
.p-contact_form_list {
	margin: 50px 0 40px;
}
.p-contact_form_list dl.half {
	margin-bottom: 30px;
	width: 47.8%;
	float: left;
}
.p-contact_form_list dl.half:nth-child(2n) {
	float: right;
}
.p-contact_form_list dl.half:nth-child(2n+1) {
	clear: both;
}
.p-contact_form_list dt {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.p-contact_form_list dt .required {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #720F00;
	margin-left: 20px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	color: #720F00;
	position: relative;
	top: -3px;
}
input[type=text],
input[type=email],
input[type=tel] {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #D1CFCD;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 14px;
}
textarea {
	width: 100%;
	height: 230px;
	padding: 15px 20px;
	border: 1px solid #D1CFCD;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 14px;
}
.p-contact_form_submit {
	text-align: center;
}
.p-contact_form_submit01,
.p-contact_form_submit02 {
	margin: 0 30px 10px;
	display: inline-block;
}
.p-contact_form_submit01 input,
.p-contact_form_submit02 input {
	display: inline-block;
	border-radius: 5px;
	padding: 18px 0;
	width: 260px;
	font-size: 20px;
	cursor: pointer;
	background: url(../img/ico/link02.svg) right 75px center no-repeat;
	background-color: #720F00;
	color: #fff;
}
.p-contact_form_submit02 input {
	background: url(../img/ico/link03.svg) 75px center no-repeat;
	background-color: #333;
	color: #fff;
}
.p-contact_form_submit02 {
	display: none;
}
.mw_wp_form_confirm .p-contact_form_submit02 {
	display: inline-block;
}
.p-contact_thanks {
	max-width: 740px;
	margin: 0 auto;
}
.p-contact_thanks h2 {
	margin-bottom: 60px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
.p-contact_form_text02 {
	display: none;
}
.mw_wp_form_confirm .p-contact_form_text01 {
	display: none;
}
.mw_wp_form_confirm .p-contact_form_text02 {
	display: block;
}
@media screen and (max-width: 750px) {
	.p-contact_form {
		padding: 0;
	}
	.p-contact_form_list {
		margin: 30px 0;
	}
	.p-contact_form_list dl.half {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.p-contact_form_list dl.half:nth-child(2n) {
		float: none;
	}
	.p-contact_form_list dt {
		margin-bottom: 4px;
		font-size: 16px;
	}
	.p-contact_form_list dt .required {
		padding: 0 8px;
		margin-left: 15px;
		font-size: 12px;
		top: -1px;
	}
	input[type=text],
	input[type=email],
	input[type=tel] {
		padding: 12px 15px;
	}
	textarea {
		height: 150px;
		padding: 12px 15px;
	}
	.p-contact_form_submit01 input,
	.p-contact_form_submit02 input {
		margin: 0 10px 10px;
		padding: 13px 0;
		width: 160px;
		font-size: 16px;
		background-position: right 35px center;
	}
	.p-contact_form_submit02 input {
		background-position: 35px center;
	}
	.p-contact_thanks h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}


/* リンク */
.p-link_box {
	padding: 0 40px;
}
.p-link .c-table02 a {
	color: #2294FF;
	text-decoration: underline;
}
.p-link .c-table02 td {
	word-wrap: break-all;
}
@media screen and (min-width: 751px) {
	.p-link .c-table02 a:hover {
		text-decoration: none;
	}
	.p-link .c-table02 td:nth-child(1) {
		width: 2em;
	}
	.p-link .c-table02 td:nth-child(2) {
		width: 12em;
	}
}
@media screen and (max-width: 750px) {
	.p-link_box {
		padding: 0;
	}
	.p-link .c-table02 td:nth-child(3) {
		width: 12em;
	}
}


/* お知らせ */
.p-news_list li {
	padding: 40px 50px;
	border-bottom: 1px solid #F2E7E6;
	overflow: hidden;
}
.p-news_list li:nth-child(1) {
	padding-top: 0;
}
.p-news_texthead {
	font-size: 14px;
}
.p-news_date {
	padding: 3px 0;
	float: left;
}
.p-news_category {
	padding: 3px 0;
	width: 100px;
	border: 1px solid #720F00;
	color: #720F00;
	float: right;
	text-align: center;
}
.p-news_textbody a {
	color: #2294FF;
	text-decoration: underline;
}
.p-news_textbody img {
	border: 1px solid #D1CFCD;
	float: left;
	margin-right: 25px;
}
@media screen and (min-width: 751px) {
	.p-news_texthead {
		width: 210px;
		float: left;
		overflow: hidden;
	}
	.p-news_textbody {
		padding: 2px 0;
		margin-left: 230px;
	}
	.p-news_textbody a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-news_textbody {
		padding-top: 10px;
		clear: both;
	}
	.p-news_textbody img {
		border: 1px solid #D1CFCD;
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
}


.p-404_box {
	max-width: 640px;
	margin: 0 auto;
}
.p-404_box h1,
.p-404_box h2 {
	margin-bottom: 30px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', 'sans-serif';
	font-size: 40px;
	font-weight: 300;
}
@media screen and (max-width: 750px) {
	.p-404_box h1 {
		font-size: 26px;
	}
}

