@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:480px),print{
.a1pc{
    display: none;
}

#service_tl{
	text-align: center;
	padding: 30px 0;
}


.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	margin: 50px 0 ;
	opacity: 0.3;
}


.front_tl{
	display: block;
	font-size: 2em;
	margin: -85px 0 0 0;
	letter-spacing: 2px;
	font-weight:700;
}

/** 　オンラインカジュアル相談室エリア　****/

#a-area{
	width: 94%;
	margin: 20px auto;
    padding-bottom: 50px;
}

#a-ct1{
    width: 100%;  
    margin: 0px auto;
    text-align: center;
}

#a-ct1 img{
    width: 80%;
    height: auto;
    max-width: 100%;
}
	
#a1{
	margin: 30px 0 0px 0px;	
    margin: 0 10px;
}	

.a1_tl{
    font-size: 4.5vw;
    padding: 5px 0;
}

#a1 p{
    line-height: 6vw;
    font-size: 3.7vw;
    text-align:left;
}
	

/** 　申込ボタン****/
.a_reserve{
    width: 220px;
    margin: 0px auto;
}

.btn,
a.btn,
button.btn {
  font-size: 3.5vw;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.7rem 0.7rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.5rem;
}

.btn::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
  margin-left: 3px;
}
 
.btn::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #FF7E23;
}


a.btn--orange {
  color: #fff;
  background-color: #FF7E23;
  border-bottom: 3px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 2px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/******/

#a2{
    margin: 0 10px;
}

.a2_price{
    margin: 40px auto;
    width: 83%;
    font-size: 3.8vw;
    line-height: 6vw;
}

.a2_nagare{
    font-size: 3.3vw;
    color: #735b1b;
    line-height: 6vw;
    margin-left: 0px;
}

.a2_nagare h2{
    padding-top: 20px;
}

.border5{
    border-bottom: solid 1px;
    color: #b89c90;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 7px;
}

/** 　ショッピング同行エリア　****/
#b-area{
	width: 94%;
	margin: 20px auto;
}

#b-ct1{
    width: 100%;  
    margin: 0px auto;
    text-align: center;
}	

#b-ct1 img{
    width: 80%;
    height: auto;
    margin-top: 10px;
}

#b1{
	margin: 30px 0 0px 0px;	
}

.b1_tl{
   font-size: 4.5vw;
}

#b1 p{
    line-height: 6vw;
    font-size: 3.7vw;
    text-align:left;
}

/** 　申込ボタン****/
.b_reserve{
     width: 220px;
     height: 50px;
     margin: 30px auto;
}


#b-ct2{
    padding: 30px 0px 0px;
}

.b2{
    padding: 20px 0px 30px 0px;
    /*background-color: #fff;*/
    border-radius: 10px;
    margin: 0 10px;
}
	
.b2_tl{
    font-size: 4.5vw;
    border-bottom: solid 1px ;
    padding-bottom: 7px;
    margin-bottom: 20px;
}   

.b2 p{
    font-size: 3.7vw;
    padding-bottom: 20px;
    line-height: 6vw;
}

.b2_price{
    font-size: 3.5vw;
    line-height: 6vw;
}
    
 .b2_price2{
    font-size: 3.1vw;
    line-height: 5vw;
    padding: 10px 0;
 }
  
.b2_nagare{
    padding: 10px 0;
    font-size: 3.5vw;
    color: #735b1b;
    line-height: 5vw;
}

.b2_nagare ul{
    padding-bottom: 10px;
    font-size: 3.3vw;
    line-height: 6vw;
}

.b2_nagare h2{
}
    
    
    
/** 　カスタマイズエリア　****/    
#c-area{
	display: block;
	width: 94%;
	margin: 20px auto;
    padding-bottom: 100px;
}

#c-ct1{
    text-align: center;
}

#c-ct1 img{
	margin: 20px 0;
    width: 80%;
    height: auto;
}
	
#c1{
	margin: 30px auto;	
    font-size: 3.7vw;
    line-height: 6vw;
    
}	

.c1_tl{
    font-size: 4.5vw;
}

.c_reserve{
    width: 240px;
     height: 50px;
     margin: 30px auto;
}

#c1 p{
    text-align: left;
}

}



/****   ここからPC　　****/
@media screen and (min-width:481px),print{
.a1mob{
    display: none;
}


#service_tl{
	text-align: center;
	padding: 30px 0;
}


.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	margin: 50px 0 ;
	opacity: 0.3;
}


.front_tl{
	display: block;
	font-size: 2em;
	margin: -85px 0 0 0;
	letter-spacing: 2px;
	font-weight:700;
}

/** 　オンラインカジュアル相談室エリア　****/

#a-area{
	display: block;
	width: 80%;
	margin: 20px auto;
    padding-bottom: 50px;
}

#a-ct1{
	display: flex;
	justify-content:space-between;
}

#a-ct1 img{
	margin: 20px 20px 20px 50px;
    max-width: 100%;
}
	
#a1{
	margin: 30px 0 20px 30px;
}	

.a1_tl{
    font-size: 1.5vw;
    padding: 0 0 10px 0;
}

#a1 p{
    line-height: 1.5vw;
     font-size: 1.1vw;
     padding-top: 30px;
}
	
#a2{
	display: flex;	
    justify-content: space-between;
}

/** 　申込ボタン****/
.a_reserve{
    margin-left: 100px;
    width: 220px;
}

.btn,
a.btn,
button.btn {
  font-size: 0.8vw;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.7rem 0.7rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.5rem;
}

.btn::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
  margin-left: 3px;
}
 
.btn::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #FF7E23;
}


a.btn--orange {
  color: #fff;
  background-color: #FF7E23;
  border-bottom: 3px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 2px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/******/

.a2_price{
    margin-left: 5%;
    line-height: 2.2vw;
    font-size: 1vw;
}

.a2_nagare{
    font-size: 0.9vw;
    color: #735b1b;
    line-height: 1.4vw;
    margin-left: 0px;
}

.a2_nagare h2{
    padding-top: 20px;
}

.border5{
    border-bottom: solid 1px;
    color: #b89c90;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 7px;
}

/** 　ショッピング同行エリア　****/
#b-area{
	display: block;
	width: 88%;
	margin: 60px auto;
}

#b-ct1{
	display: flex;
    margin: 0 0 0 7rem;
    
}	

#b-ct1 img{
	margin: 20px 40px 20px 0;
    max-width: 100%;
}

#b1{
	margin: 30px 0 20px 50px;	
}

.b1_tl{
    font-size: 1.5vw;
    padding: 0 0 10px 0;
}

#b1 p{
    line-height: 1.5vw;
    font-size: 1.1vw;
    padding-top: 30px;
}

.b_reserve{
    margin: 15px 0 0 165px;
     width: 220px;
     height: 50px;
}


#b-ct2{
	display: flex;	
    padding: 80px 0px 30px;
    justify-content: space-between;
}

.b2{
    padding: 20px 10px 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px;
    width: 28%;
}
	
.b2_tl{
    font-size: 1.2vw;
    border-bottom: solid 1px ;
    padding-bottom: 7px;
    margin-bottom: 20px;
}   

.b2 p{
    font-size: 0.9vw;
    padding-bottom: 20px;
    line-height: 1.5vw;
}

.b2_price{
    font-size: 0.95vw;
    line-height: 1.5vw;
    padding-bottom: 8px;
}
    
 .b2_price2{
    font-size: 0.8vw;
    line-height: 1vw;
    padding: 10px 0;
 }
  
.b2_nagare{
    padding: 10px 0;
    font-size: 0.9vw;
    color: #735b1b;
    line-height: 1.4vw;
}

.b2_nagare ul{
    padding-bottom: 10px;
    font-size: 0.8vw;
}

.b2_nagare h2{
    font-size: 11px;
}
    
    
    
/** 　カスタマイズエリア　****/    
#c-area{
	display: block;
	width: 75%;
	margin: 20px auto;
    padding-bottom: 100px;
}

#c-ct1{
	display: flex;
	justify-content:space-between;
}

#c-ct1 img{
	margin: 20px 40px 20px 0;
    max-width: 100%;
}
	
#c1{
	margin: 120px 0 20px 30px;	
    font-size: 1.1vw;
    line-height: 1.5vw;
}	

.c1_tl{
    font-size: 1.5vw;
    padding: 0 0 10px 0;
}

#c1 p{
    line-height: 2vw;
}

.c_reserve{
    margin: 15px 0 0 50px;
    height: 50px;
}
   

}