
/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}



/* Primary Styles
---------------------------------*/
body {
	/*font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","sans-serif"; */
    font-family:Arial, Helvetica, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", sans-serif;
	background:#fff;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:1.5em;
	font-size:16px;
	color:#fff;
}

.center{
    text-align: center;
}


/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:#222222;
  overflow: hidden;
}


/* TOP
---------------------------------*/
section#top {
    height:650px;
	margin-top:-1px;
  overflow: hidden;
}

img.main-h {
    margin-top: 50px;
}

img.arrow01 {
    margin-top: -15px;
}

/* ACTION
---------------------------------*/

#action{
	background: linear-gradient(#644026, #2b1b10);
  overflow: hidden;
}

.action-wrapper{
    background-image: url(../img/action-bg.png);
    background-repeat: repeat;
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    background-color: #2a1b10;
    border-left: 5px solid #a0851e;;
    border-right: 5px solid #a0851e;;
}

.action-wrapper:before,
.action-wrapper:after {
	content:"";
	display:block;
	height:5px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#a0851e),color-stop(0.5, #ffeeac),to(#a0851e));
	background:-moz-linear-gradient(left, #a0851e, #ffeeac, #a0851e );
	background:linear-gradient(left, #a0851e, #ffeeac, #a0851e);
}

.seminar-title{
	font-size:18px;
	font-weight: bold;
	position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #333;
  background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gold{
	font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #333;
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

p.action-p01 {
	padding: 0 5px;
	margin-bottom: 25px;
    margin-top: 13px;
    font-weight: 500;
	font-size:15px;
}

p.action-p02 {
	padding: 0 5px;
	margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
}

p.action-p03 {
    padding: 0 15px 0;
    font-size: 14px;
}

p.action-p04 {
	margin-top: -10px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    text-align: right;
    padding: 0 15px;
}

p.action-p05 {
	padding: 0 5px;
	margin-bottom: -10px;
    margin-top: 15px;
    font-weight: 500;
	font-size: 15px;
}

.seminar01{
	margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

img.granfront {
    padding: 0 15px 15px;
}

img.access-map {
    padding:0 15px 15px;
}

.tokuten{
    padding: 15px;
}

.appeal{
	padding: 5px;
}

.btn-u{
	margin-top: 20px;
	padding: 10px 20px 0;
}

img.action {
	padding:5px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* QUESTION
---------------------------*/
#question{
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}


.q-wrapper{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    background: #fdfdfd;
}

img.q-h{
	margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}

.case01{
	background-image: url(../img/case01-bg.png);
	height:180px;
	background-position: top left;
}

p.case01-p,p.case03-p {
    padding: 40px 20px;
    font-size: 23px;
    color: #222222;
	line-height: 1.5em;
}

.case01-innner{
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case02{
	background-image: url(../img/case02-bg.png);
	height:180px;
	background-position: top right;
}

p.case02-p {
    margin-left: 230px;
    padding: 40px 20px;
    font-size: 23px;
    color: #222222;
	line-height: 1.5em;
}

.case02-innner{
	background-repeat: no-repeat;
	background-position: bottom left;
}

.case03{
	background-image: url(../img/case03-bg.png);
	height:180px;
	background-position: top left;
}

.case03-innner{
	background-repeat: no-repeat;
	background-position: bottom right;
}

p.case-p-right {
	margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 15px;
}

p.case-p-left {
	margin-top: 15px;
    font-size: 32px;
    line-height: 1.5em;
    padding: 15px;
}

.q-inner02,.q-inner03 {
    margin-top: -10px;
}

/* PROPOSAL
---------------------------------*/
#proposal{
    margin: -10px 0;
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}

.proposal-wrapper{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    background: #f2f2f2;
}

.arrow02{

}

img.but {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

p.proposal-p02 {
    color: #222222;
    font-size: 26px;
    font-weight: bold;
	line-height: 2.5em;
	padding: 10px 15px;
}

p.proposal-p03 {
    font-size: 20px;
    color: #222222;
    margin-top: 0px;
}

img.lead{
    margin-top: 20px;
    padding: 0 20px;
}

.proposal-h{
    margin-bottom:10px;
}

.marker_yellow {
background: linear-gradient(transparent 0%, #ffff66 0%);
}
/* INTRO
---------------------------------*/

#intro{
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}

img.intro-q{
  margin-top: 10px;
}

.intro-wrapper{
	margin-top: 0px;
	padding:0px 5px 30px;
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    background: #663300;
}

.intro-border{
    margin-right: auto;

    margin-left: auto;
    width: 100%;
    max-width: 900px;
    background: #663300;
    border: 3px solid #fff;;
}

img.intro-logo.center {
    display: block;
    margin: 20px auto 0;
}

img.logo {
    margin: 0 auto;
    padding: 30px;
    display: block;
}

p.intro-p01 {
	font-size:15px;
	padding: 10px;
    color: #fff;
    line-height: 1.7em;
}

img.intro01 {
    margin: 0 auto;
    display: block;
    padding: 10px;
}

p.intro-p02 {
	font-size:15px;
	padding: 15px;
    color: #222222;
    line-height: 1.7em;
	font-weight: bold;
}

p.intro-p03 {
	font-size:15px;
	padding: 15px;
    color: #222222;
    line-height: 1.7em;
	font-weight: bold;
}

img.sakai{
    margin-top: 12px;
    padding:5px;
}

img.show{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

img.dot{
    margin: 20px 0;
    width: 80%;
}

span.intro-span {
    font-size: 20px;
    color: #fff;
    background: linear-gradient(transparent 50%, #ff3c00 50%);
}

.kagu-wrapper{
	max-width:855px;
	margin:0 auto;
    padding: 0 5px;
}

.kagu{
	padding:5px;
}

img.jisseki{
	padding:5px;
}

img.jisseki03{
	margin-bottom:20px;
	padding:5px;
}

.staff-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/staff.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

img.proposal-main{
    padding: 15px 10px;

}
/* STOP
---------------------------------*/
#stop{
  margin-top: -10px;
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}

img.arrow04 {
    width: 15%;
    margin-top: -42px;
    z-index: 1000;
}

.stop-wrapper{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
	background: #fff;
}

.stop-p-wrapper{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 650px;
}

p.stop-p01 {
    padding: 10px;
    font-size: 16px;
    color: #222222;
    margin-top: 0px;
	font-weight: bold;
	line-height: 2.0em;
}

img.stop01 {
    width:100%;
}

.renova-wrap {
    max-width: 900px;
    margin: 10px auto;
}

img.renova{
  padding:10px;
}

/* TEACHER
---------------------------------*/
#teacher{
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
    overflow: hidden;
}

.teacher-wrapper{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    height:100%;
    max-width: 980px;
    background: #fff;
}

.teacher-p-wrap {
    padding: 30px 20px 0;
    border-top: 1px dotted;
}

p.teacher-p{
    color:#222222;
    font-size:23px;
    line-height: 1.5em;
}

img.teacher-work{
    padding:0 10px;
    margin-bottom: 30px;
}

img.omachi {
    padding: 5px 5px 15px;
    display: block;
    margin: 0 auto;
}

span.red{
    color:#ff0000;
}

table{
    margin: 0 auto 30px;
    max-width: 90%;
}

th.th-h {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #222222;
}

td.th-p {
    padding: 8px;
    font-size: 16px;
    line-height: 1.8em;
    color: #222222;
}

img.nakoshi {
    margin: 0 auto;
    display: block;
}
/* REASON
---------------------------------*/
#reason{
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}

.reason-wrapper{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    background: #5ebcbb;
}

.reason-p-wrapper{
    max-width: 780px;
    margin: 0 auto;
}

.reason01,.reason02,.reason03,.reason04{
	padding:15px;
}

p.reason-p01 {
    padding: 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #222222;
    line-height: 1.5em;
}

p.reason-p02 {
    padding: 14px;
    font-size: 15px;
    color: #222222;
    line-height: 1.5em;
}

.reason-sub-h{
    color: #fff;
    font-size:26px;
    font-weight: bold;
}

.reason-img{
    padding: 15px;
}

.comment{
    color:#222222;
    font-size:12px;
    text-align: right;
}

img.koe{
	padding: 10px 15px;
}

.furniture{
	margin-bottom:20px;
}

.customer{
	margin-bottom:20px;
}

.customer-last{
	margin-bottom:50px;
}

/* anxiety02
---------------------------------*/

#anxiety02{
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
    background-position: top;
	background-color: #fff9f0;
  overflow: hidden;
}
.anxiety02-wrapper{
	background-image: url(../img/anxiety02-bg.jpg);
	background-repeat: no-repeat;
	padding:25px 0 0px;
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
}

img.anxiety01 {
    padding: 35px 35px 0px;
}

span.red{
	color:#ff2727;
}

.anxiety02-p{
	padding: 10px 15px;
	color:#fff;
	font-weight:bold;
	font-size: 65px;
    line-height: 1.3em;
}

/* ASKS
---------------------------------*/

#asks{
  margin-top: -10px;
	background-image: url(../img/main-bg.png);
	background-repeat: repeat;
	background-color: #fff9f0;
  overflow: hidden;
}
.asks-wrapper{
	background-image: url(../img/asks-bg.png);
    background-repeat: repeat;
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
}

img.anxiety01 {
    padding: 35px 35px 0px;
}

span.big{
	color:#222222;
	font-size:95px;
	background: linear-gradient(transparent 75%, #ff0000 75%);
}

.asks-p{
	padding:40px 20px 65px;
	color:#222222;
	font-weight:bold;
	font-size: 65px;
    line-height: 1.6em;
}

img.asks-h{
    padding:10px;
    margin-bottom: 10px;
}

/* Footer
---------------------------------*/

.footer{
	background-color:#fff;
}

.footer-wrapper{
	max-width:980px;
	margin:0 auto;
}

.footer-logo{
	padding: 15px;
}

.footer-p01{
	color:#7b5b39;
	font-weight: bold;
    font-size: 20px;
	margin-top: 10px;
}

.footer-p02{
	color: #7b5b39;
    font-size: 13px;
    font-weight: bold;
}

.footer-p03{
	color: #7b5b39;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
	padding:10px;
}

.copyright{
	color: #7b5b39;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
}


/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
