@charset "UTF-8";
/*
Theme Name: le-petit-muguet.com
Version: 1.0.0
Author: ICC Co.Ltd.
License: ICC Co.Ltd.
*/
/* - 1-1. Reset -
----------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

* html body {
  background: url(null) fixed;
}

body {
  font-size: 1.6rem;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* - 1-2. Commonly -
----------------------------------------------*/
@font-face {
  font-family: 'england';
  src: url("fonts/england.woff") format("woff");
  src: url("fonts/england.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.entry-title {
  display: none;
}

.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #323232;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:active {
  outline: 0;
  opacity: .7;
  transition: opacity .2s ease-out;
}
a img:hover {
  outline: 0;
  opacity: .7;
  transition: opacity .2s ease-out;
}
a img.imgover:hover {
  outline: 0;
  opacity: .7;
  transition: opacity .2s ease-out;
}

table {
  width: 100%;
}

hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.leftdir {
  float: left;
}

.rightdir {
  float: right;
}

.spview {
  display: none;
}

.pcview, .br_pc, .br_pc-tab, .br_pc-sp {
  display: block;
}

.br_tab, .br_sp, .br_tab-sp {
  display: none;
}

.lh14 {
  line-height: 1.4em;
}

.lh16 {
  line-height: 1.6em;
}

.lh18 {
  line-height: 1.8em;
}

.lh20 {
  line-height: 2.0em;
}

.lh22 {
  line-height: 2.2em;
}

.lh24 {
  line-height: 2.4em;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 970px) {
  .spview {
    display: none;
  }

  .pcview, .br_pc-tab, .br_tab, .br_tab-sp {
    display: block;
  }

  .br_pc, .br_sp, .br_pc-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .spview {
    display: block;
  }

  .pcview {
    display: none;
  }

  .br_sp, .br_tab-sp, .br_pc-sp {
    display: block;
  }

  .br_pc, .br_pc-tab, .br_tab {
    display: none;
  }
}
/* - 1-3. Sometimes -
----------------------------------------------*/
/* - 1-4. Framework -
----------------------------------------------*/
#header, #globalnavi, #pageindexarea, #contentbody, #footer, #copyright {
  width: 100%;
  clear: both;
  overflow: hidden;
}

#maincolumn {
  width: 100%;
}

.mainwrap {
  width: 970px;
  margin: 0 auto;
}

.content_dir {
  margin-bottom: 60px;
}

.content_inner {
  padding: 15px;
}

/* divide2 */
.divide2:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.divide2 li {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.divide2 li:nth-child(2n) {
  margin-right: 0;
}

/* divide3 */
.divide3:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.divide3 li {
  width: 33%;
  float: left;
  margin-right: 0.5%;
}
.divide3 li:nth-child(3n) {
  margin-right: 0;
}

/* divide4 */
.divide4:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.divide4 li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.divide4 li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 970px) {
  .mainwrap {
    width: 96%;
    margin: 0 auto;
  }

  .content_dir {
    margin-bottom: 30px;
  }

  #globalnaviarea .mainwrap {
    width: 98%;
    margin: 0 auto;
  }

  #mainvisualarea .mainwrap, #pageindexarea .mainwrap {
    width: 100%;
    margin: 0;
  }

  #sidecolumn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container_bg {
    padding-top: 68px;
  }

  .mainwrap {
    width: 94%;
    margin: 0 auto;
  }

  #mainvisualarea .mainwrap, #pageindexarea .mainwrap, #header .mainwrap {
    width: 100%;
    margin: 0;
  }

  .divide2 li {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  .divide4 li {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}
/* - 1-5. Post Framework -
----------------------------------------------*/
/* ---
  2-1. Commonly
  2-2. Header block
  2-3. Globalnavi block
  2-4. Mainvisualarea block
  2-5. Pageindexarea block
  2-6. Container_bg block
  2-7. Contentbody block
  2-8. breadcrumb block
  2-9. Contentbody block
  2-10. Maincolumn block
  2-11.sidecolumn block
  2-12.back-to-top block
  2-13.footer block
  2-14.indexpage block

  PC=>  画面の横幅が970px以上
  TAB=> 画面の横幅が970pxまで
  SP=>  画面の横幅が640pxまで

----------------------------------------------*/
/* - 2-1. Commonly -
----------------------------------------------*/
body {
  width: 100%;
  font-family: "メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #323232;
  /*background: url(images/common/back_green.png) 0 0 repeat-x, url(images/common/back02.jpg) 50% 0 repeat-y;*/
  background: url(images/common/bg.jpg) 0 0 repeat;
}

.bg_l {
  background: url(images/common/bg-l.png) 0 0 repeat-y;
}

.bg_r {
  background: url(images/common/bg-r.png) 100% 0 repeat-y;
}

#logo {
  width: 192px;
  height: 89px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/logo.png) 0 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

#logo a:hover, #logo_sub a:hover {
  opacity: 0.9;
}

#tel {
  width: 244px;
  height: 45px;
  background-size: 100%;
  text-indent: -9999px;
  background: url(images/common/tel.png) 0 0 no-repeat;
  background-size: 100%;
}
#tel a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#fbbanner {
  width: 30px;
  height: 30px;
  background-size: 100%;
  text-indent: -9999px;
  margin-bottom: 10px;
}
#fbbanner a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/common/fb.jpg) 0 0 no-repeat;
  background-size: contain;
}

#twbanner {
  width: 30px;
  height: 30px;
  background-size: 100%;
  text-indent: -9999px;
}
#twbanner a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/common/tw.jpg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 970px) {
  .bg_l, .bg_r {
    background: none;
  }
}
@media screen and (max-width: 640px) {
  #header #headdir #logo {
    width: 115px;
    height: 53px;
  }
  #header #headdir #logo a {
    display: block;
    background-size: 100%;
  }

  #tel {
    width: 144px;
    height: 23px;
    margin: 10px auto;
    background-size: contain;
  }
}
/* - 2-2. Header block -
----------------------------------------------------------*/
#header #head {
  display: none;
}
#header #headdir {
  padding: 30px 0;
}
#header #headdir #logo {
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
  #header #headdir {
    padding: 15px 0;
  }

  #snslink {
    top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #header {
    position: fixed;
    z-index: 3000;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #header #headdir {
    padding: 5px 0 0;
  }
  #header #headdir #logobox {
    margin-bottom: 5px;
  }
  #header #headdir #logo {
    margin: 0 0 5px 0;
  }

  ul.accordion {
    width: 100%;
    font-size: 13px;
    font-family: 'england';
  }
  ul.accordion a {
    display: block;
    padding: 5px 0;
    background-position: 97% center;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  ul.accordion span {
    display: block;
    padding: 8px 0;
    background-position: 97% center;
    background-repeat: no-repeat;
  }
  ul.accordion ul {
    display: none;
  }
  ul.accordion > li > #logobox {
    clear: both;
    overflow: hidden;
    padding: 0 5px 0;
  }
  ul.accordion > li > #logobox #logotel {
    float: left;
  }
  ul.accordion > li > #logobox #logo {
    margin-bottom: 8px;
  }
  ul.accordion > li > #logobox #icon {
    float: right;
    margin-top: 15px;
    margin-bottom: 3px;
    padding: 5px 10px 7px;
    background: #33604A;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  ul.accordion > li > ul {
    overflow: hidden;
  }
  ul.accordion > li > ul > li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #222;
  }
  ul.accordion > li > ul > li.selected a {
    background: rgba(255, 255, 255, 0.8);
    color: #754C24;
    font-weight: 900;
  }
  ul.accordion > li > ul > li:nth-child(2n) {
    float: right;
  }
  ul.accordion > li > ul > li.closebutton {
    display: block;
    background: #754C24;
    padding: 15px 0;
    font-size: 1.3rem;
    color: #fff;
  }
  ul.accordion > li > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #33604A;
    padding: 15px 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  #snslink {
    display: none;
  }
}
/* - 2-3. Globalnavi block -
----------------------------------------------*/
#globalnaviarea_wrap #globalnaviarea {
  margin-bottom: 30px;
  background: url(images/common/bg-h3.jpg) repeat;
  font-family: 'england';
}
#globalnaviarea_wrap.fixed #globalnaviarea {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 4px 3px 10px 3px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

#globalnavi .f_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
#globalnavi .f_wrap li {
  text-align: center;
}
#globalnavi .f_wrap li.f_item {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#globalnavi .f_wrap li a:hover, #globalnavi .f_wrap li.selected a {
  text-decoration: underline;
  opacity: 1;
}
#globalnavi .f_wrap li a {
  display: block;
  padding: 18px 0;
  color: #33604A;
  font-size: 2.3rem;
}

#globalnaviarea_wrap.fixed ul li a {
  color: #730000;
}

#globalnaviarea_wrap.fixed .emptymargin {
  padding-bottom: 90px;
}

@media screen and (max-width: 970px) {
  #globalnavi ul {
    width: 90%;
    margin: 40px auto;
  }
}
/* - 2-4. Mainvisualarea block -
----------------------------------------------*/
#mainvisualarea .bx-wrapper {
  position: relative;
}
#mainvisualarea .bx-wrapper:before, #mainvisualarea .bx-wrapper:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  left: 10px;
  bottom: 30px;
  width: 50%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 32px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
#mainvisualarea .bx-wrapper:after {
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
  right: 10px;
  left: auto;
}

@media screen and (max-width: 970px) {
  #mainvisualarea.mainwrap {
    margin-bottom: 30px;
  }
}
/* - 2-5. Pageindexarea block -
----------------------------------------------*/
#pageindexarea {
  margin: 0;
  font-size: 4.5rem;
  color: #33604A;
  font-family: 'england';
}
#pageindexarea .pageindexarea_wrap {
  position: relative;
  z-index: 1;
}
#pageindexarea .pageindexarea_wrap h2 {
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -27px;
  z-index: 2;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  #pageindexarea {
    margin: 0 0 5px;
  }
}
/* - 2-6. Container_bg block -
----------------------------------------------*/
/* - 2-7. Contentbody block -
----------------------------------------------*/
#contentbody .section {
  margin-bottom: 60px;
}
#contentbody .section.none {
  border: none;
  background: none;
}

@media screen and (max-width: 640px) {
  #contentbody .mainwrap {
    width: 95%;
    margin: auto;
  }

  #contentbody #singlepage .section {
    margin-bottom: 15px;
  }
}
/* - 2-8. breadcrumb block -
----------------------------------------------*/
#breadcrumb {
  margin: 0 0 40px 0;
}
#breadcrumb ul {
  overflow: hidden;
}
#breadcrumb ul li {
  float: left;
  padding: 15px 0 0;
  margin: 0 5px 0 0;
  color: #fff;
}
#breadcrumb ul li a {
  color: #fff;
  text-decoration: underline;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #breadcrumbarea {
    padding: 5px 0 15px 10px;
    border-bottom: solid 1px #ccc;
  }

  #breadcrumb {
    margin: 0 0 15px;
  }
  #breadcrumb ul li {
    padding: 0;
    font-size: 1.2rem;
  }
}
/* - 2-9. Contentbody block -
----------------------------------------------*/
/* - 2-10.maincolumn block -
----------------------------------------------*/
#maincolumn {
  float: none;
  margin: 0 auto;
}
#maincolumn h2 {
  font-size: 23px;
  color: #730000;
  font-weight: bolder;
  border: none;
  margin-bottom: 30px;
  text-align: center;
}
#maincolumn h3.heading {
  padding: 5px 10px;
  background: url(images/common/bg-h3.jpg) repeat;
  font-size: 2.5rem;
  color: #33604A;
  font-family: 'england';
  font-weight: normal;
}
#maincolumn h3 a {
  color: #f05900;
}
#maincolumn h3 .list {
  float: right;
  margin-top: 5px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
#maincolumn .imgdir {
  width: 30%;
}
#maincolumn .txtdir {
  width: 68%;
}

@media screen and (max-width: 970px) {
  #maincolumn {
    width: 98%;
    margin: 0 auto;
  }
  #maincolumn h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #maincolumn {
    width: 100%;
    margin: 0 auto;
  }
  #maincolumn .imgdir {
    width: 100%;
  }
  #maincolumn .txtdir {
    width: 100%;
  }
}
/* - 2-11.sidecolumn block -
----------------------------------------------*/
#sidecolumn {
  float: none;
  display: none;
}

/* - 2-12.back-to-top block -
----------------------------------------------*/
#back-to-top {
  position: fixed;
  z-index: 11000;
  width: 50px;
  right: 25px;
  bottom: 45px;
}

@media screen and (max-width: 970px) {
  #back-to-top {
    position: fixed;
    right: 10px;
    bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  #back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
/* - 2-12b.sns footer block -
----------------------------------------------*/
/* - 2-13.footer block -
----------------------------------------------*/
#footer {
  border-top: 5px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #33604A;
}
#footer a {
  color: #33604A;
}
#footer #footdir {
  padding: 45px 0 35px;
}
#footer .footer_top {
  margin-bottom: 30px;
}
#footer .footer_top #footinfo {
  width: 50%;
  text-align: center;
}
#footer .footer_top #footinfo p {
  margin-bottom: 10px;
}
#footer .footer_top #footinfo #logo {
  margin: 0 auto 15px;
}
#footer .footer_top #footinfo #site_tel {
  font-size: 3rem;
  font-family: 'england';
}
#footer .footer_top #map_canvas {
  width: 50%;
  height: 200px;
  border: solid 1px #8C6239;
  box-sizing: border-box;
}
#footer .footer_bottom {
  width: 70%;
  margin: 0 auto;
}
#footer .footer_bottom th {
  width: 5em;
}
#footer .footer_bottom .opentime {
  width: 100%;
}
#footer #copyright {
  padding: 3px 0;
  background: #33604A;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #footer .footer_top #footinfo {
    float: none;
    width: 100%;
  }
  #footer .footer_top #map_canvas, #footer .footer_top .sns_link {
    display: none;
  }
  #footer .footer_bottom {
    width: 100%;
    font-size: 1.2rem;
  }
  #footer .footer_bottom th, #footer .footer_bottom td {
    display: block;
    width: 100%;
  }
}
/* - 2-14.indexpage block -
----------------------------------------------*/
#contentbody {
  padding: 0 0 50px;
}

/*///// grtdir //////*/
#grtdir {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(80, 90, 40, 0.6) 50%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
}
#grtdir .inner {
  background-image: url(images/common/kazari_icon1-1.png), url(images/common/kazari_icon1-2.png), url(images/common/kazari_icon1-4.png), url(images/common/kazari_icon1-3.png);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  box-sizing: border-box;
}
#grtdir .grt_heading {
  margin: 30px 0;
  font-size: 2.3rem;
  font-weight: normal;
}
#grtdir .sgbg {
  padding: 45px;
  text-align: center;
  color: #fff;
}
#grtdir .des {
  font-size: 1.4rem;
  line-height: 2.5em;
}

#maincolumn .normalpost li .title a:hover {
  color: #730000;
}

@media screen and (max-width: 640px) {
  #grtdir .inner {
    background-size: 20%;
  }
  #grtdir .grt_heading {
    margin: 15px 0;
    font-size: 1.8rem;
  }
  #grtdir .des {
    text-align: left;
    line-height: 1.7em;
    padding-bottom: 25px;
  }

  .home #contentbody #grtdir.section .inner .sgbg {
    padding: 15px;
  }
}
#top_menu {
  transition: .4s;
}
#top_menu:hover {
  opacity: .7;
  transition: .4s;
}
#top_menu a {
  display: block;
  width: 100%;
  height: 100%;
}

#top_staff {
  transition: .4s;
}
#top_staff:hover {
  opacity: .7;
  transition: .4s;
}
#top_staff a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #top_menu.section {
    margin-bottom: 30px;
  }

  #top_staff.section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #post_news .post_img {
    float: none;
    width: 100%;
  }
  #post_news .posttxt {
    float: none;
    width: 100%;
  }
}
