@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: 3%;
    padding-bottom: 0%; 
}
.area02 {  
  padding-top: 0%;
  padding-bottom: 4%;
  padding-left: 0%;
  padding-right: 0%;
	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%;
}
}
.method_box {    
  padding-top: 3%;	
}

.method_box img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}
.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;
}
@media (max-width: 767px) {
.h2_ttl {
    margin-top: 1%;    
    padding-top: 0px;
}
}
.h3_c {
    text-align: center;
}
.h3_ttl {
    position: relative;
    display: inline-block;
    padding: 0 12rem;
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.9rem;
    color: #000;
}

.h3_ttl:before,
.h3_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10rem;
    height: 2px;
    background-color: #666;
}
@media (max-width: 767px) {
.h3_ttl {    
    padding: 0 7rem;    
    font-size: 2.4rem;
}
.h3_ttl:before,
.h3_ttl:after {    
    width: 5rem;
}
}
@media (max-width: 576px) {
.h3_ttl {  
    font-size: 1.9rem;
}
}
.h3_ttl:before {
    left: 0;
}

.h3_ttl:after {
    right: 0;
}
.h4_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%;
}
@media (max-width: 767px) {
.h4_ttl {    
    font-size: 2.0rem;    
}
}
.read01 {
    margin-top: 1%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #1B1464;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 0px;
	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: 767px) {
.read01 {
    font-size: 1.8rem;	
}
.read02 {
    font-size: 1.5rem;	
}
}
.tx {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.txc {    
    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;	
}
@media (max-width: 767px) {
.tx {  
    font-size: 1.4rem;
}
.txc {  
    font-size: 1.4rem;
}
}
