/* ===========================================
 * css Shippori Mincho
 * ver 3.0.5
=========================================== */

* {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 16px;
	line-height: 1.8;
	color: #393939;
	letter-spacing: .1em;
	min-width: 1000px;
	background: #fff;
}


html {
 -webkit-text-size-adjust: 100%;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

a[href^="tel:"] {
	pointer-events: none;
	color:inherit;
}
.garamond{
	font-family: "Cormorant Garamond", serif;
	letter-spacing: .1em;
}
/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
	text-decoration: none;
}
a:not(:has(img)) {
  text-decoration: none;
  transition: .4s;
}

a:not(:has(img)):hover {
  opacity: 0.4;
}
a img{
	border:0;
  transition: transform .6s ease;
}
a:hover img{
	transform: scale(1.1);
}
ing,input{
  vertical-aligin: bottom;
}
hr{
	border: 0;
	height: 1px;
	background: #CBCBCB;
}
.clearfix {
	clear: both;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.br-pc {
	display:block;
}
.br-sp {
	display:none;
}

@media screen and (max-width:640px){
	body {
		font-size: 18px;
		width: 640px;
		min-width: auto;
	}
	
	a[href^="tel:"] {
		pointer-events: auto !important;
	}
	
	.pc {
	display: none;
	}
	.sp {
		display: block;
	}
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
	
	
}

