@charset "UTF-8";
/*-----------------------------------------------------------------
全体
-----------------------------------------------------------------*/
/* デバッグ用 全要素のｱｳﾄﾗｲﾝを表示する */
/* *{
  outline: #F00 1px solid;
} */

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  border: none;
  color: #331008;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3em;
  text-size-adjust: 100%;/* スマホのフォントサイズを制御 */
  -webkit-text-size-adjust: 100%; /* Safari */
}

/* コンテンツ */
.wrap{
  width: 540px;
  margin: 0 auto;
}

.sideBg{
  background: url(../img/c2.gif) no-repeat top left,
    url(../img/c4.gif) no-repeat top right,
    url(../img/c5.gif) no-repeat bottom left,
    url(../img/c7.gif) no-repeat bottom right,
    url(../img/b2.gif) repeat-y top left,
    url(../img/b3.gif) repeat-y top right;
}

img{
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table{
  margin: 0 auto;
  border: none;
}
table tr td{
  vertical-align: top;
}

h1{
  /* margin: 1em 0; */
  margin: 30px 0 0;
  text-align: center;
}

dl,
dl dt,
dl dd{
  margin: 0;
}

address{
  font-style: normal;
}

a[href*="tel:"]{
  display: block;
  margin: 1em 0;
  text-align: center;
  font-size: 18px;
}
a[href*="tel:"] span{
  margin: 0 .5em 0 0;
  padding: 3px 15px;
  background-color: #331008;
  color: #FFF;
}

/* コピーライト */
.copy{
  margin: 20px 0;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

/*-----------------------------------------------------------------
下層 - 共通
-----------------------------------------------------------------*/
iframe{
  margin-top: auto;
  border: none;
}

.deco01, .deco02{
  margin: 20px 0;
  text-align: center;
}

h2{
  margin: 1em 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}