@charset "UTF-8";


@font-face {
font-family: "04KanjyukuGothic";
  src: url("webfonts/kanjyuku.woff") format("woff");
   /*  font-family: 'FuturaPT Book';
    src:url("../webfonts/FuturaPT-Book.woff") format("woff");*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}




/* Alignment */
.alignL {
text-align:left;
}
.alignR {
text-align:right;
}
.alignC {
text-align:center;
}

.floatL {
float:left;
}
.floatR {
float:right;
}



/* =Global
----------------------------------------------- */

body {
	color: #000;
    font-family: "04KanjyukuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: normal;
    /*font-weight: 500; font-weight: 700;*/
font-style: normal;
	line-height: 1.4em;
}





/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
margin: 1em auto 0 auto;
}
dt {
	font-weight: bold;
	
}
dd {
margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color:#000000;
		text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color:#666666;
}



/* =Header
----------------------------------------------- */


/* =Content
----------------------------------------------- */

#container {
width:1000px;
margin:0 auto;
padding:0 0 15px 0;
text-align:center;
z-index:0;
}

#main {
	clear: both;
	padding: 1.625em 0 0;
}



img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}





/* =Image
----------------------------------------------- */


.img-logo {
	width:100%;
	max-width:500px;}

.img-map {
	width:100%;
	max-width:500px;
opacity: 100%;
}


.img-map:hover {
    opacity: 50%;
  transition: opacity 1s;
}


.img-tagline {
    	width:100%;
	max-width:250px;
}

/* =Navigation
-------------------------------------------------------------- */


/* =Home
-------------------------------------------------------------- */


.tempAddress {
    width:100%;
    margin: 0 auto;
    text-align: center;
    padding:0;
}

.tempAddress p {
    font-size: 13px;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0;
}

.tempAddress h2 {
    font-weight: normal;letter-spacing: 0.05em; font-size:1.1em;padding: 0 0 1em 0;
}

.tempAddress h3 {
  font-weight: normal;letter-spacing: 0.05em; font-size:0.8em;
    margin: 10px 0 0 0;
    padding: 0;
}


/*SNS*/
.sns_list {
  /*position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
  margin: 10px auto 20px auto ;
  height: 30px;
  width: 100px;
    list-style: none;
}

.sns_btn {
  float: left;
/*   border-radius: 20%;
  box-shadow: inset 0 0 0 20px #c49a6c;*/
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin:0 10px;
}
.sns_btn a {
  display: table-cell;
  width: 20px;
  height: 20px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
    padding-left: 3px;
    margin-right: 3px;
}
.sns_btn i {
  font-size: 20px;
  vertical-align: middle;
    text-align: center;
}
.sns_btn:hover {
/* box-shadow: inset 0 0 0 0 #c49a6c;*/
}

.sns_btn + .sns_button {
  margin: 0 0 0 10px;
}



.facebook:hover a {
  color: #666;
}

.twitter:hover a {
  color: #666;
}

.instagram:hover a {
  color: #666;
}




@media (max-width: 643px) {

    
}


/* =Page
-------------------------------------------------------------- */


/* =Footer
----------------------------------------------- */

	.footer-copyright {
		text-align:center;
		margin:0 auto;
		padding:20px 0;
		font-size:12px;
		clear:both;}