@charset "utf-8";

/*==========================================================================*/
/*                                   body                                   */
/*==========================================================================*/
body {
  color: #5a4635;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  background: url(../images/bg.png) repeat left top;
  background-color: #ffefef;
  border: 0px;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
small,
strong,
var,
b,
i,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
}

input,
textarea,
select {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
  margin: 0;
}

/*==========================================================================*/
/*                                link mouseover                            */
/*==========================================================================*/
a {
  color: #666;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
}

a:hover {
  color: #DB7093;
  text-decoration: none;
}

.opacity {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  backface-visibility: hidden;
}

.opacity:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: .7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: .7;
  transition: all 0.2s ease-out;
}

.pagetop_opacity {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 86px;
  height: auto;
}

.pagetop_opacity:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: .7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: .7;
}

a.tel_s {
  display: none;
}

p.tel_pc {
  display: inline;
  font-weight: normal;
  margin: 0 0 0 -0.98%;
  padding: 0;
  height: auto;
}

/*==========================================================================*/
/*                                  container                               */
/*==========================================================================*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*==========================================================================*/
/*                                    header                                */
/*==========================================================================*/
header {
  padding-top: 0px;
  width: 100%;
  height: auto;
  margin: 0;
  background: url(../images/bg_header.png) repeat-x left top;
}

#header-in {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

header h1 {
  padding: 0;
  text-indent: -9999px;
}

#logo {
  float: none;
  width: 300px;
  margin: 30px auto 30px auto;
}

#logo img {
  width: 247px;
  height: auto;
}

#logo img.logos {
  display: block;
}

#submenu {
  display: block;
  float: right;
  width: 290px;
  margin: -205px 0px 0 0;
  text-align: right;
}

#submenu a.dl {
  display: block;
  float: left;
  width: 152px;
}

#submenu a.access {
  display: block;
  float: left;
  width: 102px;
  margin: 0 0 0 20px;
}

#submenu a img {
  margin: 0px 0px 0 0;
  width: 100%;
  height: auto;
}

/*==========================================================================*/
/*                                      nav                                 */
/*==========================================================================*/
#gNavi {
  width: 100%;
  height: 40px;
  max-width: 1060px;
  margin: 0px auto 0;
}

#gNavi ul {
  clear: both;
  padding: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

#gNavi ul li {
  float: left;
  padding: 0 5px;
  -webki-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16%;
  display: block;
  text-align: center;
  margin-left: 0.5%;
  margin-bottom: 30px;
  background-image: url(../images/nav_dot.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#gNavi ul li:nth-child(6) {
  background-image: url(../images/nav_dot.png), url(../images/nav_dot.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}

#gNavi ul li img {
  width: 130px;
  height: auto;
  margin: 0 0 0 5%;
}

#gNavi lu a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* sp */
#gNavi li.sp,
#gNavi li.sp a {
  display: none;
}

#navBtn {
  display: none;
}

/*==========================================================================*/
/*                                  contents                                */
/*==========================================================================*/
#contents {
  text-align: center;
  margin: 0;
  padding: 150px 0 0 0;
  width: 100%;
  float: none;
  clear: both;
  background: url(../images/bg_kumo.png) repeat-x center top;
}

/*==========================================================================*/
/*                                    main                                  */
/*==========================================================================*/
#main {
  width: 100%;
  padding: 0px 0 30px;
  margin: 0px 0 0 0;
  text-align: left;
  position: relative;
  background: url(../images/bg_white.png) repeat center top;
}

div.in01 {
  /* main内 */
  width: 1000px;
  display: block;
  margin: 0px auto 0;
  text-align: left;
  padding-top: 30px;
  position: relative;
}

#main h2 {
  display: block;
  margin: -30px 0 20px;
}

#main h2.oh {
  display: block;
  margin: -30px 0 20;
}

#main h2.oh img {
  width: 243px;
  height: auto;
}

img.f_word {
  padding: 0 0 0 5px;
}

#main h3 {
  background-repeat: no-repeat;
  background-position: center 10px;
  text-indent: -9999px;
  margin: 0px 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 10px 0px 0px;
  text-align: center;
}

#main h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0 10px;
  height: 13px;
  padding: 10px 5px 20px 34px;
  color: #595959;
  letter-spacing: 0.05em;
  background-image: url(../images/point_f.png);
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  -moz-background-size: 34px 34px;
  -webkit-background-size: 34px 34px;
}

span.t_bold {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  margin: 0px 0 5px 0px;
  height: 20px;
  padding: 20px 0px 5px 0px;
  color: #595959;
  letter-spacing: 0.1em;
  display: block;
}

span.t_bold02 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  margin: 0px 0 5px 0px;
  height: 20px;
  padding: 20px 0px 5px 0px;
  color: #595959;
  letter-spacing: 0.1em;
  display: block;
}

#main p {
  padding: 10px 1% 10px;
  text-align: left;
  width: 98%;
}

/*==========================================================================*/
/*                                     footer                               */
/*==========================================================================*/
/*                                  下層サイト共通                            */
footer {
  clear: both;
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

footer div#f-in {
  max-width: 1000px;
  margin: 0px auto 0;
  display: block;
  padding: 0 1%;
}

footer ul {
  display: block;
  width: auto;
  float: right;
  padding: 20px 0 0;
  text-align: right;
}

footer ul li {
  display: inline-block;
  line-height: 25px;
  padding: 0 0 0 26px;
  margin: 0 0 0 15px;
}

footer ul li {
  background-size: 22px auto;
  -webkit-background-size: 22px auto;
  background-position: left 3px;
  background-repeat: no-repeat;
}

footer ul li.fm-honbu {
  background-image: url(../images/fm-honbu.svg);
}

footer ul li.fm-aoi {
  background-image: url(../images/fm-aoi.svg);
}

footer ul li.fm-haiji {
  background-image: url(../images/fm-haiji.svg);
}

footer ul li.fm-naka {
  background-image: url(../images/fm-naka.svg);
}

footer ul li.fm-green {
  background-image: url(../images/fm-green.svg);
}

footer ul li a {
  text-decoration: none;
  font-size: 12px;
}

footer ul li span {
  border-bottom: 1px solid #746355;
}

footer p {
  padding: 20px 0 0;
  display: block;
  width: 240px;
  float: left;
  text-align: left;
}

footer a.flogo {
  display: block;
  width: 180px;
  height: 45px;
  margin: 10px 0;
  padding: 0;
}

footer a.flogo img {
  width: 100%;
  height: auto;
}

footer a.flogo img.fsp {
  display: none;
}

small {
  letter-spacing: 0.1em;
  font-size: 0.8em;
  color: #716e6b;
  display: block;
  clear: both;
  padding: 20px 0 0 0;
}

/*==========================================================================*/
/*                                   table1                                 */
/*==========================================================================*/
.ta1 {
  width: 98%;
  margin: 20px 1%;
}

.ta1,
.ta1 td,
.ta1 th {
  border: 1px solid #ffcbcb;
  /*テーブルの枠線の幅、線種、色*/
}

.ta1 td {
  padding: 10px 0;
  line-height: 1.5em;
  text-align: center;
}

.ta1 td.left {
  padding: 10px;
  line-height: 1.5em;
  text-align: left;
}

.ta1 th {
  width: auto;
  background-color: #ffebeb;
  padding: 10px 0px 10px 0;
  text-align: center;
}

.ta1 th.kensuu {
  width: 40%;
}

/*==========================================================================*/
/*                                    other                                 */
/*==========================================================================*/
.mb15 {
  margin-bottom: 15px;
}

.w_100 {
  width: 100%;
  height: auto;
}

hr {
  border: 0px;
  height: 10px;
  clear: both;
}

#main ul {
  margin: 0px 1% 5px;
  padding: 5px 0 0 0;
  width: 98%;
}

#main ul li {
  background-image: url('../images/point_c.png');
  background-position: left 3px;
  background-repeat: no-repeat;
  padding: 0 0 0px 20px;
  margin: 0;
  width: auto;
  line-height: 29px;
}

#main ul li.g {
  background-image: url('../images/point_g.png');
  background-position: left 3px;
  background-repeat: no-repeat;
  padding: 0 0 0px 20px;
  margin: 0 0%;
  line-height: 29px;
}

#main ul li.pdf {
  background-image: url('../images/a-note.png');
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px 0 0px 50px;
  height: 40px;
  line-height: 25px;
}

#main ol {
  margin: 0 0 0 32px;
}

#main ol li {
  background-image: none;
  list-style: decimal;
  padding: 0px 0 10px 2px;
}

#main dl {
  margin: 20px 1% 20px;
  width: 98%:
}

#main dt {
  float: left;
  clear: both;
  width: auto;
  border-bottom: 1px;
  border-bottom-style: none;
  border-bottom-color: #FFC0CB;
  font-weight: bold;
  ;
  padding: 8px 20px 5px 0px;
}

#main dd {
  width: auto;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFC0CB;
  padding: 8px 5px 5px 150px;
}

img.center {
  display: block;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

img.waku_moco {
  display: block;
  width: 237px;
  margin: 40px auto 20px;
  max-width: 322px;
}

img.waku_moco2 {
  display: block;
  width: 237px;
  margin: 20px auto 20px;
  max-width: 322px;
}

img.lbm {
  /* lightboxサムネイル */
  width: 26.5%;
  height: auto;
  margin: 3%;
}

/*==========================================================================*/
/*                                    index                                 */
/*==========================================================================*/
img.top-banner {
  position: absolute;
  right: 0;
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  width: 675px;
  height: auto;
}

#mainimage {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  text-align: center;
}

.slider-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0;
}

div.in01 img.line01 {
  display: block;
  width: 947px;
  height: auto;
  margin: 0 auto;
}

div.in01 img.line01_m {
  display: none;
}

div.in01 div.top_mo {
  display: block;
  width: 33.3%;
  margin: 30px 0px 0px;
  line-height: 28px;
  float: left;
}

img.mo01,
img.mo02,
img.mo03 {
  display: block;
  text-align: left;
  width: 341px;
  height: auto;
  margin: 0 0px 0px 0px;
}

/*==========================================================================*/
/*                                hoiku.html                                */
/*==========================================================================*/
div.in01 div.hoiku_na {
  display: block;
  width: 49.5%;
  margin: 0px 0px 80px 0.5%;
  padding: 0;
  line-height: 28px;
  float: left;
}

div.in01 p.na01 {
  display: block;
  text-align: left;
  height: auto;
  padding: 0;
  margin: 20px 0 0px 0px;
}

div.in01 span.pic2 {
  display: block;
  width: 367px;
  margin: 0px 0px 0 0;
  float: right;
}

div.in01 span.pic2 img {
  width: 100%;
  height: auto;
}

/*==========================================================================*/
/*                                 day.html                                 */
/*==========================================================================*/
table.tev {
  display: block;
  float: left;
  width: 50%;
  height: 160px;
  margin: 30px 0 0;
  padding: 0;
}

table.tev th {
  width: 40%;
}

table.tev th img {
  width: 100%;
  height: auto;
  max-width: 192px;
}

table.tev td {
  padding: 0px 0 0 20px;
  width: 60%;
}

img.day_h {
  width: 100%;
  height: auto;
  max-width: 856px;
  display: block;
  margin: 0 auto;
}

hr.ud {
  height: 60px;
}

/*==========================================================================*/
/*                             disclosure.html                              */
/*==========================================================================*/
#main ol li span.d_n {
  display: block;
  font-weight: normal;
  padding: 8px 0 0;
}

/*==========================================================================*/
/*                               info,letter                                */
/*==========================================================================*/
#main h2.fti {
  margin: -20px auto 0px;
  display: block;
  width: 324px;
}

img.fpic {
  display: block;
  float: right;
  width: 300px;
  height: auto;
  margin: -120px 0 0 0;
}

/*==========================================================================*/
/*                              download.html                               */
/*==========================================================================*/
div.dl {
  height: 300px;
  width: 100%;
}

div.dl a {
  display: block;
  float: left;
  padding: 0 1%;
  width: 23%;
}

div.dl a img {
  width: 100%;
  height: auto;
}

/*==========================================================================*/
/*                                  print                                   */
/*==========================================================================*/
@media print {
  #mainimage {
    height: 400px;
  }

}
