@charset "UTF-8";
div.tel{
    position: absolute;
    top: 10px;
    right: 0;
}
div.tel h2{
    font-size: 35px;
    display: inline-block;
}
div.tel img{
    display: inline-block;
    width: 35px;
    vertical-align: sub;
}
div#main_pic{
    width: 100%;
    text-align: center;
    background-color: #BCE9B6;

}
.main_side{
    background-image: 
    url(img/yotsuba01.png),
    url(img/yotsuba02.png);

  background-position:
    left 0 bottom,
    right 0 bottom;

  background-repeat:
    no-repeat,
    no-repeat;

  background-size:
    300px;
}
div#main_pic div#mainImage{
    width: 980px;
    height: 600px;
    margin: 0 auto;
}
div.nav_in{
    width: 883px;
    margin: 0 auto;
}
div.con_left img{
    display: inline-block;
}
div.con_right{
 text-align: right;
    margin-top: -60px;
    margin-right: 25px;
}
div.con_left h3{
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 20px;
    position: absolute;
}
div.con_right img{
display: inline-block;
}
div.con_right h3{
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 150px;
    margin-top: 30px;
}
.omakase{
    text-align: center;
}
.omakase img{
    display: inline-block;
    padding: 150px 0 50px;
    width: 70%;
}
/* 角丸　影（タイトル）4 */
.c_main {
    position: relative;
    margin: 2em auto;
    padding: 1.2em;
    width: 90%;
    border: 2px solid #43C631; /* 枠線の太さ・色 */
    color: #555555; /* 文字色 */
    background-color: #fff;
    box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
    border-radius: 8px; /* 角の丸み */
   }
   .c_main h2 {
    position: absolute;
    left: 20px; /*（left）に変更すると左 */
    top: -15px;
    padding: 0 .5em;
    font-weight: bold;
    font-size: 1.1em;
    color: #43C631; /* タイトル色 */
    background-color: #fff;
   }
   div.c_main p{
    display: inline-block;
    }
    .cc2 p{
        margin-left: 50px;

    }
    .c_main img {
        width: 100px;
        display: inline-block;
        position: absolute;
        right: 15px;
        bottom: 8px;
    }
.annai{
    position: relative;
    margin: 4em auto;
    padding: 1.2em;
    width: 90%;
    border: 2px solid #43C631; /* 枠線の太さ・色 */
    background-color: #43C631;
    box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
    border-radius: 50px; /* 角の丸み */
}
.annai h2{
    color: white; /* 文字色 */
    font-size: 25px;
    margin-left: 50px;

}
.annai img{
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: 100px;
}
#contents h1 {
    color: white;/*文字色*/
    padding: 0.5em;/*文字周りの余白*/
    display: inline-block;/*おまじない*/
    line-height: 1.3;/*行高*/
    background: #43C631;/*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
    font-size: 25px;
    margin: 30px 0;
  }
  
  #contents h1:before {
    content: '●';
    color: white;
    margin-right: 8px;
  }
  .about1 h2{
    font-size: 23px;
    line-height: 1.5;
    display: inline-block;

}
.about1 img{
    display: inline-block;
    right: 15px;
    width: 260px;
}
.about_main {
    position: relative;
    margin: 2em auto;
    padding: 1.2em;
    width: 90%;
    border: 2px solid #43C631; /* 枠線の太さ・色 */
    color: #555555; /* 文字色 */
    background-color: #fff;
    box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
    border-radius: 8px; /* 角の丸み */
   }
   .about_main h2 {
    position: absolute;
    left: 20px; /*（left）に変更すると左 */
    top: -15px;
    padding: 0 .5em;
    font-weight: bold;
    font-size: 1.1em;
    color: #43C631; /* タイトル色 */
    background-color: #fff;
   }
   div.about_main p{
    }
    .syourei{
        background-color: aliceblue;
        border-radius: 20px;
        margin-right: 15px;
    }
    .syourei h3{
        text-align: center;
        font-size: 23px;

    }
.flow_moji{
    background-color: #43C631;
    padding: 5px;
    border-radius: 30px 5px 30px 5px;
}
.flow_moji h2{
    font-size: 30px;
    color: white;
    margin-left: 20px;
}
.shiromaru{
    background-color: white;
    color: #43C631;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.flow_naiyou{
    padding: 20px 0;
}
.flow_naiyou p{
    font-size: 25px;
    display: inline-block;
}
.flow_naiyou img{
    display: inline-block;
    position: absolute;
    right: 23px;
}
.flow_kome{
    position: relative;
    margin: 75px auto;
    padding: 0.8em;
    width: 55%;
    border: 2px solid #43C631; /* 枠線の太さ・色 */
    color: #555555; /* 文字色 */
    background-color: #fff;
    box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
    border-radius: 8px; /* 角の丸み */
}
.price_con h2{
    border-bottom: solid 3px #43C631;
    display: inline-block;
    font-size: 25px;
    color: #555555;
    padding-top: 50px;
}
.price_big{
    font-size: 50px;
    text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: crimson;
    text-shadow: 0.02em 0.02em 0.02em rgb(146, 146, 146);
    display: inline-block;
}
.ichiwari{
    display: inline-block;
    margin-left: -20px;

}
.price_img1{
    display: inline-block;
    margin-top: -140px;
    width: 110px;
}
.price_img2{
    position: absolute;
    right: 30px;
    margin-top: -20px;
    width: 175px;
}
.ccc{
    text-align: right;
}
#company1 {
    width: 550px;
    text-align: left;
    font-size: 14px;
    padding-top: 100px;
}
#company2 {
    width: 550px;
    text-align: left;
    font-size: 14px;
}

#company1 table {
    width: 500px;
    margin: 0px 0px 0px 40px;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #d9d3c8;
    border-left: solid 1px #d9d3c8;
}
#company1 table th {
    width: 120px;
    padding: 12px 12px 12px 12px;
    text-align: left;
    font-weight: normal;
    background-color: #f9f8f2;
    border-right: solid 1px #d9d3c8;
    border-bottom: solid 1px #d9d3c8;
}
#company1 table td {
    padding: 12px 12px 12px 12px;
    text-align: left;
    border-right: solid 1px #d9d3c8;
    border-bottom: solid 1px #d9d3c8;
}
.case_main {
    position: relative;
    margin: 2em auto;
    padding: 1.2em;
    width: 90%;
    border: 2px solid #43C631; /* 枠線の太さ・色 */
    color: #555555; /* 文字色 */
    background-color: #fff;
    box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
    border-radius: 8px; /* 角の丸み */
    text-align: center;
   }
   .case_main h2 {
    position: absolute;
    left: 20px; /*（left）に変更すると左 */
    top: -15px;
    padding: 0 .5em;
    font-weight: bold;
    font-size:25px;
    color:#85D235; /* タイトル色 */
    background-color: #fff;
   }
   .case_main img{
       display: inline-block;
       width: 250px;
       margin: 10px 15px;
   }
   .case_main2 img{
    width: 30%;
    padding: 0 20px;
   }

   /* 吹き出し本体 */
   .case_comment{
    position: relative;
    width: 430px;
    background: #D7EBAF;
    padding: 10px;
    margin-bottom: 35px;
    text-align:left;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.case_comment:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(253, 239, 245, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-left-color:#D7EBAF;
    left:100%;
    top:20px;
}

  /* 画像 - 絶対配置で右上に配置 */
  .case_comment .c_icon{
    position: absolute;
    right: -140px;
    top: -30px;

  }
  .c_icon img{
      width: 90px;
  }
  .main_intro{
    width: 880px;
    height: 500px;
    position: relative;
  }
 .main_intro img{
    position: absolute;
    width: 45%;
    top: 100px;
    left: 80px;
 }
 .main_img_con{
     padding: 20px;
     background-color:rgba(22, 179, 0,0.3);
     border-radius: 15px;
 }
div#header h1 a img{
    width: 110%;
    margin-top: -17px;
}
.main_sub_con{
    width: 100%;
    height: 600px;
    position: relative;
}
.main_sub_con .mainleft{
    position: absolute;
    left: 0;
    height: 100%;
}
.main_sub_con .mainright {
    position: absolute;
    right: 0;
    height: 100%;
}
.main_setsumei{
    background-color: rgba(255, 255, 255, 0.6);
}
.main_setsumei h2{
    padding: 20px 0;
    font-size: 30px;
    text-shadow: 0 0 10px rgba(255,255,255,1);
    color: royalblue;
}
.footer_item{
    background-color: rgba(255, 255, 255,0.8);
    width: 90%;
    margin: 5px auto;
    border-radius: 10px;
}
.footer_item h3{
    font-size: 35px;
    color: #333333;
}
.footer_item img{
    width: 80%;
    margin: 0 auto;
}
.footer_item .tel2{
    width: 80%;
    margin: 0 auto;

}
.footer_item .tel2 img{
    width: 15%;
    display: inline-block;
    vertical-align: bottom;
}
.tel2 h2{
    display: inline-block;
    font-size: 70px;
}
.side_me{
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
}

  .side4{
    background-color: antiquewhite;
    border-radius: 5px;
  }
  .side5{
    background-color: beige;
    border-radius: 5px;
  }
  .side6{
    background-color: cornsilk;
    border-radius: 5px;
  }
  .side7{
    background-color: floralwhite;
    border-radius: 5px;
  }
  .side8 h5{
      font-size: 18px;
      background-color: coral;
      text-align: left;
      color: white;
  }
  .side8 p{
      font-size: 12px;
      text-align: left;
  }
  .side8{
      padding: 5px;
  }
  .side8 a:link {
    color: #0000FF;
}
.side8 a {
    text-decoration: underline;
}
.side_con2{
    padding: 10px;
    border: black 1px solid;
}
#catch{
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    background-color: #D7EBAF;
    background-image: url(illust/illust4232thumb.gif);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 30px;
}
#catch h1{
    font-size: 25px;
    color: currentColor;
}