@charset "utf-8";
.mv-area{
	background: #54c2f0;
	padding-bottom: 20px;
	max-height: 100%;
	height: auto;
}

.mv-area .mv-txt{
	display: table;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}

.mv-area .free-btn{
	position: absolute;
	right: 30px;
	top: 30px;
}

.header{
	background: #0071bc;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header.fixed{
	position: fixed;
}

header,
header .menu{
	height: 50px;
}

.overview-sec .txt h2{
	color: #54c2f0;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 50px;
}

.overview-sec .txt .subject{
	border: 2px solid #54c2f0;
	border-radius: 10px;
	color: #54c2f0;
	padding: 30px;
}

.overview-sec .txt .subject h3{
	border: 2px solid #54c2f0;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 24px;
	max-width: 200px;
	text-align: center;
	position: absolute;
	width: 90%;
	top: -26px;
	background: #ffffff;
	left: 50%;
	transform: translateX(-50%);
}

.overview-sec .txt .subject h4{
	font-size: 25px;
	margin-bottom: 10px;
}

.overview-sec .txt .subject p{
	font-size: 20px;
}

.advisor-sec{
	background: url(../images/bg1.png) no-repeat;
	background-size: cover;
	color: #ffffff;
}

.sec-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.advisor-sec .profile{
	margin: 30px auto;
	max-width: 800px;
	width: 100%;
}

.advisor-sec .profile .name .title{
	font-size: 30px;
	margin-right: 20px;
}

.advisor-sec .profile .name h3{
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.advisor-sec .profile .name h3 span{
	font-size: 40px;
}

.advisor-sec .profile p{
	margin-top: 15px;
}

.advisor-sec .method{
	color: #4d4d4d;
	background: #ffffff;
	max-width: 873px;
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	border-radius: 20px;
}

.advisor-sec .method h4{
	background: url(../images/bg1.png) no-repeat;
	background-size: cover;
	font-size: 36px;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 30px;
}

.advisor-sec .method h4 span{
	color: #ffffff;
	letter-spacing: 0.5em;
	margin-right: -0.5em;
}

.advisor-sec .method p{
	font-size: 13px;
}

.advisor-sec .method h5{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.advisor-sec .method p + h5{
	margin-top: 20px;
}

.note{
	position: relative;
	padding-left: 1rem;
}

.note:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.advisor-sec .method h6{
	color: #ff7bac;
	font-size: 22px;
	font-weight: 400;
	margin-top: 30px;
}

section{
	padding: 60px 0;
}

.note-ul li{
	font-size: 13px;
}

.contact-btns .btn h4{
	color: #ff7bac;
	font-size: 20px;
	text-align: center;
}

.contact-btns .btn a{
	background: #ff7bac;
	border-radius: 15px;
	color: #ffffff;
	font-size: 23px;
	height: 60px;
	margin: 10px 0;
	width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-btns .btn p{
	display: table;
	font-size: 11px;
	margin: 0 auto;
}

.flow-list{
	max-width: 804px;
	margin: 0 auto;
	width: 100%;
}

.flow-list li:not(:last-child){
	border-bottom: 3px solid #ff7bac;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flow-list li:not(:last-child):before{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.flow-list li:not(:last-child):after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ff7bac;
	z-index: 1;
}

.flow-list li h3{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.flow-list li p{
	font-size: 13px;
	line-height: 1.8;
	max-width: 550px;
}

.ex-box{
	border: 3px solid #ff7bac;
	color: #ff7bac;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 804px;
	padding: 20px;
	width: 100%;
}

.event-sec{
	background: #fff799;
}

.event-sec .event-title{
	color: #2e3192;
	font-size: 39px;
	margin-bottom: 30px;
	text-align: center;
}

.event-sec .event-title:before{
	content: "";
	background: url(../images/flag.png) no-repeat;
	height: 57px;
	width: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.event-img-box > img{
	width: 48%;
}

.event-sec .event-box{
	background: #ffffff;
	margin: 0 auto;
	max-width: 828px;
	padding: 50px 30px;
	width: 100%;
}

.event-link-box > a:nth-child(1){
	background: #7ecef4;
}

.event-link-box > a:nth-child(2){
	background: #4caf50;
	margin-left: 30px;
}

.event-sec .event-box h3,
.event-sec .event-box h4{
	color: #ff7bac;
}

.event-sec .event-box h3{
	font-size: 50px;
}

.event-sec .event-box h4{
	font-size: 20px;
}

.event-sec .event-box h5{
	font-size: 18px;
	margin: 20px 0 10px;
}

.event-sec .event-box .dott-p{
	font-size: 13px;
	line-height: 2;
}

.event-sec .btm-txt > div{
	width: 49%;
}

.event-sec .btm-txt p{
	font-size: 18px;
	font-weight: 500;
}

.event-sec .btm-txt p span{
	font-size: 10px;
	margin-left: 10px;
}

.event-sec .btm-txt .label{
	border: 2px solid #4d4d4d;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 5px;
	margin: 10px 0;
}

.event-sec .event-box h6{
	font-size: 25px;
}

.event-sec .event-box h6 span{
	font-size: 19px;
}

.event-sec .event-box .c-red{
	color: #db2b72;
	font-size: 13px;
	margin: 10px 0;
}

.event-sec .btm-txt .border{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font-size: 10px;
	padding: 5px 0;
}

.event-p-box p{
	color: #ff7bac;
	font-size: 22px;
	font-weight: 700;
}

.link-btn{
	background: #ff7bac;
	border-radius: 20px;
	font-size: 30px;
	font-weight: 500;
	max-width: 373px;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
}

.map-sec{
	background: #7ecef4;
}

.map-sec .sec-in{
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
}

.map-sec .sec-in h2{
	border-bottom: 5px solid #7ecef4;
	color: #7ecef4;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.g-map{
	position:relative;
	width: 49%;
	height:0;
	padding-top: 220px;
}

.g-map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.map-sec .sec-in .addr{
	width: 49%;
}

.map-sec .sec-in .addr p{
	font-size: 18px;
}

.map-sec .sec-in h3{
	font-size: 28px;
}

.map-sec .sec-in h4{
	font-size: 20px;
}

.map-sec .sec-in a{
	color: #4d4d4d;
	display: table;
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
}

footer{
	padding: 30px 0 15px;
}

footer .copy{
	font-size: 12px;
	margin-top: 30px;
}

footer .page-top{
	height: 60px;
	position: absolute;
	right: 10px;
	width: 60px;
	background: #ff7bac;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
}

.no-event{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.page-link-btn{
	background: #ff7bac;
	display: table;
	margin: 0 auto 60px;
	padding: 10px 50px;
	border-radius: 15px;
	font-size: 28px;
	font-weight: 700;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.mv-area .mv-txt {
		margin: -40px auto 0;
		width: 90%;
		position: static;
		transform: unset;
	}
	
	.mv-area .free-btn {
		width: 60px;
		right: 10px;
		bottom: 10px;
		top: unset;
	}
	
	.sp-menu-btn{
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 5;
	}
	
	#panel-btn{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #2196F3;
		transition: .2s;
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #2196F3;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -6px;
	}

	#panel-btn-icon:after{
		margin-top: 4px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.header.fixed {
		position: unset;
	}
	
	header{
		background: #0071bc;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: auto;
		width: 100%;
		padding: 60px 15px 15px;
		z-index: 2;
	}
	
	header .menu{
		height: auto;
	}
	
	header .menu li{
		line-height: 2.5;
		width: 100%;
	}
	
	header .menu li a{
		display: block;
	}
	
	section {
		padding: 40px 0;
	}
	
	.overview-sec .txt h2 {
		font-size: 20px;
		margin-top: 30px;
	}
	
	.overview-sec .txt .subject {
		padding: 30px 15px 15px;
	}
	
	.overview-sec .txt .subject h3 {
		font-size: 20px;
		top: -23px;
	}
	
	.overview-sec .txt .subject h4 {
		font-size: 17px;
	}
	
	.overview-sec .txt .subject p {
		font-size: 15px;
	}
	
	.sec-title {
		font-size: 22px;
	}
	
	.advisor-sec .profile .name .title,
	.advisor-sec .profile .name h3 span,
	.advisor-sec .method h5{
		font-size: 20px;
		margin-right: 0;
	}
	
	.advisor-sec .profile .name h3 {
		font-size: 40px;
	}
	
	.advisor-sec .method {
		padding: 20px;
	}
	
	.advisor-sec .method h4,
	.flow-list li h3{
		font-size: 24px;
	}
	
	.advisor-sec .method h6{
		font-size: 16px;
	}
	
	.contact-btns .btn{
		margin: 10px auto;
	}
	
	.flow-list li .img{
		margin: 20px auto 0;
	}
	
	.event-sec .event-title {
		font-size: 24px;
	}
	
	.event-sec .event-box {
		padding: 30px 15px;
	}
	
	.event-sec .event-box h3 {
		font-size: 26px;
	}
	
	.event-sec .event-box h4 {
		font-size: 18px;
	}

	.event-link-box > a:nth-child(2){
		margin-left: 0;
		margin-top: 20px;
	}
	
	.event-sec .event-box .dott-p {
		font-size: 12px;
	}
	
	.event-sec .btm-txt > div {
		width: 100%;
	}
	
	.event-sec .btm-txt p {
		font-size: 12px;
	}
	
	.event-sec .event-box h6 {
		font-size: 18px;
	}
	
	.event-sec .event-box h6 span {
		font-size: 14px;
	}
	
	.link-btn {
		font-size: 24px;
	}
	
	.map-sec .sec-in {
		padding: 30px 15px;
	}
	
	.map-sec .sec-in h2 {
		border-bottom: 3px solid #7ecef4;
		font-size: 25px;
	}
	
	.g-map{
		width: 100%;
	}
	
	.map-sec .sec-in .addr {
		margin-top: 15px;
		width: 100%;
	}
	
	.map-sec .sec-in .addr p {
		font-size: 15px;
	}
	
	.map-sec .sec-in h3 {
		font-size: 24px;
	}

	.page-link-btn{
		background: #ff7bac;
		display: table;
		margin: 0 auto 20px;
		padding: 10px 50px;
		border-radius: 15px;
		font-size: 18px;
		font-weight: 700;
	}

	.page-link-btn{
		margin: 0 auto 20px;
		font-size: 18px;
	}


}
/*------------------------------------------------------------
	overview-sec / メンテナンス見出し（index.phpより移動）
------------------------------------------------------------*/
.maintenance-sub-heading {
    font-weight: bold;
    font-size: 1.2em;
}

/*------------------------------------------------------------
	contact-btns1（index.phpより移動）
------------------------------------------------------------*/
.contact-btns1 .btn a {
    background-color: #4169e1;
    border-radius: 15px;
    color: #ffffff;
    font-size: 23px;
    height: 60px;
    margin: 10px 0;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btns1 .btn a:hover {
    background-color: #3657a5;
}

@media (max-width: 768px) {
    .contact-btns1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*------------------------------------------------------------
	アコーディオン（成婚者の声）（index.phpより移動）
------------------------------------------------------------*/
.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background-color: #fff;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-header:hover {
    background-color: #f8f9fa;
}

.accordion-header.active {
    background-color: #e3f2fd;
}

.question {
    font-weight: 600;
    font-size: 1.1em;
    color: #333;
    margin: 0;
    padding-right: 20px;
}

.question::before {
    content: "Q.";
    color: #667eea;
    font-weight: bold;
    margin-right: 10px;
}

.toggle-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #667eea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-icon::before {
    content: "+";
    font-size: 18px;
    font-weight: bold;
    color: #667eea;
    transition: transform 0.3s ease;
}

.accordion-header.active .toggle-icon {
    background-color: #667eea;
}

.accordion-header.active .toggle-icon::before {
    content: "−";
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fafafa;
}

.accordion-content.active {
    max-height: 100%;
    transition: max-height 0.3s ease-in;
}

.answer {
    padding: 25px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.answer::before {
    content: "💛";
    color: #764ba2;
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 600px) {
    .accordion-header {
        padding: 15px 20px;
    }

    .question {
        font-size: 1em;
    }

    .answer {
        padding: 20px;
    }
}

/*------------------------------------------------------------
	event-img-box（イベントセクション）（index.phpより移動）
------------------------------------------------------------*/
.event-img-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.event-img-box img {
    width: 48%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .event-img-box {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }

    .event-img-box img {
        width: 100%;
    }
}

/*------------------------------------------------------------
	event-grid-2025 / event-item-2025（開催実績セクション）（index.phpより移動）
------------------------------------------------------------*/
.event-grid-2025 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.event-item-2025 {
    width: 100%;
}

.event-item-2025 .event-date {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
}

.event-item-2025 .event-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px 0;
}

.event-item-2025 .event-img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.event-item-2025 .event-description {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

@media (min-width: 769px) {
    .event-grid-2025 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

@media (max-width: 768px) {
    .event-grid-2025 {
        padding: 10px;
    }

    .event-item-2025 .event-description {
        font-size: 14px;
    }

    .event-item-2025 .event-date {
        font-size: 18px;
    }

}

/*------------------------------------------------------------
	event-col-box（イベント申込みボタン付き2カラム）
------------------------------------------------------------*/
.event-col-box {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: flex-start;
	margin: 20px auto 0;
	max-width: 900px;
	width: 100%;
}

.event-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-col .event-img-box {
	width: 100%;
	margin-bottom: 20px;
}

.event-col .event-img-box img {
	width: 100%;
	height: auto;
	display: block;
}

.event-col-btn {
	text-align: center;
	width: 100%;
}

.event-col-btn .link-btn {
	display: inline-block;
	width: 90%;
	font-size: 22px;
}

@media (max-width: 767px) {
	.event-col-box {
		flex-direction: column;
		align-items: center;
	}

	.event-col {
		width: 100%;
	}

	.event-col-btn .link-btn {
		font-size: 18px;
		width: 80%;
		max-width: 300px;
	}
}

/*相談受付について*/
.soudan-container{
	display:flex;
	gap:40px;
}
.soudan-txt{
	width:70%;
}
.soudan-img{
	width:30%;
	text-align:center;
}
@media only screen and (max-width:767px){
	.soudan-container{display:block;}
	.soudan-txt,.soudan-img{width:auto;margin-bottom:20px;}
}
.soudan-txt h3{
	font-size:140%;
	margin-bottom:20px;
}
.soudan-txt p{
	line-height:1.8;
}

/*イベントのご案内*/
.event-container{
	background:#fff;
	border-radius:20px;
	padding:40px 30px;
}
.event-container h3{
	text-align:center;
	font-size:180%;
	margin-bottom:20px;
}
.event-container p{
	margin-bottom:20px;
}
.event-table{
	border-collapse: collapse;
	border-spacing:0;
	margin-bottom:20px;
}
.event-table th{
	border:1px solid #ccc;
	background:#D3EEF0;
	padding:15px 20px;
	font-weight:normal;
}
.event-table td{
	border:1px solid #ccc;
	padding:15px 20px;
	background:#fff;
}
.btn-pink a{
	display:inline-block;
	min-width:300px;
	background:#FF7BAC;
	color:#fff;
	border-radius:10px;
	padding:15px 30px;
	font-size:170%;
	font-weight:bold;
	letter-spacing:0.1em;
}
.btn-pink a:hover{
	background:#ff679f;
}
@media only screen and (max-width:550px){
	.event-table th,.event-table td{display:block;width:auto;}
	.btn-pink a{min-width:auto;}
}
.txt120{font-size:120%;}
.txt130{font-size:130%;}