* {
	font-style:normal;
	text-align:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	zoom: 1;
}

.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}
@media screen and (min-width:600px) and (max-width: 1024px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul,ol,li {
  list-style: none;
  zoom: normal;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility:hidden;
}

.clearfix {
    *zoom: 1;
}

/* -----------------------------------
	style
 ----------------------------------- */

body {
  background: #FFF;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

a {
  color: #467AD5;
  font-weight: 600;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  vertical-align: bottom;
}

/* -----------------------------------
	container
 ----------------------------------- */
 
#container {
  background: #F9F6F0;
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  text-align:center;
}

.main{
  width: 100%;
}

section {
  border-bottom: 1px solid #222;
  width: 90%;
  margin: 0 auto;
  padding: 1.2em 0 2em 0;
}

.last {
  border-bottom: none;
}

h1 figure {
  width:100%;
  margin-bottom: 0.8em;
}

h1 figure img {
  width:100%;
  height:auto;
}

h2 {
  font-family: YakuHanJP;
  font-size: clamp( 18px, calc( 15px + 0.75vw ), 24px );
  font-weight:bold;
  margin:1em auto 0.8em auto;
}

h3 {
  font-size: clamp( 16px, calc( 15px + 0.25vw ), 18px );
  font-weight:bold;
  margin:1.5em auto 0.4em auto;
}

p {
  font-size: clamp( 15px, calc( 14.5px + 0.125vw ), 16px );
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.shop-tel dt {
  font-family: YakuHanJP, Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  width: 16.5em;
  white-space: nowrap;
  vertical-align: top;
}

.shop-tel dd {
  display: inline;
  margin-top: 0.6em;
}

.shop-tel dt,.shop-tel dd a {
  line-height: 2.2;
}

.shop-tel dd::before {
  content: " ➡ ";
}

.shop-tel dd::after {
  content: "\A";
  white-space: pre;
}

.shop-tel a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.shop-tel a:hover {
  text-decoration: underline;
}

p.cution {
  font-size: 0.95em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

ul li {
  margin-bottom: 0.6em;
  text-indent: -1em;
  padding-left: 1em;
}

p.home {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  text-align:center;
}

p.home img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.tbmb {display:block;}
.mb {display:block;}
img { max-width: 100%; height:auto;}
#container { width: 100%; margin: 0 auto 1.5em auto;}
.shop-tel dt { display: block; width: auto;}
.shop-tel dd { display: block; margin: 0 0 0.5em 0;}
.shop-tel dd::before {content: "➡ ";}
.shop-tel dt,.shop-tel dd a { line-height: 1.6;}
}

/*-----------------------------------------------
__margin_padding
-----------------------------------------------*/
.bold { font-weight:bold;}
.red { font-size: 1.1rem; color: #E60505; padding: 0 0.1em;}

.mt0{ margin:0 0 0 0 !important;}
.mt20{ margin-top:20px !important;}

.mb05{ margin-bottom:5px !important;}
.mb08{ margin-bottom:8px !important;}
.mb10{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}