@charset "utf-8";

/* 全ページ共通指定
----------------------------------------*/

body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 15px;
  line-height: 2;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #ffffff;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

ul,dt,dd {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: serif, 'Sawarabi Mincho';
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-family: serif, 'Sawarabi Mincho';
  font-size: 24px;
}

h3 {
	font-family: serif, 'Sawarabi Mincho';
	font-size: 19px;
	color: #036;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

#wrap a {
  text-decoration: none;
  color: #3583aa;
}

#wrap a:hover {
  text-decoration: underline;
}

#wrap .btn a {
	line-height: 3em;
	display: block;
	margin-top: 45px;
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgba(128,128,128,0.7);
	width: 280px;
}

#wrap .btn a:hover {
  text-decoration: none;
  color: #999999;
  background-color: #ffffff;
}

a img:hover {
  opacity: .8;
}

.icon:before {
  padding-right: 10px;
  content: "";
  border-left: 7px solid #DEBB93;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

#nav-content #midashi {
	display: none;
}

/* レイアウトに関する指定
----------------------------------------*/

header {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 50px;
}

.global-nav {
  float: right;
  margin-top: 60px;
}

.global-nav li {
	font-family: serif;
	font-size: 20px;
	float: left;
	margin: 0 20px;
	list-style: none;
}

.global-nav li a {
  color: #ffffff;
  text-decoration: none;
}

.global-nav li a:hover .wabun {
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.global-nav li .wabun {
	font-size: 14px;
	display: block;
	margin-top: -30px;
}

.global-nav li .wabun::before {
	content: "\A";
	white-space: pre;
}

#wrap {
  clear: both;
  margin-top: 220px;
  padding: 35px 0;
  background-color: #ffffff;
}

.content {
  width: 960px;
  margin: 0 auto;
}

.main-center {
  width: 940px;
  margin: 0 auto;
}

.main {
  float: left;
  width: 700px;
  margin: 0 10px;
}

.sidebar {
  font-family: serif, 'Sawarabi Mincho';
  float: right;
  width: 200px;
  margin: 0 10px 0 30px;
}

.sidebar h2 {
  margin-bottom: 10px;
}

.sidebar ul {
  font-size: 16px;
  margin-left: 20px;
}

.sidebar ul a {
  color: #333333;
}

section {
  margin-bottom: 35px;
}

footer {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  background-color: #767671;
}

footer small {
  font-size: 14px;
}

footer small a, a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer small a:hover {
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.center_sm {
	margin-bottom: 2em;
	margin-top: 1em;
	text-align: center;
}
.center_ms {
	margin-bottom: 1em;
	margin-top: 2em;
	text-align: center;
}
.center_mm {
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
}

.center_ll {
	margin-bottom: 3em;
	margin-top: 3em;
	text-align: center;
}
.tenpo_img {
	margin-top: 6em;
	text-align: center;
}

.small {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.2em;
}

/* PC用CSS
----------------------------------------*/

@media screen and (min-width:600px) {
  /* 画面サイズが600px以上の場合に適用 */

/* index.htmlへの指定
----------------------------------------*/

#index {
  background-image: url(../images/bg-index-fc-5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#index #wrap {
	margin-top: 0;
	padding: 0;
	background-color: transparent;
}

#index .content {
  margin-top: 145px;
}

#index h1 {
	font-family: serif, 'Sawarabi Mincho';
	font-size: 100px;
	line-height: 1.5;
	color: #ffffff;
	border: none;
	background-image: url(../images/dia.fw.png);
	background-repeat: no-repeat;
	background-position: right 65%;
	display: inline;
	padding-right: 55px;
}

#index .top-text {
	margin-top: 55px;
}

#index #wrap p {
  font-size: 16px;
  color: #ffffff;
}
.setup_menu {
	width: 100%;
	clear: both;
	text-align: center;
}
.setup_menu li img {
	height: 138px;
	width: 230px;
}
.setup_menu li {
	height: 235px;
	width: 280px;
	background-color: rgba(128,128,128,0.7);
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	padding-top: 25px;
}
#index .setup_menu li h2 {
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#index .setup_menu li p {
	font-size: 14px;
	line-height: 3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index .setup_menu li a:hover {
	font-weight: bold;
	text-decoration: none;
}
.top_menu {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 6em;
}
.top_menu li {
	height: 180px;
	width: 280px;
	background-color: rgba(128,128,128,0.7);
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	display: inline-block;
	padding-top: 25px;
}
#index .top_menu li h2 {
	font-size: 16px;
	color: #FFF;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
}
#index .top_menu li p {
	font-size: 14px;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index .top_menu li a:hover {
	font-weight: bold;
	text-decoration: none;
}

#index footer {
	background-color: transparent;
	width: 100%;
	bottom: 0px;
	float: left;
	margin-top: 50px;
}

#index .tw-box {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#index #faq {
	background-color: #FFF;
	margin-top: 100px;
	padding-top: 2em;
	padding-bottom: 2em;
}
#index #faq .aq {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#index .switchHat {
	color: #333;
	font-size: 1em;
}

#index .switchDetail {
	display: block;
	border: 3px solid #eaeaea;
	background-color: #eaeaea;
	padding: 1%;
	margin-bottom: 1.5em;
}

#index .switchDetail a {
	color: #000;
}

#index .contents-text {
	background-color: #FFF;
	width: 100%;
	margin-top: 50px;
	padding-top: 2em;
	padding-right: 2.5em;
	padding-bottom: 1em;
	padding-left: 2.5em;
}
#index #wrap .contents-text p {
	color: #333;
}

/* setupへの指定
----------------------------------------*/

#setup {
  background-image: url(../images/bg-index-fc-3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}
#setup h1 {
	font-size: 28px;
}
#setup h2 .wabun {
	font-size: 0.7em;
}
#setup h3 .wabun {
	font-size: 0.9em;
}


/* about.htmlへの指定
----------------------------------------*/

#about {
  background-image: url(../images/bg-index-fc-3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}

#about .profile-txt {
  float: left;
  width: 540px;
}

#about .profile-txt span {
  font-weight: bold;
}

#about .profile-image {
  float: right;
}

#tabarea {
	font-size: smaller;
}

#tabarea h3 {
	font-size: small;
}

#tabarea table {
	width: 100%;
}

#tabarea td {
	text-align: center;
}

#tabarea table .select {
	background-color: #F9F9F9;
}

/* access.htmi contact.htmlへの指定
----------------------------------------*/

#contact {
  background-image: url(../images/bg-index-fc-3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}

#contact .access table {
  float: left;
}

#contact .access th,
#contact .access td {
  line-height: 2.5;
  text-align: left;
  vertical-align: top;
}

#contact .access td {
  padding-left: 30px;
}

#contact .access iframe {
  float: right;
  width: 450px;
}

#contact .calender .table_cal {
	float: left;
	width: 46%;
	margin-left: 1.7em;
}

#contact .calender th,
#contact .calender td {
    font-family: serif, 'Sawarabi Mincho';
	line-height: 2.5;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
}

#contact .calender th {
	color: #FFF;
	background-color: #999;
}

#contact .calender .table_cal_select {
	color: #FFF;
	background-color: #C00;
}

#contact .switchHat {
	color: #333;
	font-size: 1em;
}

#contact .switchDetail {
	display: block;
	border: 3px solid #eaeaea;
	background-color: #eaeaea;
	padding: 1%;
	margin-bottom: 1.5em;
}

#contact .form {
  padding: 30px 50px;
  background-color: #eaeaea;
}

#contact .form dl dt {
  float: left;
  clear: both;
  width: 165px;
  padding: 10px 0;
}

#contact .form dl dd {
  padding: 10px 0;
}

#contact .form .name {
  width: 300px;
  height: 30px;
}

#contact .form .email {
  width: 300px;
  height: 30px;
}

#contact .form .time {
  width: 300px;
  height: 30px;
}

#contact .form .message {
  width: 660px;
  height: 150px;
}

#contact .form button {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 120px;
  margin-left: 165px;
  text-align: center;
  color: #ffffff;
  border: 3px solid #009cd3;
  border-radius: 5px;
  background-color: #009cd3;
}

#contact .form button:hover {
  cursor: pointer;
  color: #009cd3;
  background-color: #ffffff;
}

#contact .form .required:after {
  content: "*";
  color: #ff0000;
}

#contact .form .attention {
  margin: 20px 0 0 165px;
}

/* productへの指定
----------------------------------------*/

#product {
  background-image: url(../images/bg-index-fc-3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}

#product .access table {
	width: 100%;
}

#product .access th {
	line-height: 2.5;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

#product .access td {
	line-height: 2.5;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}

#product h2 .wabun {
	font-size: 0.7em;
	margin-left: 1em;
}

/* Hall.htmlへの指定
----------------------------------------*/

#hall {
  background-image: url(../images/bg-index-fc-3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}

#hall .access table {
	width: 100%;
}

#hall .access th {
	line-height: 2.5;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

#hall .access td {
	line-height: 2.5;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}

#hall h2 .wabun {
	font-size: 0.7em;
	margin-left: 1em;
}
}

/* スマートフォン用CSS
----------------------------------------*/

@media screen and (max-width:600px) {
  /* 画面サイズが600px以下の場合に適用 */

  body {
    font-size: 3.5vw;
  }

  h1 {
    font-size: 7.2vw;
  }

  h2 {
    font-size: 6vw;
  }

  h3 {
    font-size: 4.8vw;
  }

  img {
	max-width: 100%;
	height: auto;
  }

  header {
    width: auto;
    margin: 0 5%;
  }

  .logo {
	float: none;
	margin-top: 45px;
	text-align: center;
  }

  .logo img {
	height: 62px;
	width: 170px;
  }

.global-nav {
  float: none;
  margin-top: 0px;
}

.global-nav li {
	font-family: serif, 'Sawarabi Mincho';
	font-size: 14px;
	float: none;
	margin: 0 20px;
	list-style: none;
}

.global-nav li a {
  color: #ffffff;
}

.global-nav li a:hover .wabun {
  padding-bottom: 0px;
  text-decoration: none;
  border-bottom: 0px solid #ffffff;
}

#wrap {
    margin-top: 15px;
    padding: 30px 0 0;
  }

#wrap .btn a {
	margin-right: auto;
	margin-left: auto;
}

  .content {
    width: 100%;
  }

  .main {
    float: none;
    width: auto;
    margin: 0 5%;
  }
  
  .main-center {
    width: auto;
    margin: 0 5%;
  }

  .sidebar {
    float: none;
    width: auto;
    margin: 0;
    padding: 30px 10% 10px;
    background-color: #f7f6f4;
  }
  
footer small {
  font-size: 12px;
}

/*スライドメニュースマホ用設定*/
body #header-nav {
	position: fixed;
	top: 0px;
	z-index: 100;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	right: 0px;
	background-color: rgba(0,0,0,0.4);
}

#nav-drawer {
  position: relative;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 2px;/*線の太さ*/
	width: 20px;/*長さ*/
	border-radius: 2px;
	display: block;
	content: '';
	cursor: pointer;
	background-color: #FFF;
}
#nav-open span:before {
  bottom: -6px;
}
#nav-open span:after {
  bottom: -12px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #ffffff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	text-align: left;
	color: #036;
}
#nav-content #midashi {
	font-size: 1.2em;
	font-family: serif, 'Sawarabi Mincho';
	color: #FFF;
	font-weight: normal;
	background-color: #DEBB93;
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0px;
	padding-left: 1.5em;
	margin-bottom: 25px;
}
#nav-content ul li a {
	display: block;
	margin: 0;
	text-align: left;
	color: #036;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2.5em;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* index.htmlへの指定
----------------------------------------*/

#index:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc_s3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#index header {
  height: 75px;
}

#index #wrap {
    margin-top: 0;
	padding-right: 5%;
	padding-left: 5%;
    background-color: transparent;
}

.setup_menu {
	width: 100%;
	clear: both;
	text-align: center;
}
.setup_menu li img {
	height: 138px;
	width: 230px;
}
.setup_menu li {
	height: 280px;
	width: 280px;
	background-color: rgba(128,128,128,0.7);
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	padding-top: 25px;
}
#index .setup_menu li h2 {
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#index .setup_menu li p {
	font-size: 14px;
	line-height: 3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index .setup_menu li a:hover {
	font-weight: bold;
	text-decoration: none;
}
.top_menu {
	width: 100%;
	clear: both;
	text-align: center;
}
.top_menu li {
	height: 180px;
	width: 280px;
	background-color: rgba(128,128,128,0.7);
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	display: inline-block;
	padding-top: 25px;
}
#index .top_menu li h2 {
	font-size: 16px;
	color: #FFF;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
}
#index .top_menu li p {
	font-size: 14px;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index .top_menu li a:hover {
	font-weight: bold;
	text-decoration: none;
}

#index .content {
	text-align: center;
}

#index h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	line-height: 1.2;
	color: #ffffff;
	border: none;
	background-image: url(../images/dia.fw.png);
	background-repeat: no-repeat;
	background-position: right 65%;
	display: inline;
	padding-right: 27px;
	-webkit-background-size: 22px 18px;
}

#index .top-text {
	margin-top: 35px;
}

#index p {
  font-size: 16px;
  color: #ffffff;
}

#index footer {
	background-color: transparent;
	width: 100%;
	bottom: 0px;
	float: left;
	margin-top: 50px;
}

#index .tw-box {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#index #faq {
	background-color: #FFF;
	margin-top: 60px;
	padding-top: 2em;
	padding-bottom: 2em;
}
#index #faq .aq {
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}
#index #faq .aq h2 {
	font-size: 1.2em;
}

#index .switchHat {
	color: #333;
	font-size: 1em;
}

#index .switchDetail {
	display: block;
	border: 3px solid #eaeaea;
	background-color: #eaeaea;
	padding: 1%;
	margin-bottom: 1.5em;
}

#index .switchDetail a {
	color: #000;
}

#index .contents-text {
	background-color: #FFF;
	width: 80%;
	margin-top: 50px;
	padding-top: 2em;
	padding-right: 2.5em;
	padding-bottom: 1em;
	padding-left: 2.5em;
	text-align: left;
}
#index #wrap .contents-text p {
	color: #333;
}

/* setupへの指定
----------------------------------------*/

#setup:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto; 
}
#setup h1 {
	font-size: 28px;
}
#setup h2 .wabun {
	font-size: 0.7em;
}
#setup h3 .wabun {
	font-size: 0.9em;
}

/* about.htmlへの指定
----------------------------------------*/

#about:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto; 
}

#about .profile-txt {
  float: none;
  width: auto;
}

#tabarea {
	font-size: smaller;
}

#tabarea h3 {
	font-size: small;
}

#tabarea table {
	width: 100%;
}

#tabarea td {
	text-align: center;
}

#tabarea table .select {
	background-color: #F9F9F9;
}

/* access.htmi contact.htmlへの指定
----------------------------------------*/

#contact:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto; 
}

#contact .access table {
	float: none;
	width: 100%;
}

#contact .access th,
#contact .access td {
	line-height: 2.5;
	text-align: left;
	vertical-align: top;
	display: block;
	width: 100%;
}

#contact .access td {
	padding-left: 0px;
}

#contact .access iframe {
	float: none;
	width: 100%;
	margin-top: 20px;
}

#contact .calender .table_cal {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#contact .calender th,
#contact .calender td {
    font-family: serif, 'Sawarabi Mincho';
	line-height: 2.5;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
}

#contact .calender th {
	color: #FFF;
	background-color: #999;
}

#contact .calender .table_cal_select {
	color: #FFF;
	background-color: #C00;
}

#contact .form {
  padding: 10px 30px;
  background-color: #eaeaea;
}

#contact .form dl dt {
  float: none;
  clear: both;
  width: 100%;
  padding: 10px 0;
}

#contact .form dl dd {
  width: 100%;
  padding: 10px 0;
}

#contact .form .name {
  width: 100%;
  height: 30px;
}

#contact .form .email {
  width: 100%;
  height: 30px;
}

#contact .form .time {
  width: 100%;
  height: 30px;
}

#contact .form .message {
  width: 100%;
  height: 150px;
}

#contact .form button {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 120px;
  margin-left: 0px;
  text-align: center;
  color: #ffffff;
  border: 3px solid #009cd3;
  border-radius: 5px;
  background-color: #009cd3;
}

#contact .form button:hover {
  cursor: pointer;
  color: #009cd3;
  background-color: #ffffff;
}

#contact .form .required:after {
  content: "*";
  color: #ff0000;
}

#contact .form .attention {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/* productへの指定
----------------------------------------*/

#product:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto; 
}

#product .access table {
	float: none;
	width: 100%;
}

#product .access th,
#product .access td {
	line-height: 2.5;
	text-align: left;
	vertical-align: top;
	display: block;
	width: 100%;
}

#product .access td {
	padding-left: 0px;
	padding-top: 20px;
}
#product h2 .wabun {
	font-size: 0.7em;
	margin-left: 1em;
}
#product h2 .wabun::before {
	content: "\A" ;
	white-space: pre ;
}

/* Hallへの指定
----------------------------------------*/

#hall:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg-index-fc-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto; 
}

#hall .access table {
	float: none;
	width: 100%;
}

#hall .access th,
#hall .access td {
	line-height: 2.5;
	text-align: left;
	vertical-align: top;
	display: block;
	width: 100%;
}

#hall .access td {
	padding-left: 0px;
	padding-top: 20px;
}

#hall h2 {
	font-size: 1.5em;
}

}