:root{
    --triBG:#f0d8c0;
    --gre:#009900;

    --wood: url(/images/home/b01.jpg) no-repeat center/cover;
    --wood1: url(/images/home/b01.jpg) no-repeat center/cover;
    --wood2: url(/images/home/b02.jpg) no-repeat center/cover;
    --wood3: url(/images/home/b03.jpg) no-repeat center/cover;
    --wood4: url(/images/home/b04.jpg) no-repeat center/cover;
    --wood5: url(/images/home/b05.jpg) no-repeat center/cover;
    --wood6: url(/images/home/b06.jpg) no-repeat center/cover;

    --mcDK:#2e2f52;
    --mcRev:#96702f;
    --mc:#f0d8c0;
    --mc11:#f0d8c011; 
    --mc20:#f0d8c033; 
    --mc30:#f0d8c044; 
    --mc40:#f0d8c066; 
    --mc50:#f0d8c088; 
    --mc70:#f0d8c0bb; 
    --mc80:#f0d8c0cc; 
    --mcCC:#f0d8c0cc; 
    --mcDD:#f0d8c0dd; 
    --mc90:#f0d8c0ee; 
    --mcEE:#f0d8c0ee; 

    --scDK:#009516;
    --sc:#584837;
    --sc11:#58483711; 
    --sc20:#58483733; 
    --sc40:#58483766; 
    --sc50:#58483788; 
    --sc70:#584837bb;
    --sc80:#584837cc; 
    --scCC:#584837cc; 
    --scDD:#584837dd; 
    --sc90:#584837ee; 
    --scEE:#584837ee; 
    
    --red: #b52d44;
    --red20:#b52d4433; 
    --red40:#b52d4466; 
    --red50:#b52d4488; 
    --red70:#b52d44bb; 

    --yel: #eeba02;
    --yel20:#eeba0233; 
    --yel40:#eeba0266; 
    --yel50:#eeba0288; 
    --yel70:#eeba02bb; 
    
    --blu: #4795bd;
    --blu20:#4795bd33; 
    --blu40:#4795bd66; 
    --blu50:#4795bd88; 
    --blu70:#4795bdbb;
    
    // ******************

    --ml:#f4eceb;
    --ml20:#f4eceb33;
    --ml40:#f4eceb66;
    --ml50:#f4eceb88;
    --ml70:#f4ecebbb;

    --bc:#f0d8c0;
    --bc20:#f0d8c033;
    --bc30:#f0d8c044;
    --bc40:#f0d8c066;
    --bc50:#f0d8c088;
    --bc70:#f0d8c0bb;
    --bc80:#f0d8c0cc; 
    


    --scl:#e5eee3;
    --scl11:#e5eee311; 
    --scl20:#e5eee333; 
    --scl40:#e5eee366; 
    --scl50:#e5eee388; 
    --scl70:#e5eee3bb;
        
    --ac:#b52d44;
    --ac11:#b52d4411; 
    --ac20:#b52d4433; 
    --ac40:#b52d4466; 
    --ac50:#b52d4488; 
    --ac70:#b52d44bb; 
    
    --al:#e5fdff;
    --al11:#e5fdff11; 
    --al20:#e5fdff33; 
    --al40:#e5fdff66; 
    --al50:#e5fdff88; 
    --al70:#e5fdffbb; 



    --un:unset;
    --tx:#584837;
    --tx20:#58483733; 
    --tx40:#58483766; 
    --tx50:#58483788; 
    --tx70:#584837bb;
    --gr:#555555;
    --gr20:#55555533;
    --gr40:#55555566;
    --gr50:#55555588;
    --gr70:#555555bb;
    --bk:#414141;
    --bk10:#0000001a; 
    --bk20:#0003; 
    --bk40:#0005; 
    --bk50:#0008; 
    --bk70:#000b;
    
    --wh:#fff;
    --wh20:#fff3; 
    --wh40:#fff5; 
    --wh50:#fff8; 
    --wh70:#fffb;
    --wh80:#fffc; 
    --whCC:#fffc; 
    --whDD:#fffd; 
    --wh90:#fffe;
    
    --cc:#ccc;
    --dd:#ddd;
    --ee:#eee;
    --ff:#fff;
    --f2:#f2f2f2;
    --c6:#c6c6c6;
    --9b:#9b9b9b;


    // --red: #ff2a29;
    
    --oran:#ffdec4;
    
    // --yell:#fffaba;
    
    --gree:#03c153;
    
    // --blue:#93c7f5;
    
    --purp:#e7d7f1;
    
    --pink:#f9d8d8;
    
    

    // --TWc:#38a1f2;
    // --INSc:#e1306c;

}

.blog_photo img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.flex_images img{
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

/* 画像+テキスト */
.fx_left_img,
.fx_right_img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.fx_left_img .box,
.fx_right_img .box {
  width: calc(50% - 20px);
}
.fx_left_img .box > article > h3,
.fx_right_img .box > article > h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.fx_left_img img,
.fx_right_img img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  object-fit: contain;
}
/*===========================w1200====================================== */
/* ↓↓↓ 幅1200px以下の幅の時 ↓↓↓ */

/* 画像5枚横並び */
@media screen and (max-width: 1200px) {
  .img_5column .box {
    width: calc(33.3333333333% - 14px);
  }
}

/*===========================w1000====================================== */
/* ↓↓↓ 幅1000px以下の幅の時 ↓↓↓ */
@media screen and (max-width: 1000px) {
  .img_3column,
  .img_4column,
  .img_5column {
    gap: 40px;
  }
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: calc(50% - 20px);
  }
}

/*===========================tab====================================== */
/* ↓↓↓ 幅834px~641pxまでの幅の時 ↓↓↓ */
@media screen and (min-width: 641px) and (max-width: 834px) {
}

/* ↓↓↓ 幅834px以下の時 ↓↓↓ */

/* 画像+テキスト */
@media screen and (max-width: 834px) {
  .fx_left_img,
  .fx_right_img {
    flex-direction: column;
    gap: 30px;
  }
  .fx_left_img .box,
  .fx_right_img .box {
    width: 85%;
    margin: 0 auto;
  }
  .fx_left_img .box:nth-child(1) {
    order: 2;
  }
}

/* 画像2枚~5横並び共通 */
@media screen and (max-width: 834px) {
  .img_2column,
  .img_3column,
  .img_4column,
  .img_5column {
    flex-direction: column;
  }
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 85%;
    margin: 0 auto;
  }
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
/*  ↓↓↓ 幅640px以下の時 ↓↓↓ */

/* 画像+テキスト */
@media only screen and (max-width: 640px) {
  .fx_left_img .box,
  .fx_right_img .box {
    width: 100%;
  }
  .fx_left_img .box > article > h3,
  .fx_right_img .box > article > h3 {
    font-size: 1.25rem;
  }
}

/* 画像横並び共通 */
@media only screen and (max-width: 640px) {
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 100%;
  }
}

/*===========================sp END====================================== */

#c150{
  display: flex;
  justify-content:flex-start;
}