@charset "utf-8";
/*
Theme Name:  HANA MACHI 20
Theme URI:
Description:
Version:  1.0
Author:  Masataka Eto
Tags:
*/

/* Initialization
===================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size:  82%;
  line-height:  160%;
  color:  #333;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Common
===================================================== */
body {
  background: url(img/bg.png);
  color: #fff;
}
#wrap {
  padding-top: 33px;
  position: relative;
}
.rap {
  width: 1018px;
  margin: 0 auto;
}
.ex {
  font-size: 7pt;
  line-height: 120%;
}
.border-none {
  border: none !important;
}
.op:hover img {
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

/* First View
===================================================== */
#first-view {
  background: url(img/bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#first-rap {
  width: 1101px;
  height: 920px;
  padding-top: 50px;
  margin: 0 auto;
  background: url(img/first-bg.png) center 250px no-repeat;
}
#first-content {
  font-size: 12pt;
  line-height: 180%;
  padding: 320px 0 10px;
  text-align: center;
}
#first-content p {
  margin-bottom: 10px;
}
#first-name {
  text-align: center;
  margin-bottom: 10px;
}
#first-name address {
  font-style: normal;
}
#question {
  display: inline;
}
#first-copy {
  font-size: 10pt;
  text-align: center;
}
.main-view {
  display: none;
}

/* Site Headear
===================================================== */
#site-head {
  height: 440px;
  background: url(img/header-bg.png) center bottom no-repeat;
}
#site-head h1 {
  position: relative;
  left: -41px;
}

/* Site Navigation
===================================================== */
#site-nav {
  padding-top: 172px;
}
#sp-site-nav {
  display: none;
}
#site-nav li {
  float: left;
  position: relative;
}
#site-nav li a {
  display: inline-block;
  display: block;
}

/* Childe UL */
.childe {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  z-index: 500;
}
.childe li {
  width: 100%;
}
#site-nav .childe li a {
  color: #800019;
  text-decoration: none;
  display: block;
  background: url(img/child-bg-middle_off.png) no-repeat;
  width: 147px;
  height: 22px;
  padding: 4px 0 0 20px;
}
#site-nav .childe li a:hover {
  color: #fff;
  background: url(img/child-bg-middle_on.png) no-repeat;
}

#site-nav .childe li a.childe-top {
  background: url(img/child-bg-top_off.png) no-repeat;
}
#site-nav .childe li a.childe-top:hover {
  background: url(img/child-bg-top_on.png) no-repeat;
}
#site-nav .childe li a.childe-bottom {
  background: url(img/child-bg-bottom_off.png) no-repeat;
}
#site-nav .childe li a.childe-bottom:hover {
  background: url(img/child-bg-bottom_on.png) no-repeat;
}



/* Sub Navigation
===================================================== */
#sub-nav {
  width: 100%;
  height: 33px;
  background: url(img/line-bg.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
#sub-nav li a {
  display: inline-block;
  height: 33px;
  float: right;
}
#sub-nav #sn-top a {
  float: left;
}

/* Content
===================================================== */
#content-rap {
  margin-bottom: 20px;
}
#content-rap:before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: url(img/content_bg_top.png) no-repeat;
}
#content-rap:after {
  content: "";
  width: 100%;
  height: 19px;
  display: block;
  background: url(img/content_bg_bottom.png) no-repeat;
}
#content-middle {
  background: url(img/content_bg_middle.png) repeat-y;
  padding: 0 19px;
  overflow: hidden;
}

#content {
  position: relative;
}
.home #content {
  height: 1260px;
}
.tbox {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #d8ceb3;
  padding: 4px;
  margin: 5px;
  background: #c5b99b;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.tbox .slideimg {
  position: absolute;
  top: 0;
  left: 0;
}
.tbox .slideimg img {
  float: left;
}
.wd1 { width: 219px; }
.wd2 { width: 464px; }
.wd3 { width: 709px; }
.wd4 { width: 954px; }

.hg1 { height: 219px; }
.hg2 { height: 464px; }
.hg3 { height: 709px; }
.hg4 { height: 954px; }

.x1 { left: 0; }
.x2 { left: 245px; }
.x3 { left: 490px; }
.x4 { left: 735px; }

.y1 { top: 0; }
.y2 { top: 245px; }
.y3 { top: 490px; }
.y4 { top: 735px; }
.y5 { top: 980px; }

/* 各ボックス専用css
===================================================== */
.relative {
  position: relative;
  overflow: hidden;
}
.relative a {
  position: absolute;
  top: 1px;
  left: 4px;
}

/* ------- 15.04.02 追加 ------- */
#box6-photo img {
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
}

#box6 .relative,
#box6 .relative a {
  position: static;
}

/* ------- 14.09.05 追加 ------- */
#box6 #center_link {
  top: 0;
  left: 0;
}
#box6 #center_link img {
  display: block;
}
#box6 #center_link:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* --- 14.09.05 追加 ここまで --- */

#box6-photo #f1 {
  filter: alpha(opacity=1);
  -moz-opacity:1;
  opacity:1;
}
#fadeplay {
  position: absolute;
  top: 186px;
  left: 189px;
  z-index: 1000;
}
#fadeplay:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
#fadelink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 464px;
  height: 464px;
  display: none;
}
#fadelink:hover {
  background: #fff;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
}

#box9 {
  background: url(img/box9.png) 4px 4px no-repeat;
  font-size: 80%;
  color: #f4c536;
}
#box9 a {
  text-decoration: none;
  color: #f4c536;
}
#box9 a:hover {
  text-decoration: underline;
  color: #f0ca55;
}
#box9 .txtbox1 {
  padding: 20px 0 0 15px;
}
#box9 .txtbox2 {
  padding: 60px 0 0 15px;
}
#box9 .txtbox2 ul {
  padding-left: 100px;
}

#box9 ul {
  list-style: none;
}


#ads {
  font-size: 120%;
  color: #9d6766;
  text-align: center;
  padding: 10px 0;
}

/* Content SlideBox
===================================================== */


/* Site Footer
===================================================== */
#site-foot {
  padding: 10px 0;
}
#left-foot {
  float: left;
  position: relative;
  left: -10px;
}
#right-foot {
  width: 440px;
  height: 50px;
  float: right;
  padding: 20px;
  margin-right: 10px;
  background: url(img/right-foot-bg.png) no-repeat;
}
#right-foot h4 {
  font-size: 14pt;
  margin-bottom: 5px;
  font-weight: normal;
}
#right-foot address {
  font-size: 90%;
  font-style: normal;
  white-space: nowrap;
}
#right-foot address a {
  color: #fff;
}
#foot-nav {
  width: 100%;
  float: left;
}
#foot-nav p {
  font-size: 90%;
  text-align: right;
  color: #c5b99a;
}
#foot-nav a {
  color: #c5b99a;
  text-decoration: none;
}
#foot-nav p span:before {
  content: "| ";
}
#foot-nav p:after {
  content: " |";
}
#foot-nav a:hover {
  text-decoration: underline;
}

/* Last Area
===================================================== */
#last {
  height: 28px;
  background: #c5b99a;
  line-height: 100%;
  padding: 2px 0;
}
#copy {
  line-height: 28px;
  font-size: 8pt;
  color: #2a2007;
}
#last a {
  float: right;
}


/* Under Page
===================================================== */
#beige-bg, #white-bg {
  padding: 29px;
  border: 1px solid #ded7c6;
  margin: 10px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#beige-bg {
  background: #c4b797;
}
#white-bg {
  background: #fff;
}

.sp { display: none; }
.pc { display: block; }


/* 16.9.27 追記 */
#detail-talbe td, #detail-talbe th {
  word-break: break-all;
}
