html, body {
  margin: 0;
  /* 余白の削除 */
  padding: 0;
  /* 余白の削除 */
  width: 100%;
  height: 100%;
  background: radial-gradient( rgba(255, 255, 224, .8), rgba(225, 222, 179, .8)) fixed, url(onpu.jpg) fixed;
  background-size: cover;
}

div#header-fixed {
  position: relative;
  /* ヘッダーの固定 */
  top: 0px;
  /* 位置(上0px) */
  left: 0px;
  /* 位置(右0px) */
  width: 100%;
  /* 横幅100%　*/
  height: 140px;
  /* 縦幅140px */
}

div#header-bk {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac695+0,f5ab66+47,ef8d31+100;Orange+3D+%232 */
  background: #fac695;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fac695), color-stop(47%, #f5ab66), color-stop(100%, #ef8d31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31', GradientType=0);
  /* IE6-9 */
  padding: 10px 0 20px;
  /* 上10px、下20pxをあける */
  height: 110px;
  /* 縦の高さ110px */
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  text-align: center;
  /* 横の幅を100% */
  color: rgba(0, 0, 0, 0.6);
  color: white;
  text-shadow: 0 1px 0 #ccc,
  0 2px 0 #c9c9c9,
  0 3px 0 #bbb,
  0 4px 0 #b9b9b9,
  0 5px 0 #aaa,
  0 6px 1px rgba(0, 0, 0, .1),
  0 0 5px rgba(0, 0, 0, .1),
  0 1px 3px rgba(0, 0, 0, .3),
  0 3px 5px rgba(0, 0, 0, .2),
  0 5px 10px rgba(0, 0, 0, .25),
  0 10px 10px rgba(0, 0, 0, .2),
  0 20px 20px rgba(0, 0, 0, .15);
}

div#header {
  height: 100%;
  /* 縦の表示領域はheader-bkと同じ */
  width: 960px;
  /* 横の幅970px */
  margin: auto;
  /* 中央揃え */
  color: white;
}
@-moz-document url-prefix(){
  div#header-bk {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac695+0,f5ab66+47,ef8d31+100;Orange+3D+%232 */
    background: #fac695;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fac695), color-stop(47%, #f5ab66), color-stop(100%, #ef8d31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31', GradientType=0);
    /* IE6-9 */
    padding: 10px 0 20px;
    /* 上10px、下20pxをあける */
    height: 100px;
    /* 縦の高さ110px */
    width: 100%;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 200%;
    text-align: center;
    /* 横の幅を100% */
    color: rgba(0, 0, 0, 0.6);
    color: white;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
  }
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#menu li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: table-cell;
}
#menu li a {
  display: block;
  border-left: 8px solid #C97556;
  background-color: #474655;
  padding: 3px 10px;
  text-decoration: none;
  color: #E1E2CF;
  width: 100%;
  margin: 1px 0px;
  text-align: left;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#menu li a:hover {
  border-left: 8px solid #990033;
  background-color: #474655;
}

#balloon-1-right {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 200px;
  min-width: 115px;
  height: 40px;
  line-height: 40px;
  color: #19283C;
  text-align: center;
  background: #F6F6F6;
  border: 3px solid #19283C;
  z-index: 0;
  position: absolute;
  top: 50px;
  left: 50px;
}
#balloon-1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #F6F6F6;
  z-index: 0;
}
#balloon-1-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #19283C;
  z-index: -1;
}

.table {
  width: 800px;
  height: 50px;
  background: #ccc;
  display: table;
  text-align: center;
  color: #fff;
  padding: 40px;
  background: rgba(0, 0, 0, .9);
  border: 1px dotted #eee;
  box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 1);
  margin: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.table>* {
  display: table-cell;
  vertical-align: middle;
}

.frame {
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  width: 150px;
  height: 150px;
}
.box {
  margin: 20px;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.box1 {
  margin: 40px;
  height: auto;
  position: relative;
  background: #e9e9e9;
  padding: 40px;
  font-size: 20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 1;
}

.inlink {
  position: relative;
  z-index: 2;
}

.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.box1:before {
  content: '';
  z-index: 1;
  position: absolute;
  border: 1px dashed #bbb;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  -moz-box-shadow: 0 0 0 1px #eee;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

/* --- ナビゲーションバー --- */
div.nav {
  width: 100%;
  /* ナビゲーションの幅 */
  background-color: #474655;
  /* ナビゲーションの背景色 */
  border-top: 1px #cccccc solid;
  /* 上境界線 */
  border-bottom: 1px #cccccc solid;
  /* 下境界線 */
  font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
  width: 1000px;
  /* メニューの幅 */
  margin: 0 auto;
  /* センターに配置 */
  padding: 0;
  background-color: #474655;
  /* メニューの背景色 */
  border-right: 8px #C97556 solid;
  /* メニューの右境界線 */
  list-style-type: none;
  text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
  width: 14%;
  /* 項目の幅 */
  float: left;
}

/* --- 選択しているタブの色を変える  --- */

.on {background-color: #ea5550}
.off {background-color: #474655}


/* --- リンク --- */
div.nav ul.nl li a {
  display: block;
  position: relative;
  /* IE6用 */
  padding: 20px 2px;
  /* リンクエリアのパディング（上下、左右） */
  /* リンクエリアの左境界線 */
  text-decoration: none;
  /* テキストの下線（なし） */
  border-left: 8px solid #C97556;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #E1E2CF;
}

/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
  border-left: 8px solid #990033;
  background-color: #855b69;
}




/* --- clearfix --- */
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearFix {
  min-height: 1px;
}

#heading04 {
  position: relative;
  margin: 30px;
  padding: 20px;
  font: bold 24px/1.6 Arial, Helvetica, sans-serif;
  color: #333;
  border: #333 solid 3px;
  border-radius: 18px;
  background: #fff;
  box-shadow: -7px -5px 0 0 #e8e8e8 inset,
  2px 3px 0 0 #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#heading04:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #333;
}
#heading04:after {
  content: " ";
  position: absolute;
  bottom: -27px;
  left: 18px;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #e8e8e8;
}
#serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #59b1eb;
}

.btn04s {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn04s::before {
  content: '';
  background-color: #F8BBD0;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #F8BBD0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn04s:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #F8BBD0;
}
.btn04 {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  line-height: 20px;
  margin: 40px;
  font-size: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.vertical-middle{
display: inline-block;
vertical-align: middle;
}

.btn04::before {
  content: '';
  background-color: #ADA142;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #ADA142;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn04:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #ADA142;
}

.btn04x {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  line-height: 20px;
  margin: 40px;
  font-size: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.vertical-middle{
display: inline-block;
vertical-align: middle;
}

.btn04x::before {
  content: '';
  background-color: #8f8d82;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #8f8d82;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}


.btn04a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn04a::before {
  content: '';
  background-color: #E91E63;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #E91E63;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn04a:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #E91E63;
}

.btn04t {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn04t::before {
  content: '';
  background-color: #00BCD4;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #00BCD4;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn04t:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #00BCD4;
}

.btn04b {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn04b::before {
  content: '';
  background-color: #009688;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #009688;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn04b:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #009688;
}

.btn05 {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn05::before {
  content: '';
  background-color: #FF4500;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #FF4500;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn05:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #FF4500;
}

.btn06 {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 40px;
  font-size: 200%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn06::before {
  content: '';
  background-color: #ADA142;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff,
  0 0 0 0 #ADA142;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn06:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow: 0 0 0 25px #fff,
  0 0 0 27px #ADA142;
}
