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


header {
	position: relative;
}

header h1 {
	position: absolute;
left: 15px;
top: 15px;
	font-size: 22px;
	line-height: 1.2;
}

header h1 span {
	color: #C23E63;
}

/* main-img-top */

#main-img-top {
	position: relative;
}

#main-img-top > img {
	width: 100%;
height: auto;
}


/* title-box */

.title-box {
	position: absolute;
   top: 80%;
   left: 50%;
   -webkit-transform: translate(-50%, -80%);
   transform: translate(-50%, -80%);
	width: 90%;
}

.title-box h2 img {
	width: 70%;
height: auto;
}

.title-box h2 {
	margin-bottom: 30px;
}

.title-box h3 img {
	width: 60%;
height: auto;
}



/* main */

main {
	width: 100%;
}



/* contents01 */

.contents01 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.contents01 h2 img {
	width: 100%;
height: auto;
}

.contents01 h3 {
	padding-top: 25px;
	margin-bottom: 30px;
}

.contents01 h4 {
	font-size: 29px;
color: #C23E63;
line-height: 1.2;
letter-spacing: 0.05em;
}


/* contents02 */

.contents02 {
	width: 100%;
	background-image: url("top/images/back01.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 98%;
	margin-bottom: 80px;
}

.contents02 .box-in {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.contents02 .box:nth-child(1) {
	width: 44%;
}

.contents02 .box:nth-child(1)  img {
	width: 100%;
height: auto;
}

.contents02 .box:nth-child(2) {
	width: 46%;
	padding: 0px 50px;
	position: relative;
}

.contents02 .box-in:nth-child(2) .box:nth-child(1) {
	order: 2;
}

.contents02 .box-in:nth-child(2) .box:nth-child(2) {
	order: 1;
}

.contents02 .box:nth-child(2) h3 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
}

.contents02 .box:nth-child(2) img {
	height: 100px;
	width: auto;
}


/* contents03 */

.contents03, .contents04, .contents05 {
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
}

.contents03 h2, .contents04 h2, .contents05 h2 {
	margin-bottom: 20px;
}

.contents03 h2 img, .contents04 h2 img, .contents05 h2 img {
	height: 110px;
	width: auto;
}

.contents03 > h3, .contents04 > h3, .contents05 > h3 {
	margin-bottom: 50px;
	font-size: 24px;
color: #000;
line-height: 1.2;
letter-spacing: 0.2em;
}

.contents03 .box-in {
	display: flex;
	background-image: url("top/images/back02.png");
background-position: center center;
background-repeat: repeat-x;
	padding: 0px 5%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents03 section {
	margin: 0px 1%;
	width: 31%;
	background-color: #C23E63;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	margin-bottom: 30px;
}

.contents03 section:nth-child(even) {
	background-color: #DC90A5;
}

.contents03 section h3 {
	background-image: url("top/images/c01.png");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 120px;
	margin-bottom: 10px;
	font-size: 30px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	font-family: vdl-v7marugothic, sans-serif;
font-style: normal;
font-weight: 300;
	background-size: auto 110px;
}

.contents03 section:nth-child(2) h3 {
	background-image: url("top/images/c02.png");
}

.contents03 section:nth-child(3) h3 {
	background-image: url("top/images/c03.png");
}

.contents03 section:nth-child(4) h3 {
	background-image: url("top/images/c04.png");
}

.contents03 section:nth-child(5) h3 {
	background-image: url("top/images/c05.png");
}

.contents03 section:nth-child(6) h3 {
	background-image: url("top/images/c06.png");
}

.contents03 h4 {
	font-size: 20px;
color: #000;
line-height: 1.2;
	margin-bottom: 20px;
}

.contents03 h5 {
	margin-bottom: 10px;
}

.contents03 p {
	font-size: 16px;
color: #000;
line-height: 1.6;
	background-color: #FFF;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.contents03 p:last-child {
	font-size: 18px;
color: #FFF;
	background-color: rgba(255,255,255,0);
	padding: 0px;
	margin-bottom: 0px;
}


/* contents04 */

.contents04 .box-in > section {
	background-color: #E1C4E0;
	border-radius: 15px;
	padding: 30px 30px 35px;
	width: 1200px;
	margin-bottom: 50px;
}

.contents04 .box-in > section h4 {
	margin-bottom: 30px;
}

.contents04 .box-in > section ul li {
	font-size: 28px;
color: #91278D;
line-height: 1.2;
letter-spacing: 0.1em;
	font-family: vdl-v7marugothic, sans-serif;
font-style: normal;
font-weight: 400;
	margin-bottom: 15px;
}

.contents04 .box-in > section ul li:last-child {
	margin-bottom: 0px;
}

.contents04 .box01 {
	width: 100%;
	background-image: url("top/images/back03.png");
background-position: center center;
background-repeat: repeat-x;
	position: relative;
	padding-top: 20px;
}

.contents04 .box01 h6 {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
}

.contents04 .box01 h6 img {
	height: 60px;
	width: auto;
}

.contents04 .box01 .box {
	background-color: #FFF;
	border-style : solid;
border-color : #E1C4E0;
border-width : 7px;
	padding: 60px 20px 30px;
	border-radius: 15px;
	width: 1200px;
}

.contents04 .box01 section {
	margin-bottom: 50px;
}

.contents04 .box01 section:last-child {
	margin-bottom: 0px;
}

.contents04 .box01 h5 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	font-family: vdl-v7marugothic, sans-serif;
font-style: normal;
font-weight: 300;
	margin-bottom: 20px;
	padding: 8px 0px;
	width: 450px;
	background-color: #91278D;
	border-radius: 80px;
	display: inline-block;
}

.contents04 .box01 p {
	font-size: 16px;
color: #333333;
line-height: 1.6;
letter-spacing: 0.05em;
}


/* contents05 */

.contents05 .box-in {
	background-image: url("top/images/back04.png");
background-position: center 30%;
background-repeat: repeat-x;
}

.contents05 .box {
	width: 300px;
	display: inline-block;
vertical-align: top;
margin-left: 20px;
margin-right: 20px;
	text-align: left;
}

.contents05 .box img {
	width: 80%;
height: auto;
}

.contents05 .box p {
	font-size: 15px;
color: #333333;
line-height: 1.5;
	padding-top: 60px;
}






/* contents06 */

.contents06 {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}


.contents06 .box01 {
	width: 45%;
}

.contents06 .box01 img {
	width: 100%;
height: auto;
	border-radius: 50%;
}

.contents06 .box02 {
	width: 47%;
}

.contents06 .box02 h3 {
	margin-bottom: 20px;
}

.contents06 .box02 h3 img {
	height: 80px;
	width: auto;
}

.contents06 .box02 h4 {
	margin-bottom: 50px;
}

.contents06 .box02 h4 img {
	height: 28px;
	width: auto;
}

.contents06 .box02 h5 {
	font-size: 26px;
color: #971832;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: vdl-v7marugothic, sans-serif;
font-style: normal;
font-weight: 400;
	margin-bottom: 20px;
}

.contents06 .box02 p {
	font-size: 15px;
color: #333;
line-height: 1.6;
}

.contents06 .box02 section {
	margin-bottom: 40px;
}

.contents06 .box02 section:last-child {
	margin-bottom: 0px;
}




/* contents07 */

.contents07 {
	width: 100%;
	margin-bottom: 100px;
}

.contents07 .box-in {
	width: 1000px;
}

.contents07 section {
	margin-bottom: 20px;
}

.contents07 section:last-child {
	margin-bottom: 0px;
}

.contents07 h3 {
	margin-bottom: 60px;
	text-align: center;
	padding: 30px 0px 25px;
	background-color: #FFEBEF;
}

.contents07 h3 img {
height: 70px;
	width: auto;
}

.contents07 h5, .contents07 p {
	display: inline-block;
vertical-align: top;
}

.contents07 h5 {
	width: 16%;
	font-size: 16px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	padding: 6px 0px;
	border-radius: 5px;
	background-color: #C23E63;
	text-align: center;
	float: left;
}

.contents07 p {
	width: 80%;
	font-size: 16px;
line-height: 1.6;
	float: right;
	padding-top: 3px;
}

/* dh */

.dh {
       width: 100%;
       margin-bottom: 100px;
       text-align: center;
}

.dh img {
        padding: 10px;
}


/* contents08 */

.contents08 {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	padding-top: 60px;
	background-color: #F1D3DB;
}

.contents08 > h3 {
	margin-bottom: 30px;
}

.contents08 > h3 img {
	height: 45px;
	width: auto;
}

.contents08 > h4 {
	font-size: 22px;
color: #808080;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:400;
	margin-bottom: 25px;
}

.contents08 .tel-box {
	display: inline-block;
	background-image: url("top/images/tel.svg");
background-position: left center;
background-repeat: no-repeat;
	padding-left: 165px;
}

.contents08 .tel-box h5 {
	font-size: 36px;
color: #C23E63;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:400;
	background-image: url("common/images/tel.svg");
background-position: left 10px;
background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 20px auto;
}

.contents08 .line-box {
	margin: 20px 0px;
	
}

.contents08 .line-box h5 {
	font-size: 24px;
color: #971832;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:300;
	padding-bottom: 8px;
}




/*contact*/
.contact {
	width: 100%;
	text-align: left;
}


.contact table {
	width: 820px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	
}

.contact table .box {
	margin-bottom:5px;
	
}

.contact table tr {
	clear: both;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
}

.contact table tr td {
	font-size: 16px;
	line-height:1.6;
	display: inline-block;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:550px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:550px;
}

.contact table tr td.left {
	width: 250px;
}

.contact table tr.t-end td {
	vertical-align: top;
}

.contact table tr.errer td {
	color: #F87492;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #F87492;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}

.contact table tr.c-box {
	background-color: #F1F1F1;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: none;
	margin-bottom: 0px;
	margin-top:0px;
}


.contact .c-box td input {
	width: 530px;
}


.contact .c-box td.left {
	width: 230px;
}




form,input,textarea,button{
	margin:0;
	padding:7px;
	font-size:100%;
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid #f1d3db;
}

textarea[type="textarea"] {
	border: 1px solid #f1d3db;
	padding: 5px;
}


.check-box {
	padding-top:30px;
	padding-bottom:30px;
	margin-top: 50px;
	width: 700px;
	text-align: center;
	background-image: url(../img/index/text-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.check-box p {
	color:#000;
	line-height:1.6;
	margin-bottom:15px;
}

.check-box span {
	color:#000;
	font-size:16px;
	line-height: 2;
	padding-left:15px;
	display:inline-block;
}

.check-box p a {
	color:#29abe2;
	line-height:1.6;
	text-decoration:underline;
}



.button {
	text-align: center;
	margin-top: 50px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back {
	display:inline-block;
	padding:40px;
	padding-top:12px;
	padding-bottom:10px;
	background-color:#c23e63;
	color:#FFF;
	font-size:15px;
	letter-spacing:0.2em;
	border: 1px solid #c23e63;
	border-radius: 7px;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: #c23e63;
}


.btn-box {
	padding-top:40px;
	clear:both;
	margin-bottom:30px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.formtable input  {
	width: 100%;
}




.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}




span.text003 {
	display:none;
}


.text002 {
	padding-top: 60px;
}






br.sp-s {
	display: none;
}

.sp-view {
	display: none;
}

@media screen and (min-width: 737px) {


	
}
