@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;
    color: #2e2e2e;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 52px;
}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:30px; font-weight:bold;}
.impact2  {color:#ea4881; font-weight: bold;}
.impact3  {background:#ffffc6; color:#000;}
.impact4  {font-size: 28px; underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url("../images/bg_pk.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
}

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    221px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    350px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    421px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    312px; } 
#head5 { background: url("../images/header_05.png") no-repeat top center; height:    443px; } 
#head6 { background: url("../images/header_06.png") no-repeat top center; height:    660px; } 
#head7 { background: url("../images/header_07.png") no-repeat top center; height:    551px; } 
#head8 { background: url("../images/header_10.png") no-repeat top center; height:   291px; } 
#head9 { background: url("../images/header_11.png") no-repeat top center; height:    963px; } 
.head10 { background: url("../images/header_14.png") no-repeat top center; height:    42px; } /*紫のBOXの下*/
#head11 { background: url("../images/header_15.png") no-repeat top center; height:    1076px; } 
#head12 { background: url("../images/header_16.png") no-repeat top center; height:    981px; } 
#head13 { background: url("../images/header_18.png") no-repeat top center; height:    675px; } 
#head14 { background: url("../images/header_21.png") no-repeat top center; height:    153px; } 
#head15 { background: url("../images/header_23.png") no-repeat top center; height:    743px; } 
.head16 { background: url("../images/header_26.png") no-repeat top center; height:    34px; } /*ベージュ1000の最後*/
#head17 { background: url("../images/header_27.png") no-repeat top center; height:    895px; } 
#head18 { background: url("../images/header_28.png") no-repeat top center; height:    842px; } 
#head19 { background: url("../images/header_30.png") no-repeat top center; height:    704px; } 
#head20 { background: url("../images/header_32.png") no-repeat top center; height:    794px; } 
#head21 { background: url("../images/header_35.png") no-repeat top center; height:    491px; } 
#head22 { background: url("../images/header_38.png") no-repeat top center; height:    55px; }/*申込フォーム紫の下*/
#head23 { background: url("../images/header_48.png") no-repeat top center; height:    616px; }
#head24 { background: url("../images/header_49.png") no-repeat top center; height:    869px; }


.wrap {

	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
}

.wrapform {

	background-image: url("../images/wrap_yellow.png");
	background-repeat: repeat-y;
	background-position: center top;
}

.wrap_violet {
    background-image: url("../images/wrap_violetline.png");
    background-repeat: repeat-y;
    background-position: center top;
}

.wrap_white {
    background-image: url("../images/wrap_white.png");
    background-repeat: repeat-y;
    background-position: center top;
}

.wrap_gold {
    background-image: url("../images/wrap_gold.png");
    background-repeat: repeat-y;
    background-position: center top;
}

.wrap_beige {
    background-image: url("../images/wrap_beige.png");
    background-repeat: repeat-y;
    background-position: center top;
}

#wrapform_violet {
	background-image: url("../images/wrap_violet-form.png");
	background-repeat: repeat-y;
	background-position: center top;
}

.form_beige {
    background-image: url("../images/wrap_violet-form.png");
	background-repeat: repeat-y;
	background-position: center top;  
}

dl {
    width: 772px;
    margin: auto;
}

dl dt {
    text-align: left;
}

th {
    text-align: left;
}

td {
    text-align: left;
}

#name,#tel,#date {
    width: 100%;
    height: 80px;
    font-size: 45px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    border: 2px solid #ea488;
    border-radius: 5px;
    background-color: #FCD2E8;
}



.container {

	text-align:center;
	width:1000px;
	margin:0 auto;	
}

.container_inner {
    text-align: center;
    width: 922px;
    margin: 0 auto;
}


.text {

	text-align:left;
	width:772px;
	margin:0 auto;
	
	
}

#textwhite {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #fff;
	
}

#texts2 {

	text-align:left;
	width:750px;
	position: relative;
	margin-top:170px;
	margin-left:400px;
	
	
}

#texts3 {

	text-align:left;
	width:850px;
	margin-top:250px;
	margin-left:170px;
	
	
}


.white {
  color: #fff;
}

.text-center {
　text-align: center;
}

#footer {  
	background-color: #795ac0;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

