@charset "utf-8";
:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -90px 0 0;
}

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 200%;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
	color: #333;
}

*,::before,::after {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover img {
	opacity: 0.75;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

figure {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin: 0 0 20px;
	line-height: 200%;
}

h1,h2,h3,h4 {
	letter-spacing: 0.2rem;
	line-height: 200%;
	margin-top: 0;
}

h3 {
	margin-bottom: 10px;
}

article {
	padding: 0 0 100px;
	position: relative;
}

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

.sp,
.sp1024 {
	display: none !important;
}

.maxwidth1980 {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.maxwidth {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.minwidth {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.pd100 {
	padding: 100px 0 0;
}

.pd0 {
	padding: 0;
}

.mg0 {
	margin: 0 !important;
}

.globalnavi__hamburger,
.globalnavi__background {
	display: none;
}

header a h1 {
	margin: 0;
	line-height: 1;
	width: fit-content;
    font-family: 'Yuji Syuku', sans-serif;
}

header .maxwidth{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 10px;
}

.globalnavi__item a {
	padding: 0 10px;
	border-right: 1px solid #093B82;
	font-size: 0.8rem;
}

.globalnavi__item:nth-last-of-type(1) a {
	border-right: none;
}

.globalnavi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slider {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.slider img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  color: #f88379;
}

.slick-slide img {
	height: calc(100svh - 50px) !important;
	min-height: 568px;
	filter: brightness(70%);
}

.mainvisual h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	writing-mode: vertical-rl;
	text-align: center;
	width: fit-content;
	font-family: 'Yuji Syuku', sans-serif;
	font-size: 3rem;
	text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
}

.top_news h1 {
	text-align: center;
	font-size: 3rem;
}

.top_news_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.top__information__tabcontent {
	width: 50%;
}

.topnews__wrap--contentstext div {
	display: flex;
	align-items: center;
}

.topnews__wrap--contentstext p {
	margin: 0 0 0 30px;
}

.top_newstitle {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.top_newstitle a {
	border-bottom: 1px solid #333;
	padding: 10px;
	text-align: center;
	background-color: #093B82;
    color: #fff;
    line-height: 1;
}

.top_newstitle h3 {
	margin: 0;
	padding: 0;
}

.top h1,
.top h2,
.top h3,
footer h1,
footer h2,
footer h3 {
	color: #093B82;
}

.topnews__wrap--contentstext,
.top__information__tabcontent ul li {
	border-bottom: 1px dotted;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.top__information__tabcontent ul li a {
	display: block;
	width: 100%;
}

.text_right {
	text-align: right;
	margin: 0;
}

.top_about {
	background-image: url(common/images/seamless.png);
	padding: 100px 0;
	margin-bottom: 100px;
}

.seisuiji_about {
	margin-bottom: 100px;
}

.top_about_img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 100px;
}

.flexbox {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.top_event_box {
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.top_event_text {
	width: calc(50% - 25px);
}

.top_event_text:nth-last-of-type(1) {
	width: 100%;
}

.top_event_text h3,
.top_bodhisattva_text h3 {
	border-bottom: 1px solid #093B82;
}

.top_bodhisattva .wp-block-media-text__content,
.minflexbox_reverse .wp-block-media-text__content,
.flexbox .wp-block-media-text__content {
	padding: 0 !important;
}

.top_event .minflexbox_reverse .wp-block-media-text__content p {
	margin: 0;
}

.top_fudomyoo .flexbox_reverse > p,
.flexbox .wp-block-media-text__content {
	width: 60%;
}

.flexbox figure {
	width: 40%;
}

.top_bodhisattva {
	margin-bottom: 50px !important;
}

.minflexbox_reverse {
	max-width: 900px;
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin: 0 auto;
}

.top_event .minflexbox_reverse .wp-block-media-text__content p:nth-of-type(1) {
	color: #093B82;
	font-weight: bold;
}

.minflexbox_reverse figure {
	width: 40%;
}

.minflexbox_reverse .wp-block-media-text__content {
	width: 55%;
}

footer {
	background-image: url(common/images/seamless1.png);
	background-color: #DDDDDD;
	padding: 100px 0 0;
}

.f_contact {
	margin-bottom: 100px;
}

.f_contactbox {
	position: relative;
}

.f_contactbox img {
	aspect-ratio: 2/1;
}

.top_contactbox {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(5, 39, 87, 0.4);
	display: flex;
    justify-content: space-around;
    align-items: center;
} 

.top_contactbox a {
	border: 1px solid #fff;
	color: #fff;
    font-weight: bold;
	padding: 0 10px;
	position: relative;
	font-size: 1.5rem;
    box-sizing: unset;
    line-height: 200%;
	text-align: center;
	width: 230px;
}

.top_contactbox a::before {
	content: '';
	position: absolute;
	top: -10px;
    left: -10px;
    width: 101%;
    height: 107%;
    background-color: transparent;
    border: 1px solid #fff;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.f_access iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copyright {
	padding: 50px 0;
}

.copyright .maxwidth {
	text-align: center;
}

.copyright .maxwidth p {
	color: #093B82;
	margin: 0;
}

/* お問い合わせ */
.ly_form :where(textarea) {
	field-sizing: content;
	resize: block;
}

.ly_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
	border: 0;
}


.ly_form :where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

.ly_form :where(button,
.ly_form input[type=button],
.ly_form input[type=submit],
.ly_form input[type=reset])[disabled] {
	cursor: not-allowed;
}

.bl_form_confirm.disabled,
.bl_form_submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bl_form_confirm, .bl_form_submit {
    background-color: #6592A7;
    color: #FFF;
    inline-size: min(100%, 10em);
    padding-block: 0.5em;
    padding-inline: 1em;
    width: 200px;
    cursor: pointer;
}

.bl_form_btn p {
    display: flex;
    gap: 50px;
}

.bl_form_confirm[disabled] {
    background-color: #CCC;
    border: 0;
}

.bl_form :where(textarea) {
  field-sizing: content;
  resize: block;
}
.bl_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
  text-align: center;
  user-select: none;
  touch-action: manipulation;
}
/* フォーカス時はオリジナルのアウトラインを適用 */
.bl_form :where(button, input, textarea, select):focus-visible {
  outline: 2px solid #005FCC;
  outline-offset: -2px;
}
.bl_form :where(button,
.bl_form input[type=button],
.bl_form input[type=submit],
.bl_form input[type=reset])[disabled] {
  cursor: not-allowed;
}
/* レイアウト */
.bl_form_group > p {
	font-weight: bold;
}

.bl_formConfirm .bl_form_group > p{
	margin: 0;
}

.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt+.bl_form_group {
  margin-block-start: 1.5em;
}
.bl_form_group fieldset {
  display: contents;
}
.bl_form_control {
  margin-block-start: 0.5em;
}
/* 項目名 */
.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
}
/* 必須ラベル */
.bl_form_required {
  background-color: red;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  font-size: 0.7rem;
	line-height: 1;
	padding: 5px 10px;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  inline-size: 100%;
	font-size: 1.1rem;
	padding: 15px;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #C5C5C5;
}
.bl_form textarea {
  min-block-size: 5lh;
}
/* ラジオボタン、チェックボックス */
.bl_form .wpcf7-list-item {
  margin: unset;
}
.bl_form_radio,
.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}

/* プライバシーポリシー */
.bl_form_consent {
  border: 2px solid #DDD;
  margin-block-start: 2.5rem;
  padding-block: 1em;
  padding-inline: 1.3em;
  text-align: center;
}
.bl_form_consent_desc_link {
  color: #0000EE;
  text-decoration: underline;
}
/* バリデーションメッセージ */
/* .wpcf7-not-valid-tip{} */
/* 確認・戻る・送信ボタン */
.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 2.5rem;
}

/* 戻るボタン */
.bl_form_back {
  text-decoration: underline;
}
/* 確認画面とメッセージ、スピナーを非表示 */
.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}
/* 送信完了画面 */
.thanks {
	padding: 10px;
}

.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}
.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.bl_formThanks_txt {
  margin-block-start: 1em;
}
@media (min-width: 768px) {
  .bl_form_label {
    margin-block-start: 0.5em;
  }
  .bl_form_radio,
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}
/* post */
.pagetitle {
	text-align: center;
}

.page-main .menu_visual {
	padding: 0;
	margin-bottom: 50px;
}

.page-main .menu_visual img {
	aspect-ratio: 3/1;
}

.menu_visual {
	position: relative;
	padding: 50px 0;
	background-color: #093B82;
}

.menu_visual::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;
}

.category .menu_visual::after {
	background-image: url(common/images/199256.svg);
	width: 170px;
	height: 202px;
}

.archive .menu_visual::after {
	background-image: url(common/images/199272.svg);
	width: 140px;
	height: 202px;
}

.singlepage .menu_visual::after {
	background-image: url(common/images/110006.svg);
	width: 220px;
	height: 202px;
}

.menu_visual h2,
.menu_visual p {
	color: #fff;
}

.menu_visual h2 {
	position: relative;
	margin-bottom: 40px;
    padding-bottom: 15px;
}

.menu_visual h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 1px;
	bottom: -10px;
	left: 0;
	margin: auto;
	background-color: #fff;
}

.singlewrap {
	padding-top: 5% !important;
}

.informationwrap,
.archivewrap,
.singlewrap,
.categorywrap,
.errorwrap,
.achievementwrap,
.allcategoryswrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 100px;
}

.informationwrap .minwidth,
.archivewrap .minwidth,
.singlewrap .minwidth,
.categorywrap .minwidth,
.errorwrap .minwidth,
.achievementwrap  .minwidth {
	margin: 0 auto;
}

.news__wrap--category {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

.columnwrap .all_categorytab {
	background-color: #333;
}

.columnwrap .all_categorytab a {
	color: #fff;
}

.news__category {
	padding-left: 15px;
}

.news__wrap--category a {
	padding: 0 10px;
}

.informationwrap {
	padding-top: 5%;
}

.informationwrap .news__wrap--contents {
	width: 100%;
}

.news__wrap--matchbox {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0 0 25px 0;
}

.news__wrap--matchbox h3 {
	margin: 0;
}

.pagination {
	margin-top: 10%;
}

.page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
	text-align: center;
	width: 40px;
	height: 40px;
}

.page-numbers li span,
.page-numbers li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.page-numbers li .current {
	background-color: #333;
    color: #fff;
    font-weight: 600;
}

.page-numbers li:hover {
	background-color: #cccccc;
}

.sidebar h3,
.sidebar h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 120%;
	background: #093B82;
	color: #fff;
	padding: 10px;
}

.sidebar {
	width: 250px;
}

.sidebar_menu {
	margin: 0;
}

.sidebar_menu > li.widget {
	margin-bottom: 30px;
}

/* privacypolicy */
.privacypolicy p {
	margin-top: 0;
}

.privacypolicy h2 {
	text-align: left;
	margin-bottom: 0;
}

.privacypolicy ol {
	text-align: left;
	margin-top: 0;
}

.f_navlist ul .sub-menu {
	padding-left: 20px;
}

.f_navlist ul .sub-menu li {
	position: relative;
}

.f_navlist ul .sub-menu li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #fff;
}



@media screen and (max-width: 1980px) and (min-width: 1px) {
	.maxwidth1980 {
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1px) {	
	.maxwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}
	
@media screen and (max-width: 950px) and (min-width: 1px) {
	.minwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.informationwrap, 
	.archivewrap, 
	.singlewrap, 
	.categorywrap, 
	.errorwrap, 
	.achievementwrap, 
	.allcategoryswrap {
		display: block;
		padding: 50px 0;
	}
	
	.sidebar {
		width: 96%;
		margin: 50px auto 0;
	}
	
	.informationwrap .minwidth, 
	.archivewrap .minwidth, 
	.singlewrap .minwidth, 
	.categorywrap .minwidth, 
	.errorwrap .minwidth, 
	.achievementwrap .minwidth {
		margin: 0 auto;
	}

	.top_news_wrap .top_newstitle.wp-block-columns,
	.top_about .top_about_img.wp-block-columns {
		flex-wrap: nowrap !important;
	}

	
}


@media screen and (max-width: 768px) and (min-width: 1px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	.none .globalnavi {
		transition: none;
	}

	.globalnavi > ul {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0;
}

.h_cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 15px 0 auto;
}

.h_cta li img {
	width: 30px;
}

header {
	position: relative;
}

body.active {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	height: 100%;
}
	
.globalnavi {
	pointer-events: none;
	opacity: 0;
	width: 100%;
	z-index: 1000;
	overflow: auto;
	transition: 0.5s;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100vh;
}

.menutitle {
	font-size: 2rem;
	text-align: center;
	background-color: #093b82;
	color: #fff;
	margin: 0;
}
	
.active .globalnavi {
	pointer-events: auto;
	opacity: 1;
	background-color: #fff;
}
	
.globalnavi__hamburger {
	position: fixed;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 2000;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
}
	
.globalnavi__hamburger .globalnavi__hamburger--line {
	display: block;
	position: absolute;
	width: 35px;
	border-bottom: solid 4px #333;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 4px;
	border-radius: 10px;
}
	
.active .globalnavi__hamburger span:nth-child(1) {
	top: 20px;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #333;
}
	
.active .globalnavi__hamburger span:nth-child(2), 
.active .globalnavi__hamburger span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #333;
	left: 5px;
}
	
.active .globalnavi__hamburger span:nth-child(1),
.active .globalnavi__hamburger span:nth-child(2),
.active .globalnavi__hamburger span:nth-child(3) {
	border-bottom: solid 3px #fff;
}
	
.active .globalnavi__hamburger--open,
.active .globalnavi__hamburger--close {
	color: #fff;
	line-height: 1;
}
	
.globalnavi__hamburger span:nth-child(1) {
	top: 9px;
}
	
.globalnavi__hamburger span:nth-child(2) {
	top: 20px;
}
	
.globalnavi__hamburger span:nth-child(3) {
	top: 31px;
}
	
.globalnavi__hamburger--open {
	opacity: 1;
	transition: 1s;
	position: absolute;
	font-size: 14px;
	bottom: -5px;
	color: #333;
	line-height: 1;
	left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	
.active .globalnavi__hamburger--open,
.globalnavi__hamburger--close {
	opacity: 0;
	color: #333;
}
	
.active .globalnavi__hamburger--close {
	opacity: 1;
	transition: 1s;
	position: absolute;
	font-size: 14px;
	bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	
.active .overlay {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
	
.globalnavi > ul {
	display: block;
	margin: 0 auto 30px;
	height: initial;
}
	
.globalnavi__item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	padding: 0;
	height: auto;
	border: none;
	border-bottom: 1px solid #6592A7;
}
	
.gtranslate_wrapper {
	margin: 0 auto;
	padding: 10px 0;
}
	
.globalnavi__item:nth-of-type(1) {
	border-top: 1px solid #6592A7;
}
	
.globalnavi__toggle > a {
	width: calc(100% - 80px) !important;
}
	
.globalnavi__item a {
	display: inline-block;
	width: 100%;
	color: #333;
	padding: 10px 0 10px 20px;
	text-align: left;
}
	
.globalnavi__item .toggle-icon {
	width: 60px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
}
	
.globalnavi__item .toggle-icon {
	display: none;
}
	
.globalnavi__item.arrow .toggle-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.globalnavi__item .sub-menu .toggle-icon {
	display: none;
}

.globalnavi .sub-menu {
	visibility: inherit;
	transition: none;
	opacity: 1;
	display: none;
	padding-top: 0 !important;
	width: 100% !important;
	position: static;
	top: 0;
	left: 0;
	background-color: #fff;
	margin: 0 !important;
}
	
.globalnavi .sub-menu li {
	position: relative;
	padding: 0 0 0 5%!important;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: left;
	border-bottom: 1px solid #6592A7;
	background-color: #fff;
}
	
.globalnavi .sub-menu a {
	width: 100%;
	display: block;
	padding-left: 10px;
}
	
.globalnavi__item.on {
	background-color: #6592A7;
	border-bottom: none;
}	

.globalnavi__item.on > a {
	color: #fff;
}
	
.toggle-icon {
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}
	
.globalnavi .sub-menu.open {
	display: block;
}
	
.globalnavi .sub-menu li a {
	position: relative;
}
	
.globalnavi .sub-menu li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	bottom: 0;
	width: 10px;
	height: 1px;
	background-color: #6592A7;
	margin: auto;
}

 .toggle-icon i.fa-minus {
	 display: none;
}

.toggle-icon.active i.fa-plus {
    display: none;
}

.toggle-icon.active i.fa-minus {
    display: inline;
}
	
.on .sub-menu {
	background-color: #CEE6C1;
}
	
.sub-menu li {
	display: block;
}
	
.on .sub-menu li {
	border-bottom: 1px solid #6592A7;
}
	
.toggle-icon .fa-minus {
	display: none;
}
	
.toggle-icon i {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toggle-icon .fa-plus::before,
.toggle-icon .fa-minus::before {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.toggle-icon.active .fa-plus {
	display: none;
}
	
.toggle-icon.active .fa-minus {
	display: block;
}
	
.globalnavi .logo {
	margin: 10px auto 0 !important;
	width: 150px;
	height: initial;
}
	
.globalnavi__toggle a {
	display: inline-block;
	color: #333;
}
	
.globalnavi__item:nth-of-type(1)::before,
.sub-menu li:nth-of-type(1)::before {
	display: none;
}
	
.globalnavi__item a::after {
	display: none;
}

.globalnavi__item a {
	border-right: none;
}

.navmenu {
	font-size: 2rem;
	padding: 10px 0;
	background-color: #093B82;
	text-align: center;
	color: #fff;
	margin: 0;
}

	.mainvisual h2 {
		writing-mode: unset;
		height: fit-content;
	}

	.bl_form, .bl_formConfirm, .bl_formThanks {
		margin: 0;
		padding: 15px;
		width: 100%;
	}

	.bl_formConfirm .bl_form_btn,
	.bl_formConfirm .bl_form_btn p {
		justify-content: space-between;
		gap: 10px;
	}

	.top_news_wrap {
		display: block !important;
	}

	.top_about .flexbox,
	.top_fudomyoo .minflexbox_reverse,
	.top_event .minflexbox_reverse {
		flex-direction: column-reverse;
	}

	.top__information__tabcontent,
	.minflexbox_reverse figure,
	.top_fudomyoo .flexbox_reverse > p,
	.flexbox .top_bodhisattva_text,
	.minflexbox_reverse .wp-block-media-text__content,
	.flexbox figure,
	.flexbox .wp-block-media-text__content {
		width: 100%;
	}

	.top__information__tabcontent:nth-of-type(1) {
		margin-bottom: 50px;
	}

	.minflexbox_reverse:nth-of-type(1) {
		margin-bottom: 50px;
	}

	.top_contactbox a {
		padding: 0;
		width: 140px;
		font-size: 0.9rem;
	}

	.top_contactbox a::before {
		top: -5px;
		left: -5px;
		width: 140px;
	}

	.top_about_img {
		gap: 0;
	}

	.top_event_box {
		display: block;
	}

	.top_event_text {
		width: 100%;
	}

	.table_scroll {
		overflow-x: auto;
	}

	.table_scroll .has-fixed-layout {
		min-width: 700px;

	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.privacypolicy .wp-block-group__inner-container > ol {
		padding-left: 10px;
	}
	
	.privacypolicy .wp-block-group__inner-container ol ol {
		padding-left: 10px !important;
	}
	
	.contact_confirmation .send {
		display: block;
	}
	
	.contact_confirmation .send input:nth-of-type(1) {
		margin: 30px auto 40px;
	}
	
	.news__wrap--category {
		flex-wrap: wrap;
	}
	
	.news__wrap--category li {
		width: 50%
	}
	
	.news__wrap--category a {
		width: 100%;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.top_contactbox a,
	.top_contactbox a::before {
		width: 130px;
	}
}