@charset "UTF-8";
/* CSS Document */
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}
.bg_g{
	background: #84b9cb;
}
.bg_grad{
	background: linear-gradient(170deg,#84b9cb 15%, #bdeaf2,#e5f6f9 );

}

.bg_light{
	background-color: rgba(132,185,203,0.1);
}
.bg_dark{
	background: #25424d;
	color: #fff;
}

.bg_inner{
	padding: 50px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.0), rgba(255,255,255,0.9)),url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll,fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 250px);
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(132,185,203,0.1);
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 250px);
    position: absolute;
    top: 0;
	left: 0;
    background-color: rgba(132,185,203,0.1);
}


/* 見出し　================================================== */
.txt_lv02{
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-size: clamp(1.5rem, 0.915rem + 2.08vw, 2.8rem);
	font-weight: 400;
}
.txt_li02 .ja_s{
	font-size: clamp(1.3rem, 0.715rem + 2.08vw, 2.6rem);
	font-weight: 300;
}
.txt_lv02 .en{
	font-family: "Forum", serif;
	font-size: clamp(0.9rem, 0.765rem + 0.48vw, 1.2rem);
	letter-spacing: 0.15em;
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.txt_lv02 .en::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 120px;
	height: 15px;
	background: url("../img/udl_blue.png") no-repeat;
	background-position: bottom left;
	background-size: 100%;
}

.bg_grad .txt_lv02 .en::after{
	background: url("../img/udl_white.png") no-repeat;
	background-position: bottom left;
	background-size: 100%;
}
.txt_lv02.txt_c .en::after{
	left: 50%;
	transform: translateX(-50%);
	background-position: bottom center;
}
.txt_lv02.bdb{
	border-bottom: dashed 1px #84b9cb;
}

.txt_lv03{
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
	border-bottom: dashed 1px;
}
.txt_lv03 span.en{
	font-family: "Forum", serif;
	display: block;
	font-size: 80%;
	line-height: 100%;
	color:#84b9cb;

}

.txt_lv04{
	background: #25424d;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding:0.5rem;
	margin-bottom: 15px;
}
.txt_lv05{
	font-size: 1.1rem;
	background: #84b9cb;
	color: #fff;
	font-weight: 500;
	display: block;
	padding: 0.5rem 1rem;
	line-height: 1;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #25424d;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #25424d;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #25424d;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #25424d;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

/* ヘッダー　================================================== */

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 100px;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	transition: .5s;
}
.site-header.transform{
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
    background:rgba(255,255,255,0.7);
	
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.site-header .h_mail{
	margin-right: 15px;
}
.site-header .h_mail a{
	display: block;
	width: 250px;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
	background:#84b9cb;
	border: solid 1px #84b9cb;
	color: #fff;
	border-radius: 50px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:#fff;
	color: #25424d;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #25424d;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #25424d;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(132,185,203,0.0);
	content: '';
	transition: 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(132,185,203,1.0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1200px){
	.site-header{
		height: 80px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.top_nav,.h_mail{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1 img{
		height: 70px;
	}
}
/* FV　================================================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, transparent 0 70%,#84b9cb 70% 100%)
}
.slider{
	position: absolute;
	top: 100px;
	left: 100px;
	right: 0;
	height: calc(100vh - 100px);
	width: calc(100% - 100px);
	max-height: 960px;
	min-height: 700px;
	z-index: 2;
}
.slider li{
	position: relative;
	width: calc(100% - 100px);
	height: calc(100vh - 100px);
	max-height: 960px;
	min-height: 700px;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/fv01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/fv02.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/fv03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top04{
	background:url("../img/fv04.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 10%;
	left: 120px;
	max-width: 1450px;
	z-index: 5;
}

.slide_wrap .copy h2{
	margin: auto;
	color: #fff;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 4rem);
	font-weight: 400;
	margin-bottom: 15px;
}
.slide_wrap .copy p{
	color: #fff;
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.4rem);
}
.fv_grad{
	position: absolute;
	z-index: 4;
	left: 100px;
	right: 0;
	bottom: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(85,152,170,0.7),rgba(97,179,201,0.0))
}

/* スクロールダウンライン */
.scrolldown2{
	position:absolute;
	bottom:31%;
	left:50px;
	z-index: 4;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-5px;
	width:11px;
	height:11px;
	border-radius: 50%;
	background:#25424d;
	z-index: 16;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:120px;
	}
	100%{
		bottom:-5px;
	}
 }

/*丸が透過*/
@keyframes cirlemovehide{
	0%{
		opacity:0
	}
	50%{
		opacity:1;
	}
	80%{
		opacity:0.9;
	}
	100%{
		opacity:0;
	}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:1px;
  height: 150px;
  background:#84b9cb;
}
@media (max-width: 1200px){
	.slider{
		position: absolute;
		top: 80px;
		left: 80px;
		height: calc(100vh - 80px);
		width: calc(100% - 80px);
	}
	.slider li{
		width: calc(100% - 80px);
		height: calc(100vh - 80px);
	}
	.fv_grad{
		left: 80px;
	}
	.slide_wrap .copy{
		left: 90px;
	}
}

@media (max-width: 768px){
	.slide_wrap{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slider{
		position: absolute;
		top: 80px;
		left: 50px;
		height: calc(90vh - 80px);
		width: calc(100% - 50px);
	}
	.slider li{
		height: calc(90vh - 80px);
		width: calc(100% - 50px);
	}
	.slide_wrap .copy{
		left: 60px;
	}
	.fv_grad{
		left: 50px;
	}
	.scrolldown2{
		left: 25px;
	}
}
/* コンテンツ
   ========================================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:30px;
	margin: 100px auto;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
	z-index: 2;
	border: solid 1px #84b9cb;
}
.card001 .inner:first-child{
	transform: translateY(-50px);
}
.card001 .inner:last-child{
	transform: translateY(50px);
}
.card001 .inner .nb{
	font-family: "Forum", serif;
	font-size: 4rem;
	color: #84b9cb;
	position: absolute;
	top: -40px;
	left: 0;
}
.card001 .inner h3{
	margin-top: 15px;
	line-height: 1.5;
	border-bottom: dotted 1px #84b9cb;
	margin-bottom: 15px;
	font-weight: 500;
}
.card001 .inner img{
	display: block;
	margin: 10px auto;
	width: 150px;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto ;
		max-width: 550px;
	}
	.card001 .inner{
		margin-top: 50px;
	}
	.card001 .inner:first-child,
	.card001 .inner:last-child{
		transform: none;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
/* 横長 Vertical */
.card002 .img_v{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
.v_in{
	width: 48%;
	position: relative;
}
.v_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
/* 横長 Horizontal */
.card002 .img_h{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.h_in{
	width: 90%;
	padding: 15px;
}
.h_in img{
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	width: 100%;
	flex: 1;
	align-self: center;
	padding: 15px;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003{
		max-width: 600px;
		margin-inline: auto;
	}
	.card003 .txt{
		padding: 15px 0;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}


/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background:  linear-gradient(to bottom, #fff, transparent) ,url("../img/bg_footer.webp") no-repeat;
	background-size: cover;
	background-position: center;
	color: #25424d;
}
footer h2 img{
	width: 400px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap:30px;
	max-width: 1300px;
	padding: 0 10px 250px;
	margin-inline: auto;
}
.footer_wrap .inner{
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	text-align: center;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}
@media (max-width: 960px){
	.footer_wrap{
		width: calc(100% - 60px);
		max-width: 600px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_wrap .inner{
		text-align: left;
	}
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: 100%;
		max-width: 400px;
	}
	.footer_wrap{
		width: calc(100% - 30px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 470px;
	background-size: cover;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	z-index: 3;
}
.subtitle h2 span.en{
	font-family: "Forum", serif;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	display: block;
}

.sub_bg{
	position: absolute;
	top: 100px;
	left: 100px;
	bottom: 70px;
	right: 0;
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/sub_bg01.webp) no-repeat;
	background-size: cover;
	background-position: 100% 15%;
	z-index: 2;
}
.sub_color{
	position: absolute;
	top: 170px;
	left: 0;
	right: 100px;
	bottom: 0;
	background: #84b9cb;
	z-index: 1;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		width: 100%;
	}
	.sub_bg{
		top: 90px;
		left: 80px;
	}
	.sub_color{
		right: 80px;
	}
}
@media (max-width: 750px){
	.sub_bg{
		background-position: 100% 0;
	}
}
@media (max-width: 450px){
	.sub_bg{
		left: 30px;
	}
	.sub_color{
		right: 30px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
	z-index: 4;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding-left: 0.5rem;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:100%;
	margin: 50px auto;
}
.carousel .inner {
	overflow: hidden;
	padding: 15px;
}
.carousel .inner img {
	display: block;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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


/* 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: bold;
    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.';
    color:#8a9898;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.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;
	}
}
/* sticky ============================================================ */
/* 箱 */
.list_wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
	position: relative;
}
.list_main{
	padding: 10px;
	flex: 1;
}
.list_main .inner{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	padding: 30px
}
.list_side .scrollwrap{
	position: sticky;
	top: 140px;
	width: 30%;
	min-width: 300px;
	height: auto;
	z-index: 10;
	
}
.scrollwrap.wide{
	display: block;
}
.scrollwrap.mb{
	display: none;
}
@media (max-width: 960px){
	.list_wrap{
		flex-direction: column;
		
	}
	.scrollwrap.wide{
		display: none;
	}
	.scrollwrap.mb{
		display: block;
		width: fit-content;
		margin-inline: auto;
		z-index: 10;
	}
}
@media (max-width: 960px){
	.list_wrap{
		padding: 0;
	}
	.list_main{
		padding: 0;
	}
}
/* Contact============================================================  */
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-inline:auto;
	max-width: 960px;

}
.phone_flex .phone{
	position: relative;
	width: 100%;

}
.phone_flex .phone .inner{
	position: relative;
	color: #25424d;
	display: block;
	padding: 1.5rem;
	z-index: 2;
	border-bottom: dashed 1px rgba(0,103,192,0.2);
	transition: .5s;
}

.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.6rem, 1.195rem + 1.44vw, 2.5rem);
	line-height: 52px;
	vertical-align: middle;
	display: block;
	color: #84b9cb;
	white-space: nowrap;
	transition: .5s;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color: #fff;
	background:#84b9cb;
	vertical-align: bottom;
	line-height: 52px;
	width: 52px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .nb:hover{
	color: #25424d;
}
.phone_flex .phone .nb:hover i{
	background: #25424d;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #84b9cb;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 500;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	flex: 1;
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1rem;
	margin-left: 1rem;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}
.dl_wrap{
	margin-top: 15px;
	margin-left: 15px;
}

/* フォーム============================================================  */
#mailformpro{
	width: 100%;
	padding: 20px;
}
#mailformpro table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailformpro table tr{
	border-bottom: dashed 1px #fff;
}
#mailformpro table tr:last-child{
	border-bottom:none;
}
#mailformpro table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 500;
}
#mailformpro table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailformpro .radio{
	padding: 0 2rem 0 0;
}
#mailformpro .checkbox{
	padding: 0 2rem 0 0;
}
#mailformpro .form_input,#mailformpro textarea{
	background:#fff;
	color: #25424d;
	width: 100% !important;
	padding: 15px 10px;
	border-radius: 5px;
	border: none;
}
#mailformpro .form_input.mini{
	width: 150px !important;
}
#mailformpro span.form_required{
	display: inline-block;
	font-size: 60%;
	font-weight: 500;
	color: #fff;
	background:#84b9cb;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 500;
	background: #fff;
	border:solid 1px #84b9cb;
	color:#25424d;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background:#84b9cb;
	color: #fff;
}
input[type='radio']{
	accent-color: #84b9cb;
}

input[type='checkbox']{
	accent-color: #84b9cb;
}
input[type='file']{
	width: 100%;
	margin-bottom: 0.6em;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	font-weight: 600;
	margin-top: 1em;
}
.infobox h5 i{
	color: #84b9cb;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#fff;
	border-radius: 5px;
	border: none;
}
.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;
}

@media (max-width: 960px){
	#mailformpro{
		padding: 10px 0;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailformpro table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}

.product_wrap{
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px 0;
}
.product_wrap h4{
	border-bottom: #25424d 1px solid;
	margin :10px 5px;
}
.product_wrap .inner2{
	width: calc(100% / 2 - 40px);
	margin: 20px;
	background:rgba(255,255,255,1);
	padding: 30px;
	position: relative;
	z-index: 2;
}
.product_image{
	width: 250px;
	padding: 5px;
	margin: auto;
}
.product_image img{
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
	
}
.product_txt{
	margin: 10px 0;
}
.product_txt p{
	margin: 0;
	font-size: 0.85em;
}
.product_price{
	width: 200px;
	margin-inline:auto 0;
	text-align: right;
}
.product_price select{
	margin: 5px;
	padding: 2px 5px;
	cursor: pointer;
	width: 100px;
	border:solid 1px #666;
	text-align: right;
}
.product_price p{
	font-size:0.9em;
}
@media (max-width: 960px){
	.product_wrap{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.product_wrap .inner2{
		width: calc(100% - 40px);
	}
}

