@charset "utf-8";
/*▽リセット▽---------------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: bottom;
}
/*△リセット△---------------------------------------------------------------------------*/

/*▽全体設定▽---------------------------------------------------------------------------*/

/*　Clearfix-----------------　*/
.cf {
  overflow: hidden;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

/*\*/
* html .cf {
  height: 1em;
  overflow: visible;
}
input,
textarea,
select {
  font-size: 14px;
  font-family: 'Meiryo UI', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  letter-spacing: 1px;
  color: #666666;
}
a {
  color: #595757;
  text-decoration: none;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
a:hover {
  color: #df6b78;
  text-decoration: none;
}
h1 {
  width: 274px;
  float: left;
  padding-bottom: 20px;
}
.view-month chrome-all h1 {
  display: none !important;
}
#warningBox {
  display: none !important;
}
h2 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #df6b78;
}
h3 {
  font-size: 12px;
  margin-bottom: 25px;
  padding-top: 5px;
  text-align: left;
  color: #df6b78;
}
h4 {
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
h5 {
  margin-top: 25px;
  color: #df6b78;
  font-size: 16px;
  border-left: 5px solid #df6b78;
  padding-left: 8px;
  background-color: #f9f9f9;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
}

/*△全体設定△---------------------------------------------------------------------------*/
body {
  background-image: url(../img/haikei02.gif);
  color: #595757;
  font-family: 'Meiryo UI', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

header {
  background-color: #ffffff;
  padding-top: 20px;
}
.head_box {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
/*▽nav部分▽-----------------------------------------------*/
nav {
  width: 580px;
  float: right;
  margin-top: 37px;
  padding-right: 20px;
}
#main_navigation {
  color: #595757;
  font-family: 'Meiryo UI', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 15px;
  line-height: 30px;
}
.index_nav nav#main_navigation {
  margin-top: 0;
  margin-bottom: 10px;
}
.main-menu ul li {
  display: inline;
  float: right;
}
.menu01 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 86px;
  color: #fff;
  width: 155px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu02 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 86px;
  color: #fff;
  width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 86px;
}
.index_nav .menu01,
.index_nav .menu02,
.index_nav .main-menu ul li:hover > ul {
  top: 654px;
}
.main-menu ul li:hover > ul:hover {
  opacity: 1;
}
.main-menu ul li > a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  /*border-radius:3px;*/
}
.index_nav .main-menu ul li > a {
  color: #fff;
}
* html .main-menu ul li a {
  display: inline-block;
}
.main-menu ul li ul li a {
  margin: 0px;
}
.main-menu ul li ul li {
  border-top: solid 1px #ececec;
  width: 100%;
}
.main-menu ul ul {
  z-index: 101;
  background-color: rgba(225, 89, 106, 0.81);
} /*hoverの時*/
.main-menu ul ul li a,
.main-menu ul ul li a:link,
.main-menu ul ul li a:visited {
  height: 40px;
  text-transform: capitalize;
  margin-right: 0px !important;
  margin-left: 0px !important;
  color: #ffffff;
  z-index: 1000;
  text-align: left;
  line-height: 40px;
} /*hoverの時*/
.index_nav .main-menu ul ul li a,
.index_nav .main-menu ul ul li a:link,
.index_nav .main-menu ul ul li a:visited {
  z-index: 1000;
}
.main-menu ul ul li:hover > a {
  cursor: pointer;
  text-decoration: none !important;
  padding-left: 10px;
} /*hoverの時のアニメーション*/
.main_list_item a {
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.main_list_item a:hover {
  opacity: 1;
  color: #e1596a !important;
  background-color: rgba(255, 255, 255, 0.51);
}
/*△nav部分△---------------------------------------------------------------------------*/
.haikei {
  background-image: url(../img/flower.gif);
  background-repeat: no-repeat;
  background-position: 50% bottom;
}

.content {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  background-image: url(../img/haikei01.gif);
  background-repeat: repeat;
  padding-top: 35px;
  padding-bottom: 80px;
}
.main {
  width: 610px;
  float: left;
}

.side {
  width: 210px;
  float: right;
  background-image: url(../img/haikei_side.gif);
  border-radius: 8px;
  background-repeat: repeat;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}
section {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
section.pink {
  background-color: #f9f3f9;
}
footer {
  border-top: 1px solid #e1596a;
  background-image: url(../img/foot_kage.gif);
  background-repeat: repeat-x;
  padding-top: 30px;
  padding-bottom: 70px;
  color: #666666;
}
.foot {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.foot_box01 {
  width: 90px;
  float: left;
}
.foot_box02 {
  width: 125px;
  float: left;
}
.foot_box03 {
  width: 185px;
  float: left;
}
.foot_box04 {
  width: 115px;
  float: left;
}
.foot_box05 {
  width: 80px;
  float: left;
}
.foot_box06 {
  width: 100px;
  float: left;
}
.foot_box07 {
  width: 190px;
  float: left;
}
.foot_box08 {
  width: 115px;
  float: left;
}

.text01 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 8px;
  margin-top: 20px;
}
.text02 {
  font-weight: bold;
  font-size: 20px;
  color: #666666;
}
.text03 {
  font-weight: bold;
  font-size: 15px;
  color: #666666;
}
.text04 {
  font-size: 11px;
  padding-bottom: 7px;
}
.text05 {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
  /*margin-bottom: 30px;*/
}
.text06 {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
}
.text07 {
  font-size: 11px;
  line-height: 23px;
  padding-top: 5px;
  padding-left: 10px;
}
.text08 {
  color: #e1596a;
}

.text08 a {
  color: #e1596a;
}
.text09 {
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.text09:hover {
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.mapbox {
  height: auto;
  width: auto;
  padding-top: 4px;
}
.blog {
  display: block;
  margin-top: 15px;
}
