@charset "utf-8";

.rose_area {
    background-image: url(../../images/home/bg_rose.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: contain;
}
.top_area {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;  
}
.area01 {
    padding-top: 0%;
    padding-bottom: 0%; 
}
.area02 {  
  padding-top: 0%;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
	background-color: rgba(255,255,255,1.00);	
}
@media (max-width: 767px) {
.area02 {  
  padding-top: 4%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
}

.bg_gray_area {
    background-color: #F5F6F5;
    padding-top: 3%;
    padding-bottom: 3%;
}
.bg_gray_area img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.sns_area {  
  padding-top: 2%;
  padding-bottom: 5%; 
}
.img_c {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.h2_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    font-weight: bold;
}
.h3_ttl {
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.9rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(0,0,0,1.00);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 15%, #DBCA91 50%, rgba(255,255,255,0.1) 85%);
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.read01 {
    margin-top: 1%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}
.read02 {
    /*margin-top: 1%;*/
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    color: #000;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 576px) {
.read01 {
    font-size: 2.1rem;	
}
.read02 {    
    font-size: 1.6rem;
	text-align: left;
}
}
.equ_txc {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}

.equ_box img {    
    padding-bottom: 3%;
}
.point_box {    
    padding-top: 3%;
}

.tasha_area {
    padding-left: 10%;
    padding-right: 10%;
	margin-top: 5%;
}

@media (max-width: 576px) {
.rassisa_area {
    padding-left: 10%;
    padding-right: 10%;
	margin-bottom: 10%;
    background-color: rgba(219,202,145,0.2);
}
.rassisa_area img {
    padding-bottom: 10%;
}
.other_area {
    padding-left: 10%;
    padding-right: 10%;
	margin-bottom: 0%;
}
.other_area img {
    padding-bottom: 10%;
}
}
.rassisa_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.5rem;
    color: rgba(219,202,145,1.0);
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}
.btn-more a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #1B1464;
    color: rgba(255,255,255,1.00);
    padding: 5px 20px;
    display: block;
    letter-spacing: 0.1em;
    transition: 1s;
    font-size: 1.8rem;
    text-align: center;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
.btn-more a {    
    margin-bottom: 5%;    
}
}
.btn-more a:hover {
    background: #9B884A;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
@media (max-width: 576px) {
.c_area {    
	margin-top: 10%;    
}
}
.step_ttl{
	margin-top: 1%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #1b1464;
    padding-top: 10px;
}
.step_read{
	margin-top: 1%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;	
}
@media (max-width: 991px) {
.step_ttl{
	font-size: 2.4rem;
}
.step_read{
	font-size: 1.6rem;	
}
}
@media (max-width: 576px) {
.step_ttl{
	font-size: 2.2rem;
}
.step_read{
	font-size: 1.5rem;	
}
}