/*
idutsuyahonten.jp Reset Stylesheet
v1.6.1
Last Updated: 2018.04.20
Author: idutsuya-fujikawa
*/


/* Default---------------------------------------------- */

html, body {
  height: 100%;
}
body {
  color: #000;
}
a, a:link, a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:hover, a:link:hover, a:visited:hover {
  opacity: 0.8;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  zoom: 1;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family:"Shuei MaruGo L", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}


/* ie対策--------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
.clearfix {
  zoom:1;
}

/* common--------------------------------------------------- */
#wrap {
  width: 100%;
  text-align: center;
  position: relative;
}
.inner {
  width: 1040px;
  margin: 0 auto;
}
.flex {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  word-wrap: break-word;
}
#totop {
  position: fixed;
  bottom: 30px;
  right: 3%;
  height: auto;
  margin: auto;
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.topimg img {
  width: 100%;
}
.info {
  background: url(../img/bg.jpg) repeat;
  padding: 25px 0;
}
.info p {
  padding: 25px 0 0;
  color: #6e3b09;
  font-size: 21px;
}
.intro {
  background: url(../img/intro_bg.png) no-repeat;
  background-position: center;
  padding: 92px 0 65px;
}
.about_topimg img {
  width: 100%;
}
.about_title {
  background: url(../img/about_bg.png) repeat;
  padding: 50px 0 30px;
}
.about_intro {
  background: url(../img/about_bg.png) repeat;
}
.about_intro .about_txt {
  padding: 60px 0 40px;
}
.about_intro .about_p {
  font-size: 21px;
  line-height: 2.16;
  padding: 0 0 80px;
}
.about_title .chara,
.about_intro .chara {
  background: url(../img/about_clover.png) no-repeat;
  background-position: center bottom;
}
.about_title .top,
.about_intro .top {
  padding: 40px 0 25px;
}
.about_intro:before,
.about_intro:after {
  content: "";
  background: url(../img/about_bg2.png) repeat-x;
  padding: 11px 0;
  display: block;
}
.about_intro:after {
  padding: 41px 0 11px;
  background-position: bottom;
}
.about_point {
  background: url(../img/about_bg.png) repeat;
  padding: 70px 0;
}
.about_point li + li {
  margin: 40px 0 0;
}
.about_point li .flex {
  padding: 15px 0 0;
}
.about_point li .chara{
    width: 25%;
    height: auto;
}
.about_point li .flex p {
  width: 54%;
  font-size: 21px;
  line-height: 2.16;
  text-align: left;
}
.about_point li .flex p span {
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  color: #70c646;
  padding: 0 0 30px;
  font-family: "Shuei MaruGo B";
}
.about_point li .flex .img {
  width: 38%;
}
.about_service {
  background: url(../img/about_bg3.png) no-repeat;
  background-size: cover;
}
.about_service .chara {
  background: url(../img/about_clover.png) no-repeat;
  background-position: center bottom;
  padding: 90px 0 0;
}
.about_service .top {
  padding: 40px 0 25px;
}
.about_service .flex {
  padding: 112px 0 95px;
}
.about_service .flex:before {
  content: "";
  background: url(../img/about_bg2.png) repeat-x;
  padding: 11px 0;
  display: block;
}
.about_service .flex li {
  width: 31%;
  background-color: #fbee8e;
  padding: 20px 20px 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.about_service .flex li div img {
  padding: 20px 0 10px;
}
.about_service .flex li div p {
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: #7e4f1e;
}
.about_service .flex li div p span {
  display: block;
  padding: 0 0 22px;
  text-align: center;
}
.contact {
  padding: 85px 0 100px;
}
.map iframe {
  width: 100%;
  height: 480px;
    vertical-align: bottom;
}
.footer {
  background-color: #f3e8d2;
}
.footer .store {
  padding: 85px 0 0;
}
.footer .store p {
  padding: 25px 0;
  font-size: 19px;
  line-height: 1.78;
}
.footer .info {
  background: none;
  padding: 25px 0 75px;
}
.copy {
  font-size: 12px;
  padding: 19px 0;
  color: #777;
  background-color: #fff;
}
/*.titledesc  {
    width: 89px;
    margin: 0 auto;
}
  .titledesc img{
    width: 100%;
}
*/




/* sp
-----------------------------------------------------------
----------------------------------------------------------- */

@media screen and (max-width:960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    -webkit-backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
  }
  .inner {
    width: 90%;
    margin: auto 5%;
  }
  .info {
    padding: 1em 0;
  }
  .info a img {
    max-width: 80%;
  }
  .info p {
    padding: 1em 0 0;
    font-size: 3.6vw;
    line-height: 1.33;
  }
  .intro {
    padding: 2em 0;
    background-size: contain;
  }
  .about_title .chara, .about_intro .chara {
    background: url(../img/about_clover_sp.png) no-repeat;
    background-size: 60%;
    background-position: center bottom;
  }
  .about_intro:before, .about_intro:after {
    background-size: 10%;
  }
  .about_title .top, .about_intro .top {
    padding: 1em 0;
  }
  .about_title .chara img,
  .about_intro .chara img {
    width: 25%;
  }
  .about_title .top img {
    max-width: 61%;
  }
  .about_title {
    padding: 1em 0;
  }
  .about_intro .about_txt img {
    max-width: 66%;
  }
  .about_intro .about_txt {
    padding: 2em 0;
  }
  .about_intro .about_p {
    font-size: 3.6vw;
    line-height: 1.68;
    padding: 0 0 2em;
    text-align: left;
  }
  .about_intro .top img {
    max-width: 58%;
  }
  .about_intro:after {
    padding: 2em 0 11px;
  }
  .about_point {
    padding: 1em 0 2em;
  }
  .about_point li > img {
    max-width: 49%;
  }
  .about_point li .flex p {
    width: 100%;
    font-size: 3.6vw;
    line-height: 1.68;
  }
  .about_point li .flex p span {
    font-size: 6vw;
    line-height: 1.4;
    padding: 0 0 0.5em;
    text-align: center;
  }
  .about_point li .flex .img {
    width: 100%;
    padding: 1em 0 0;
  }
  .about_point li + li {
    margin: 1.5em 0 0;
  }
  .about_service .chara {
    background: url(../img/about_clover_sp.png) no-repeat;
    padding: 4em 0 0;
    background-size: 60%;
    background-position: center bottom;
  }
  .about_service .chara img {
    width: 25%;
  }
  .about_service .top {
    padding: 1em 0;
  }
  .about_service .top img {
    max-width: 44%;
  }
  .about_service .flex {
    padding: 3em 0 0;
  }
  .about_service .flex:before {
    background-size: 10%;
  }
  .about_service .flex li {
    width: 100%;
    margin: 0 0 1em;
    padding: 1em;
  }
  .about_service .flex li div img {
    padding: 12px 0 5px;
    height: 67px;
  }
  .about_service .flex li div p {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .about_service .flex li div p span {
    padding: 0 0 10px;
  }
  .about_service {
    background: url(../img/about_bg3_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: top;
  }
  .contact {
    padding: 1em 0 2em;
  }
  .map iframe {
    height: 300px;
  }
  .footer .store {
    padding: 3em 0 0;
  }
  .footer .store img {
    width: 86%;
  }
  .footer .store p {
    padding: 1.5em 0;
    font-size: 3.6vw;
    line-height: 1.68;
  }
  .footer .info {
    padding: 0 0 1em;
  }
  .footer .info a img {
    max-width: 100%;
  }
  .copy {
    font-size: 2.4vw;
    padding: 1em 0;
  }
  #totop {
    width: 50px;
    height: 50px;
  }
  .about_point li .chara {
    width: 49%;
    height: auto;
}
  /*
  .titledesc  {
    width: 23.6vw;
    margin: 0 auto;
}
  .titledesc img{
    width: 100%;
}*/
}


