@charset "UTF-8";
/*index.html*/
html{
  scroll-behavior: smooth;
}
body{
     color: #574145;
     font-family: "Yu Gothic";
     font-weight: bold;
}
.fade-in-page{
  opacity: 0; 
  animation: fadeIn 1.0s ease-out forwards; 
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top{
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
}
.Logotop{
  width: 250px;
  height: 120px;
  margin-top: 10px;
}
.Lamilysetumei{
  display: flex;
  justify-content: center;
}
.midssisetumei{
  padding-left: 250px;
}
.Lamilysetumei p{
  padding-top: 10px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: right;
}

.tel{
  font-family: serif;
}
.catch{
  font-size: 20px;
}
.setumei {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 15px;
  background: #bea5a9;
  color: #574145;
  box-sizing: border-box;
}

.setumei:before, .setumei:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.setumei:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.setumei:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
main {
  width: 60%;
  background-color: #bea5a9;
  margin: 0 auto;      
  margin-top: -60px;
}
main p{
    text-align: center;
    font-size: 17px;
    
}
.kitchencar{
  width: 50%;
  margin-left: 23%;
  margin-top: 90px;
  filter: drop-shadow(17px 17px 4px rgba(38,24,12,0.6));
}
.Lamilysyoukai{
  line-height: 40px;
  margin: -80px auto 0px auto;  
  letter-spacing: 1px;
  font-size: 18px;
}
.sizeup1{
  font-size: 22px;
  
}

.saisyo{
  font-size: 20px;
  font-weight: bold;
}
.link{
  width: 70%;
  border-radius: 30px;
}
.section-links {
   position: relative; 
    margin: 0 auto; 
    margin-bottom: 50px;
    margin-top: 20px;
}
.more-btn {
    position: absolute; 
    z-index: 10; 
}
.more-btn img {
    display: block;
    width: 100px;
    border-radius: 30px; 
    transition: transform 0.3s ease;
}


.more-btn:hover img {
    transform: translateY(-5px) scale(1.05); 
}   


.about-btn {
    top: 185px; 
    left: 315px; 
}


.menu-btn {
    top: 185px; 
    left: 710px;
}


.idea { 
    bottom: 40px; 
    left: 315px; 
}


.enjoy-btn {
    bottom: 40px; 
   left: 710px; 
}

.cake1,.cake2,.cake3,.cake4,.cake5,.cake6,.cake7,.cake8,.cake9,.cake10,.cake11,.cake12{
    width: 200px;
    height: 160px;
}

#calendar .ribon{
  width: 50%;
  padding-top: 60px;
  margin: 0 auto;
}

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 50%;
}
.car{
  display: flex;
  justify-content: cnter;
  
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #;
  opacity: 0.4;
  z-index: -1;
}
.Polka_v2 {
  background-image:  radial-gradient(#574145 2px, transparent 2px), radial-gradient(#574145 2px, #fff9e6 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}

.top {
  --mask:
    radial-gradient(33.6px at 50% calc(100% - 47px), #000 99%, #0000 101%) calc(50% - 40px) 0/80px 100%,
    radial-gradient(33.6px at 50% calc(100% + 27px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.slideinRight {
  animation: slideInRight 2s ease-out forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(30%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.syutten {
  width: 950px;
  height: 600px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin: 0 auto;
  text-align: center;
}

.day {
  background: #fff;
  padding: 10px;
  height: 70px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
  border-radius: 8px;
  
}

.day.header {
  height: 30px;
  background: #bea5a9;
  font-weight: bold;
  color: #574145;
}
.day-eventnasi{
  background-color: #bea5a9;
  border-radius: 8px;
  border: 2px solid #574145;
  padding: 10px;
  height: 90px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}
.day-eventnasi .event-info{
  font-size: 17px;
}
.day.event {
  height: 90px;
  background: #fffff4;
  border: 2px solid #574145;
}
.date{
  font-weight: bold;
}
.event-info {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #574145;
}

.day.empty {
  background: transparent;
  border: none;
  box-shadow: none;
}


nav{
position: relative;
}
nav ul{
font-family: serif;
background-color: #574145;
position: absolute;
left:10%;
display: table;
margin: 0 auto;
margin-left: 10%;
padding: 0;
width: 60%;
text-align: center;
}
nav ul li{
display: table-cell;
min-width: 50px;
}
nav ul li a{
display: block;
width: 100%;
height: 100%;
padding: 10px 0;
text-decoration: none;
color: #fffff4;
}
nav ul li.current{
font-weight: bold;
}
nav ul li.current a{
background-color: #bea5a9;
color: #574145;
}
nav ul li a:hover{
color: #574145;
background-color: #fffff4;
}

#calendar{
  background-color: #574145;
  padding-bottom: 30px;
}
#calendar h2{
  color: #fffff4;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
  font-family: serif;
  font-size: 30px;
}
.teikyuubi{
  color: #fffff4;
  letter-spacing: 1px;
  padding-top: 80px;
}
.youbi{
  font-weight: bold;
  color: #bea5a9;
}
.basyo{
  padding-top: 90px;
  color: #fffff4;
  line-height: 30px;
  letter-spacing: 1px;
}
.clmidasi{
  display: flex;
  padding-left: 100px;
  gap: 190px;
}
.staffcar {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.person1,.person2,.person3 {
  position: absolute;
  width: 100px;
  z-index: 2;
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-fill-mode: both;
  filter: drop-shadow(10px 12px 4px rgba(38,24,12,0.6));
}
.person1 {
  bottom: 70px;
  left: 10%;
  animation-delay: 1.8s;
}

.person2 {
  bottom: 150px;
  left: 75%;
  animation-delay: 2.2s;
}

.person3 {
  bottom: 70px;
  left: 85%;
  animation-delay: 2.6s;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.botan {
  display: flex;              
  justify-content: center;
  gap: 40px;                   
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 5%;
}

.botan a {
  display: inline-block;       
  max-width: 200px;            
  flex-shrink: 0;           
}

.botan img {
  width: 140%;                 
  height: auto;
  display: block;
  transition: transform 0.3s ease; 
  filter: drop-shadow(12px 17px 4px rgba(38,24,12,0.6));
}

.botan a:hover img {
  transform: translateY(-5px) scale(1.05); 
  cursor: pointer; 
} 
.Logo{
  width: 20%;
  padding-top: 30px;
  margin-bottom: -30px;
}     
.logo{
  text-align: center;
}
footer{
  width: 60%;
  margin: 0 auto;
  margin-top: -20px;
  background-color: #fffff4;
}
.footer05 {
 color: #574145;
 background-color: #fffff4;
 padding: 30px;
}
.footer05 a {
 color: #574145;
 text-decoration: none;
}
.footer05 li a:hover {
  text-decoration: none; 
  color: #bea5a9;
}
.footer05 .wrap {
 width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 20px;
 padding-top: 20px;
}

.footer05 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
 font-family: serif;
}
.footer05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap .box {
 width: 18%;
}
.footer05 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
 letter-spacing: 1px;
}
.footer05 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}
.copyright{
  text-align: center;
  font-weight: normal;
}
#page-top {
    position: fixed;
    right: 330px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 120%;
    line-height: 1.7rem;
    color: #574145;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    font-family: serif;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
#page-top:hover {
    color: #bea5a9;         
    border-top-color: #bea5a9; 
    cursor: pointer;       
    transition: color 0.3s, border-top-color 0.3s; 
}
#page-top:hover::before {
    border-top-color: #bea5a9; 
    transition: border-top-color 0.3s;
}
/*index.html*/

/*about.html*/
#Lamily {
  display: flex;
  justify-content: center;
  align-items: center;     
  text-align: center; 
  padding-top: -50px;
  padding-bottom: 50px;
}

#Lamily img {
  width: 65%;              
  margin-top: 15px; 
  margin-bottom: 10px;
  border-radius: 200px;
  margin-right: -40px;  
  padding: 10px;
  box-shadow: 0 0 0 5px #fffff4;  
}

#Lamily .text1 {
  text-align: left;
  padding: 10px 30px 10px 30px;
  margin-right: 90px;
  background-color: #fffff4;
  border-radius: 20px;
}
#Lamily p{
  text-align: left;
  width: 430px;
  line-height: 30px;
}

#staff {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fffff4;
  padding: 20px;
  padding-top: 40px;
}


#staff img {
  width: 65%;
  margin-top: 15px; 
  margin-bottom: 40px;
  border-radius: 200px;
  margin-left: -40px;  
  padding: 10px;
  box-shadow: 0 0 0 5px #bea5a9; 
}

#staff .text2 {
  text-align: left;
  padding-left: 120px;
  background-color: #bea5a9;
  border-radius: 20px;
  padding: 10px 30px 10px 30px;
  margin-left: 90px;
  margin-bottom: 10px;
}
#staff p{
  text-align: left;
  width: 430px;
  line-height: 30px;
}

#mitugosyoukai {
  margin: 0 auto;
  background-color: #574145;
  color: #fffff4;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  padding-left: 20px;
}

#mitugosyoukai .wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  gap: 30px;
  
}

.staff-1,.staff-2,.staff-3 {
  width: 250px;              
   border-radius: 20px;
   text-align: center;
    display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  padding-right: 25px;
}
.staff-1{
  background-color: #b3a8b4;
}
.staff-2{
 background-color: #b5c4bd;
}
.staff-3{
   background-color: #bf8496;
}
.staff-1 img,.staff-2 img,.staff-3 img {
  width: 80%;               
  border-radius: 140px;
  background-color: #fffff4;
  padding: 3px;
  height: auto;
  margin-top: -80px;
  margin-left: 20px;
}

.staff-1 .name,.staff-2 .name,.staff-3 .name {
  font-size: 32px;
  text-align: center;
  color: #fffff4;
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-top: 5px;
  font-family: serif;
  width: 100%;
}


.staff-1 .intro,.staff-2 .intro,.staff-3 .intro {
  line-height: 28px;
  color: #574145;
  letter-spacing: 1px;
  margin-top: 5px;
  padding-bottom: 10px;
  width: 100%;

}

.text1 h2{
  padding-left: 25px;
  border-bottom: 3px dotted #bea5a9;
  font-size: 28px;
}
.text2 h2{
  padding-left: 25px;
  border-bottom: 3px dotted #fffff4;
  font-size: 28px;
}
.kousei{
  font-size: 21px;
}
.ribonabout{
  text-align: center;
}
.ribon{
  width: 50%;
  padding-top: 30px;
}
/*about.html*/

/*menu.html*/
.top1{
    width: 60%;
    margin-left: 20%;
    margin-top: 50px;
}
.top1 {
  --mask:
    radial-gradient(33.6px at 50% calc(100% - 47px), #000 99%, #0000 101%) calc(50% - 40px) 0/80px 100%,
    radial-gradient(33.6px at 50% calc(100% + 27px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.menutop{
  background-color: #bea5a9;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #574145;
}
.menutop p{
  text-align: center;
  font-weight: bold;
}

.menutop h1{
  text-align: center;
  padding-top: 20px;
}
.menutopsetumei{
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 18px;
}
.menuribon{
  width: 50%;
}
.botan{
  display: flex;
  justify-content: center;
   margin-top: 30px;
   gap: 40px;
   margin-right: 40px;
}
.botan a {
  display: inline-block;       
  max-width: 200px;                     
}

.botan img {
  width: 130%;                 
  height: auto;
  display: block;
  transition: transform 0.3s ease; 
  filter: drop-shadow(12px 17px 4px rgba(38,24,12,0.6));
}

.botan a:hover img {
  transform: translateY(-5px) scale(1.05); 
  cursor: pointer; 
}       
#kisetugenteimenu {
    display: flex;
    flex-direction: column; 
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
   width: 80%;
   margin-top: 100px;
   background-color: #fffff4;
   border-radius: 20px;
}
.kisetugenteimidasi{
  width: 20%;
  margin-top: -33px;
  margin-left: 270px;
  position:absolute;
  filter: drop-shadow(0px 13px 4px rgba(38,24,12,0.6));
}

.kisetugenteimenu-item1 {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    margin-top: 70px;
    
}
.kisetugenteimenu-item2{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.kisetugenteimenu-item3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
 
}

.kisetugenteimenu-item1 img,.kisetugenteimenu-item2 img,.kisetugenteimenu-item3 img {
  position: absolute; 
  width: 280px;
    height: 280px;
    
}
.kisetugenteimenu-item1 img{
  margin-left: 650px;
}
.kisetugenteimenu-item2 img{
  margin-left: -30px;
  margin-top: 40px;
}
.kisetugenteimenu-item3 img{
  margin-left: 650px;
  margin-top: 50px;
}
.kisetugenteimenu-item2 p {
  padding: 20px;
  padding-right: 30px;
  text-align: right;
  border: 3px solid #574145;
  border-radius: 50px;
  line-height: 30px;
  color: #574145;
  letter-spacing: 1px;
  width: 650px;
  margin-left: 180px;
  margin-top: 40px;
  
}
.kisetugenteimenu-item1 p,.kisetugenteimenu-item3 p  {
  text-align: left;
  border: 3px solid #574145;
  border-radius: 50px;
  line-height: 30px;
  color: #574145;
  letter-spacing: 1px;
  padding: 20px;
  padding-left: 30px;
  width: 650px;
  margin-left: 30px;
  margin-top: 40px;
}
#cupcake{
  margin-top: -20px;
  padding-bottom: 30px;
  background-color: #574145;
  color: #fffff4;
}
#cupcake .menu-item img{
  background-color: #fffff4;
  border-radius: 50%;
}
#donut{
  background-color: #fffff4;
  color: #bea5a9;
  margin-top: -20px;
  padding-bottom: 30px;
}
#donut .menu-item img{
  background-color: #bea5a9;
  border-radius: 50%;
}
#drink{
  background-color: #bea5a9;
  color: #574145;
  margin-top: -20px;
  padding-bottom: 20px;
}
#drink .menu-item img{
  background-color: #fffff4;
  border-radius: 50%;
}
.menu-item{
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.menu-item img{
  object-fit: cover; 
  width: 100%; 
  margin-bottom: 10px;
  transition: transform .6s ease;
  margin-left: 10px;
}
.menu-item img:hover{
  transform: scale(1.1);
}
.name1,.name2,.name3{
  font-size: 18px;
  margin: 0 0 5px;
  text-align: center;
}
.name1{
  color: #bea5a9;
}
.name2{
  color: #574145;
}
.name3{
  color: #fffff4;
}

.des{
  font-size: 0.9em;
  min-height: 3em;
  padding-right: 20px;
}
.menu-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.menu-text{
  width: 140%;
  text-align: center;
  padding-top: 10px;
  
}
.ice{
  font-weight: bold;
  color: #a8f1ea;
}
.hot{
  font-weight: bold;
  color: #fcc6c6;
}
.yen{
  font-weight: bold;
}

.sizeup2{
  font-size: 20px;
  color: #fffff4;
}
/*menu.html*/

/*enjoy.html*/

.enjoybun{
  text-align: center;
  color: #fffff4;
  padding-bottom: 50px;
  letter-spacing: 1px;
  line-height: 40px;
}
.enjoytop{
  background-color: #574145;
}
.enjoytop img{
  width: 50%;
  padding-top: 30px;
}
.enjoytop p{
  text-align: center;
}

.step1 h2,.step2 h2,.step3 h2{
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
   border-bottom: 3px dotted #fffff4;
   margin-left: 20px;
   width: 60%;
}

.ribonenjoy{
  text-align: center;
}
.ribonmessage{
  text-align: center;
}
#message{
  background-color: #fffff4;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -20px;
}

.step1 img,.step2 img{
  width: 200px;
  border-radius: 50%;
  position: absolute;
  margin-left: 120px;
  margin-top: -20px;
  
}
.step3 img{
  width: 200px;
  border-radius: 50%;
  position: absolute;
  margin-left: 120px;
  margin-top: -15px;
  
}
.step1 .step2 .step3{
  display: flex;
align-items: flex-start;
margin-bottom: 30px;
padding-left: 70px;
}

#message .messagetext1{
  width: 60%;
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-left: 230px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #bea5a9;
  border-radius: 20px;
}
#message .messagetext2{
   width: 60%;
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-left: 230px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #bea5a9;
  border-radius: 20px;
}
#message .messagetext3{
   width: 60%;
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-top: 45px;
  margin-left: 230px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #bea5a9;
  border-radius: 20px;
}
.messagetext1 p,.messagetext2 p,.messagetext3 p{
  text-align: left;
}

main p{
  padding-top: 15px;
  padding-left: 30px;
}
#message h2, #message h3, #message p, #message ul, #message ol,
#mirror h2, #mirror h3, #mirror p, #mirror ul, #mirror ol {
    margin-top: 0;
    margin-bottom: 0;
}
.ribonmirrorspot{
  text-align: center;
}
#mirror{
  position: relative;
  background-color: #bea5a9;
  padding-bottom: 50px;
  text-align: left;

}
#mirror .messagetext1{
  letter-spacing: 1px;
  line-height: 40px;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
 width: 60%;
 padding: 20px;
 margin: 30px auto;
}

#mirror .messagetext1 p{
  text-align: center;
  border-radius: 20px;
  color: #574145;
  padding: 15px 20px;
}
.mirrorsyasin img{
  width: 230px;
  margin: 0 5px;

  
}
.mirrorsyasin{
  display: flex;
  position: absolute;
  top: 200px; 
  left: 0;
  right: 0;
  
}
.left {
    margin-left: 55px;
   
}

.right {
    margin-left: 500px; 
}

.staff {
transform: translateY(-60px);
  position: relative;
  left: 30px; 
z-index: 10;
bottom: 50px;
}
.couple{
  position: relative;
  z-index: 5;
  right: 20px;
  bottom: 30px;
}
.friend {
  transform: translateY(-60px);
  position: relative;
  right: 30px; 
  z-index: 10;
  bottom: 50px;
}
.family{
  position: relative;
  z-index: 5;
  left: 20px;
  bottom: 30px;
}
.sizeup3{
  font-size: 20px;
  color: #bea5a9;
}
/*enjoy.html*/

/*idea.html*/


main p{
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: -20px;
}
.ideatop{
  padding-bottom: 80px;
  padding-top: 20px;
}
.container {
  max-width:800px;
  margin: 0 auto;
  margin-top: -60px;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color:#fffff4;
}
.head {
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  background-color:#574145;
  color:#fffff4;
}
.container h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 25px;
  font-family: serif;
  letter-spacing: 1px;
}
input {
  margin-bottom:10px;
}
input:focus,
textarea:focus {
  border-color: #574145;  
  outline: none;        
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 700px;
}
::-webkit-input-placeholder {
   color: #fffff4;
}
:-moz-placeholder {
   color: #fffff4;  
}
::-moz-placeholder {
   color: #fffff4; 
}
:-ms-input-placeholder {  
   color: #fffff4;  
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#574145;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bea5a9;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fffff4;
  font-family: serif;
  font-size: 15px;
  letter-spacing: 1px;
}
button:hover, .button:hover {
  background:#bde2de;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#bea5a9;
    width: 80%;
    margin:auto;
    color: #fffff4;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.rei{
  padding-top: 20px;
  padding-left: 180px;
}
.rei h2{
  font-size: 18px;
  border-bottom: 3px dotted #574145;
  width: 250px;
  margin-left: 30px;
}
.rei p{
  font-size: 15px;
  padding-top: 20px;
  text-align: left;
}
.sizeup4{
  font-size: 20px;
  color: #fffff4;
}

/*idea.html*/