﻿@charset "utf-8";
body {
  background-color: white;
}

/* ローディング画面 */
#loading {
  display: none;
  width: 200px; /* gif画像の幅 */
  height: 200px; /* gif画像の高さ */
  background-image: url("/image/loading_spinner.gif");
  background-size: 200px 200px; /*96px*96pxにする*/
  border-radius: 15px; /* 丸角 */
  position: fixed; /* gif画像をスクロールさせない */
  left: 50%; /* gif画像を画面横中央へ */
  top: 50%; /* gif画像を画面縦中央へ */
  margin-top: -100px;
  margin-left: -100px;
}

/* 画面構成 */
#main {
  background-color: white;
  width: 100vw;
}

#header {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 120px;
  background-image: url("/image/logo.png");
  background-size: auto 20px;
  background-repeat: no-repeat; /*背景画像を繰り返さない*/
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
  font-size: 100%;
  background-color: #ccc;
  position: relative;
  top: 50px;
  max-height: 60px;
  min-height: 60px;
  border: solid 1px white;
  width: 19%;
  padding-top: 18px;
  text-align: center;
  float: left;
}
.menu_char {
  margin: 5px 0px 0px 5px; /*メニュー文字*/
}
#aside {
  display: none;
}
#article {
  clear: both;
  position: relative;
  width: 95%;
  min-height: 470px;
  font-size: 100%;
  padding: 15px 15px 15px 15px;
  float: left;
  /* max-height: 100%; */
}
#footer {
  clear: both;
  position: relative;
  padding-top: 5px;
  width: 95%;
  text-align: right;
  min-height: 100px;
}

/* page-01.TOP */
#pixiview {
  width: 100%;
  height: 400px;
  display: block;
  margin: 60px auto;
  padding: 0;
}

.icon_box {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 60px 0;
}
.icon_box div {
  border: 1px #ccc solid;
  margin: 2px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.top_icons {
  width: 100%;
}

/* page-04.組合理念 */
#about_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  margin: 30px auto;
}
#about_table th {
  width: 25%;
  padding: 4px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #fee;
  border-left: 3px double #999;
  border-top: 2px solid #fff;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#about_table td {
  width: 75%;
  padding: 4px;
  background-color: #fafafa;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#add_size {
  width: 25%;
  height: auto;
}
#tel_size {
  width: 25%;
  height: auto;
}
#name_size {
  width: 15%;
  height: auto;
}

/* page-05.お問い合せ */
#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 85%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 2px solid #ccc;
  padding: 10px;
}
table.formTable td {
  width: 30%;
}

table.formTable th {
  width: 20%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
table.formTable input,
textarea {
  font-size: 120%;
}

input.s_button {
  padding: 15px 40px;
  font-size: 120%;
}

/* page-06.液体窒素レンタル */
.tankpic {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 全体のフォント */
body {
  font-family: "Meiryo UI", "MS ゴシック", sans-serif;
  font-size: 26px;
}

/*リンク*/
A:link {
  color: #333333;
  text-decoration: none;
}
A:visited {
  color: #333333;
  text-decoration: none;
}
A:active {
  color: #ff0000;
  text-decoration: none;
}
A:hover {
  color: #666666;
  text-decoration: none;
}

/* Price table */
.price_table {
  width: 50%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  margin: 30px auto;
}
.price_table th {
  width: 50%;
  padding: 4px;
  text-align: center;
  vertical-align: top;
  color: #444;
  background-color: #fee;
  border-left: 3px double #999;
  border-top: 2px solid #fff;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.price_table td {
  width: 50%;
  padding: 4px;
  text-align: center;
  background-color: #fafafa;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/* 文字 */

.shadow_white {
  letter-spacing: 0;
  text-shadow: 0px 1px 0px #fff, 0px 2px 0px #eee;
}

.verysmall-char {
  font-size: 80%;
}
.small-char {
  font-size: 90%;
}

.large-char {
  font-size: 120%;
}

.pic_comment {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  color: #f33;
  font-size: 90%;
  text-align: center;
}

h1 {
  /*大見出し*/
  color: #222;
  border-bottom: 2px solid #f33;
  font-size: 120%;
}

h2 {
  /*中見出し*/
  padding: 3px 5px 5px 15px;
  border-left: 10px solid #f33;
  margin: 10px 0;
  color: #222;
  font-size: 110%;
}
