@charset "utf-8";

@media print, screen and (min-width: 601px) {
	.display-sp {
		display:none !important;
	}
}
@media screen and (max-width: 600px) {
	.display-pc {
		display:none !important;
	}
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

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

/* -------------　リンクボタン　---------------*/
.btn {
	position:relative;
	transition: 0.2s ease-in-out;
}

.btn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------------------------
　トップ動画
--------------------------------------------------------------------------*/
.top-movie-wrap {
	position:relative;
	width:100%;
	padding-top:88vh;
	overflow:hidden;
	z-index:1;
}

.top-movie-wrap video {
	min-width: 100%;
	min-height: 100%;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 700px) {
	.top-movie-wrap {
		padding-top:480px;
	}
	.top-movie-wrap video {
		height: 480px;
	}
}

.overlay {
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:2;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-catch01,
.top-catch02 {
	opacity: 0;
	max-width:530px;
	height:auto;
	position:absolute;
	z-index:3;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 700px) {
	.top-catch01,
	.top-catch02 {
		max-width:330px;
		width:90%;
	}
}

.top-catch01 {
	animation: anime01 30.6s 0s infinite;
}

.top-catch02 {
	animation: anime02 30.6s 0s infinite;
}

.top-logo {
	opacity: 0;
	width:365px;
	height:auto;
	position:absolute;
	z-index:4;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: anime03 30.6s 0s infinite;
}

@media screen and (max-width: 700px) {
	.top-logo {
		width:220px;
	}
}

@keyframes anime01 {
  0% {
        opacity: 0;
    }
    6% {
        opacity: 0;
    }
   16% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    58% {
        opacity: 0;
    }
    100% { opacity: 0 }
}

@keyframes anime02 {
  0% {
        opacity: 0;
    }
    17% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    58% {
        opacity: 0;
    }
    100% { opacity: 0 }
}

@keyframes anime03 {
  0% {
        opacity: 0;
    }
    62% {
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% { opacity: 0 }
}

/* -----------------------------------------------------------------------
　ヘッダーメニュー
--------------------------------------------------------------------------*/
body {
	position:relative;
	padding-top:85px;
}

.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:85px;
	padding:0 30px 0 30px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: space-between;
	transition: 0.2s ease-in-out;
	z-index:5;
}

.header-logo {
	width:680px;
	padding-top:5px;
	transition: 0.3s ease-in-out;
}

@media print, screen and (min-width: 601px) {
	.logo-sp {
		display:none !important;
	}
}
@media screen and (max-width: 600px) {
	.logo-pc {
		display:none !important;
	}
}

.drawer_hidden {
	display:none !important;
}

@media print, screen and (min-width: 1301px) {
	.drawer_open,
	.sp-nav-logo,
	.logo-sp {
		display:none !important;
	}
	.nav_list {
		display:flex;
	}
	.nav_list li a {
		display:inline-block;
		padding:0 4px;
		margin:0 14px;
		font-size:20px;
		font-weight:400;
		letter-spacing:1px;
		line-height:85px;
		color:#000;
		position:relative;
		transition: 0.2s ease-in-out;
	}
	.nav_list li a::after {
		position: absolute;
		background:#000;
		content: '';
		display: block;
		width:0;
		height: 1px;
		bottom:15px;
		left:0;
		transition: 0.2s ease-in-out;
		z-index:5;
	}
	.nav_list li a:hover::after {
		width:100%;
	}
}

@media screen and (min-width:1301px) and ( max-width:1500px) {
	body {
		padding-top:5.6vw;
	}
	.header {
		height:5.6vw;
	}
	.header-logo {
		width:45.5vw;
		padding-top:6px;
	}
	.nav_list li a {
		font-size:1.3vw;
		margin:0 10px;
		line-height:5.6vw;
	}
}

@media screen and (max-width: 1300px) {
	.nav-wrap {
		position:absolute;
		top:0;
		right:0;
	}
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		height: 85px;
		width: 80px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 35px;
		border-radius: 3px;
		background: #000;
		transition: 0.5s;
		position: absolute;
	}
	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
		bottom: 10px;
	}
	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
		top: 10px;
	}
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
		background: rgba(255, 255, 255, 0);
	}
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#drawer_input:checked ~ .drawer_open span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	/* メニューのデザイン*/
	.nav_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%; /* メニューを画面の外に飛ばす */
		z-index: 90;
		background: #fff;
		transition: .5s;
		padding:45px 10% 0;
	}
	.sp-nav-logo {
		width:200px;
		margin:0 auto 70px;
	}
	.nav_list {
		list-style: none;
	}
	.nav_list li {
		display:block;
		width:100%;
		height:60px;
		margin-bottom:8px;
		transition: 0.3s ease-in-out;
	}
	.nav_list li:hover {
		background:#f7f5f3;
	}
	.nav_list li a {
		display:block;
		width:100%;
		font-size:25px;
		font-weight:bold;
		letter-spacing:0.02em;
		color:#000;
		text-align:center;
		line-height:60px;
	}
	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ .nav_content {
		left: 0;
	}
	body.active {
  		height: 100%;
  		overflow: hidden;
	}
}

@media screen and (min-width:701px) and ( max-width:900px) {
	.nav_content {
		padding:45px 6% 0;
	}
}

@media screen and (max-width: 700px) {
	.drawer_open {
		height: 50px;
		width: 60px;
	}
	.nav_content {
		padding:30px 0 0;
	}
	.sp-nav-logo {
		width:150px;
		margin:0 auto 45px;
	}
	.nav_list {
		display:block;
		flex-wrap: nowrap;
	}
	.nav_list li {
		width:85%;
		height:50px;
		margin:0 auto 5px;
		border-radius:8px;
	}
	.nav_list li a {
		font-size:23px;
		line-height:50px;
	}
}

@media screen and (max-width: 850px) {
	body {
		padding-top:75px;
	}
	.header {
		padding:0 0 0 12px;
		height:75px;
	}
	.header-logo {
		width:550px;
		padding-top:7px;
	}
	.drawer_open {
		height: 75px;
	}
}

@media screen and (max-width: 700px) {
	body {
		padding-top:11vw;
	}
	.header {
		padding:0 0 0 12px;
		height:11vw;
	}
	.header-logo {
		padding-top:0;
		width:82%;
		display:flex;
		align-items: center;
	}
	.header-logo a {
		display:block;
		width:100%;
	}
	.drawer_open {
		height: 11vw;
	}
}

@media screen and (max-width: 600px) {
	body {
		padding-top:22vw;
	}
	.header {
		height:22vw;
	}
	.drawer_open {
		height: 11vw;
	}
}
/* -----------------------------------------------------------------------
　トップ　リード＆スライダー
--------------------------------------------------------------------------*/
@media print, screen and (min-width: 1181px) {
	.top-lead-section {
		padding:80px 80px 80px;
	}
	.top-lead-section-inner {
		max-width:1300px;
		margin:0 auto;
		display:flex;
		justify-content: space-between;
	}
	.top-lead-wrap {
		width: calc(100% - 650px);
		padding:0 30px 0 0;
	}
	.top-lead-inner {
		max-width:500px;
		margin:0 auto;
	}
	.top-slider-wrap {
		width:640px;
		height:560px;
		position:relative;
		overflow:hidden;
	}
	.slider {
		width:800px;
		position:absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width:1181px) and ( max-width:1320px) {
	.top-lead-section {
		padding:80px 50px 80px;
	}
	.top-lead-wrap {
		width: 43%;
	}
	.top-slider-wrap {
		width:54%;
	}
}

@media screen and (max-width: 1180px) {
	.top-lead-section {
		padding:60px 40px 70px;
	}
	.top-lead-section-inner {
		max-width:660px;
		margin:0 auto;
	}
	.top-lead-wrap {
		margin-bottom:50px;
	}
}

.top-slider-wrap {
	border-radius:12px;
	overflow:hidden;
}

.top-lead-heading {
	font-size:30px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:50px;
}

.top-lead-text {
	font-size:21px;
	text-align: justify;
	margin-bottom:24px;
}

@media screen and (max-width: 600px) {
	.top-lead-heading {
		font-size:25px;
		margin-bottom:40px;
	}
}

@media screen and (max-width: 500px) {
	.top-lead-section {
		padding:38px 30px 50px;
	}
	.top-lead-inner {
		margin:0 auto 40px;
	}
	.top-lead-heading {
		font-size:25px;
		margin-bottom:30px;
	}
	.top-lead-text {
		font-size:20px;
		text-align: justify;
		margin-bottom:20px;
	}
}

.top-lead-link-btn-wrap {
    margin: 40px 0 0;
    position: relative;
    text-align:center;
}

@media screen and (max-width: 500px) {
	.top-lead-link-btn-wrap {
    	margin: 30px 0 0;
    }
}

/* -----------------------------------------------------------------------
　トップ　施設紹介
--------------------------------------------------------------------------*/
.top-ohaka-wrap {
	padding:50px 0 70px;
	background:#f7f5f3;
}

.top-ohaka-heading {
	font-size:34px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:14px;
}

.top-title-icon {
	width:73px;
	opacity:0.7;
	margin:0 auto 40px;
}

@media print, screen and (min-width: 981px) {
	.top-ohaka-flex-wrap {
		display:flex;
		margin-bottom:120px;
	}
	.top-ohaka-flex-wrap2 {
		margin:0 auto;
		display:flex;
		justify-content: space-between;
	}
	.top-ohaka-box-2 {
		width:47%;
	}
	.top-ohaka-text-box2 {
		max-width:420px;
		padding-top:30px;
		margin:0 auto;
	}
}

@media print, screen and (min-width: 1201px) {
	.top-ohaka-flex-wrap {
		height:600px;
	}
	.top-ohaka-img-4,
	.top-ohaka-img-5 {
		height:470px;
	}
	.top-ohaka-img-1-1 {
		width: calc(100% - 610px);
	}
	.top-ohaka-text-box {
		width:400px;
		padding:50px 45px 0;
	}
	.top-ohaka-img-1-2 {
		width:210px;
	}
	.top-ohaka-img-2-1 {
		width: calc(100% - 610px);
	}
	.top-ohaka-img-2-2 {
		width:210px;
	}
	.top-ohaka-img-3-1 {
		width: calc(100% - 700px);
	}
	.top-ohaka-img-3-2 {
		width:300px;
	}
	.top-ohaka-text-box2-wrap-left {
		padding-left:50px;
	}
	.top-ohaka-text-box2-wrap-right {
		padding-right:50px;
	}
}

@media screen and (max-width: 1200px) {
	.top-ohaka-img-1-2,
	.top-ohaka-img-2-2,
	.top-ohaka-img-3-2 {
		display:none !important;
	}
}

@media screen and (min-width:981px) and ( max-width:1200px) {
	.top-ohaka-flex-wrap {
		margin-bottom:80px;
	}
	.top-ohaka-img-1-1,
	.top-ohaka-img-2-1,
	.top-ohaka-img-3-1 {
		width:60%;
	}
	.top-ohaka-text-box {
		width:40%;
		padding:30px 40px 0;
	}
	.top-ohaka-text-box2-wrap-left {
		padding-left:20px;
	}
	.top-ohaka-text-box2-wrap-right {
		padding-right:20px;
	}
}

.top-ohaka-img-1-1,
.top-ohaka-img-2-2,
.top-ohaka-img-3-1,
.top-ohaka-img-4 {
	border-radius:0 12px 12px 0;
	overflow: hidden;
}

.top-ohaka-img-1-2,
.top-ohaka-img-2-1,
.top-ohaka-img-3-2,
.top-ohaka-img-5 {
	border-radius:12px 0 0 12px;
	overflow: hidden;
}

.top-ohaka-img-1-1 img,
.top-ohaka-img-1-2 img,
.top-ohaka-img-2-1 img,
.top-ohaka-img-2-2 img,
.top-ohaka-img-3-1 img,
.top-ohaka-img-3-2 img,
.top-ohaka-img-4 img,
.top-ohaka-img-5 img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.top-ohaka-title {
	font-size:27px;
	font-weight:bold;
	margin-bottom:25px;
}

.top-ohaka-title2 {
	text-align:center;
	margin-bottom:20px;
}

.top-ohaka-text {
	font-size:21px;
	line-height:1.7;
	text-align: justify;
	margin-bottom:14px;
}

@media print, screen and (min-width: 981px) {
	.top-ohaka2-sp {
		display:none !important;
	}
}

@media screen and (max-width: 980px) {
	.top-ohaka2-pc {
		display:none !important;
	}
	.top-ohaka-wrap {
		padding:40px 40px 10px;
	}
	.top-ohaka-flex-wrap {
		max-width:700px;
		margin:0 auto 70px;
	}
	.top-ohaka-flex-wrap2 {
		max-width:700px;
		margin:0 auto;
	}
	.top-ohaka-box-2 {
		margin-bottom:70px;
	}
	.top-ohaka-img-1-1,
	.top-ohaka-img-2-1,
	.top-ohaka-img-3-1,
	.top-ohaka-img-4,
	.top-ohaka-img-5 {
		border-radius:12px;
		margin-bottom:30px;
	}
	.top-ohaka-text-box,
	.top-ohaka-text-box2 {
		max-width:660px;
		margin:0 auto;
	}
	.top-ohaka-title {
		margin-bottom:20px;
	}
	.top-ohaka-title2 {
		text-align:left;
		margin-bottom:20px;
	}
}

@media screen and (max-width: 600px) {
	.top-ohaka-heading {
		font-size:29px;
		margin-bottom:14px;
	}
	.top-title-icon {
		width:67px;
		margin:0 auto 30px;
	}
	.top-ohaka-title {
		font-size:24px;
	}
	.top-ohaka-title2 {
		text-align:left;
		margin-bottom:20px;
	}
}

@media screen and (max-width: 500px) {
	.top-ohaka-wrap {
		padding:35px 30px 10px;
	}
	.top-ohaka-flex-wrap {
		margin:0 auto 55px;
	}
	.top-ohaka-heading {
		font-size:27px;
		margin-bottom:14px;
	}
	.top-ohaka-title {
		font-size:22px;
		margin-bottom:15px;
	}
	.top-ohaka-text {
		font-size:20px;
		text-align: justify;
		margin-bottom:18px;
	}
}

/* -----------------------------------------------------------------------
　リンクボタン
--------------------------------------------------------------------------*/
.link-btn-wrap {
    margin: 40px 0 0;
    position: relative;
}

@media screen and (max-width: 980px) {
	.link-btn-wrap {
		margin: 30px 0 0;
		text-align:center;
	}
}

.link-btn-wrap-center {
	margin: 30px 0 0;
    position: relative;
    text-align:center;
}

.link-btn {
	display: inline-block;
    text-decoration: none;
    line-height: 1;
    background: #000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size:19px;
    color: #fff;
    border-radius:60px;
    padding: 15px 65px 15px 40px;
    transition: all 0.2s ease-in;
    position: relative;
}

.link-btn-large {
	font-size:20px;
}

.link-btn-small {
	font-size:17.5px;
	letter-spacing:1px;
	padding: 14px 60px 14px 35px;
}

.link-btn::before,
.link-btn::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
}

.link-btn::before {
    width: 10px;
    height: 10px;
    right: 25px;
    top: 50%;
    transform: translateY(-40%) rotate(45deg);
    border-top: 1px solid #fff;
}

.link-btn::after {
    width: 24px;
    height: 1px;
    right: 23px;
    top: 53%;
    transform: translateY(-40%);
    background: #fff;
}

.link-btn:hover {
	background: #555;
	transition: all 0.2s ease-in;
}

.link-btn:hover::before {
    right: 15px;
}

.link-btn:hover::after {
    right: 13px;
    width: 34px;
}

@media screen and (max-width: 500px) {
	.link-btn-wrap {
    	margin: 30px 0 0;
    }
	.link-btn {
		 font-size:18px;
		 padding: 15px 65px 15px 35px;
	}
	.link-btn-small {
		font-size:16px;
		padding: 14px 60px 14px 35px;
	}
}

/* -----------------------------------------------------------------------
　トップ ご相談
--------------------------------------------------------------------------*/
.top-soudan-wrap {
	padding:40px 50px 25px;
}

.top-soudan-inner {
	border-bottom:5px dotted #ccc;
	padding-bottom:70px;
}

.top-soudan-flex {
	max-width:1250px;
	margin:0 auto 60px;
}

.top-soudan-box {
	border:5px solid #e9e2df;
	border-radius:14px;
	padding:30px 50px 50px;
}

@media print, screen and (min-width: 981px) {
	.top-soudan-flex {
		display:flex;
		justify-content: space-between;
	}
	.top-soudan-box {
		width:48%;
	}
}

@media screen and (min-width:981px) and ( max-width:1200px) {
	.top-soudan-box {
		padding:30px 40px 40px;
	}
}

@media screen and (max-width: 980px) {
	.top-soudan-wrap {
		padding:40px 50px 15px;
	}
	.top-soudan-flex {
		max-width:700px;
		margin:0 auto 40px;
	}
	.top-soudan-box {
		margin-bottom:35px;
	}
}

.top-soudan-title {
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

.top-soudan-cut {
	max-width:200px;
	margin:0 auto 35px;
}

.top-soudan-text {
	font-size:21px;
	text-align: justify;
	line-height:1.8;
}

@media screen and (max-width: 700px) {
	.top-soudan-box {
		padding:35px 40px 15px;
	}
	.top-soudan-title {
		font-size:26px;
	}
	.top-soudan-text {
		font-size:20px;
	}
}

@media screen and (max-width: 600px) {
	.top-soudan-wrap {
		padding:30px 40px 10px;
	}
	.top-soudan-box {
		padding:30px 6% 35px;
	}
	.top-soudan-title {
		font-size:24px;
		margin-bottom:25px;
	}
	.top-soudan-cut {
		max-width:180px;
		margin:0 auto 25px;
	}
	.top-soudan-text {
		font-size:19px;
	}
}

@media screen and (max-width: 500px) {
	.top-soudan-wrap {
		padding:20px 30px 40px;
	}
}

/* -----------------------------------------------------------------------
　トップ 月例法要
--------------------------------------------------------------------------*/
.top-houyou-wrap {
	padding:40px 50px 80px;
}

.top-houyou-heading {
	font-size:34px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:14px;
}

@media print, screen and (min-width: 1271px) {
	.top-houyou-img-sp {
		display:none !important;
	}
	.top-houyou-inner {
		display:flex;
		max-width:1500px;
		margin:0 auto;
	}
	.top-houyou-img-pc01 {
		width:45%;
	}
	.top-houyou-text-block {
		width:35%;
		padding: 0 30px;
	}
	.top-houyou-img-pc02 {
		width:20%;
	}
	.top-houyou-img-pc01,
	.top-houyou-img-pc02 {
		border-radius:10px;
		overflow: hidden;
	}
	.top-houyou-img-pc01 img,
	.top-houyou-img-pc02 img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	.top-houyou-text-inner {
		max-width:380px;
		margin:0 auto;
		padding:20px 0;
	}
}

@media screen and (min-width:701px) and ( max-width:1270px) {
	.br-pc-sp {
		display:none !important;
	}
}

@media screen and (max-width: 1270px) {
	.top-houyou-img-pc01,
	.top-houyou-img-pc02 {
		display:none !important;
	}
	.top-houyou-img-sp {
		display:flex;
		justify-content: space-between;
	}
	.top-houyou-img-sp01 {
		width:62%;
		border-radius:12px;
		overflow: hidden;
	}
	.top-houyou-img-sp02 {
		width:34%;
		border-radius:12px;
		overflow: hidden;
	}
	.top-houyou-img-sp01 img,
	.top-houyou-img-sp02 img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	.top-houyou-text-block {
		max-width:800px;
		margin:0 auto;
	}
	.top-houyou-text-inner {
		max-width:700px;
		margin:0 auto 50px;
	}
	.link-btn-wrap-top-houyou {
		text-align:center;
	}
}

.top-houyou-midashi {
	font-size:27px;
	font-weight:bold;
	margin-bottom:35px;
}

.top-houyou-text {
	font-size:21px;
	text-align: justify;
	margin-bottom:24px;
}

@media screen and (max-width: 600px) {
	.top-houyou-wrap {
		padding:20px 40px 40px;
	}
	.top-houyou-img-sp01 {
		width:100%;
	}
	.top-houyou-img-sp02 {
		display:none !important;
	}
	.top-houyou-heading {
		font-size:29px;
		margin-bottom:14px;
	}
	.top-houyou-midashi {
		font-size:24px;
		margin-bottom:28px;
	}
}

@media screen and (max-width: 500px) {
	.top-houyou-wrap {
		padding:0 30px 40px;
	}
	.top-houyou-heading {
		font-size:27px;
	}
	.top-houyou-text {
		font-size:21px;
		margin-bottom:18px;
	}
}

/* -----------------------------------------------------------------------
　トップ　選ばれる理由
--------------------------------------------------------------------------*/
.top-riyuu-wrap {
	padding:55px 50px 65px;
	background:#f7f5f3;
}

.top-riyuu-heading {
	font-size:33px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:14px;
}

.top-riyuu-link-btn {
	display:block;
	background:#fff;
	border:1px solid #af9882;
	border-radius:12px;
	padding:18px 24px 24px;
}

.top-riyuu-link-btn-textbox {
	height:160px;
	display:flex;
	align-items: center;
}

.text-and-arrow {
	width:100%;
}

.top-riyuu-link-btn-text {
	width:100%;
	font-size:21px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:5px;
}

.top-riyuu-link-btn-img {
	border-radius:10px;
	overflow: hidden;
}

.top-riyuu-link-btn-img img {
	transition: transform .46s ease;
}

.top-riyuu-link-btn:hover .top-riyuu-link-btn-img img {
	transform: scale(1.04);
	transition: transform .4s ease;
}

@media print, screen and (min-width: 1271px) {
	.top-riyuu-inner {
		display:flex;
		flex-wrap: wrap;
		max-width:1500px;
		margin:0 auto;
	}
	.top-riyuu-link-btn {
		width:23.5%;
		margin:0 1% 36px;
		transition: 0.2s ease-in-out;
	}
	.top-riyuu-link-btn:nth-child(4n) {
    	margin-right:0;
	}
	.top-riyuu-link-btn:nth-child(4n+1) {
    	margin-left:0;
	}
}

@media screen and (min-width:921px) and ( max-width:1270px) {
	.top-riyuu-inner {
		display:flex;
		flex-wrap: wrap;
	}
	.top-riyuu-link-btn {
		width:32%;
		margin:0 1% 30px;
		transition: 0.2s ease-in-out;
	}
	.top-riyuu-link-btn:nth-child(3n) {
    	margin-right:0;
	}
	.top-riyuu-link-btn:nth-child(3n+1) {
    	margin-left:0;
	}
}

@media screen and (min-width:921px) and ( max-width:1050px) {
	.top-riyuu-link-btn-text {
		font-size:18.5px;
	}
}

@media screen and (max-width: 920px) {
	.top-riyuu-inner {
		display:flex;
		flex-wrap: wrap;
	}
	.top-riyuu-link-btn {
		width:48%;
		margin:0 2% 30px;
		transition: 0.2s ease-in-out;
	}
	.top-riyuu-link-btn:nth-child(2n) {
    	margin-right:0;
	}
	.top-riyuu-link-btn:nth-child(2n+1) {
    	margin-left:0;
	}
}

@media screen and (max-width: 800px) {
	.top-riyuu-link-btn-text {
		font-size:19px;
	}
}

@media screen and (max-width: 700px) {
	.top-riyuu-wrap {
		padding:40px 40px 50px;
	}
	.top-riyuu-heading {
		font-size:28px;
		margin-bottom:14px;
	}
	.top-riyuu-link-btn-text {
		font-size:18px;
	}
}

@media screen and (max-width: 600px) {
	.top-riyuu-wrap {
		padding:30px 5% 50px;
	}
	.top-riyuu-heading {
		font-size:26px;
		margin-bottom:14px;
	}
	.top-riyuu-link-btn {
		padding:10px 15px 15px;
		margin:0 2% 20px;
	}
	.top-riyuu-link-btn-textbox {
		height:140px;
		margin-bottom:-7px;
	}
	.top-riyuu-link-btn-text {
		font-size:16px;
	}
}

@media screen and (max-width: 500px) {
	.top-riyuu-link-btn {
		width:48.5%;
		margin:0 1.5% 16px;
	}
	.top-riyuu-link-btn-text {
		font-size:15px;
	}
}

.top-riyuu-link-btn-wrap {
    margin: 10px 0 0;
    position: relative;
    text-align:center;
}

@media screen and (max-width: 500px) {
	.top-riyuu-link-btn-wrap {
    	margin: 15px 0 0;
    }
}

/* -----------------------------------------------------------------------
　トップ　選ばれる理由　矢印
--------------------------------------------------------------------------*/
.link-arrow-wrap {
    text-align:center;
    position: relative;
}

.link-arrow {
	display: inline-block;
    text-decoration: none;
    line-height: 1;
     font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size:20px;
    color: #ae8d6c;
    letter-spacing:0.05em;
    padding: 15px 85px 15px 40px;
    transition: all 0.2s ease-in;
    position: relative;
}

.link-arrow::before,
.link-arrow::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
}

.link-arrow::before {
    width: 10px;
    height: 10px;
    right: 25px;
    top: 50%;
    transform: translateY(-40%) rotate(45deg);
    border-top: 1px solid #ae8d6c;
}

.link-arrow::after {
    width: 44px;
    height: 1px;
    right: 23px;
    top: 53%;
    transform: translateY(-40%);
    background: #ae8d6c;
}

.top-riyuu-link-btn:hover {
	background:#f7f5f3;
	transition: all 0.2s ease-in;
}

.top-riyuu-link-btn:hover .link-arrow::before {
    right: 15px;
}

.top-riyuu-link-btn:hover .link-arrow::after {
    right: 13px;
    width: 54px;
}

@media screen and (max-width: 600px) {
	.link-arrow {
		padding: 15px 65px 15px 30px;
		font-size:16px;
	}
	.link-arrow::after {
    	width: 34px;
    }
    .top-riyuu-link-btn:hover .link-arrow::after {
    	width: 44px;
    }
}

/* -----------------------------------------------------------------------
　フッター　お問い合わせ
--------------------------------------------------------------------------*/
.footer-contact-wrap {
	padding:0 50px 20px;
	text-align:center;
}

.footer-contact-inner {
	border-top:5px dotted #dccfc8;
	max-width:1500px;
	padding:40px 0 30px;
	margin:0 auto;
}

.footer-contact-inner-noborder {
	border-top:none;
}

.footer-contact-heading {
	font-size:32px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:40px;
}

.footer-tel-number {
	display: inline-block;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:52px;
	font-weight:bold;
	letter-spacing:0.025em;
	line-height:1;
	padding:0 0.3em 0 0.9em;
	margin-bottom:20px;
	position: relative;
}

.footer-tel-number::before {
	content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    background-image: url("../img/tel-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-contact-text {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:23px;
	letter-spacing:0.03em;
	text-align:center;
	margin-bottom:35px;
}

.footer-mail-addres {
	display: inline-block;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:0.025em;
	line-height:1;
	padding-left:1.45em;
	margin-bottom:22px;
	position: relative;
}

.footer-mail-addres::before {
	content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    background-image: url("../img/mail-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
	.footer-contact-wrap {
		padding:0 25px 20px;
	}
	.footer-contact-heading {
		font-size:28px;
		margin-bottom:45px;
	}
}

@media screen and (max-width: 500px) {
	.footer-contact-inner {
		padding:30px 0 10px;
	}
	.footer-contact-heading {
		font-size:27px;
		margin-bottom:35px;
	}
	.footer-tel-number {
		font-size:37px;
	}
	.footer-contact-text {
		font-size:18px;
	}
	.footer-mail-addres {
		font-size:20px;
	}
}

/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
footer {
	padding:45px 50px 30px;
	background:#e9e2df;
}

.foot-logo {
	width:280px;
	margin: 0 auto 10px;
}

.foot-catch {
	font-size:23px;
	text-align:center;
	margin-bottom:40px;
}

.footer-text {
	font-size:20px;
	text-align:center;
}

.footer-copyright {
	margin-top:50px;
	font-size:13px;
	text-align:center;
}

@media screen and (max-width: 600px) {
	.foot-logo {
		width:250px;
	}
	.foot-catch {
		font-size:20px;
	}
	.footer-text {
		font-size:18px;
	}
}

@media screen and (max-width: 500px) {
	footer {
		padding:45px 15px 30px;
	}
	.foot-logo {
		width:230px;
	}
	.foot-catch {
		font-size:17px;
	}
	.footer-text {
		font-size:17px;
	}
}

/* -----------------------------------------------------------------------
　霊園概要
--------------------------------------------------------------------------*/
.overview-top-img {
	width:100%;
}

.overview-top-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.overview-fv-wrap {
	position:relative;
}

.overview-page-title-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	padding:60px 40px 0;
}

.overview-page-title {
	font-size:36px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	color:#000;
	letter-spacing:3px;
}

.overview-lead-box {
	position:absolute;
	bottom:0;
	right: 52%;
	width:670px;
	height:auto;
	background:#fff;
	border-radius:12px 12px 0 0;
	padding:26px 30px 15px 40px;
	z-index:3;
	transition: all 0.2s ease-in;
}

.overview-lead-text {
	font-size:20px;
	color:#000;
	line-height:2.1;
}

@media screen and (max-width: 1410px) {
	.overview-lead-box {
		right: auto;
		left:50px;
		width:520px;
		padding:30px 30px 15px 35px;
		transition: all 0.2s ease-in;
	}
	.overview-lead-text {
		font-size:18px;
	}
	.br-overview01 {
		display:none !important;
	}
}

@media print, screen and (min-width: 1301px) {
	.overview-top-img {
		height:600px;
	}
}

@media screen and (max-width: 1300px) {
	.overview-top-img {
		height:550px;
	}
}

@media screen and (max-width: 1000px) {
	.overview-top-img {
		height:500px;
	}
	.overview-page-title {
		font-size:34px;
	}
	.overview-lead-box {
		width:370px;
		padding:23px 25px 12px 30px;
	}
}

@media screen and (max-width: 800px) {
	.overview-page-title {
		font-size:31px;
	}
}

@media screen and (max-width: 700px) {
	.overview-top-img {
		height:400px;
	}
	.overview-lead-box {
		position:relative;
		bottom:auto;
		left:0;
		right: auto;
		width:100%;
		height:auto;
		background:#f7f5f3;
		border-radius:0;
		padding:20px 5% 25px;
	}
	.overview-lead-text {
		font-size:18px;
		line-height:2;
	}
}

.ov-aisatsu-wrap {
	padding:60px 70px 60px;
}

@media print, screen and (min-width: 1101px) {
	.ov-aisatsu-inner {
		max-width:1000px;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
	}
	.ov-aisatsu-photo-wrap-pc {
		width:39%;
		padding-top:5px;
	}
	.ov-aisatsu-text-wrap {
		width:52%;
	}
	.ov-aisatsu-photo {
		margin-bottom:84px;
	}
	.ov-aisatsu-photo-wrap-sp {
		display:none !important;
	}
}

@media screen and (max-width: 1100px) {
	.ov-aisatsu-wrap {
		padding:60px 70px 60px;
	}
	.ov-aisatsu-photo-wrap-pc {
		display:none !important;
	}
	.ov-aisatsu-text-wrap {
		max-width:700px;
		margin:0 auto 60px;
	}
	.ov-aisatsu-photo-wrap-sp {
		max-width:700px;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
	}
	.ov-aisatsu-photo {
		width:48%;
	}
}

@media screen and (max-width: 750px) {
	.ov-aisatsu-wrap {
		padding:60px 45px;
	}
}

@media screen and (max-width: 700px) {
	.ov-aisatsu-wrap {
		padding:40px 30px;
	}
	.ov-aisatsu-text-wrap {
		margin:0 auto 40px;
	}
}

@media screen and (max-width: 600px) {
	.ov-aisatsu-photo {
		width:48.2%;
		height:180px;
	}
	.ov-aisatsu-photo img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
}

.img-round {
	border-radius:10px;
	overflow:hidden;
}

.ov-aisatsu-title {
	font-size:26px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:2px;
	margin-bottom:30px;
}

.body-text {
	font-size:21px;
	line-height:1.8;
	text-align: justify;
	margin-bottom:20px;
}

.uetuki {
	font-size: 0.7em;
	vertical-align: top;
	margin-right:3px;
}

.ov-point-bg {
	padding:19px 37px 23px;
	background:#f7f5f3;
	border-radius:10px;
	margin-top:40px;
}

.ov-point-title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}

.ov-point-text {
	font-size:19.5px;
	line-height:1.8;
	text-align: justify;
}

@media screen and (max-width: 500px) {
	.ov-aisatsu-title {
		font-size:24px;
		margin-bottom:30px;
	}
	.body-text {
		font-size:19px;
		text-align: justify;
		margin-bottom:18px;
	}
	.ov-point-bg {
		padding:17px 33px 21px;
	}
	.ov-point-title {
		font-size:19px;
	}
	.ov-point-text {
		font-size:18px;
	}
}

/* ----------------　霊園概要　お墓の種類　----------------*/
.ov-ohaka-wrap {
	padding:0 70px;
}

.ov-ohaka-inner {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	max-width:1200px;
	margin:0 auto;
	padding:60px 0 100px;
}

.ov-ohaka-title {
	font-size:29px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:50px;
}

@media print, screen and (min-width: 1101px) {
	.ov-ohaka-flex-wrap {
		display: flex;
		justify-content: space-between;
	}
	.ov-ohaka-box {
		width:30%;
	}
	.ov-ohaka-img {
		height:280px;
	}
}

@media screen and (min-width:1101px) and ( max-width:1300px) {
	.ov-ohaka-img {
		height:250px;
	}
}

@media screen and (max-width: 1100px) {
	.ov-ohaka-wrap {
		padding:0 70px 30px;
	}
	.ov-ohaka-inner {
		max-width:700px;
		padding:60px 0 60px;
		margin:0 auto 10px;
	}
	.ov-ohaka-flex-wrap {
		max-width:500px;
		margin:0 auto;
	}
	.ov-ohaka-box {
		margin-bottom:50px;
	}
}

.ov-ohaka-heading {
	font-size:25px;
	line-height:1.5;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:15px;
}

.ov-ohaka-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.ov-ohaka-link-btn-wrap {
    margin: 25px 0 0;
    position: relative;
    text-align:center;
}

@media screen and (max-width: 750px) {
	.ov-ohaka-wrap {
		padding:0 45px 30px;
	}
}

@media screen and (max-width: 700px) {
	.ov-ohaka-wrap {
		padding:0 30px;
	}
	.ov-ohaka-box {
		width:80%;
		margin:0 auto 50px;
	}
}

@media screen and (max-width: 500px) {
	.ov-ohaka-title {
		font-size:25px;
	}
	.ov-ohaka-heading {
		font-size:23px;
		margin-bottom:6px;
	}
}

/* ----------------　事務所・駐車場　----------------*/
.ov-office-parking-wrap {
	padding:40px 70px;
}

.ov-office-parking-inner {
	max-width:1000px;
	margin:0 auto;
	padding-top:80px;
}

@media print, screen and (min-width: 1101px) {
	.ov-office-parking-flex-wrap {
		display: flex;
		justify-content: space-between;
		margin-bottom:100px;
	}
	.ov-office-parking-text-block {
		width:50%;
	}
	.ov-office-parking-img-block {
		width:44%;
	}
	.office-parking-img-kanri {
		padding-top:63px;
	}
	.office-parking-img-sp {
		display:none !important;
	}
}

@media screen and (max-width: 1100px) {
	.ov-office-parking-inner {
		padding-top:10px;
	}
	.office-parking-img-pc {
		display:none !important;
	}
	.ov-office-parking-flex-wrap {
		max-width:700px;
		margin:0 auto 80px;
	}
	.ov-office-parking-text-block {
		margin-bottom:45px;
	}
	.ov-office-parking-img-block {
		max-width:450px;
		margin:0 auto;
	}
}

.body-midashi {
	font-size:26px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:20px;
}

@media screen and (max-width: 750px) {
	.ov-office-parking-wrap {
		padding:60px 45px 40px;
	}
	.ov-office-parking-text-block {
		margin-bottom:40px;
	}
	.ov-office-parking-img-block {
		width:75%;
	}
}

@media screen and (max-width: 700px) {
	.ov-office-parking-wrap {
		padding:20px 30px 0;
	}
	.ov-office-parking-inner {
		padding:30px 0;
	}
	.ov-office-parking-flex-wrap:last-child {
		margin:0 auto 40px;
	}
	.body-midashi {
		font-size:24px;
		margin-bottom:15px;
	}
}

/* -----------------------------------------------------------------------
　ページ共通
--------------------------------------------------------------------------*/
.page-wrap {
	padding:60px 60px;
}

.page-title {
	font-size:36px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:20px;
}

.title-icon {
	width:80px;
	opacity:0.7;
	margin:0 auto 70px;
}

.title-icon-ohaka {
	margin:0 auto 30px;
}

.pet-title-icon {
	width:55px;
	opacity:0.7;
	margin:0 auto 30px;
}

@media screen and (max-width: 1000px) {
	.page-title {
		font-size:34px;
	}
}

@media screen and (max-width: 800px) {
	.page-title {
		font-size:31px;
	}
	.title-icon {
		margin:0 auto 50px;
	}
	.title-icon-ohaka {
		margin:0 auto 30px;
	}
	.page-wrap {
		padding:50px 45px;
	}
}

@media screen and (max-width: 600px) {
	.page-title {
		font-size:29px;
	}
	.title-icon {
		width:70px;
		margin:0 auto 40px;
	}
	.title-icon-ohaka {
		margin:0 auto 20px;
	}
	.page-wrap {
		padding:40px 7%;
	}
}

@media screen and (max-width: 500px) {
	.page-wrap {
		padding:40px 5%;
	}
	.page-title {
		font-size:27px;
	}
}

/* -----------------------------------------------------------------------
　お墓の種類
--------------------------------------------------------------------------*/
.type-body-wrap {
	max-width:1300px;
	margin:0 auto;
	padding:0 30px;
}

.type-heading-bar {
	display:block;
	background:#e9e2df;
	padding:10px 0;
	border-radius:4px;
	font-size:26px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.05em;
	text-align:center;
	line-height:1.2;
	margin-bottom:45px;
}

.type-name {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

@media print, screen and (min-width: 1201px) {
	.type-flex-wrap {
		width:100%;
		display:flex;
		justify-content: center;
		margin-bottom:75px;
	}
	.type-box {
		width:30%;
		margin:0 2.5% 30px;
	}
	.type-box:nth-child(3n) {
    	margin-right:0;
	}
	.type-box:nth-child(3n+1) {
    	margin-left:0;
	}
	.last-box-02 {
		margin-right:0;
	}
	.type-flex-wrap2 {
		display:flex;
		justify-content: space-between;
		margin-bottom:40px;
	}
	.type-flex-wrap2-inner {
		width:48%;
	}
	.type-img2 {
		width:62.5%;
		margin:0 auto;
	}
}

@media screen and (min-width:701px) and ( max-width:1200px) {
	.type-heading-bar {
		margin-bottom:30px;
	}
	.type-flex-wrap {
		width:100%;
		display:flex;
		flex-wrap: wrap;
		margin-bottom:55px;
	}
	.type-box {
		width:48%;
		margin:0 2% 50px;
	}
	.type-box:nth-child(2n) {
    	margin-right:0;
	}
	.type-box:nth-child(2n+1) {
    	margin-left:0;
	}
	.type-flex-wrap2 {
		display:flex;
		justify-content: space-between;
		margin-bottom:40px;
	}
	.type-flex-wrap2-inner {
		width:48%;
	}
	.type-img2 {
		width:100%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1000px) {
	.type-body-wrap {
		padding:0 15px;
	}
}

@media screen and (max-width: 700px) {
	.type-body-wrap {
		padding:0;
	}
	.type-heading-bar {
		font-size:22px;
		margin-bottom:25px;
	}
	.type-flex-wrap {
		max-width:380px;
		margin:0 auto 60px;
	}
	.type-box {
		margin-bottom:40px;
	}
	.type-name {
		font-size:22px;
	}
	.type-flex-wrap2-inner {
		margin-bottom:40px;
	}
	.type-img2 {
		max-width:380px;
		margin:0 auto;
	}
}

.type-img,
.type-img2 {
	border-radius:8px;
	overflow:hidden;
}

.type-link-btn-wrap {
    margin: 25px 0 0;
    text-align:center;
}

.sakura-yokoku-text {
	margin-top:8px;
	font-size:23px;
	font-weight:bold;
	color:#cf6f9f;
	letter-spacing:0.02em;
	text-align:center;
}


/* -----------------------------------------------------------------------
　お墓　詳細ページ
--------------------------------------------------------------------------*/
.ohaka-main-img {
	max-width:1080px;
	height:560px;
	border-radius:10px;
	margin:0 auto 60px;
	overflow:hidden;
}

.ohaka-main-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

@media screen and (max-width: 960px) {
	.ohaka-main-img {
		height:auto;
	}
}

.ohaka-page-body-wrap {
	max-width:1500px;
	margin:0 auto;
}

.ohaka-page-lead-wrap {
	margin:0 auto 80px;
}

.ohaka-page-lead {
	font-size:22px;
	line-height:2.1;
	text-align: center;
	margin-bottom:33px;
}

@media screen and (max-width: 1000px) {
	.br-ohaka-lead {
		display:none !important;
	}
	.ohaka-page-lead {
		text-align: justify;
	}
}

@media screen and (max-width: 700px) {
	.ohaka-main-img {
		margin:0 auto 40px;
	}
	.ohaka-page-lead-wrap {
		margin:0 auto 40px;
	}
	.ohaka-page-lead {
		font-size:19px;
		line-height:2;
	}
}

/* -------------　こんな方におすすめです　-------------------*/
.ohaka-osusume-box {
	max-width:900px;
	background:#f7f5f3;
	margin:0 auto;
	border-radius:10px;
	padding:30px 55px 45px;
}

.osusume-title {
	font-size:23px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

ol.osusume-list {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

ol.osusume-list li {
  position: relative;
  font-size: 21px;
  padding-left: 1.9em;
  line-height: 1.8;
}

ol.osusume-list li:not(:first-child) {
  margin-top: 0.5em;
}

ol.osusume-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 7px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight:bold;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 700px) {
	.ohaka-osusume-box {
		padding:30px 35px 35px;
	}
}

@media screen and (max-width: 600px) {
	.ohaka-osusume-box {
		padding:25px 27px 30px;
	}
	.osusume-title {
		font-size:20px;
		margin-bottom:20px;
	}
	ol.osusume-list li {
  		font-size: 17px;
  	}
  	ol.osusume-list li::before {
  		width: 24px;
  		height: 24px;
  		font-size: 16px;
  	}
}

/* -------------------------------------*/
.ohaka-image-photo-01 {
	max-width:860px;
	border-radius:8px;
	overflow:hidden;
	margin:100px auto 60px;
}

.ohaka-bold {
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.05em;
	text-align:center;
	line-height:2;
	margin-bottom:80px;
}

.ohaka-image-photo-02 {
	max-width:860px;
	border-radius:8px;
	overflow:hidden;
	margin:60px auto 100px;
}

.sakura-image-photo {
	max-width:860px;
	border-radius:8px;
	overflow:hidden;
	margin:60px auto 50px;
}

.sakura-new-bold {
	font-size:32px;
	font-weight:bold;
	color:#cf6f9f;
	letter-spacing:0.05em;
	text-align:center;
	line-height:2;
	margin-bottom:30px;
}

.ohaka-image-photo-small {
	max-width:640px;
	border-radius:8px;
	overflow:hidden;
	margin:0 auto 90px;
}

@media screen and (max-width: 1000px) {
	.ohaka-image-photo-01 {
		max-width:700px;
		margin:80px auto 50px;
	}
	.ohaka-image-photo-02 {
		max-width:700px;
		margin:50px auto 80px;
	}
	.ohaka-image-photo-small {
		max-width:560px;
	}
}

@media screen and (max-width: 700px) {
	.ohaka-image-photo-01 {
		max-width:500px;
		margin:50px auto 30px;
	}
	.ohaka-image-photo-02 {
		max-width:500px;
		margin:30px auto 50px;
	}
	.sakura-new-bold {
		font-size:21px;
		margin-bottom:20px;
	}
	.ohaka-image-photo-small {
		max-width:350px;
		margin:0 auto 50px;
	}
	.ohaka-bold {
		font-size:18px;
		text-align:left;
		margin-bottom:30px;
	}
	.br-ohaka-bold {
		display:none !important;
	}
}

.okaha-text-heading {
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}

.ohaka-text {
	font-size:22px;
	text-align: justify;
	margin-bottom:18px;
}

.price-ippan {
	margin-bottom:35px;
}

@media screen and (max-width: 700px) {
	.okaha-text-heading {
		font-size:25px;
		margin-bottom:20px;
	}
	.ohaka-text {
		font-size:20px;
	}
}

/* -------------　納骨壇の種類　-------------------*/
.noukotsudan-type-img {
	border-radius:8px;
	overflow:hidden;
}

.noukotsudan-type-name {
	font-size:29px;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-bottom:8px;
}

@media print, screen and (min-width: 1101px) {
	.noukotsudan-type-wrap {
		display:flex;
		justify-content: space-between;
		max-width:1200px;
		margin:90px auto;
	}
	.noukotsudan-type-box {
		width:46%;
	}
}

@media screen and (max-width: 1260px) {
	.noukotsudan-type-name {
		font-size:26px;
	}
}

@media screen and (max-width: 1100px) {
	.noukotsudan-type-wrap {
		max-width:560px;
		margin:90px auto 60px;
	}
	.noukotsudan-type-box {
		margin-bottom:40px;
	}
}

@media screen and (max-width: 600px) {
	.noukotsudan-type-wrap {
		margin:60px auto 30px;
	}
	.noukotsudan-type-box {
		margin-bottom:30px;
	}
	.noukotsudan-type-name {
		font-size:22px;
	}
}

/* -------------　一般墓・アンカー　-------------------*/

a.anchor {
	display: block;
	scroll-margin-top: 65px;
}

/* -------------　一般墓・納骨壇　フレックス　-------------------*/
.ohaka-desc-block {
	max-width:1160px;
	margin:0 auto;
	border-top:1px dotted #444;
	padding:50px 0;
}

.ohaka-flex-img,
.noukotsudan-flex-img {
	border-radius:8px;
	overflow:hidden;
}

.ohaka-desc-head {
	margin-bottom:50px;
}

@media print, screen and (min-width: 1101px) {
	.ohaka-flex-img-sp {
		display:none !important;
	}
	.ohaka-flex-wrap {
		display:flex;
		justify-content: space-between;
		max-width:1200px;
		margin:0 auto;
	}
	.ohaka-flex-text-wrap {
		width:35%;
	}
	.ohaka-flex-img-wrap {
		width:55%;
	}
}

@media screen and (min-width:1101px) and ( max-width:1300px) {
	.ohaka-flex-img {
		width:100%;
		height:100%;
	}
	.ohaka-flex-img img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
}

@media print, screen and (min-width: 1101px) {
	.noukotsudan-flex-wrap {
		padding:40px 0 50px;
	}
	.noukotsudan-flex-text-wrap {
		width:40%;
	}
	.noukotsudan-flex-img-wrap {
		width:52%;
	}
	.noukotsudan-flex-img {
		width:100%;
		height:100%;
	}
	.noukotsudan-flex-img img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	.detail-noukotsudan {
		margin-top:50px;
	}
}

@media screen and (max-width: 1100px) {
	.ohaka-desc-block {
		padding:40px 0;
	}
	.ohaka-flex-img-pc {
		display:none !important;
	}
	.ohaka-desc-head {
		max-width:600px;
		margin:0 auto 30px;
	}
	.ohaka-flex-wrap {
		max-width:600px;
		margin:0 auto;
	}
	.noukotsudan-flex-wrap {
		padding:30px 0 40px;
	}
	.ohaka-flex-img-wrap,
	.noukotsudan-flex-img-wrap {
		margin-bottom:30px;
	}
	.ohaka-flex-text-wrap-sp {
		max-width:450px;
		margin:0 auto;
	}
	.detail-noukotsudan {
		max-width:460px;
		margin:40px auto 0;
	}
}

@media screen and (max-width: 500px) {
	.noukotsudan-flex-wrap {
		padding:10px 0 20px;
	}
	.ohaka-flex-img-wrap {
		margin-bottom:40px;
	}
	.ohaka-flex-text-wrap-sp {
		width:88%;
		margin:0 auto;
	}
}


/* -------------　価格表　-------------------*/
.price-wrap {
	border-top:5px dotted #dccfc8;
	padding:70px 0 50px;
}

.price-title {
	font-size:27px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:2px;
}

.price-title-sub {
	font-size:23px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1.5;
	text-align:center;
	margin-bottom:25px;
}

.price-jyumoku-wrap {
	max-width:900px;
	margin:0 auto;
}

.price-noukotsudan-wrap {
	max-width:1000px;
	margin:0 auto;
}

.price-goushi-wrap {
	max-width:800px;
	margin:0 auto;
}

.price-title-bar {
	background:#89796e;
	border-radius:7px;
	padding:8px 24px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px;
}

.price-text {
	font-size:20px;
	font-weight:bold;
}

.price-inner-wrap-01-text {
	padding:5px 30px 0;
	margin-bottom:70px;
}

.price-inner-wrap-01 {
	padding:18px 30px 0;
	margin-bottom:70px;
}

.price-inner-wrap-02 {
	padding:18px 30px 0;
}

.price-inner-wrap-pet {
	padding:0 30px;
}


@media print, screen and (min-width: 851px) {
	.price-sp {
		display:none !important;
	}
}

@media screen and (max-width: 1100px) {
	.price-inner-wrap-01-text,
	.price-inner-wrap-01,
	.price-inner-wrap-02,
	.price-inner-wrap-pet {
		padding-left:8px;
		padding-right:8px;
	}
}

@media screen and (max-width: 850px) {
	.price-title {
		font-size:24px;
	}
	.price-title-sub {
		font-size:21px;
	}
	.price-pc {
		display:none !important;
	}
	.price-inner-wrap-01-text {
		max-width:460px;
		padding:5px 0 0;
		margin:0 auto 70px;
	}
	.price-inner-wrap-01 {
		max-width:460px;
		padding:18px 0 0;
		margin:0 auto 70px;
	}
	.price-inner-wrap-02 {
		max-width:460px;
		padding:18px 0 0;
		margin:0 auto;
	}
	.price-inner-wrap-pet {
		max-width:460px;
		padding:0;
		margin:0 auto;
	}
}

@media screen and (max-width: 600px) {
	.price-title {
		font-size:20px;
	}
	.price-title-sub {
		font-size:19px;
	}
}

/* -------------　特典　-------------------*/
.tokuten-box {
	max-width:920px;
	margin:40px auto 30px;
	background:#f2e9f0;
	border-radius:20px;
	padding:25px 60px 30px;
}

.tokuten-box-jyumokusou {
	max-width:830px;
}

.tokuten-box-goushi {
	max-width:570px;
	padding:25px 50px 30px;
}

.tokuten-title {
	max-width:280px;
	margin:0 auto 35px;
}

.goushi-tokuten-title {
	font-size:22px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:30px;
}

ol.tokuten-list {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

ol.tokuten-list li {
  position: relative;
  font-size: 22px;
  color:#000;
  padding-left: 1.9em;
  line-height: 1.6;
  margin-bottom:15px;
}

ol.tokuten-list li:not(:first-child) {
  margin-top: 0.5em;
}

ol.tokuten-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 5px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #b973ae;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight:bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

@media screen and (max-width: 900px) {
	.tokuten-box {
		padding:15px 40px 30px;
	}
}

@media screen and (max-width: 600px) {
	.tokuten-box {
		margin:20px auto 20px;
		padding:15px 20px 30px 25px;
	}
	.tokuten-box-goushi {
		padding:20px 20px 20px 25px;
	}
	.tokuten-title {
		max-width:220px;
		margin:0 auto 30px;
	}
	.goushi-tokuten-title {
		font-size:20px;
		margin-bottom:20px;
	}
	ol.tokuten-list li {
  		font-size: 18px;
  	}
  	ol.tokuten-list li::before {
  		width: 24px;
  		height: 24px;
  		font-size: 16px;
  		line-height: 24px;
  	}
}

/* -----------------------------------------------------------------------
　ご法要
--------------------------------------------------------------------------*/
.houyou-main-wrap-pc {
	max-width:1200px;
	height:620px;
	border-radius:10px;
	margin:0 auto 60px;
	overflow:hidden;
	display:flex
}

.houyou-main-wrap-pc img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.houyou-main-left {
	width:65.84%;
	border-right:3px solid #fff;
}

.houyou-main-right {
	width:34.16%;
}

.houyou-main-left-upper {
	width:100%;
	height:310px;
	display:flex;
	border-bottom:3px solid #fff;
}

.houyou-main-left-lower {
	width:100%;
	height:310px;
	display:flex;
}

.houyou-main-middle {
	width:67.15%;
}

.houyou-main-small {
	width:32.85%;
}

.houyou-main-border-right {
	border-right:3px solid #fff;
}

@media print, screen and (min-width: 1011px) {
	.houyou-main-wrap-sp {
		display:none !important;
	}
}

@media screen and (max-width: 1010px) {
	.houyou-main-wrap-pc {
		display:none !important;
	}
	.houyou-main-wrap-sp {
		width:100%;
		border-radius:10px;
		margin:0 auto 60px;
		overflow:hidden;
	}
}

@media screen and (max-width: 700px) {
	.houyou-main-wrap-sp {
		margin:0 auto 50px;
	}
}

@media screen and (max-width: 600px) {
	.houyou-main-wrap-sp {
		margin:0 auto 30px;
	}
}

.houyou-section-wrap {
	max-width:1300px;
	margin:0 auto;
	border-top:1px dotted #444;
	padding:65px 0;
}

.schedule-table-title {
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.06em;
	text-align:center;
	margin-bottom:30px;
}

.schedule-table-wrap {
	max-width:730px;
	margin:0 auto 110px;
	border-top:1px solid #666;
}

.schedule-row {
	border-bottom:1px solid #666;
}

.schedule-title {
	font-size:23.5px;
	font-weight:bold;
	letter-spacing:0.04em;
}

.schedule-title span {
	font-size:21px;
	font-weight:bold;
}

.schedule-date {
	font-size:22.5px;
	letter-spacing:0.04em;
}

.schedule-date span {
	font-size:20px;
}

@media print, screen and (min-width: 701px) {
	.schedule-row {
		display:flex;
		padding:18px 0 18px 15px;
	}
	.schedule-title-cell {
		width:44%;
	}
	.schedule-date-cell {
		width:55%;
	}
}

@media screen and (min-width:701px) and ( max-width:800px) {
	.schedule-row {
		padding:15px 0 15px 15px;
	}
	.schedule-title {
		font-size:21px;
	}
	.schedule-title span {
		font-size:19px;
	}
	.schedule-date {
		font-size:20px;
	}
	.schedule-date span {
		font-size:18px;
	}
}

@media screen and (max-width: 700px) {
	.houyou-section-wrap {
		padding:45px 0 35px;
	}
	.schedule-table-title {
		font-size:26px;
	}
	.schedule-table-wrap {
		max-width:500px;
		margin:0 auto 50px;
	}
	.schedule-row {
		padding:13px 0 13px 10px;
	}
	.schedule-title {
		font-size:21px;
	}
	.schedule-title span {
		font-size:18px;
	}
	
	.schedule-date {
		font-size:21px;
	}
	.schedule-date span {
		font-size:17px;
	}
}

@media print, screen and (min-width: 901px) {
	.houyou-photo-wrap {
		max-width:1270px;
		margin:0 auto;
		display:flex;
		justify-content: space-between;
		margin-bottom:20px;
	}
	.houyou-photo-box {
		width:47%;
	}
}

@media screen and (max-width: 900px) {
	.houyou-photo-wrap {
		max-width:500px;
		margin:0 auto;
	}
	.houyou-photo-box {
		margin-bottom:40px;
	}
}

.houyou-photo {
	border-radius:8px;
	overflow:hidden;
}

.houyou-caption {
	font-size:25px;
	letter-spacing:0.04em;
	text-align:center;
	padding-top:10px;
}

@media screen and (max-width: 600px) {
	.houyou-caption {
		font-size:19px;
	}
}

/* -------------　法要　フレックス　-------------------*/
.houyou-flex-img {
	border-radius:8px;
	overflow:hidden;
}

.houyou-flex-wrap {
	border-top:1px dotted #444;
}

@media print, screen and (min-width: 1101px) {
	.houyou-flex-img-sp {
		display:none !important;
	}
	.houyou-flex-wrap {
		display:flex;
		justify-content: space-between;
		max-width:1200px;
		margin:0 auto;
		padding:70px 20px;
	}
	.houyou-flex-text-wrap {
		width:36%;
	}
	.houyou-flex-img-wrap {
		width:55%;
	}
}

@media screen and (min-width:1101px) and ( max-width:1200px) {
	.houyou-flex-img {
		width:100%;
		height:100%;
	}
	.houyou-flex-img img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 1100px) {
	.houyou-flex-img-pc {
		display:none !important;
	}
	.houyou-flex-wrap {
		max-width:600px;
		margin:0 auto;
		padding:70px 20px;
	}
	.houyou-flex-img {
		margin-bottom:40px;
	}
}

@media screen and (max-width: 700px) {
	.houyou-flex-wrap {
		max-width:500px;
		padding:40px 0 30px;
	}
	.houyou-flex-img {
		margin-bottom:25px;
	}
}

.houyou-heading {
	font-size:29px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1;
	margin-bottom:35px;
}

.houyou-text {
	font-size:21px;
	line-height:1.7;
	text-align: justify;
	margin-bottom:18px;
}

@media screen and (max-width: 700px) {
	.houyou-heading {
		font-size:25px;
		margin-bottom:20px;
	}
	.houyou-text {
		font-size:20px;
	}
}

@media screen and (max-width: 500px) {
	.houyou-heading {
		font-size:22px;
		margin-bottom:20px;
	}
	.houyou-text {
		font-size:19px;
	}
}


/* -----------------------------------------------------------------------
　選ばれる理由
--------------------------------------------------------------------------*/
.reason-body-wrap {
	max-width:1150px;
	margin:0 auto;
}

.reason-heading {
	font-size:26px;
	font-weight:bold;
	line-height:1.55;
	margin-bottom:15px;
}

.reason-text {
	font-size:22px;
	line-height:1.65;
	text-align: justify;
}

.reason-img {
	border-radius:8px;
	overflow:hidden;
}

.reason-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

a.anchor {
	display: block;
	padding-top: 40px;
	margin-top: -40px;
}

.reason-box {
	max-width:1000px;
	margin-bottom:70px;
}

.reason-box-right {
	margin:0 0 70px auto;
}

@media print, screen and (min-width: 851px) {
	.reason-box {
		display: flex;
		justify-content: space-between;
	}
	.reason-text-block {
		width:50%;
		display:flex;
		align-items: center;
	}
	.reason-img {
		width:46%;
	}
	.reason-text-inner {
		border-bottom:1px solid #000;
		padding:30px 0;
	}
	.reason-img-sp {
		display:none !important;
	}
}


@media screen and (max-width: 850px) {
	.reason-img-pc {
		display:none !important;
	}
	.reason-body-wrap {
		max-width:600px;
	}
	.reason-box {
		margin-bottom:60px;
	}
	.reason-text-block {
		margin-bottom:30px;
	}
	.reason-img {
		width:75%;
		margin:0 auto;
	}
}

@media screen and (max-width: 500px) {
	.reason-heading {
		font-size:22px;
	}
	.reason-text {
		font-size:19px;
	}
}


/* -----------------------------------------------------------------------
　利用者様の声
--------------------------------------------------------------------------*/
.voice-section-wrap {
	max-width:840px;
	padding:50px 0 0;
	margin:0 auto;
}

.voice-box {
	border:2px solid #000;
	border-radius:12px;
	padding:30px 60px 20px;
	margin-bottom:50px;
}

.voice-box-head {
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}

.voice-name-box {
	width:calc(100% - 160px);
	padding-bottom:8px;
	display:flex;
	align-items: flex-end;
}

.voice-img-box {
	width:125px;
	display:flex;
	align-items: flex-end;
}

.voice-name-box-inner {
	width:100%;
}

.voice-name {
	font-size:26px;
	font-weight:bold;
	margin-bottom:13px;
}

.voice-name span.small {
	font-size:20px;
	font-weight:normal;
	margin-left:20px;
}

.voice-cate {
	width:100%;
	padding:6px 0;
	border-radius:30px;
	font-size:19px;
	font-weight:bold;
	letter-spacing:0.05em;
	text-align:center;
}

.voice-cate-ippanbo {
	background:#eae2d9;
}

.voice-cate-noukotsudan {
	background:#caddef;
}

.voice-cate-sakura {
	background:#f2d8f0;
}

.voice-text {
	font-size:21px;
	line-height:1.9;
	text-align: justify;
	margin-bottom:28px;
}

@media screen and (max-width: 850px) {
	.voice-box {
		padding:25px 45px 15px;
	}
	.voice-box-head {
		margin-bottom:25px;
	}
	.voice-name-box {
		width:calc(100% - 130px);
	}
	.voice-img-box {
		width:110px;
	}
	.voice-name {
		font-size:24px;
		margin-bottom:10px;
	}
	.voice-name span.small {
		font-size:18px;
		margin-left:12px;
	}
	.voice-cate {
		padding:5px 0;
		font-size:18px;
	}
	.voice-text {
		font-size:20px;
	}
}

@media screen and (max-width: 650px) {
	.voice-box {
		padding:23px 26px 15px;
	}
	.voice-box-head {
		margin-bottom:8px;
	}
	.voice-name-box {
		width:calc(100% - 110px);
	}
	.voice-img-box {
		width:90px;
		align-items: flex-start;
	}
	.voice-name {
		font-size:23px;
	}
	.voice-name span.small {
		font-size:17px;
		margin-left:8px;
	}
	.voice-cate {
		padding:5px 0;
		font-size:16.5px;
	}
	.voice-text {
		font-size:19px;
	}
}

@media screen and (max-width: 600px) {
	.voice-box {
		padding:16px 26px 15px;
	}
	.voice-box-head {
		margin-bottom:8px;
	}
	.voice-name-box {
		width:calc(100% - 100px);
	}
	.voice-img-box {
		width:80px;
	}
	.voice-name {
		margin-bottom:0;
		line-height:1.4;
	}
	.voice-name span.small {
		font-size:17px;
		margin-left:-5px;
	}
	.voice-cate {
		margin-bottom:15px;
	}
}

/* -----------------------------------------------------------------------
　ご相談
--------------------------------------------------------------------------*/
.soudan-body-wrap {
	max-width:900px;
	margin:0 auto;
}

.soudan-box {
	border:5px solid #e9e2df;
	border-radius:20px;
	padding:50px 9% 50px;
	margin-bottom:60px;
}

.soudan-body-inner {
	padding:0 3%;
	margin-bottom:50px;
}

.soudan-box-head {
	display:flex;
	justify-content: space-between;
	margin:0 auto 40px;
}

.soudan-title-box {
	width:66%;
	display:flex;
	align-items: center;
}

.soudan-cut {
	width:34%;
}

.soudan-title {
	font-size:36px;
	font-weight:bold;
	line-height:1.45;
	letter-spacing:0.1em;
}

@media print, screen and (min-width: 861px) {
	.br-soudan-title {
		display:none !important;
	}
}

.soudan-body-text {
	font-size:21px;
	line-height:1.8;
	text-align: justify;
	margin-bottom:20px;
}

.soudan-body-list-wrap {
	margin-bottom:30px;
}

.soudan-body-block {
	margin-bottom:50px;
}

.soudan-body-list {
	font-size:21px;
	font-weight:bold;
	line-height:1.7;
	text-indent:-1.3em;
	padding-left:1.3em;
	text-align: justify;
	margin-bottom:12px;
}

@media screen and (max-width: 800px) {
	.soudan-box {
		padding:45px 6% 40px;
		margin-bottom:60px;
	}
	.soudan-title {
		font-size:33px;
	}
	.soudan-body-text {
		font-size:20px;
	}
	.soudan-body-list {
		font-size:20px;
		margin-bottom:10px;
	}
	.soudan-body-block {
		margin-bottom:40px;
	}
}

@media screen and (max-width: 500px) {
	.soudan-box {
		padding:25px 5% 30px;
		margin-bottom:40px;
	}
	.soudan-box-head {
		margin:0 auto 20px;
	}
	.soudan-title-box {
		padding-left:2%;
	}
	.soudan-cut {
		width:36%;
	}
	.soudan-title {
		font-size:26px;
	}
	.soudan-body-inner {
		padding:0 1.5%;
		margin-bottom:40px;
	}
	.soudan-body-text {
		font-size:18px;
		margin-bottom:18px;
	}
	.soudan-body-list {
		font-size:18px;
		margin-bottom:7px;
	}
	.soudan-body-block {
		margin-bottom:30px;
	}
}

.question-heading-bar {
	position:relative;
	width:100%;
	background:#e9e2df;
	border-radius:38px;
	padding:18px 30px;
	margin:80px 0 45px;
}

.question-heading {
	font-size:25px;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:1.5;
}

.question-heading-tail {
	position:absolute;
	right:90px;
	bottom:-22px;
	width:30px;
}

@media screen and (max-width: 800px) {
	.question-heading {
		font-size:22px;
	}
}


@media screen and (max-width: 650px) {
	.question-heading-bar {
		padding:16px 27px;
		margin:20px 0 30px;
	}
	.question-heading {
		font-size:20px;
	}
}

@media screen and (max-width: 550px) {
	.question-heading-bar {
		padding:13px 24px;
	}
	.question-heading {
		font-size:17px;
	}
}

/* -----------------------------------------------------------------------
　アクセス
--------------------------------------------------------------------------*/
.access-body-wrap {
	max-width:1000px;
	margin:0 auto 20px;
}

.access-heading {
	font-size:29px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
}

.access-address-text {
	font-size:23px;
	text-align:center;
	margin-bottom:50px;
}

.access-map {
	border:1px solid #999;
	border-radius:12px;
	padding:30px;
	margin-bottom:30px;
}

.access-detail-wrap {
	max-width:800px;
	margin:0 auto 80px;
}

.access-detail-title {
	width:110px;
	height:34px;
	font-size:19px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	line-height:32px;
	background:#000;
	border-radius:17px;
	margin:30px 0 10px;
}

.access-detail-text {
	font-size:21px;
	padding-left:10px;
}

.access-link-text {
	display:inline-block;
	margin-top:8px;
	font-size:19px;
	color:#000;
	text-decoration:underline;
	padding-left:10px;
}

.access-link-text:hover {
	color:#1777c9;
	text-decoration:underline;
}

a[target=_blank] {
	padding-right: 25px;
	background: url(../img/link-icon.png) right center/16px auto no-repeat;
}

@media print, screen and (min-width: 821px) {
	.access-detail-flex {
		display:flex;
		justify-content: space-between;
	}
	.access-flex-inner {
		width:50%;
	}
}

@media screen and (max-width:900px) {
	.access-heading {
		font-size:27px;
	}
	.access-map {
		padding:20px;
	}
	.access-detail-wrap {
		margin:0 auto 50px;
	}
}

@media screen and (max-width:820px) {
	.access-map {
		margin-bottom:30px;
	}
	.access-detail-title {
		margin:40px 0 10px;
	}
}

@media screen and (max-width:600px) {
	.access-body-wrap {
		margin:20px auto 20px;
	}
	.access-heading {
		font-size:20px;
		margin-bottom:30px;
	}
	.access-address-text {
		font-size:19px;
	}
	.access-detail-text {
		font-size:18px;
	}
	.access-link-text {
		font-size:18px;
	}
	a[target=_blank] {
		padding-right: 21px;
		background: url(../img/link-icon.png) right center/13px auto no-repeat;
	}
}

