/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP";
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	background: #010306;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
	opacity: 0.5;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
	width: 100%;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

#sect-main-banner .am-bg-pix > img {
	height: auto;
	margin: -32px 0 0;
	filter: brightness(0.6);
}

.main-banner-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	color: #fff;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: rgb(255, 255, 255, 0.7);
	font-family: Noto Sans JP;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
	max-width: 200px;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
	align-content: center;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
}

.hdr__navi-lang a.active {
    color: blue;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: 2px solid #000;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
	background-color: #fff;
}

.bnr__pix {
    text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

.banner-text1 {
    font-size: 64px;
    color: #FDBA13;
    font-family: Impact;
}

.banner-text2 {
    font-size: 32px;
    font-weight: 700;
}

.banner-text3 {
    font-size: 20px;
    line-height: 1.8;
}

.cont-900 {
	max-width: 900px;
	margin: 0 auto;
}

.cont-1200 {
	max-width: 1200px;
	margin: 0 auto;
}


/* Footer --------------------------------------------------------------------- */

.hdr__navi-menu li.active a {
    color: blue;
}

.ftr {
    font-size: 16px;
	background-color: #B9D3F3;
}

.ftr__cpright {
    font-size: 15px;
}

.ftr__navi-menu {
    align-items: flex-start;
}

.ftr__cont {
    padding: 60px 0 20px;
}

.ftr__socmed-link {
    color: #FFF;
    text-decoration: unset;
}

header .ftr__cont {
    display: none;
}

.ftr__cpright {
    background: #214B86;
    color: #FFF;
    padding: 10px;
	text-align: center;
}

.ftr.type2 .ftr__cont {
    text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
    margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
    display: inline-block;
    background: #000;
    width: 200px;
    margin: 0 7px 40px;
    border: 1px solid #8f9195;
    border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.ftr__cpright.type2 {
    background: #040d17;
    padding: 30px 0;
    text-align: center;
}

#top-introduction {
    padding: 80px 0;
    background-color: #2B4A70;
}

.title1 {
    color: #FDBA13;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 48px;
}

.top-introduction__cont {
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 40px auto 0;
}

.title-en {
    font-family: Impact;
    font-size: 42px;
    color: #FDBA13;
}

.title-jp {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.title2 {
    text-align: center;
}

#space-salon {
    padding: 80px 0;
}

.space-salon__text {
    color: #fff;
    margin: 0 0 0 40px;
}

.btn-cont a {
	background-color: #FDBA13;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	padding: 15px 20px;
	border-radius: 30px;
}

.btn-cont img {
    margin: 0 0 0 10px;
    vertical-align: baseline;
}

.space-salon__cont {
    margin: 50px auto;
}

.btn-cont {
    margin: 40px 0 0;
}

.second-fiction__cont {
    margin: 0 auto;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 30px;
}

.second-fiction__text {
    margin: 0 0 0 30px;
}

.second-fiction__main-cont {
    max-width: 1300px;
    margin: 0 auto;
}

.title3 {
    font-size: 20px;
    font-weight: 700;
}

.btn-cont a.btn-second {
    border: 1px solid;
    background-color: transparent;
    padding: 12px 50px;
}

#space-salon .btn-cont a.btn-second,
#events .btn-cont a.btn-second {
    padding: 12px 67px;
}

#space-burial {
    padding: 80px 0;
}

.space-burial__cont {
    color: #fff;
    text-align: center;
}

.space-burial__subtitle {
    font-size: 20px;
    font-weight: 700;
}

.space-burial__image {
    margin: 0 20px 0 0;
}

.space-burial__subcont {
    margin: 30px 0 0;
}

.space-burial__image:last-child {
    margin: 0;
}

#guests-voice {
    padding: 80px 0;
}

.guess-voice__text {
    color: #fff;
    border: 5px solid transparent;
    padding: 20px;
    position: relative;
}

.guess-voice__text-bg {
    position: absolute;
    border: 5px solid #2b4a70;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(15% + 30px) 100%, calc(15% + 30px) 90%, 15% 90%, 15% 100%, 0% 100%);
}

.guess-voice__text::before {
    content: "";
    position: absolute;
    background: #2b4a70;
    width: 30px;
    height: 5px;
    left: 15%;
    bottom: -5px;
    transform: rotate(-45deg);
}

.guess-voice__item {
    margin: 0 0 30px;
}

.guests-voice__cont {
    margin: 50px auto 0;
}

#instagram {
    background-color: #2B4A70;
    padding: 80px 0;
}

.instagram-item__image {
    margin: 0 0 20px 0;
}

.instagram-subcont {
    margin: 50px auto;
	text-align: center;
}

#information {
    padding: 80px 0;
}

.information-cont {
    color: #fff;
}
/* 
#information .am-bg-pix > img {
    filter: brightness(0.4);
} */

.information-date {
    font-size: 18px;
    margin: 0 60px 0 0;
}

.information-title {
    font-size: 20px;
    font-weight: 500;
}

#information .btn-cont {
    text-align: center;
}

.cont-500 {
	max-width: 900px;
	margin: 0 auto;
}

.hdr__navi-lang {
    background-color: #E41E00;
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
}

.hdr__navi-lang a {
    color: #fff;
}

.header-arrow {
    filter: invert(1);
    margin: 0 0 0 10px;
}

.ftr__logo {
    max-width: 200px;
    text-align: center;
    margin: 0 auto 30px;
}

.ftr-tel a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.ftr-tel img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.mail-tel a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.mail-tel img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.ig-subtitle {
    display: block;
	font-size: 16px;
}

.ig-item {
    text-align: center;
    margin: 0 15px 0 0;
}

.btn-first {
    margin: 0 15px 0 0;
}

.banner-title {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 2px 2px 4px #000000;
}

.banner-layout {
    position: relative;
	margin: 120px 0 0;
}

.banner-image img {
    width: 100%;
    margin: -120px 0 0;
    height: 600px;
    object-fit: cover;
	display: block;
}

.event-page .banner-image img {
	object-position: top;
	display: block;
}

#events .title-jp {
    color: #000;
}

#events {
    padding: 80px 0;
    background-color: #E7F2FF;
}

.coming-event__image {
    position: relative;
}

.coming-event__label {
    position: absolute;
    background-color: #fff;
    border: 1px solid;
    padding: 0px 20px;
    border-radius: 50px;
    margin: 5px;
}

.coming-event__text {
    margin: 0 0 0 30px;
}

.coming-event {
    border: 1px solid;
    padding: 30px;
    background-color: #fff;
	margin: 40px 0 0;
}

.coming-event__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.event-list {
    margin: 50px 0;
	justify-content: flex-start;
}

.event-list__item {
    margin: 0 30px 50px 0;
    width: calc(100% / 12 * 4 - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.event-list__item:last-child {
     margin: 0 0 50px 0;
}

.event-list .btn-cont {
    text-align: center;
	align-self: flex-end;
}

.event.am-flex {
    justify-content: center;
}

.event .btn-first {
    background-color: #fff;
    border: 1px solid;
}

.btn-cont.event .btn-second {
    background-color: red;
    color: #fff;
}

#events .btn-cont.event .btn-second img {
    filter: invert(1);
    vertical-align: middle;
	padding: 0 0 2px 0;
}

#space-event {
    padding: 80px 0;
}

#faq {
    padding: 80px 0;
    background-color: #E7F2FF;
}

#faq .title-jp {
    color: #000;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: #214B86;
    color: #FDBA13;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
	font-family: Impact;
}

.faq-item_q h3 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    border: 1px solid #BFBFBF;
    text-align: left;
    display: flex;
    position: relative;
	font-family: Impact;
}

.faq-item_q::before, .faq-item_a::before {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-content: center;
}

.faq-item_q::before {
	counter-increment: qa-item;
   	content: "Q"counter(qa-item);
}

.faq-item_a::before {
	content: "A"counter(qa-item);
	align-content: center;
	color: #000;
}

.faq-item_q > h3 {
    color: #fff;
    font-weight: 400;
}

.faq-item_a > p {
    border-left: 1px solid #b8b8b8;
    padding: 0 0 0 15px;
    color: #2F4B53;
    font-weight: 400;
}

.faq-item_a {
    background: #ffffff;
	max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
	font-family: Impact;
}

.faq-item_q::after {
	content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
	color: #fff;
}

.faq-item_a h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 10px 0;
}

.faq-cont {
    counter-reset: qa-item;
}

q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
	align-items: center;
}

.single-works-gal__layout {
    max-width: 840px;
    margin: 0 auto;
}

.slider-nav {
    max-width: 840px;
    margin: 0 auto;
}

.slider-nav img {
    width: calc(100% - 5px);
    height: 75px;
    object-fit: cover;
}

.slick-list.draggable {
    padding: 0;
}

.single-works-gal__layout img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}

.slider-nav .slick-list {
    padding: 0px !important;
}

.slider-nav img:last-child {
    margin: 0!important;
}

.slick-slide {
    height: unset;
}

.single-event-gal__item img {
    height: 535px;
    object-fit: cover;
    text-align: center;
    display: block;
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #FDBA13;
}

.slick-prev {
    left: -45px;
}

.single-event-gal__layout {
    margin: 50px 0 0;
}

.slider-nav {
    max-width: 840px;
    margin: 0 auto;
}

.slider-nav img {
    width: calc(100% - 5px);
    height: 75px;
    object-fit: cover;
}

.slider-nav button {
    display: none;
}

#single-header {
    padding: 100px 0 45px;
}

.single-header-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 33px;
}

.single-header-date {
    display: inline-block;
    background-color: #336A91;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    margin: 0 15px 0 0;
}

.single-header-date img {
    vertical-align: text-top;
}

.sinlge-event__image {
    margin: 50px auto 20px;
	display: block;
    text-align: center;
}

.single-event__subtitle {
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
    border: 5px solid #336A91;
    border-width: 0 0 0 5px;
    padding: 0 0 0 15px;
    margin: 0;
}

.single-event__desc {
	display: block;
}

.single-event__item {
    margin: 0 0 30px;
}

#single-event-content .btn-cont {
    text-align: center;
}

#single-event-content .btn-second {
    background-color: #E41E00;
    color: #fff;
    padding: 12px 20px;
}

#single-event-content .btn-second img {
    filter: invert(1);
}

.event-list-link {
    border-top: 3px dotted;
    margin: 60px 0;
}

.event-list-link span {
    display: block;
    margin: 60px auto;
    text-align: center;
    text-decoration: underline #010306;
    line-height: 33px;
}

.event-list-link img {
    vertical-align: middle;
    margin: -4px 0 0 8px;
}

.single-event__map {
    width: 50%;
    height: 430px;
}

.space-burial-intro__cont {
    color: #fff;
    text-align: center;
	margin: 50px auto 0;
}

#space-burial-intro {
    padding: 80px 0;
}

#ginga-stage {
    padding: 80px 0;
    background-color: #2B4A70;
}

.ginga-stage__cont {
    text-align: center;
    color: #fff;
	margin: 50px auto 0;
}

.ginga-stage__cont p {
    margin: 30px 0;
}

.ginga-stage__yt {
    max-width: 800px;
    margin: 0 auto;
}

#space-burial-about {
    padding: 80px 0;
}

.space-burial-about__cont {
    color: #fff;
    margin: 50px 0 0;
}

.space-burial-about__content {
    margin: 0 0 0 30px;
}

#space-burial-plan {
    padding: 80px 0;
}

.space-burial-about__item {
    position: relative;
    background-color: rgb(255, 255, 255, 0.7);
    margin: 0 30px 0 0;
    padding: 10px;
    min-height: 320px;
}

.space-burial-about__subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.space-burial-about__price {
	align-content: flex-end;
	position: absolute;
	bottom: 0;
	top: 50%;
	font-size: 24px;
	font-weight: 700;
	color: #E41E00;
	text-align: center;
	width: 100%;
}

.space-burial-about__item:last-child {
    margin: 0;
}

.space-burial-plan__desc {
    margin: 30px 0 0;
	color: #fff;
}

#space-burial-plan .btn-cont a.btn-second {
    margin: 0 auto;
    background-color: #e41e00;
    border: none;
    color: #fff;
}

#space-burial-plan .btn-cont a.btn-second img {
    filter: invert(1);
}

#space-burial-plan .btn-cont {
    margin: 50px auto auto;
    text-align: center;
}

.space-burial-about__subtitle::after {
    border-bottom: 2px solid;
    content: "";
    display: block;
    width: 20%;
    margin: 0 auto;
    padding: 8px 0 0;
}

.space-burial-plan__cont {
    margin: 50px auto 0;
}

.space-burial .faq-cont {
    margin: 50px auto 0;
}

#our-philosophy {
    padding: 80px 0;
}

.our-philosophy__desc {
    color: #fff;
    text-align: center;
}

.our-philosoph__item {
    background-color: rgb(255, 255, 255, 0.7);
    margin: 0 30px 0 0;
    text-align: center;
    width: calc(45vw - 30px);
    height: calc(45vw - 30px);
    max-width: calc(250px - 20px);
    max-height: calc(250px - 20px);
    border-radius: 50%;
    align-content: center;
}

.our-philosophy__subcont {
    max-width: 800px;
    margin: 50px auto auto;
	justify-content: center;
}

.our-philosophy__subtitle {
    font-weight: 700;
	margin: 0;
}

.our-philosophy__image {
    width: 100px;
}

.our-philosoph__item:last-child {
    margin: 0;
}

#outline-message {
    padding: 80px 0;
}

.outline-message__cont {
	color: #fff;
	max-width: 700px;
	margin: 50px auto 0;
}

.outline-message__name {
    text-align: right;
}

#outline {
    background-color: #2B4A70;
    padding: 80px 0;
}

.outline__table {
    width: 100%;
    margin: 50px auto 0;
    color: #fff;
    border-collapse: collapse;
}

.outline__table tr td {
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    padding: 15px;
}

.outline__table tr:last-child td {
    border: none;
}

.outline__table tr td:first-child {
    font-weight: 700;
}

.events-tab__link {
    border: 1px solid;
    border-radius: 100px;
    padding: 10px 40px;
    margin: 0 30px 0 0;
    text-decoration: none;
    color: #000;
}

.events-tab__cont {
    max-width: 800px;
    margin: 50px auto 30px;
    justify-content: center;
    display: flex;
}

.events-tab__link:last-child {
    margin: 0;
}

.events-tab__link img {
    margin: 0 0 0 8px;
}

.events-page .title2 .title-jp {
    color: #000;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #000;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #000;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #888;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #0079E1;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #000;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #000;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.ll-button {
	background-color: #006533;
	border-radius: 50px;
	color: #fff;
}

.cont-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

#contact-form {
    padding: 80px 0;
}

.contact-form__desc {
    max-width: 700px;
    color: #fff;
    margin: 50px 0 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 40px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 1px 34px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #336A91;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #0079E1;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #0079E1;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
}

.contact-apply-cont {
    background: #eff5fe;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
    padding: 50px 0;
}

#contact-apply {
    padding: 1px 0;
}

.inquiry-form__submit-cont input {
    background: #FDBA13;
    border: unset;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
	border-radius: 50px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
}

input[type="radio"] {
    width: 20px!important;
	margin:0 10px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

.blog-item__pix {
    max-width: 380px;
    height: 250px;
    object-fit: cover;
	width: 100%;
}

.coming-event__content {
    min-height: 230px;
	margin: 10px 0 0;
}

.btn-second.event-btn {
    margin: 0 0 0 20px;
}

.event-list-link a {
    color: #000;
}

.event-list__item:nth-child(3n) {
    margin: 0 0 50px 0;
}

.second-fiction__item {
    margin: 0;
    display: flex;
}

.second-fiction__content {
    display: flex;
    width: calc(100% - 100px);
	text-indent: -15px;
    padding: 0 0 0 15px;
}

.second-fiction__subtitle {
    display: block;
    width: 100px;
}

#events .blog-item__pix {
    max-width: 500px;
    height: 343px;
}

/* #space-burial .am-bg-pix,
#space-burial-plan .am-bg-pix,
#our-philosophy .am-bg-pix,
#space-event .am-bg-pix {
    background: #2B4A70;
}

#space-burial .am-bg-pix > img,
#space-burial-plan .am-bg-pix > img,
#our-philosophy .am-bg-pix > img,
#space-event .am-bg-pix > img {
    opacity: 0.5;
} */

.fs-18 {
    font-size: 18px;
}

#single-header .single-header-title {
    margin: 50px 0 30px;
	line-height: 1.5;
}

.sp-only {
	display: none;
}

.pc-only {
	display: block;
}

.notice-page img {
    filter: brightness(0.5);
}

#information.notice-pg {
    background-color: #E7F2FF;
}

.notice-pg .information-cont {
    color: #000;
}

.notice-pg .title-jp {
    color: #000;
}

.information-cont a {
    text-decoration: none;
    color: #000;
}

.single-information-cont__title {
    font-size: 48px;
	margin: 0 0 30px 0;
}

.post-label {
    display: inline-block;
    background-color: #336A91;
    color: #fff;
    padding: 8px 32px;
    border-radius: 50px;
    margin: 0 20px 0 0;
}

.post-label img {
    vertical-align: middle;
}

.information-title p,
.information-date p {
    margin: 0;
}

.notice-pg .information-cont a {
    margin: 15px 0;
}

.notice-pg .information-cont.cont-500 {
    margin: 50px auto 0;
}

.fc-w.information-cont a {
	color: #fff;
}

.fc-w.information-cont a {
    color: #fff;
    margin: 15px 0;
}

#information .btn-cont a {
    color: #000;
}

.information-cont.cont-500.fc-w {
    margin: 50px auto;
}

/* .hide-section {
	display: none;
} */

.sbi_header_text {
    color: #fff;
}

a.ig-item {
    text-decoration: none;
    color: #000;
}

.last .inquiry-form__contact-col input {
    width: calc(8% - 30px);
    margin: 0 8px 0 0;
}

.privacy-policy-cont {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 10px 0 0;	
	max-height: 330px;
    overflow-x: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: unset
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: unset;
	text-align: center;
}

.single-event__img {
    margin: 30px 0 0;
    max-width: 150px;
    width: 100%;
}

.ftr__sns.am-flex {
    justify-content: center;
}

.cf7-cf-turnstile {
    text-align: center;
}

img.blog-item__pix.top-img {
    height: 100%;
}

#legal-notice {
    padding: 80px 0;
    background-color: #E7F2FF;
}

#legal-notice .title-jp {
    color: #000;
}

.legal-notice__table tr td {
    border: 1px solid #214B86;
    border-width: 0 0 1px 0;
    padding: 15px;
}

.legal-notice__table {
    border-collapse: collapse;
    margin: 50px 0 0;
}

.legal-notice__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.outline__table tr:last-child td {
    border: none;
}

.legal-notice__table tr:last-child td {
    border: none;
}

.legal-notice__table tr td:first-child {
    font-weight: 700;
    width: 200px;
}