@charset "UTF-8";
/* CSS Document */


.main-contents section:not(:last-child) {
	margin-bottom: 100px;
}

/*contents01*/

.contents01 {
	text-align: center;
}

.contents01 .lay02 {
	padding-top: 50px;
}

.contents01 p, .contents02 p {
	line-height: 2.5;
	opacity: 0.8;
}

.contents01 h5, .contents01 h5 a {
	font-family: "Zen Old Mincho", serif;
	font-size: 50px;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.1em;
}

.contents01 h5::before {
	content: "TEL.";
	font-size: 27px;
	display: inline-block;
	padding-right: 10px;
}


/*contents02*/

.contents02 .lay01 {
	text-align: center;
	padding: 50px 0px;
}

.contents02 p span, .contents02 p a {
	color: #ed1e79;
}

.contents02 p a:hover {
	opacity: 1;
	text-decoration: underline;
}


/* contact-box */

.contact-wrap {
	width: 1000px;
}

.contact-wrap p {
	margin-bottom: 20px;
	color: #ed1e79;
}

.contact-wrap span {
	color: #ed1e79;
}


/*contact*/

form.contact {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	display: block;
}

.contact div.button {
	text-align: center;
	margin-top: 50px;
}

.contact button {
	border: none;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	transition: .5s;
}

.contact button:hover {
	opacity: 0.75;
}

.cf {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:10px;
}

.cf button {
	background-color: #93278f;
	padding: 12px 30px;
	display: inline-block;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

/* dl
---------------------------------------------------- */

dl {
}

dl dt,dd {
	line-height: 1.6;
}

.radio-box {
	padding-bottom: 10px;
}

.com02 {
	width:100%;
	background-color: #FFF;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.com02:not(:last-child) {
	margin-bottom: 20px;
}

.com02-noback {
	background-color: rgba(255,255,255,0);
}

	.com02 dt {
		width:180px;
		padding: 10px 0px;
		line-height: 150%;
		background-color: #384f78;
		text-align: center;
		display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	}
		
	.com02 dd {
		flex: 1;
	line-height: 150%;
        padding: 10px 0px 10px 20px;
		color: #000;
	}

.com02 dd.dd-radio {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 30px;
	padding-top: 12px;
	color: #FFF;
}
	

/* お問い合わせページ
---------------------------------------------------- */
input,textarea,button{
	margin:0;
	padding:10px;
	font-size:100%;
	border-style : solid;
border-color : #FFF;
border-width : 1px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}




