@charset "utf-8";

/*----------------------------------------------------
テスト用
----------------------------------------------------*/

#main_area,
#lead_copy,
#contents_index,
#contents01,
#contents02,
#contents03
{
}
#main_area,
#lead_copy,
#contents_index,
#contents01,
#contents02,
#contents03,
#contents04,
#contents05
{
}



/*----------------------------------------------------
見出し
----------------------------------------------------*/
h2::before,h2::after{
	background-image: url(../img/h2_line.png);
}

#contents01 h2 p::before{
	background-image: url(../img/h2_1.png);
}

#contents02 h2 p::before{
	background-image: url(../img/h2_2.png);
}
#contents03 h2 p::before{
	background-image: url(../img/h2_3.png);
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4.png);
}
#contents05 h2 p::before{
	background-image: url(../img/h2_5.png);
}
.txt_indent {
    text-align: left;
    text-indent: -1em;
}

h5{
}
 h5 span {
    font-size: 240%;
    font-weight: 600;
    background-color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.1em;
    color: #E8ABB4;
    border: 2px solid #E8ABB4;
    box-shadow: 3px 3px rgba(232, 171, 180);
    line-height: 1.9;
}

/*----------------------------------------------------
　MV
----------------------------------------------------*/

#main_area {/*--メイン背景----*/
	background-image: url(../img/main_back.png);
    padding-top: 0em;
}
#main_copy {
    left: 24%;
    top: 23%;
}

.white_box_head{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.white_box{
    background-color: #FFFFFF;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 0.5rem;
}
.white_box h5{
    margin-bottom: 0.3rem;
}


/*--------------------------------------------------------------------------------------
　contents_index
--------------------------------------------------------------------------------------*/

.contents_index_list .box1{
    background-image: url(../img/index_no_01.png);
}
.contents_index_list .box2{
	background-image: url(../img/index_no_02.png);
}
.contents_index_list .box3{
	background-image: url(../img/index_no_03.png);
}
.contents_index_list .box4{
	background-image: url(../img/index_no_04.png);
}

.contents_index_list > div::after{
    border-top: 5px solid #E8ABB4;
    border-right: 5px solid #E8ABB4;
}


.contents_index_title {
	border-bottom: solid 3px #E8ABB4;
	color: #E8ABB4;
}
.contents_index_title:before {
	border-top: solid 12px #E8ABB4;
}
/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{}

#contents01 h6{
    color: #E8ABB4;
    font-weight: 800;
    font-size: 500%;
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 0;
    line-height: 0.5em;
    margin-bottom: 0.3rem;
}

#contents01 h6 span{
    font-size: 40%;
    vertical-align: 0.4em;
    padding-right: 0.5em;
}
#contents01 h6:before,
#contents01 h6:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 0.4rem;
    height: 6px;
    background-color: #F9E8EA;
}
 
#contents01 h6:before {
    left: 0rem;
}
 
#contents01 h6:after {
    right: 0rem;
}

#contents01 .flex {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.2rem;
}

#contents01 .flex .img{ 
	width: 55%;
    position: relative;
}

#contents01 .white_box{
	padding-bottom: 0.7rem;
}

#contents01 .white_box>p{
    margin-bottom: 0.5rem;
}
#contents01 .white_box .flex:nth-child(5) {
    width: 95%;
    margin-left: 5%;
}
#contents01 .white_box .flex:nth-child(5) .txt_area {
    padding-top: 0.5rem;
	
}

#contents01 .white_box .flex:nth-child(5) .img img{
    margin-left: -1rem;
}


#contents01 .white_box .flex:nth-child(6) {
    width: 95%;
    margin-right: 5%;
}
#contents01 .white_box .flex:nth-child(6) .txt_area {
    padding-top: 0.5rem;
	
}

#contents01 .white_box .flex:nth-child(6) .img img{
    margin-right: -0.6rem;
}

#contents01 .white_box .flex:nth-child(7) {
    width: 95%;
    margin-left: 5%;
    padding-top: 0.3rem;
}
#contents01 .white_box .flex:nth-child(7) .img {
    padding-top: 0.3rem;
	
}

#contents01 .white_box .flex:nth-child(7) .img img{
    margin-left: -0.5rem;
}

#contents01 .flex .txt_area{
	width: 45%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#contents01 .flex .txt_area p{
    text-align: left;
	z-index: 2;
}
#contents01 .flex .txt_area .white_box_title{
    color: #E8ABB4;
    font-weight: 700;
    font-size: 190%;
    text-align: center;
    margin-bottom: 0.15rem;
	line-height: 1.7em;
	
}

#contents01 .flex .txt_area .white_box_title span{
	position: relative;
}
#contents01 .flex .txt_area .white_box_title span:nth-child(1)::before {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    background-image: url(../img/01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#contents01 .flex .point_box{
    position: relative;
    margin-top: 0.1rem;
    z-index: 2;
}
#contents01 .flex .point_box p{
    width: 4rem;
    top: 0.5rem;
    left: 0.5rem;
    position: absolute;
}
#contents01 .white_box > .img{
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#contents01 .white_box > .img img {
    border-radius: 0.2rem;
}



/*----------------------------------------------------
　contents02
----------------------------------------------------*/
#contents02{}
#contents02 .area_01{
    border: 6px solid #E8ABB4;
    border-radius: 2em;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.3rem;
    padding-left: 0.8rem;
    position: relative;
    margin-top: 1.2rem;
}
#contents02 .area_01::before{
    content: "";
    background-image: url(../img/02_title.png);
    display: block;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.2rem;
    top: -0.8rem;
    left: 29%;
}

#contents02 #navi_04{
    background-color: #FFFFFF;
}

#contents02 #navi_04 div{
    width: 24.6%;
    background-repeat: no-repeat;
    height: 4.2rem;
    text-align: center;
    background-size: auto 100%;
    transition: 0.3s;
}
#contents02 #navi_04>div:nth-child(1){
    width: 25.5%;
}

#contents02 #navi_04 div:hover{
	opacity: 0.5;
}
#contents02 #navi_04 div a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#contents02 #navi_04 div div{
    width: 100%;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #828282;
    font-size: 160%;
    font-weight: 800;
    line-height: 1.6em;
}
#contents02 #navi_04 div div h5{
    color: #E8ABB4;
}

#contents02 #navi_04 > div:nth-child(1){
    background-image: url(../img/02_01.png);
}
#contents02 #navi_04 > div:nth-child(2){
    background-image: url(../img/02_02.png);
}
#contents02 #navi_04 > div:nth-child(3){
    background-image: url(../img/02_03.png);
}
#contents02 #navi_04 > div:nth-child(4){
    background-image: url(../img/02_04.png);
}



#contents02 .area_02 div{
    margin-bottom: 0.5rem;
    position: relative;
}
#contents02 .area_02 div p{
    position: absolute;
    width: 5.3rem;
    top: 2.5rem;
}
#contents02 .area_02 div:nth-child(2) p,
#contents02 .area_02 div:nth-child(6) p{
    right: 0.4rem;
}

#contents02 .area_02 div:nth-child(4) p,
#contents02 .area_02 div:nth-child(8)>p {
    left: 0.4rem;
    width: 5.2rem;
}
#contents02 .area_02 .point_box p {
    position: absolute;
    width: 4.3rem !important;
    top: auto;
    bottom: 0.35rem;
    left: 4.3rem !important;
}
/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{
}

#contents03 .area_01{
    background-image: url(../img/03_back.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 95%;
    padding-top: 0.2rem;
}
#contents03 .area_01 > div{
    margin-bottom: 1rem;
    width: 94%;
    position: relative;
}
#contents03 .area_01 > div:nth-child(odd){
    margin-left: 6%;
	
}
#contents03 .area_01 > div:nth-child(even){
    margin-right: 6%;
}

#contents03 .area_01 .txt_area{
    position: relative;
    width: 48%;
}
#contents03 .area_01 .txt_area::before{
    content: "";
    background-image: url(../img/03_step1.png);
    display: block;
    width: 1rem;
    height: 2rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
#contents03 .area_01 div:nth-child(2) .txt_area::before {
    background-image: url(../img/03_step2.png);
}
#contents03 .area_01 div:nth-child(3) .txt_area::before {
    background-image: url(../img/03_step3.png);
}
#contents03 .area_01 div:nth-child(4) .txt_area::before {
    background-image: url(../img/03_step4.png);
}


#contents03 .area_01 .txt_area h5{
    padding-left: 1.2rem;
    margin-bottom: 0.2rem;
    color: #E08B9B;
    font-weight: 700;
    font-size: 300%;
    line-height: 1.4em;
}
#contents03 .area_01 .txt_area p{
    font-size: 120%;
    padding-left: 1.2rem;
}

#contents03 .area_01 .img{
    width: 48%;
}

#contents03 .area_01 .img img{
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
}

#contents03 .area_01 div .point_box{
    position: relative;
}
#contents03 .area_01 div .point_box p{
    position: absolute;
}
#contents03 .area_01 > div:nth-child(1) .point_box p{
    width: 3rem;
    top: 0.75rem;
    left: 0.5rem;
}

#contents03 .area_01 > div:nth-child(1) .illust {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 2rem;
}
#contents03 .area_01 > div:nth-child(2) .point_box p{
    width: 4.5rem;
    top: 0.75rem;
    left: 0.5rem;
}

#contents03 .area_01 > div:nth-child(2) .illust {
    position: absolute;
    right: -1.1rem;
    top: -1rem;
    width: 1.5rem;
}

#contents03 .area_01 > div:nth-child(4) .illust {
    position: absolute;
    bottom: -0.8rem;
    width: 0.7rem;
    left: -1rem;
}

#contents03 .area_01 > div:nth-child(3) .point_box > p:nth-child(3){
    width: 4rem;
    top: 0.6rem;
    left: 0.5rem;
}

#contents03 .area_02 {   
	margin-top: -0.5rem;
}

#contents03 .area_02 .point_box{   
	margin-bottom: 1.2rem;
    /* position: relative; */
    width: 10rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(../img/03_05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 2.5rem;
    padding-top: 0.9rem;
    padding-left: 0.5rem;
    padding-right: 3rem;
}


#contents03 .area_03{
    background-color: #EAB5BB;
    border-radius: 1em;
    width: 11.5rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5rem;
    padding-right: 0.7rem;
    padding-bottom: 0.5rem;
    padding-left: 0.7rem;
}
#contents03 .area_03 .txt_area{
    width: 55%;
    position: relative;
}
#contents03 .area_03 .txt_area img{
    margin-top: -0.9rem;
    margin-bottom: 0.3rem;
}
#contents03 .area_03 .img{
    width: 41%;
}

/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}
#contents05 .flex{
    width: 80%;
    align-items: baseline;
}
#contents04 .area_01 > div{
    width: 46%;
    border-radius: 0.3rem;
    border: 6px solid rgba(238,231,226,0.5); /* #880000 ⇒ rgba(128,0,0,0.7)に変更*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
}
#contents04 .area_01 > div .number{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 0rem;
}
#contents04 .area_01 > div:nth-child(1){
    height: 7.4rem;
}

#contents04 .area_01 > div:nth-child(2){
    top: 0.6rem;
}
#contents04 .area_01 > div:nth-child(2) p{
	margin-bottom: 0.2rem;
}
#contents04 .area_01 > div:nth-child(2) .img{
    text-align: center;
}
#contents04 .area_01 > div:nth-child(3){
	top: -0.8rem;
}

#contents04 .area_01 > div:nth-child(3) .point_box{
    margin-top: 0.2rem;
    position: relative;
}
#contents04 .area_01 > div:nth-child(3) .point_box p{
    position: absolute;
    width: 3.5rem;
    top: 0.6rem;
    left: 0.5rem;
}

#contents04 .area_01 > div:nth-child(4){
    top: 0.6rem;
}
#contents04 .area_01 > div:nth-child(4) .img{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#contents04 .area_01 > div h5 {
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

#contents04 .area_01 > div h5 span{
    font-size: 200%;
    font-weight: 600;
    background-color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.1em;
    color: #E8ABB4;
    border: 2px solid #E8ABB4;
    box-shadow: 3px 3px rgba(232, 171, 180);
}


/*----------------------------------------------------
まとめ
----------------------------------------------------*/
#matome {
    background-image: url(../img/matome_back.png);
}
#matome h2 p {
	color: #E8ABB4;
}
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link li {
    width: 24%;
    background-image: url(../img/page_link.png);
    padding-left: 5.5em;
}
.page_link li a:before {
    left: 2.5em;
}
.page_link .page_link_on {
	background-image: url(../img/page_link_on.png);
}

.page_link .page_link_on a,
.page_link .page_link_on a{
    color: #E8ABB4;
}
.page_link .page_link_on a:before{
	background: #E8ABB4;
    left: 2.5em;
}

.page_link li a:before{
	color: #E8ABB4;
}

/*----------------------------------------------------
　site link showroom
----------------------------------------------------*/
.site_link_showroom {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-image: url(../img/showroom_link_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8rem;
    padding-top: 7em;
    background-position: center top;
    padding-bottom: 3em;
    margin-top: 4em;
}
.site_link_showroom p {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.4em;
}
.site_link_showroom .col_2 {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.site_link_showroom .col_2 div {
  margin-right: 1.5%;
  margin-left: 2.5%;
}
.site_link_showroom .col_2 div a {
  transition: 0.3s;
}
.site_link_showroom .col_2 div a:hover {
  opacity: 0.5;
}