html {
	font-size: 16px;
}

body {
	font-size: 1rem;
	line-height: 1.7em;
}

p {
	margin-bottom: 1em;
}

iframe {
	max-width: 100%;
}

.sp {
	display: none;
}

.clear {
	clear: both;
}

.ib {
	display: inline-block;
}

.flex {
	display: flex;
}

.wp-block-cover {
	margin: 1em calc(50% - 50vw);
	width: auto !important;
}

.wp-block-cover p {
	line-height: 1.4em;
    letter-spacing: 0.05em;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0) !important;
}

.fade_left {
	transform : translate(30px, 0);
}

.fade_right {
	transform : translate(-30px, 0);
}

.section_page h3::before {
	content: "";
    clear: both;
    display: block;
}

.main {
	padding-top: 67px;
	padding-bottom: 110px;
}

.content {
	padding-top: 60px;
}

.content .title:first-child {
	margin-top: 0;
}

.wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.section_page {
	clear: both;
}

.section_page h2 {
	text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
}

.section_page h2:first-child {
	margin-top: 0;
}

.section_page h3 {
	background-color: #f2e7e4;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 1.2rem;
	line-height: 1.4em;
	font-weight: 500;
	clear: both;
}

.section_page h4 {
	font-size: 1.1rem;
	line-height: 1.4em;
	padding: 7px 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 2px solid #ddd;
	border-radius: 3px;
	font-weight: 500;
	clear: both;
}

.section_page h5 {
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 5px;
	clear: both;
}

.section_page ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 1rem;
}

.section_page ol {
	list-style: decimal;
	padding-left: 30px;
}

.title {
	text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
	line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
}

.single_title {
    font-weight: 500;
    font-size: 1.6rem;
	line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
}

.pagelink {
	padding-top: 80px;
	margin-top: -80px;
}

p + .title {
	margin-top: 70px;
}

p + h3 {
	margin-top: 30px;
}

.float_img_l {
	float: left;
	margin-right: 20px;
}

.float_img_r {
	float: right;
	margin-left: 20px;
}

.float_img_l + p,
.float_img_r + p {
	overflow: hidden;
}

.slide {
	background-color: #f7f7f7;
	text-align: center;
	padding-bottom: 5px;
	overflow-x: hidden;
}

.slide img {
	width: 100%;
	display: block;
	opacity: 1;
}

ul.slider .slick-slide {
	background-color: #000;
}

ul.slider {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

ul.slider li {
    position: relative;
    overflow: hidden;
    padding-top: 2.8%;
	display: block !important;
}

ul.slider li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

ul.slider img {
	opacity: 0.7;
}

ul.slider .slick-active img {
	opacity: 1;
}

ul.slider_nav {
	margin: 0;
	padding: 0;
    margin: 40px auto;
    list-style: none;
	max-width: 1400px;
}

ul.slider_nav li {
	position: relative;
	overflow: hidden;
	padding-top: 2.2%;
	margin-left: 12px;
	margin-right: 12px;
}

ul.slider_nav li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

ul.slider_nav .slick-slide {
	background: none;
}

ul.slick-dots {
	bottom: -30px;
}

.slick-prev {
	top: 41%;
	left: -50px;
	width: 39px;
	height: 103px;
}

.slick-prev::before  {
	display: block;
	content: "";
	width: 39px;
	height: 103px;
	background-image: url(img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	color: #A27946;
}

.slick-next {
	top: 41%;
	right: -50px;
	width: 39px;
	height: 103px;
}

.slick-next::before  {
	display: block;
	content: "";
	width: 39px;
	height: 103px;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	color: #A27946;
}

ul.slider_nav .slick-next,
ul.slider_nav .slick-prev {
	display: none !important;
}

.siteHeaderPC__rightArea__language {
	text-align: center;
}

.header_toggle p {
	color: #333;
}

.header_toggle ul.toggle_content {
	background-color: #CCC;
    padding: 10px;
    width: 140px;
    text-align: center;
    margin-left: -43px;
	position: absolute;
}

.header_toggle ul.toggle_content li {
	font-size: 0.9rem;
}

.icon_lang {
	margin-right: 3px;
}

.icon_lang img {
	width: 18px;
	vertical-align: middle;
}

.tel_txt {
	font-size: 21px;
}

.tel_txt small {
	font-size: 12px;
	display: inline-block;
}

ul.banner_list {
	padding: 0;
	list-style: none;
}

ul.banner_list li {
	width: 200px;
	margin: 0 10px 10px;
}

ul.instagram_list {
	padding: 0;
	list-style: none;
}

ul.instagram_list li {
	width: 200px;
	margin: 0 10px 10px;
}

.section_sns {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow-x: hidden;
}

ul.sns_list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

ul.sns_list li {
	width: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

ul.siteFooter__navArea__innerArea__clmList > li {
	margin-right: 20px;
}

ul.siteFooter__navArea__innerArea__clmList > li:last-child {
	margin-right: 0;
}

.section_hyogo {
	background-color: #efefef;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.title_hyogo {
	line-height: 1em;
}

.hyogo_date {
	line-height: 1em;
    font-size: 14px;
    margin-top: 3px;
    display: block;
}

.section_hyogo p {
	background-color: #fff;
    padding: 14px;
    max-width: 400px;
    border-radius: 10px;
    margin: 16px auto 8px;
    line-height: 1.8em;
    font-size: 16px;
}

.header_img {
	text-align: center;
	padding: 80px 0;
	background-image: url(img/header01.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

.header_title {
	color: #FFF;
	font-size: 2.1rem;
	line-height: 1.4em;
	font-weight: 400;
}

.content_img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.description_content {
	background-color: #efefef;
	padding: 20px;
	margin-top: 25px;
}

.description_content {
	font-size: 17px;
}

.banner_tokumoku {
	margin-bottom: 45px;
}

.toggle_btn {
	color: #FFF;
	cursor: pointer;
}

.toggle_content {
	display: none;
}

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

			お問い合わせ

----------------------------- */
select {
	font-size: 16px;
}

textarea {
	border: 1px solid #aaa;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	padding: 5px 2%;
}

input[type=checkbox] {
	appearance: auto;
}

.content_contact {
	background-color: #FFF;
	padding: 30px 4%;
	max-width: 700px;
	margin: 0 auto;
}

table.contact_table {
	width: 100%;
	border-collapse: collapse;
}

table.contact_table th {
	padding: 15px;
	text-align: left;
	width: 14em;
	vertical-align: top;
}

table.contact_table td {
	padding: 15px;
}

.form_btn {
	margin-top: 25px;
}

.contact_table input[type="text"], .contact_table input[type="email"], .contact_table input[type="tel"], .contact_table input[type="password"], .contact_table textarea {
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	outline: none;
	background-color: #f9fbfd;
	border: 1px solid #e0e5eb;
	border-radius: 5px;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: calc(100% - 20px);
}

.contact_table textarea {
	height: auto;
	padding: 10px;
}

.agree_content {
margin-top: 25px;
border: 1px solid #bbb;
background-color: #FFF;
}

.agree_content h2 {
text-align: center;
font-size: 100%;
border-bottom: 1px solid #bbb;
background-color: #ddd;
padding: 15px;
margin: 0;
}

.agree_about_txt {
height: 170px;
overflow-y: scroll;
border: 1px solid #ddd;
padding: 10px 4%;
margin-bottom: 10px;
margin: 20px 7% 0;
}

.agree_btn {
text-align: center;
font-weight: bold;
margin: 20px auto;
}

.agree_btn label {
	background-color: #EBEAEA;
	padding: 15px 30px;
	margin: 5px 0;
	display: inline-block;
}

input[type="text"],
input[type="tel"],
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="tel"] {
	height: auto;
	padding: 5px 2%;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	border: 1px solid #aaa;
}

.contact_table input[type="text"].input_s,
.contact_table input[type="tel"].input_s {
	width: 134px;
}

.input_btn, .input_btn2, .back_btn {
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding: 15px 30px;
	border-radius: 3px;
	background-color: #05248a;
	border: none;
	font-size: 16px;
	position: relative;
	min-width: 240px;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.neccesory {
	font-weight: normal;
	display: inline-block;
	color: #FFF;
	background-color: #FF5A29;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 10px;
	margin-left: 4px;
	border-radius: 100px;
	margin-right: 5px;
}

.form_btn input {
	display: block;
	border: none;
	color: #FFF;
	background-color: #000;
	width: 300px;
	border-radius: 300px;
	padding: 20px 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	cursor: pointer;
	-webkit-appearance: none;
}

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

			年間行事

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

.main_event {
	background-color: #efefef;
}

.event_content {
	background-color: #FFF;
	padding: 30px 4%;
	margin-bottom: 40px;
	border-radius: 5px;
}

ul.event_list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

ul.event_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.event_img {
	flex-shrink: 0;
}

.event_info h2 {
	font-size: 1.15rem;
	margin: 5px 0;
}

.event_dat span {
	display: inline-block;
	border-radius: 300px;
	background-color: #f2e7e4;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 3px 20px;
	margin-left: -5px;
}

table.event_calendar {
	width: 100%;
}

table.event_calendar th {
	border: 1px solid #CCC;
	padding: 10px;
	width: 90px;
	background-color: #efefef;
}

table.event_calendar td {
	border: 1px solid #CCC;
	padding: 10px;
}

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

			境内のご案内

----------------------------- */
.guidemap {
	text-align: center;
}

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

			最上教報

----------------------------- */
.kouhou_backnumber {
	margin-top: 80px;
}

ul.kyouhou_list {
	list-style: none;
	padding: 0;
}

ul.kyouhou_list li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
	align-items: center;
}

.kyouhou_img {
	margin-right: 40px;
	flex-shrink: 0;
}

.kyouhou_img img {
	display: block;
	width: 220px;
	border: 1px solid #ddd;
}

.kyouhou_info h3 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.kyouhou_info p {
	font-size: 0.9rem;
	line-height: 1.5em;
}

figure table {
	width: 100%;
}

figure table th {
	border-bottom: 1px solid #CCC;
	padding: 20px;
	width: 200px;
	background-color: #efefef;
}

figure table td {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}

figure table tr:first-child th,
figure table tr:first-child td {
	border-top: 1px solid #CCC;
}

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

			お知らせ

----------------------------- */
.blog_main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.blog_content {
	width: 75%;
}

.blog_side {
	width: 20%;
}

.blog_section {
	display: flex;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog_section a {
	text-decoration: none;
}

.blog_title {
	font-size: 1.2rem;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-top: 5px;
}

.blog_single h2 {
	color: #FFF;
	background-color: #63AF14;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 1.4rem;
	margin-top: 40px;
}

.blog_single h3 {
	color: #000;
	background-color: #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 1.3rem;
	margin-top: 40px;
}

.blog_single h4 {
	color: #63AF14;
	font-size: 1.2rem;
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
	margin-top: 30px;
}

.blog_single figure {
	margin-left: 0;
	margin-right: 0;
}

blockquote {
	background-color: #efefef;
    margin: 1em 0;
    padding: 10px 4%;
	border-radius: 4px;
}

.blog_img {
	width: 150px;
	margin-right: 10px;
	flex-shrink: 0;
}

.blog_section h2 {
	margin: 5px 0;
	font-size: 1.2rem;
}

.blog_section p {
	font-size: 0.95rem;
}

.widget h2 {
	margin-bottom: 5px;
	font-size: 1.1rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.widget h2 + ul {
	padding-left: 10px;
	margin-bottom: 50px;
}

.widget ul {
	padding: 0;
	margin-top: 5px;
}

.widget_area li {
	list-style: none;
	font-size: 1rem;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.widget_area > li + li {
	margin-top: 30px;
}

.blog_date {
	font-size: 0.9rem;
}

ul.post-categories {
	list-style: none;
	padding: 0;
}

ul.post-categories li {
	background-color: #999;
	font-size: 0.9rem;
	line-height: 1em;
	padding: 4px 10px;
	margin-right: 4px;
	display: inline-block;
}

ul.post-categories li a {
	text-decoration: none;
	color: #FFF;
}


ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

ul.page-numbers li {
	border: 1px solid #CCC;
	margin: 5px;
	line-height: 1em;
	text-align: center;
	width: 36px;
	height: 36px;
}

ul.page-numbers li a {
	padding: 10px;
	text-decoration: none;
	background-color: #FFF;
	display: block;
}

ul.page-numbers li .current {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
}


ul.box_info {
	list-style: none;
	padding: 0;
	margin-bottom: 65px;
}

ul.box_info li {
	padding: 17px 10px;
	border-bottom:1px dotted #999;
	display: flex;
	align-items: center;
}

ul.box_info li a {
	text-decoration: none;
}

ul.box_info li h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 500;
}

ul.box_info li h3 a {
	text-decoration: none;
	color: #000;
}



.facility_content h3 {
	background-color: #f2e7e4;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 15px;
	border-radius: 5px;
	font-size: 1.1rem;
	line-height: 1.3em;
}

ul.facility_list {
	display: flex;
	flex-wrap: wrap;
}

ul.facility_list li {
	width: 30%;
	margin-right: 4%;
	margin-bottom: 30px;
	text-align: center;
}

ul.facility_list li:nth-child(3n) {
	margin-right: 0;
}

ul.facility_list li a {
	display: block;
}

.facility_img {
	position: relative;
    overflow: hidden;
    padding-top: 63.66%;
}

.facility_img img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.facility_info h2 {
	margin-top: 5px;
	font-size: 1rem;
}

.facility_header {
	text-align: center;
    margin-bottom: 15px;
    background-color: #efefef;
    padding: 15px;
}

ul.flow_list {
	padding: 0;
	display: flex;
	list-style: none;
}

ul.flow_list li {
	background-color: #efefef;
	border: 1px solid #FFF;
	padding: 10px;
	font-size: 1.1rem;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 20%;
}

ul.flow_list li h3 {
	background-color: #FFF;
	padding: 5px;
	font-size: 1rem;
	line-height: 1em;
	width: 100%;
	margin-top: 0;
	margin-bottom: 4px;
	text-align: center;
}

ul.flow_list li p {
	font-size: 1rem;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
}

.flow_img {
	text-align: center;
}

.flow_img img {
	width: 70px;
}

.flow_contents {
	background-color: #FFFCEE;
	padding: 20px;
	margin-top: 30px;
	border-radius: 10px;
}

.flow_contents strong {
	color: #FF4C06;
}

.flow_contents h3 {
	background-color: #777055;
	color: #FFF;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 1.1rem;
	line-height: 1.3em;
}

.flow_contents h3:first-child {
	margin-top: 10px;
}

.flow_column .wp-block-column {
	background-color: #efefef;
	border: 1px solid #FFF;
	padding: 10px;
	font-size: 1.1rem;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 20%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.flow_column h2 {
	background-color: #FFF;
	padding: 5px;
	font-size: 1rem;
	line-height: 1em;
	width: 100%;
	margin-top: 0;
	margin-bottom: 4px;
	text-align: center;
	border: none;
	border-radius: 4px;
}

.flow_column h3 {
	font-size: 1rem;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
	margin: 0;
	padding: 0;
	background: none;
}

.flow_column .wp-block-image {
	text-align: center;
	margin-bottom: 0;
}

.flow_column .wp-block-image img {
	width: 70px;
}

.reserve_plus {
	background-color: #FFF;
	padding: 15px;
	width: 400px;
	margin-top: 15px;
}

.reserve_plus h4 {
	font-size: 0.9rem;
	line-height: 1.5em;
	color: #5B4F29;
	padding-bottom: 5px;
	margin-top: 0;
}

.reserve_plus  p {
	font-size: 0.85rem;
	line-height: 1.5em;
	margin-bottom: 0;
}

.attention_content {
	margin-top: 40px;
	margin-bottom: 20px;
	border-radius: 6px;
	background-color: #efefef;
	padding: 20px;
}

.attention_red {
	background-color: #FFEDE6;
}

.attention_content h4 {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 0;
	background-color: #FFF;
}

.attention_content h5 {
	font-size: 0.9rem;
	margin-top: 15px;
}

.attention_content p {
	font-size: 0.9rem;
	line-height: 1.3em;
}

.attention_content li {
	font-size: 0.9rem;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.wp-block-buttons {
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.wp-block-button__link {
	font-size: 1.1em;
    padding: 20px 30px;
	line-height: 1.2em;
	border-radius: 6px;
	min-width: 260px;
	background-image: url(img/arrow_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 7px auto;
	transition: 0.3s;
	text-decoration: none !important;
}

a.wp-block-button__link:hover {
	opacity: 0.8;
}

.btn_outline a.wp-block-button__link {
	background-color: inherit;
	border: 1px solid #000;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 200px;
	font-size: 0.9rem;
}

.full_btn {
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	background-color: #FFF9DC;
    padding: 30px 0 40px;
    margin-top: 50px;
}

.btn_large a.wp-block-button__link {
	background-color: #FF790B;
	font-size: 1.25rem;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	font-weight: 600;
	width: 360px;
}

.btn_large a.wp-block-button__link::before {
	font-family: "Font Awesome 5 Free";
  	font-weight: 400;
	content: "\f073";
	display: inline-block;
	margin-right: 6px;
}

.preserve {
	border: 4px double #000;
	border-radius: 6px;
    padding: 30px 4%;
	margin-top: 80px;
}

.preserve .wp-block-buttons {
	justify-content: flex-start;
	margin-bottom: 5px;
}

.underline {
	text-decoration: underline;
}

.section_page a {
	text-decoration: underline;
}

.inr_col dt {
	background-color: #efefef;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.4em;
    font-weight: 500;
}

.h_bar {
	margin-top: 60px;
}

.tokumoku_content {
	margin: 60px calc(50% - 50vw);
	padding: 40px 4% 60px;
	background-image: url(img/tokumoku_bg.jpg);
	background-size: cover;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.1em;
}

.tokumoku_content h3 {
	background: none;
    padding: 0 0 5px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.tokumoku_content p {
	letter-spacing: 0.1em;
}

.col_a {
	margin-bottom: 60px;
}

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

			ペットメモリアル

-------------------------------------- */
.page-petmemorial {
	background-color: #F7F9E1;
}

.page-petmemorial .section_page h2 {
	border: none;
	background-color: #FFF;
	color: #186F3F;
	padding: 20px;
	border-radius: 5px;
}

.page-petmemorial .section_page h3 {
	background: none;
	padding: 0;
	color: #FF7C6D;
	clear: none;
}

.section_page h3::before {
	clear: none;
}

.page-petmemorial .section_page h4 {
	background-color: #186F3F;
	padding: 10px;
	border-radius: 5px;
	color: #FFF;
	border: none;
}

.page-petmemorial .section_page th {
	background-color: #D6EADE;
}

.page-petmemorial .section_page td {
	background-color: #FFF;
}

.flow_column.flow_column2 {
	display: none;
}

.flow_contents.flow_contents2 {
	display: none;
}

.tabcolum {
	margin-top: 60px;
}

.tabcolum .wp-block-column {
	margin: 0 !important;
}

.tabbtn {
	border: none !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.3rem !important;
	cursor: pointer;
	padding: 15px;
	background-color: #eee;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.tabbtn_current {
	background-color: #777055;
	color: #FFF;
}

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

			ご利用ガイド

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

.btn_guide a.wp-block-button__link {
	background-color: #897D22;
}

.btn_guide a.wp-block-button__link::before {
	content: "\f059";
}

.page-guide .flow_contents {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.page-guide .flow_contents h3 {
	margin-top: 80px;
}

.page-guide .flow_contents h3.mt0 {
	margin-top: 0;
}

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

	.siteHeaderPC__leftArea__lowerPageList__item__link {
		font-size: 14px;
	}

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

	.wrap {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media screen and (max-width: 930px) {

	.siteHeaderPC__leftArea__lowerPageList {
		display: none;
	}

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

	html {
		font-size: 14px;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.wp-block-image .alignleft {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.wp-block-image .alignright {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.flex {
		display: block;
	}

	.header_title {
		font-size: 1.7rem;
	}

	.title {
		font-size: 1.5rem;
	}

	.float_img_l {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.float_img_r {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	table.contact_table th {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}

	table.contact_table td {
		display: block;
		width: 100%;
		padding-top: 5px;
	}

	.contact_table input[type="text"].input_s, .contact_table input[type="tel"].input_s {
		margin-bottom: 10px;
	}

	.sp_side {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	figure table th {
		display: block;
		width: 100%;
		padding: 10px;
	}

	figure table td {
		display: block;
		width: 100%;
		padding: 10px;
	}

	figure table tr:first-child td {
		border-top: none;
	}

	.kyouhou_img {
		text-align: center;
	}

	.kyouhou_img img {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.kyouhou_info h3 {
	    font-size: 1.2rem;
	    margin-top: 15px;
	}

	ul.slider_nav {
		margin: 20px auto;
	}

	.slider_nav {
		display: none;
	}

	.slide {
		padding-bottom: 0;
	}

	ul.slider li {
		padding-top: 6.5%;
	}

	ul.slider .slick-slide {
		background: none;
	}

	.banner_tokumoku {
		margin-top: 25px;
	}

	.blog_main {
		display: block;
	}

	.blog_content {
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #CCC;
	}

	.blog_side {
		width: 100%;
	}

	ul.flow_list {
		flex-wrap: wrap;
	}

	ul.flow_list li {
		width: 48%;
	}

	ul.flow_list li:nth-child(2n) {
		margin-right: 0;
	}


	.btn_large {
		padding-left: 4%;
		padding-right: 4%;
	}

	.btn_large a.wp-block-button__link {
		width: 100%;
	}

	.main {
		overflow-x: hidden;
		padding-bottom: 50px;
	}

	ul.event_list li {
		flex-direction: column;
	}

	.event_img {
		order: 1;
		margin-bottom: 10px;
	}

	.event_info {
		order: 2;
		width: 100%;
	}

	.memorial_head {
		justify-content: center;
	}

	.memorial_logo {
		text-align: center;
	}

	.memorial_logo img {
		width: 160px;
	}

	.memorial_img {
		text-align: center;
	}

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

	ul.facility_list li {
		width: 48%;
	}

	ul.facility_list li:nth-child(3n) {
	    margin-right: 4%;
	}

	ul.facility_list li:nth-child(2n) {
	    margin-right: 0;
	}

}
