 /* 3層極みカーテン */
.p_m10{
margin-bottom: 10px;
}
.p_m20{
margin-bottom: 20px;
}

.sk_h2{
color: #01002d;
text-align: center;
font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* フォント */
.jc_font{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


 /* 目次 */

.sk_menubox {
 border: 2px solid #c09c66;
 border-radius: 20px;
 background-color: #fbfaf7;
 padding: 10px;
　box-shadow: 2px 2px 4px gray;
}

.sk_menu {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-weight: bold;
  font-size: 18px;
}


.sk_menu:before, .sk_menu:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #c09c66;
}

.sk_menu:before {
  left:0;
}
.sk_menu:after {
  right: 0;
}




/* 目次項目 */
a.jc_btn:hover{
  opacity: 0.5;
}

.menu_ten{
    display: block;
    align-items: center;  
    font-size: 20pt;
    color: #c09c66;
    margin-top: 20px;
}

.menu_item{
     margin-bottom: 5px;
    font-size: 14px;
}

/* 【光・熱・音】吹き出し */
.sk_balloon1{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 180px;
  max-width: 100%;
  color: #01002d;
  font-size: 16px;
  background: #efd69b;
}

.sk_balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #efd69b;
}

.sk_balloon1 p {
  margin: 0;
  padding: 0;
}

/* 3層極みカーテンとは？囲み枠 */
.sk_about_bg{
background-image: url("/dcms_media/image/sk_about_bg.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
}

/* 光・熱・音見出し */
.sk_container{
  display: flex; 
  justify-content: center; 
  margin: 10px; 
}

.sk_box{
     margin: 20px;
}

/* 注目ポイント背景 */
.sk_pointback{
background-image: url("/dcms_media/image/sk_pinto_bg.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
}

@media screen and (max-width: 767px){
 .sk_pointback{
background-image: url("/dcms_media/image/sk_pinto_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
  }
}

/* 注目ポイント要素 */
.sa_set{
     margin-bottom: 20px;
}
.sa_set:nth-child(even) {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.sa_set1 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.sa_2column {
	 margin: 8px;
}
@media screen and (max-width: 767px){
 .sa_set:nth-child(even){
     display: block;
  }
}
@media screen and (max-width: 767px){
 .sa_set1{
     display: block;
  }
}

/* こんな方におすすめ */
.sk_osusume_bg{
background-image: url("/dcms_media/image/sk_osusume_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

/* 吹き出し右 */
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 20px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

/* 吹き出し左むき */
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 20px 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.sk_sansou_title{
    background-image: url('/dcms_media/image/sk_title02.jpg');
    background-size: 100% 100%; 
    background-repeat: no-repeat; 
    max-width: 500px; 
    height: 60px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 30px;
}

@media screen and (max-width: 500px){
 .sk_sansou_title{
     background-image: url('/dcms_media/image/sk_title2_sp.jpg');
     background-repeat: no-repeat;
   background-size: auto;
  background-position: center;
     position: relative;
    display: flex;  
    text-align: left;
    margin-top: 30px;
    max-width: 400px;
    
  }
}