﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {

		/* font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		line-height: 2;
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
		font-size: 75%;
		color: #000000;
		background-image: url("../img/Paper.png");
		background-position: center;
}

ul {
	list-style: none;

}

#contents p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 19px;
	line-height: 1.2;
	color: #0f0f0e;
	padding: 0 0 20px 40px; 
}

#pages p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 1.5;
	color: #0f0f0e;
	padding: 0 0 20px 0; 
}

#pages .staff p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 2.5;
	color: #0f0f0e;
	padding: 0 0 20px 0; 
	margin: 20px;
}

#report a{
	margin: 8px 6px 12px 6px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#report p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	line-height: 1.2;
	color: #0f0f0e;
	padding: 0 0 20px 0; 
}

#report h4{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 1.2;
	color: #0f0f0e;
	padding: 0 0 20px 0; 
}

.form p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
	line-height: 1.2;
	color: #9b9a99;
	padding: 0 0 20px 0; 
}
.move p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
	line-height: 1.2;
	color: #9b9a99;
	padding: 0 0 20px 0; 
}
.workslist {
	margin: 40px 0 40px 20px;
	font-size: 23px;
	line-height: 2;

}
/* ----- 影 ---- */

.depth-0 {
  box-shadow: none;
}

.depth-1,
.card,
button,
input[type="button"],
textarea:focus,
input:focus,
.pager,
.panel,
.tabs {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.depth-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.depth-3,
button:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.depth-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.depth-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}

/* ----- ヘッダー---- */
#head-content {
	background-image: url("../img/header.png");
	width: 100%;
	height:160px;
	margin: 0px auto;
}

#header {
	width: 980px;
	height:150px;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	position: absolute;
	margin: 0;
	left: 0px;
	top:18px;
	overflow: hidden;
}

#header #tel {
	float: right;
	margin: 0;
	left: 666px;
	top:35px;
	position: absolute;
	overflow: hidden;
}
.page-head-box{
	max-width: 960px;
    margin: 0 auto;	
	}
.page-head-box h1{
	line-height: 300px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 15px rgba(0, 0, 0, 8);
	}

.parallax-img1{
	background:url(../img/head-about.png);
	}

.parallax-img2{
	background:url(../img/head-heri.png);
	}

.parallax-img3{
	background:url(../img/head-repo.png);
	}

.parallax-img4{
	background:url(../img/head-contact.png);
	}

div.parallax{
	height:300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
/* -----コンテンツ---- */
#sidenavi {
	float:left;
	padding-top: 100px;
	width:190px;
	margin:80px 20px 180px 0px;
}

.navi img{
	margin:40px 0 0 0;
	width: 180px;
    height: 56px;
	text-align:center;
}

#contents-wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;

}

#page-wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#pages {
float:left;
width:748px;
margin:50px 0px 10px 20px;
}

#report {
float:left;
width:748px;
margin:50px 0px 10px 20px;
}

#contents {
float:left;
width:748px;
margin:10px 0px 120px 0px;
}

#contents h1 {
	margin-top: 50px;
    padding: 40px 15px 25px 15px;
	font-size:4em;
		text-align: center;
}

h2{
	text-align: center;
    font-size: 35px;
    MARGIN: 100PX 0 0 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
	
.afterimg{
	clear:both;
}
p.leftsidetext{
float:left;
}

/* -----フォーム---- */
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	font-size: 12px;
	color:#333;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	font-size: 13px;
	color: #fff;
	background:#2059bc;
	text-align:center;
}

#formWrap {
	width:700px;
	margin:0 auto;
	line-height:120%;
	font-size:60%;
}

.form {
	float:left;
	font-size: 25px;
	padding-top:25px;
	padding-bottom:25px;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 11px BlinkMacSystemFont;
}
user agent stylesheet
input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

}
.worklist {
	font-size: 8em;
}
.rightsideimg
{
	float:left;
}

#info h3 {
	margin-bottom: 33px;
}
#shop_list h3 {
	padding-top:5px;
	padding-bottom:0px;
	font-size:113%;
}

#shop_list a img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
 
	}

#shop_list a :hover {
	opacity: 0.9;
}

#map_custmomize {
 margin-left: auto;
 margin-right: auto;
 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.banner{
	display: inline-block;
	vertical-align: middle;
	margin: 23px;
}

.banner img{
	border-radius: 5px;
  margin: 5px 20px;
}

.banner a :hover {
	opacity: 0.9;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
1}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
		margin:15px 20px 20px 15px;

}

.inlineframe {
	width:940px;
	height:230px;
    background-color:#FFFFFF;
	border: solid 1px #CCC;
	float:left;
    overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
	font-size:100%;
	color:#333;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

h3 {
 margin: 1em;
 color: rgb(24, 12, 2);
 font-size: 22px;
}

p {
 color: white;
 font-size: 16px;
}

.after-box {
  clear: left;
}

.cal1{
	display: inline-block;
  vertical-align:top;
	margin: 30px;
}

.info {
 margin-top: 30px;
 margin-bottom: 30px;
 width:980px;
 border-spacing: 0;
 border: 1px solid #CCC;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 -o-border-radius: 6px;
 border-radius: 6px;
 box-shadow: 0 1px 1px #CCC;
 }
.info th,
.info td {
 padding:10px;
 background:#FFF;
 border-bottom:solid 1px #CCC;
 border-right:solid 1px #CCC;
}
.info th {
 background:#e3dcd5;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
 color:#69655c;
}

.info tr:first-child th:first-child,
.info tr:first-child td:first-child {
 -webkit-border-radius: 6px 0 0 0;
 -moz-border-radius: 6px 0 0 0;
 -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.info tr:first-child th:last-child,
.info tr:first-child td:last-child {
 -webkit-border-radius: 0 6px 0 0;
 -moz-border-radius: 0 6px 0 0;
 -o-border-radius: 0 6px 0 0;
 border-radius: 0 6px 0 0;
}
.info tr:last-child th:first-child,
.info tr:last-child td:first-child {
 -webkit-border-radius: 0 0 0 6px;
 -moz-border-radius: 0 0 0 6px;
 -o-border-radius: 0 0 0 6px;
 border-radius: 0 0 0 6px;
}
.info tr:last-child th:last-child,
.info tr:last-child td:last-child {
 -webkit-border-radius: 0 0 6px 0;
 -moz-border-radius: 0 0 6px 0;
 -o-border-radius: 0 0 6px 0;
 border-radius: 0 0 6px 0;
}

.drinktag {
	text-align: center;
	font-size: 14px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	color: rgb(255, 255, 255);
	background-image: url("../img/drinktag.png");
}
.drinkprice {
	text-align: right;
	font-size: 10px;
}
.drinkpush {
	text-align: right;
	color: rgb(217, 73, 53);
	background-image: url("../img/circle.png");
}

.sitemap {
	padding: 120px 20px 30px 20px;
	text-align: center;
}

.sitemap a {
	font-size: 14px;
	color: #e4dddd;
	text-decoration: none;
}

.sitemap li {
	display: inline-block;
	margin: 5px;
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;

}

.pagetop a {
  display: table-cell;
  width: 6em;
  height: 6em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background: #000;
	text-decoration: none;
  behavior: url(PIE.htc);
}
#footer {
	clear:both;
	height: 300px;
	width: 100%;
	background-image:  url("../img/footer.png");
	background-position: center top;
}

#footer p {
	padding: 30px 20px 30px 20px;
	margin-top: 23px;
	text-align: center;
	font-size: 0.75em;
	color: #534949;
}
