@charset "UTF-8";
/*=========================================================================
//
// Base CSS
//
==========================================================================*/
/*-------------------------------------------------------------------------
 [Base] reset
--------------------------------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers --------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
}

/*-------------------------------------------------------------------------
 [Base] base setting
--------------------------------------------------------------------------*/
body, input, textarea, select, option, button {
  background: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  line-height: 1.7;
  color: #000;
  font-size: 16px;
}

body {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:link,
a:visited {
  color: #29ABE2;
  text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  box-sizing: border-box;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

textarea {
  width: 100%;
  resize: vertical;
  padding: 5px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

select {
  padding: 5px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

label {
  display: block;
  cursor: pointer;
}

p {
  margin-top: 1.2em;
  word-wrap: break-word;
}

p:first-child {
  margin-top: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*=========================================================================
//
// Unique CSS
//
==========================================================================*/

/* common
--------------------------------------------------------------------------*/
section{
	text-align: center;
	padding: 0 25px 60px;
	margin: 0;
}

h1{
	text-align: center;
	margin: 0;
	padding: 90px 0 0;
	font-size: 180%;
	font-weight: 900;
}

h2{
	padding: 30px 0 0;
	margin: 0;
	font-size: 120%;
	font-weight: 600;
}

p{
	padding: 0 0 15px;
}

.leadTxt{
	margin: 0 0 60px;
	padding: 40px 0 0;
	font-size: 105%;
}

.bg-gray{
	background-color: #F2F2F2;
}

#contents{
	padding: 50px 0 0;
}

/* header
--------------------------------------------------------------------------*/
header{
	background-color: #D61518;
  	position: fixed;
	height: 50px;
	width: 100%;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 1000;
}

header h1{
	width: 133px;
	height: 20px;
	padding-top: 15px;
	margin: auto;
}


/* footer
--------------------------------------------------------------------------*/
footer{
	background-color: #D61518;
	height: 120px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
}



/* #top
--------------------------------------------------------------------------*/
#top{
	position: relative;
}

#top h1{
	padding: 30px 0 0;
}


#top p{
	padding: 30px 0 0;
}

#top div.visual{
	height: 180px;
	width: 100%;
	background: url(../images/top/bg_top.png) bottom no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	padding: 30px 0 0;
}

@media screen and (-webkit-min-device-picel-ratio:2),(min-resolution:2dppx){ 
#top div.visual{
	height: 180px;
	width: 100%;
	background: url(../images/top/bg_top@2x.png) bottom / 374px 64px no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	padding: 30px 0 0;
	}
}
	

#top p.leadTxt{
	font-size: 110%;
	padding: 240px 0 0;
}


/* #shopList
--------------------------------------------------------------------------*/
#shopList ul{
	padding: 30px 0 0;
}

#shopList li {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 30px 30px 0;
	max-width: 280px;
	min-height: 280px;
	margin: 0 auto 10px;
}

#shopList li.close{
	min-height: 180px;
}

#shopList h2{
	position: relative;
	height: 60px;
}

#shopList h2 img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* #company
--------------------------------------------------------------------------*/
#company h2{
	font-weight: 600;
	margin-bottom: 30px;
}

#company h3{
	margin-bottom: 10px;
}

#company p{
	margin: 0 0 60px;
	padding: 0;
}

#company ul{
	margin-bottom: 60px;
}

#company .gmap{
	position: relative;
	overflow: hidden;
	margin-top: -45px;
}



/* #inquiry
--------------------------------------------------------------------------*/
#inquiry li{
	padding: 0 0 35px;
}

#inquiry li p{
	padding: 0 0 7px;
	margin: 0;
	font-size: 120%;
}

#inquiry li p.day{
	margin-top: -10px;
	font-size: 90%;
}























