@charset "UTF-8";

/*
Theme Name: sanpoumembers2024
Theme URI: 
Author: サンポウメンバーズ
Author URI: https://smms.jp/
Version: 1.0
*/

/*
  reset
*/
*{margin:0;padding:0;/*line-height:calc(0.25rem + 1em + 0.25rem)*/}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}address{font-style:normal}table{border-spacing:0;table-layout:fixed;}

:root{
	--font-color:#404040;
	--theme-color:#00529f;
}

/*フォント設定*/
@font-face {
	font-family: 'Notosans';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Notosans_mb';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 500;
}
@font-face {
	font-family: 'Notosans_b';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'poppins';
	src: url('assets/font/Poppins-SemiBold.ttf');
}

@font-face {
	font-family: 'NotoserifEL';
	src: url('assets/font/NotoSerifJP-ExtraLight.otf');
}

@font-face {
	font-family: 'NotoserifM';
	src: url('assets/font/NotoSerifJP-Medium.otf');
}

@font-face {
	font-family: 'ZenOldMinchoM';
	src: url('assets/font/ZenOldMincho-Medium.ttf');
}

@font-face {
	font-family: 'ZenOldMinchoSB';
	src: url('assets/font/ZenOldMincho-SemiBold.ttf');
}



a[target="_blank"]::after{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("assets/img/outerlink.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 0.2em;
}

.f_menu a[target="_blank"]::after{
	content: none;
}


html{
	font-size:62.5%;
}

body{
	font-family: 'Notosans';
	font-weight: normal;
	letter-spacing:0.1em;
	line-height: 2;
	color: var(--font-color);
	font-size: 1.4rem;
	font-display: swap;
	padding-top: 118px;
	background-color: #f6f6f6;
	position: relative;
}

@media(max-width:1080px) {
	body{
		padding-top: 140px;
	}
}

@media(max-width:820px) {
	body{
		padding-top: 90px;
	}
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.law{
	padding-left: 15px;
	padding-right: 15px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
}

nav ul li{
	list-style: none;
}

a:hover{
	transition: 0.3s;
}

.w860{
	max-width:880px;
}

.w920{
	max-width:940px;
}

.w1000{
	max-width:1030px;
}

.w1200{
	max-width:1230px;
}

@media(max-width:1080px) {
}

@media(max-width:820px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

@media(max-width:599px) {
}



header{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	width: 100%;
/*	flex-wrap: nowrap;*/
	position: fixed;
	top: 0;
	z-index: 500;
/*	box-shadow: 0px 0px 15px -5px #777777;*/
}

@media(max-width:1080px) {
	header{
		flex-direction: column;
	}
	
	header > *{
		width: 100%;
	}
}

.header_logo{
	display: block;
	width: min(300px, 100%);
	margin-right: 10px;
}

@media(max-width:820px) {
	.header_logo{
		width: min(180px, 100%);
		padding: 15px;
	}
}

@media(min-width:821px) {
	a.header_logo:hover{
		opacity: .7;
	}
}

.header_logobutton{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 420px);
	padding: 14px 35px;
}

@media(max-width:1400px) {
	.header_logobutton{
		width: calc(100% - 240px);
		padding: 14px 20px;
	}
}

@media(max-width:1080px) {
	.header_logobutton{
		width: 100%;
	}
}

@media(max-width:820px) {
	.header_logobutton{
		padding: 0;
	}
}


.header_imgbutton_wrapper{
	display: flex;
	justify-content: space-between;
}

a.header_imgbutton{
/*
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 290px;
*/
	display: block;
	width: 100px;
	height: 90px;
	color: var(--font-color);
	text-decoration: none;
	border: 1px solid #e0e0e0;
	line-height: 1.2;
	background-color: #fff;
	margin-right: 14px;
}

/*
@media(max-width:1400px) {
	a.header_imgbutton{
		width: 260px;
	}
}
*/

@media(max-width:1080px) {
	a.header_imgbutton {
/*		height: 70px;*/
		font-size: 1.2rem;
	}
}


a.header_imgbutton:last-of-type{
	margin-right: 0;
}

.header_imgb_wrapper{
	position: relative;
/*	width: min(140px, 49%);*/
	width: 100%;
/*	height: 100%;*/
	height: auto;
	overflow: hidden;
	margin-bottom: 7px;
}


@media(max-width:820px) {
	.header_imgb_wrapper{
		height: 100%;
		margin-bottom: 0;
	}
}

.header_imgb_wrapper::before {
	content: "";
	display: block;
	padding-top: 64%;
}

.header_imgb_wrapper img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

@media(min-width:821px) {
	a.header_imgbutton:hover .header_imgb_wrapper img {
		transform: scale(1.1);
		transition: .5s;
	}
}

.header_imgb_wrapper + div{
/*	width: 51%;*/
	width: 100%;
	text-align: center;
	font-size: 1rem;
}

.header_txtbutton{
	display: flex;
	justify-content: space-between;
	width: min(420px, 100%);
}

@media(max-width:1400px) {
	.header_txtbutton{
/*		width: min(240px, 100%);*/
		width: min(340px, 100%);
	}
}

@media(max-width:1080px) {
	.header_txtbutton{
		width: 100%;
		height: 42px;
	}
}

.header_txtbutton a{
	width: 50%;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: var(--theme-color);
	padding-top: 43px;
	line-height: 1.2;
	transition: .3s;
}

/*
@media(max-width:1400px) {
	.header_txtbutton a{
		padding-top: 45px;
	}
}
*/

@media(max-width:1080px) {
	.header_txtbutton a{
		padding-top: 12px;
		background-color: #f6f6f6;
		color: var(--font-color);
		font-size: 1.2rem;
	}
}

@media(max-width:820px) {
	.header_txtbutton a{
		padding-top: 14px;
		font-size: 1rem;
	}
}

@media(min-width:821px) {
	.header_txtbutton a:hover{
		filter: brightness(1.2);
		transition: .3s;
	}
}



.header_txtbutton a{
	position: relative;
}

.header_txtbutton a::after{
/*	border-right: 2px solid #fff;*/
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 100%;
}

.header_txtbutton a:last-of-type::after{
	content: inherit;
}

@media(max-width:1080px) {
	.header_txtbutton a::after{
		background-color: #b2b2b2;
		height: 60%;
		width: 1px;
	}
}


.header_txtbutton a br{
/*	display: none;*/
	display: block;
}

/*
@media(max-width:1400px) {
	.header_txtbutton a br{
		display: block;
	}
}
*/

@media(max-width:1080px) {
	.header_txtbutton a br{
		display: none;
	}
}


.spnavbutton{
	position: relative;
	cursor: pointer;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0;
	background-color: var(--theme-color);
	z-index: 300;
}

.spnavbutton span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 11px;
	height: 1px;
	border-radius: 2px;
	background: #fff;
	width: 27px;
}

.spnavbutton span:nth-of-type(1){
	top:15px; 
}

.spnavbutton span:nth-of-type(2){
	top:23px;
}

.spnavbutton span:nth-of-type(3){
	top:32px;
}

.spnavbutton.active span:nth-of-type(1){
	top: 18px;
    left: 8px;
    transform: translateY(6px) rotate(-30deg);
    width: 70%;
}

.spnavbutton.active span:nth-of-type(2) {
	opacity: 0;
}

.spnavbutton.active span:nth-of-type(3){
	top: 30px;
    left: 8px;
    transform: translateY(-6px) rotate(30deg);
    width: 70%;
}

.spnav.sp{
	position: fixed;
	top: 90px;
	width: 100%;
	display: none;
	z-index: 300;
	background-color: #fff;
}

.spnav.sp .header_imgbutton_wrapper{
	display: inherit;
/*
	flex-direction: column;
	justify-content: space-around;
*/
	padding-top: 40px;
	padding-bottom: 30px;
}

.spnav.sp .header_imgbutton_wrapper .header_imgbutton{
	margin: 0 auto 20px;
}

@media(max-width:820px) {
	.spnav.sp .header_imgbutton_wrapper .header_imgbutton{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 300px;
		font-size: 1.5rem;
	}
}

.spnav.sp.open{
	display: block;
}

.bikou{
	display: inline-block;
	font-size: 80%;
	line-height: 1.5;
}

.contact{
	background-color: var(--theme-color);
	padding-top: 35px;
	padding-bottom: 50px;
}

@media(max-width:599px) {
	.contact{
		padding-bottom: 20px;
	}
}

.contact h2{
	color: #fff;
	margin-bottom: 40px;
}

.contact_button_wrapper{
	width: min(1000px, 100%);
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media(max-width:599px) {
	.contact_button_wrapper{
		flex-direction: column;
	}
}

a.contact_housing,
a.contact_wedding,
a.contact_reform{
	background-color: #fff;
	border-radius: 10px;
/*	padding: 1em;*/
	padding: 0.5em 1em 1em;
	display: block;
	width: min(350px, 30%);
	color: var(--font-color);
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	transition: .3s;
/*	letter-spacing: 0.05;*/
	line-height: 1.3;
}

@media(max-width:599px) {
	a.contact_housing,
	a.contact_wedding,
	a.contact_reform{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(min-width:821px) {
	a.contact_housing:hover,
	a.contact_wedding:hover,
	a.contact_reform:hover{
		background-color: var(--theme-color);
		color: #fff;
		transition: .3s;
	}
}

.contact_housing span::before,
.contact_wedding span::before,
.contact_reform span::before{
	content: '';
	display: inline-block;
	transform: translateY(25%);
	margin-right: 1em;
	width: 23px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s;
}

.contact_housing span::before{
	background-image: url("assets/img/contact_icon_housing.png");
}

.contact_wedding span::before{
	background-image: url("assets/img/contact_icon_wedding.png");
}

.contact_reform span::before{
	background-image: url("assets/img/contact_icon_reform.png");
}

@media(min-width:821px) {
	a.contact_housing:hover span::before{
		background-image: url("assets/img/contact_icon_housing_hov.png");
		transition: .3s;
	}
	a.contact_wedding:hover span::before{
		background-image: url("assets/img/contact_icon_wedding_hov.png");
		transition: .3s;
	}
	a.contact_reform:hover span::before{
		background-image: url("assets/img/contact_icon_reform_hov.png");
		transition: .3s;
	}
}




footer{
	display: flex;
	justify-content: space-between;
	padding: 25px 30px 20px;
	background-color: #f6f6f6;
}

@media(max-width:599px) {
	footer{
		flex-direction: column;
		padding: 25px 20px 20px;
	}
}

.footer_logo{
	width: min(250px, 100%);
	margin-bottom: 10px;
}

.about{
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer_right{
	text-align: right;
}

@media(max-width:599px) {
	.footer_right{
		text-align: center;
		margin-top: 30px;
	}
}

.f_menu{
	list-style: none;
}

@media(max-width:599px) {
	.f_menu{
		margin-bottom: 10px;
	}
}

.f_menu li{
	display: inline-block;
	margin-left: 2em;
}

.f_menu li:first-of-type{
	margin-left: 0;
}

.f_menu li a{
	color: var(--font-color);
	text-decoration: none;
}

small{
	display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
}

@media(max-width:820px) {
	small{
		font-size: 0.9rem;
	}
}

small a{
	color: var(--font-color);
}




section{
	padding-top: 90px;
	padding-bottom: 100px;
}

@media(max-width:599px) {
	section{
		padding-top: 60px;
    	padding-bottom: 0px;
	}
}

h2,
h1.heading_enjp{
	font-family: 'Notosans';
	font-weight: 400;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 70px;
}

h1.heading_enjp{
	margin-top: 80px;
}

@media(max-width:820px) {
	h2,
	h1.heading_enjp{
		font-size: 1.2rem;
		margin-bottom: 50px;
	}
	
	h1.heading_enjp{
		margin-top: 50px;
	}
}

h2 span,
h1.heading_enjp span{
	display: block;
	font-family: 'poppins';
	font-weight: normal;
	font-size: 3.6rem;
}

@media(max-width:820px) {
	h2 span,
	h1.heading_enjp span{
		font-size: 2.8rem;
	}
}


.button_wrapper{
	margin-top: 25px;
}

.button_wrapper a{
	color: #fff;
	display: block;
	background-color: var(--theme-color);
	text-decoration: none;
	width: min(400px, 90%);
	text-align: center;
	margin: 0 auto;
	padding: 0.7em;
	border: 1px solid var(--theme-color);
	transition: .3s;
	line-height: 1.2;
}

/*
@media(max-width:599px) {
	.button_wrapper a{
		width: 100%;
	}
}
*/

@media(min-width:821px) {
	.button_wrapper a:hover{
		background-color: #fff;
		color: var(--theme-color);
		transition: .3s;
	}
}

.button_wrapper.some{
	display: flex;
	justify-content: space-between;
}

.button_wrapper.some a{
	width: min(260px, 45%);
}




.tokuten{
	background-color: #fff;
}

@media(max-width:599px) {
	.tokuten_wrapper{
		padding-bottom: 10px;
	}
}

.tokuten_wrapper ul{
	list-style: none;
}

.tokuten_wrapper ul li{
	background-color: #f2f2e6;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}

@media(max-width:599px) {
	.tokuten_wrapper ul li{
		flex-direction: column;
	}
}

.tokuten_img{
	width: min(300px, 30%);
	position: relative;
	overflow: hidden;
}

@media(max-width:599px) {
	.tokuten_img{
		width: 100%;
	}
}

.tokuten_img::before {
	content: "";
	display: block;
	padding-top: 78%;
}

.tokuten_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tokuten_img + div{
	padding: 20px 40px;
	width: 70%;
}

@media(max-width:599px) {
	.tokuten_img + div{
		padding: 20px 15px;
		width: 100%;
	}
}

.voices{
	background-color: #f6f6f6;
}

.voices_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.voices_img::before {
	content: "";
	display: block;
	padding-top: 84%;
}

.voices_img > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.voices_wrapper ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.voices_wrapper ul li{
	width: 23.2%;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

@media(max-width:599px) {
	.voices_wrapper ul li{
		width: 48%;
	}
}

.voices_wrapper ul li a{
	color: var(--font-color);
	text-decoration: none;
}

@media(min-width:821px) {
	.voices_wrapper ul li a:hover .voices_img > img{
		transform: scale(1.05);
		transition: .5s;
	}
}




.gentei{
	display: inline-block;
	color: #fff;
	background-color: #c4181f;
	padding: 0 0.5em;
	margin-right: 0.5em;
	line-height: 1.5;
    font-size: 1.2rem;
}

@media(max-width:820px) {
	.gentei{
		font-size: 1.2rem;
	}
}

.date{
	display: inline-block;
}

.title{
	font-size: 1.8rem;
	margin-top: .7em;
	line-height: 1.5;
}

@media(max-width:820px) {
	.title{
		font-size: 1.6rem;
	}
}

.target{
	font-size: 1.2rem;
	margin-top: 1.2em;
	line-height: 1.4;
}



.uv_hbland{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 10;
	padding-left: 5px;
    padding-right: 5px;
}


.uv_cat{
	position: absolute;
/*
	bottom: 0;
	right: 0;
*/
	top: 5px;
    left: 5px;
	color: #fff;
	padding: 0 1em;
	font-size: 1.2rem;
	border-radius: 30px;
}

.uv_cat.housing{
	background-color: #009245;
}

.uv_cat.wedding{
	background-color: #b3006f;
}

.uv_cat.reform{
	background-color: #FFC200;
}

.uv_name{
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.uv_lead{
	font-size: 1.2rem;
	line-height: 1.4;
}

#page_top{
	right: 15px;
	bottom: 10px;
	z-index: 100;
}

#page_top a{
	display: block;
}

/*
.bottomset{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

body:has(.bottomset){
	padding-bottom: 102px;
}
*/

.eventtype{
	position: absolute;
	display: inline-block;
	padding: 0.1em 1em;
    font-size: 1.3rem;
	color: #fff;
	background-color: #00529f;
	top: 0;
	left: 0;
}

.eventtype.wed{
	background-color: #b3006f;
}

.eventtype.hou{
	background-color: #009245;
}

.eventtype.ref{
	background-color: #FFC200;
}

.uv_hbland img{
	display: inline-block;
	transform: translateY(20%);
}

.uv_hbland div{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.1em;
	line-height: 1;
	border-left: 1px solid #999;
}

.uv_name div{
	display: inline-block;
	font-size: 1rem;
	background-color: #e2e2e2;
	border-radius: 20px;
	padding: 0.2em 1em;
	line-height: 1;
	transform: translateY(-15%);
}


.page_nav{
/*	background-color: #fff;*/
	padding-bottom: 60px;
}

.page_nav_wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: -70px;
	position: relative;
	z-index: 100;
}

@media(max-width:1080px) {
	.page_nav_wrapper{
		margin-top: -40px;
	}
}

@media(max-width:599px) {
	.page_nav_wrapper{
		display: inherit;
		margin-top: -20px;
	}
}

.page_nav_wrapper > div{
	padding: 14px;
/*	width: min(473px, 47%);*/
	width: 32%;
	background-color: #fff;
}

@media(max-width:599px) {
	.page_nav_wrapper > div{
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
	}
}

.page_nav_img{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page_nav_img::before{
	content: "";
	display: block;
/*	padding-top: 38%;*/
	padding-top: 58.7%;
}

@media(max-width:599px) {
	.page_nav_img::before{
		padding-top: 38%;
	}
}

.page_nav_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_about .page_nav_copy,
.page_nav .page_nav_copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	width: 100%;
}

@media(max-width:820px) {
	.page_nav_copy{
		font-size: 1.2rem;
	}
}

.page_about .page_nav_copy{
	border-bottom: 0!important;
	width: 100%!important;
}

.page_nav_img + a{
	display: block;
	width: calc(100% - 50px);
	text-align: center;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	margin: 14px auto 0;
	text-decoration: none;
	padding: 0.5em;
	transition: .3s;
}

@media(max-width:820px) {
	.page_nav_img + a{
		font-size: 1rem;
		width: 100%;
		margin: 8px auto 0;
	}
}

@media(min-width:821px) {
	.page_nav_img + a:hover{
		background-color: var(--theme-color);
		color: #fff;
		transition: .3s;
	}
}






