@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.c-btn_normal a, .c-btn_normal > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 260px;
	padding: 18px 30px;
	border: 1px solid #CCC;
	border-radius: 50px;
	color: #fff;
	background: #192f60;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.07em;
	position: relative;
}
@media screen and (max-width: 760px) {
	.c-btn_normal a, .c-btn_normal > span {
		padding: 22px 38px;
	}
}
.c-btn_normal a .c-arrow, .c-btn_normal > span .c-arrow {
	width: 14px;
	height: 14px;
	position: relative;
	overflow: hidden;
}
.c-btn_normal a .c-arrow::before, .c-btn_normal > span .c-arrow::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.c-btn_normal a .c-arrow::after, .c-btn_normal > span .c-arrow::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: -20px;
	transition: 0.5s;
}
.c-btn_normal a:hover .c-arrow::before, .c-btn_normal > span:hover .c-arrow::before {
	left: 20px;
}
.c-btn_normal a:hover .c-arrow::after, .c-btn_normal > span:hover .c-arrow::after {
	left: 0;
}
.btn_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
	width: fit-content;
	margin: auto;
}
@media screen and (max-width: 960px){
	.btn_flex{
		flex-direction: column;
	}
}
/* Table　================================================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: dashed 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #192f60;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}
/* List　================================================== */
.border01 li{
	font-size: 1rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.1em;
	border-bottom: dashed 1px #192f60;
}
.border01 li i{
	display: inline
}
@media (max-width: 450px){
	.border01 li{
		font-size:0.9rem;
	}
}
.simple01 ul li{
	font-size: 0.9rem;
	font-size: 1rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.1em;
}

.simple01 ul li i{
	display: inline
}
.nb_list li{
	font-size: 1.2rem;
	margin-bottom: 0.5em;
	border-bottom: solid 3px #ccdeea; 
	padding-bottom: 0.1em;
}
.nb_list li .nb{
	font-size: 200%;
	line-height: 100%;
	color: #ccdeea;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	
}

.wrap_img{
	width: 100%;
}
.wrap_img img{
	width: 100%;
}

/* エリアマップ　==================== */
.area_map{
	position: relative;
}
.area_map .img{
	
}
.area_map .img img{
	 width: 100%;
	 filter: drop-shadow( 2px 2px 10px #fff);
}
.area_map .txt{
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 2;
}
.area_map .comment{
	position: absolute;
	top:calc(15% + 150px);
	left: 0
}

@media (max-width: 750px){
	.area_map{
		padding-bottom: 8em;
	}
	.area_map .comment{
		width: 100%;
		position: absolute;
		top: auto;
		left: 0;
		bottom: 0;
	}
}
@media (max-width: 450px){
	.area_map{
		padding-bottom: 9em;
	}
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
.link_wrap{
	position: relative;
	width: calc(100% / 3);
	height: 350px;
	background: #192f60;
	overflow: hidden;
}
.link_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	transform: scale(1.12);
	opacity: 0.8;
}

.link_wrap:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.link_wrap .inner {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.link_wrap .inner::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	border: solid 1px #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.link_wrap .inner::before,
.link_wrap p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

.link_wrap h4 {
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-size: clamp(1.1rem, 0.875rem + 0.8vw, 1.6rem);
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
.link_wrap h4 span{
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: 200%;
}

.link_wrap p {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.link_wrap:hover .inner::before,
.link_wrap:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.link_wrap a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	.contents_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	.link_wrap{
		width: 100%;
		height: 100%;
		aspect-ratio: 2 / 1;
	}
	.link_wrap h4{
		top:35px;
	}
}
@media (max-width: 450px){
	.link_wrap .inner::before{
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
}

/* Map ============================================================ */
.map iframe{
	width: 100%;
	vertical-align: middle;
}

/* 料金　================================================== */
.icon_wrap{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap:15px;
}
.icon_wrap .inner{
	width: 100%;
	padding: 15px;
	text-align: center;
	background: #fff;
}
.icon_wrap .inner img{
	width: 90%;
	max-width: 200px;
	padding: 15px;
}
.icon_wrap .inner h3{
	font-size: 1.2rem;
	font-weight: 600;
}
@media (max-width: 960px){
	.icon_wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
	.icon_wrap .inner{
		width: calc(100% / 3 - 10px);
	}
}
@media (max-width: 750px){
	.icon_wrap .inner{
		width: calc(100% / 2 - 10px);
	}
}
@media (max-width: 480px){
	.icon_wrap .inner{
		width: calc(100%);
	}
}

/* レビュー　================================================== */
.sticky_wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.sticky_wrap .title{
	width: 350px;
	padding: 15px;
	align-self: stretch;
}
.sticky_wrap .title .txt_wrap{
	position: sticky;
	top: 150px;
}
.sticky_wrap .wrap{
	width: 100%;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.sticky_wrap .wrap .inner{
	width: calc(100% / 2 - 30px);
	padding: 3em 2em 2em;
	margin: 70px 15px 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	background: #fff;
	position: relative;
	
}
.sticky_wrap .wrap .inner img{
	position: absolute;
	top: -70px;
	right: 30px;
	width: 120px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
}
.sticky_wrap dl{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.sticky_wrap dl dt{
	font-weight: 600;
	width: 6em;
}
.sticky_wrap h3{
	color: #192f60;
}

@media (max-width: 1200px){
	.sticky_wrap .title{
		width: 250px;
		padding: 15px 0;
	}
	.sticky_wrap .wrap .inner{
		width: calc(100% - 30px);
		padding: 2em 1.5em 1.5em;
	}
}
@media (max-width: 750px){
	.sticky_wrap{
		flex-direction: column;
		max-width: 600px;
		margin: auto;
	}
	.sticky_wrap .title{
		width: 100%;
		padding: 15px;
	}
}
@media (max-width: 450px){
	.sticky_wrap .wrap .inner{
		
	}
	.sticky_wrap .wrap .inner img{
		width: 100px;
		right: 15px;
	}
}
/* タイムライン ============================================================ */
.timeline_h{
	width: 100%;
	margin: auto;
}
.timeline_h > li {
	display: flex;
	margin: 0;
	position: relative;
  }
.timeline-date{
	width: 180px;
	height: 80px;
	white-space: nowrap;
	position: relative;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.timeline-date .jc{
	display: block;
	font-size: 1rem;
	font-weight: 600;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
.timeline-date .ad{
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 6rem;
	color: #ccdeea;
	font-family: "Cormorant", serif;
	font-weight: 500;
}

.timeline-content{
	position: relative;
	flex: 1;
	margin-left: 16px;
	border-left: 3px #eee solid;
    padding: 30px 15px 15px 30px;
}
.timeline-content h3{
	font-size: 1.1rem;
	line-height: 1.5;
	border-bottom:dashed 1px #ccc;
	margin-bottom: 0.5rem;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background:#192f60;
    position: absolute;
    left: -8px;
    top: 38px;
    border-radius: 100%;
  }
@media (max-width: 769px){
	.timeline_h > li{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		border-left: 3px #eee solid;
	}
	.timeline-content{
		padding: 0;
		border-left:none;
		margin-bottom: 30px;
	}
	.timeline-content:before{
		left: -23px;
		top: -50px;
	}
	.timeline-date{
		width: 100%;
		height: 90px;
		padding: 16px 16px 6px;
		margin-bottom: 15px;
		text-align: left;
		justify-content: flex-start;
	}
	.timeline-date .ad{
		left: 12px;
	}
	.timeline_h > li:last-child{
		padding-bottom: 1rem;
	}
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #8a9898;
    border-right: 2px solid #8a9898;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 600;
	color: #192f60;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
	font-family: "Cormorant", serif;
	font-weight: 500;
    color:#3A6FE0;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
	font-family: "Cormorant", serif;
	font-weight: 500;
    color: #BE326F;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}

/* QA ============================================================ */
.ov-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.ov-list2 dl{
	position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
	border-bottom: 1px solid #ccc;
}

.ov-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #8a9898;
    border-right: 2px solid #8a9898;
}
.ov-list .open::before {
    transform: rotate(-45deg);
}
.ov-list dl dt,
.ov-list2 dl dt{
    position: relative;
    margin: 0;
    font-weight: 600;
	color: #192f60;
    font-size: 1rem;
}

.ov-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
}
.ov-list2 dl dd{
	position: relative;
	height: auto;
    margin: 20px 0 0;
}
.ov-list dl dd p {
    margin: 30px 0 0;
}
.ov-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.ov-list dl,
	.ov-list2 dl{
		 padding: 28px 30px 28px 15px;
	}
	.ov-list dl dt{
		
	}
}
/* mailform ============================================================ */
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: dashed 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
}
#mailform .radio{
	padding: 0 2rem 0.5rem 0;
}
#mailform .checkbox{
	padding: 0 2rem 0.5rem 0;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#192f60;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #fff;
	border:solid 1px #ccc;
	color:#1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #192f60;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
	font-weight: 600;
	border-bottom: dashed 1px #ccc;
}
.infobox h5 i{
	color: #192f60;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
	opacity: 1;
}


label.check-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

label.check-label:before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	width: 20px;
	height: 20px;
	top: 3px;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 3px;
	transition: all ease-in-out.5s;
}

label.check-label:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 11px;
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	width: 12px;
	height: 6px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
	background-color: #192f60;
	border-color: #192f60;
}

input:checked + label.check-label:after {
	transform: rotate(-45deg) scaleX(1);
}
label.check-label .space{
	display: none;
}

@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
	#mailform .radio,#mailform .checkbox{
		padding: 0 2rem 0.5rem 0;
	}
	label.check-label{
		font-size: 0.9rem;
		white-space: nowrap;
	}
	label.check-label .space{
		display: inline-block;
		width: 30px;
}
}
