@charset "UTF-8";

#h-catch {
  letter-spacing: 0px;
}
#h-catch br{
  display: none!important;
}

.top_h2 {
  background: #7CC572;
  font-size: 2.2rem;
  color: #FFF;
  padding: 5px 5px 3px !important;
}


/*---------------------------------------------
 **  お問い合わせ　カスタマイズ
---------------------------------------------*/
#uComment {
  display: none;
}

.customize_from {
  border: 1px solid #7CC572;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 19px;
}

.menu-ttl {
  font-weight: bold;
}

.customize_from.pink {
  border: 1px solid #DA5F88;
}

.pink .menu-ttl {
  background: #DA5F88;

}

.menu-ttl,
.menu-inner {
  padding: 10px 4%;
}

.menu-ttl {
  background: #7CC572;
  color: #FFF;
}

.recomend-menu-wrapper {
  width: 100%;
  box-shadow: 5px 5px 8px 3px #ccc inset;
  padding: 20px 4%;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.recomend-menu-ttl {
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.recomend-menu-ttl:after {
  position: absolute;
  content: '';
  top: -19px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #7cc572 transparent transparent transparent;
}


.col-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.col-2 .item {
  width: 40%;
}

.btn-menu-01 {
  border: 1px solid #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
}

.btn-menu-01 span {
  padding: 5px 0 10px;
}

/*-----------------------------------------------------	*/
/*  個別指定 for PC	*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 980px) {
  .only_pc_none {
    display: none;
  }
}

/*---------------------------------------------
 ** 個別指定 for タブレット
---------------------------------------------*/
@media screen and (min-width: 741px) and (max-width: 979px) {
  .only_tab_none {
    display: none;
  }
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {
  .only_sp_none {
    display: none;
  }

}

.tac {
  text-align: center;
}

/*---------------------------------
Basic Style Guide
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  border-top: 3px solid #6CBB5A;
  list-style: none;
  font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#page-mama {
  border-top: 3px solid #da6e6d;
}

.clearfix {
  zoom: 1;
}

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

.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/**<a>ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
a {
  text-decoration: none;
  color: #444;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #690;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #690;
  text-decoration: underline;
}

boader {
  padding: 0;
  margin: 0;
}

.hovers {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hovers:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/**<img>ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
img {
  border: 0;
  padding: 0;
  margin: 0;
}

img.float-left {
  float: left;
  margin: 0;
  display: inline;
}

img.float-right {
  float: right;
  margin: 0;
  display: inline;
  overflow: hidden;
  _zoom: 1;
}


.imgsizer img {
  width: 100%;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/**<p> ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢*/
p,
td,
th,
dd,
dt,
li {
  font-size: 100%;
  color: #222;
  line-height: 1.5;
}

p.textright {
  text-align: right;
}

p.textcenter {
  text-align: center;
}

p.textleft {
  text-align: left;
}

p.p-left {
  float: left;
  margin: 0 0 0 0;
  display: inline;
}

p.p-right {
  float: right;
  margin: 0 0 0 0;
  display: inline;
}


/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.fontRed {
  color: #FF0000;
}

.fontBrown {
  color: #660000;
}

.fontOrange {
  color: #EF8201;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
.font-s11 {
  font-size: 11px;
}

.font12px {
  font-size: 12px
}

.font-s14 {
  font-size: 14px;
}

.font-s15 {
  font-size: 15px;
}

.font-s16 {
  font-size: 16px;
}

.font-s21 {
  font-size: 21px;
}

.lineh16 {
  line-height: 1.6;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.color1 {
  color: #FF0000;
}

.color2 {
  color: #000000;
}

.color3 {
  color: #343434;
}

/** ul dl table */
div {
  padding: 0;
  margin: 0;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
  border: 0;
}

dl {
  padding: 0;
  margin: 0;
  border: 0;
}

table {
  padding: 0;
  margin: 0;
  border: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ipclzf');
  src: url('../fonts/icomoon.eot?ipclzf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ipclzf') format('truetype'),
    url('../fonts/icomoon.woff?ipclzf') format('woff'),
    url('../fonts/icomoon.svg?ipclzf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
#page03 h3:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
.maru_in {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.maru {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.maru10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.maru20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.t_C {
  text-align: center !important;
}


/*kamibitoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ 20180302ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
#salon_shop_list {
  margin-bottom: 20px;
}

#salon_shop_list h2.title1 {
  margin: 10px 0 0 0 !important;
}

#salon_shop_list ul {
  list-style: none;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#salon_shop_list ul li {
  width: 30%;
  margin: 0 1.666% 15px;
}

#salon_shop_list ul li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  background: #668ad8;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  text-align: center;
  font-size: 120%;
}

#salon_shop_list ul li a:hover {
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
  border-bottom: none;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢*/
}



@media screen and (min-width: 960px) {
  /**=
  * ========================================
  * ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡
  * ========================================
  */

  #nav ul li:first-child {
    width: 140px;
  }

  /* chg_dsp */
  .only_sp_B,
  .only_tab,
  .only_sp,
  .exc_pc,
  .only_tab_B {
    display: none !important;
  }

  .only_pc,
  .exc_tab {
    display: inline;
  }

  .only_pc_B,
  .exc_tab_B {
    display: block;
  }

  body {
    min-width: 1024px;
  }

  .block-s {
    display: none;
  }

  .font-s17 {
    font-size: 17px;
  }

  .font-s18 {
    font-size: 18px;
  }

  .width510 {
    width: 510px;
  }

  .width520 {
    width: 520px;
  }

  .width540 {
    width: 555px;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  /** */
  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px 10px 10px 0;
    float: right;
  }

  /** */
  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  .se-c {
    padding: 0;
    margin: 0 0 25px 0;
    overflow: hidden;
  }

  .salon_list {
    padding: 0;
    margin: 25px 0 25px 0;
    overflow: hidden;
  }

  .ser {
    padding: 0;
    margin: 0 0 12px 0;
    overflow: hidden;
  }

  .ser02 {
    padding: 0;
    margin: 0 0 5px 0;
    overflow: hidden;
  }

  .ser03 {
    padding: 0;
    margin: 0 0 35px 0;
    overflow: hidden;
  }

  .ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
    overflow: hidden;
  }

  section {
    padding: 0;
    margin: 0 0 25px 0;
    position: relative;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
    height: 100%;
    zoom: 1;
    overflow: hidden;
  }

  .se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
  }

  body#home .se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  /**div ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ===*/
  div.box {
    padding: 10px 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 20px 40px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02 {
    padding: 10px 20px 10px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary03 {
    padding: 0 0 2px 0;
    margin: 0 0 50px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0 0 0 60px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 10px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0;
  }

  /**=
* ========================================
*
* ========================================
*/
  /** ======================================*/
  #header-wrap {
    width: 100%;
    height: 115px;
    margin: 0;
    padding: 0;
  }

  #header {
    width:98%;
    max-width: 1200px;
    height: 115px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }

  #fix-header {
    padding: 0;
    margin: 0;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 65px;
    line-height: 1.3;
    font-weight: normal;
    white-space: nowrap;
    overflow-x: hidden;
  }

  #all_over_Japan {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 159px;
    z-index: 2;
    font-size: 15px;
  }

  #offtime {
    background: url(../images/top/offtime_bg.jpg)repeat-x;
    width: 300px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 0px;
    font-size: 80%;
    text-align: center;
  }

  #offtime a {
    color: #690;
  }

  #tell {
    padding: 0;
    margin: 0;
    width: 510px;
    height: 73px;
    background:#eeecd5;
    position: absolute;
    top: 38px;
    right: 0;
  }
  #tell>img {
    width:405px;
    margin-top:7px;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 10.5%;
    /* height: 60px; */
    position: absolute;
    top: 37px;
    right: 18.2%;
  }

  #mail {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 223px;
    z-index: 2;
  }

  #btn-reserve-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 112px;
    z-index: 2;
  }
  #header #btn-pay-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 3px;
    z-index: 2;
  }

  #safety {
    padding: 0;
    margin: 0;
    width:17%;
    max-width: 215px;
    height: 79px;
    position: absolute;
    top: 14px;
    left: 22%;
  }

  /** Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸========================================*/
  #section_top-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) #64BA5A no-repeat top center;
    background-size: cover;
  }
  #page-mama #section_top-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_mama.jpg) #fcbcbd no-repeat top center;
    background-size: cover;
  }
  #section_contents-wrap {
    width: 100%;
    height: 225px;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }
  .payment_main img{
    width:100%!important;
    max-width:1040px;
    margin:0 auto;
  }

  #page-mama #section_contents-wrap {
    width: 100%;
    height: 500px;
    margin: 167px 0 0 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../mama/img/main_mama_bg.jpg) repeat-x center top;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
  #page05 #section_contents-wrap {
    height: 300px !important;
  }

  #page06 #section_contents-wrap {
    height: 300px !important;
  }

  #page04 #section_contents-wrap {
    height: 300px !important;
  }



  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top img {
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }

  #page-mama #section_top img {
    max-width: 1024px;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾========================================*/
  #content {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 35px 0;
    text-align: left;
    position: relative;
    height: 100%;
    min-height:1000px;
    _zoom: 1;
    /*overflow:hidden;*/
  }

  /** Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ========================================*/
  /** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦===*/
  #content-left {
    padding: 25px 0 0 0;
    margin: 0;
    float: left;
    width: 220px;
  }

  #home #content-left {
    padding: 35px 0 0 0;
    margin: 0;
    float: left;
    width: 220px;
  }

  #content-left ul {
    padding: 0 0 0 0;
    margin: 0;
    width: 220px;
    list-style: none;
  }

  #content-left ul li {
    padding: 15px 0 15px 20px;
    margin: 0;
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
  }

  #content-left ul li.lists01 {
    border-top: none;
  }

  #content-left ul li.lists02 {
    border-top: none;
  }

  #content-left ul li.lists03 {
    border-top: none;
  }

  #content-left ul li.lists18 {
    border-top: none;
  }

  #top-map {
    padding: 0;
    margin: 24px 0 20px 0;
    text-align: center;
  }

  #contact {
    padding: 0;
    margin: 24px auto 20px auto;
    display: block;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³===*/
  #content-right {
    padding: 25px 0 0 0;
    margin: 0;
    float: right;
    width: 700px;
  }

  #home #content-right {
    padding: 35px 0 0 0;
    margin: 0;
    float: right;
    width: 700px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/
  p.catch {
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
  }

  p.catch02 {
    line-height: 1.8;
    text-align: justify;
  }

  p.catch03 {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
  }

  p.catch04 {
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 35px;
  }

  #ul-strongs {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strong01 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  /*#img-stuff{ padding:0; margin:0; position:absolute; right:2px; top:914px;}*/
  #img-stuff {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2px;
    bottom: 0;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }

  #user_expl {
    display: block;
    width: 670px;
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: 220px;
    height: 293px;
    padding-bottom: 30px;
    float: left;
    margin-right: 5px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 20px 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(4),
  .ex_box:nth-child(7) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â !ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/

  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height: 29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }


  #cmp1id {
    margin-top: -100px;
    padding-top: 360px;
    display: block;
    height: 1px;
  }

  .cmp1img {
    margin-top: -150px;
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 30px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 60px;
  }

  #questionnaire {
    padding: 0;
    margin: 0 0 20px 0;
    width: 700px;
    height: 566px;
    background: url(../images/top/questionnaire-b.png) no-repeat;
    position: relative;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 0 12px 0;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 680px;
  }

  .dl-questionnaire dt {
    margin: 0 0 20px;
    padding: 0;
    width: 115px;
    height: 50px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dd {
    width: 40%;
    margin: 0 0 20px;
    padding: 0 0 0 115px;
    height: 50px;
    font-size: 90%;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 0 auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    ;
    bottom: 100px;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 0;
    float: right;
    width: 340px;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto;
    width: 672px;
    border-bottom: 1px solid #CCC;
    list-style: none;
    _zoom: 1;
    overflow: hidden;
  }

  ul.service li.li-left {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: left;
    display: inline;
    position: relative;
  }

  ul.service li.li-right {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: right;
    display: inline;
    position: relative;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    width: 322px;
    height: 130px;
    float: right;
    display: inline;
    background-color: #E7E5D7;
    position: relative;
  }

  ul.service li p.p-service1 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li p.p-service2 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  ul.service li.voice p.p-service3 {
    width: 192px;
    font-size: 12px;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 0 130px;
    font-size: 12px;
    float: left;
    display: inline;
  }

  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 100%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 140%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }


  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ==*/
  #credit-i {
    margin-bottom: 20px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº==*/
  dl.news {
    overflow: hidden;
    zoom: 1;
    /* width:40px; */
    padding: 0;
    margin: 0 0 20px 0;
  }

  dl.news dt {
    margin: 0;
    padding: 6px 0 2px 10px;
    width: 90px;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 13px;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 13px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  #page03 dl.news {
    overflow: hidden;
    zoom: 1;
    /* width:40px; */
    padding: 0;
    margin: 0 0 20px 0;
  }

  #page03 dl.news dt {
    margin: 0;
    padding: 8px 0 8px 25px;
    width: 90px;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 16px;
  }

  #page03 dl.news dd {
    margin: 0;
    padding: 8px 0 8px 130px;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }


  #area-top {
    padding: 30px 25px 10px 30px;
    margin: 0 0 20px 0;
    background-image: url(../images/top/area-top.png), url(../images/top/area-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    _zoom: 1;
  }

  #area-top p {
    line-height: 1.8;
  }

  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area_dl {
    padding: 5px 10px 5px 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
  }

  .area_dt {
    padding: 4px 0 4px 12px;
    margin: 0;
    display: block;
    color: #0E491C;
    border-left: solid 12px #6CBB5A;
    position: relative;
    cursor: pointer;
  }

  .area_dt:after {
    content: "\f13a";
    font-family: FontAwesome;
    color: #6CBB5A;
    font-size: 1.4em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 5px;
    top: -11px;
    bottom: 0;
    margin: auto;
  }

  .area_dt.active:after {
    content: "\f139";
    font-family: FontAwesome;
    color: #6CBB5A;
    /*font-size:1.4em*/
    ;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 5px;
    top: -11px;
    bottom: 0;
    margin: auto;
  }

  .area_dd {
    padding: 6px;
    margin-left: 21px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify;
  }

  .area_dd a {
    display: block;
    position: relative;
    color: #6CBB5A;
    padding-right: 30px;
  }

  .area_dd a:after {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 2px;
    top: -1px;
    bottom: 0;
    margin: auto;
  }

  .area_dd p {
    margin-bottom: 5px !important;
  }

  .child {
    display: none;
  }


  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼========================================*/
  #user-sitemap-wrap {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: left;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 5px 4px 0;
    width: 188px;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(5n) {
    margin-right: 0;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    min-height: 65px;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ===*/
  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #user-sitemap ul li a span.icon-b {
    display: block;
  }

  #footer-wrap {
    width: 100%;
    height: 250px
      /*140px*/
    ;
    padding: 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 960px;
    height: 230px
      /*140px*/
    ;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    display: inline;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  #f-catch {
    padding: 0;
    margin: 0;
    font-size: 8px;
    position: absolute;
    left: 64px;
    top: 12px;
    letter-spacing: -0.1em;
    line-height: 1.2;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #f-address {
    padding: 0;
    margin: 0;
    line-height: 1.9;
  }

  #f-address2 {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 218px;
    bottom: -10px;
    z-index: 10;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: -0.1em;
    width: 710px
      /*950px*/
    ;
    text-indent: -3.6em;
    padding-left: 4em;
  }

  dl#freedial {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 380px;
    top: 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    margin: 30px auto;
  }

  .idx_block_p {
    position: relative;
  }



  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 8em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }

  #shop_blog {
    width: 490px;
    height: 270px;
    margin-top: 10px;
  }

  #president_blog {
    width: 490px;
    height: 250px;
    margin-bottom: 20px;
  }

  #staff_blog {
    width: 490px;
    height: 282px;
  }

  .fuki03 {
    position: absolute;
    top: 53px;
    right: 0;
  }

  .fuki04 {
    position: absolute;
    top: 357px;
    right: -5px;
  }

  .fuki05 {
    position: absolute;
    top: 630px;
    right: -5px;
  }


  #footer_img {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }

  #footer_img p {
    font-size: 80%;
    position: absolute;
    bottom: 0px;
    right: 12%;
    text-align: center;
    background: #5BB149;
    border-radius: 5px;
  }

  #footer_img a {
    color: #f7ffb8;
    width: 260px;
    height: 20px;
    display: block;
    padding: 5px 30px 3px;
  }

  .sp-horizontal .sp-previous-arrow {

    left: -30px;
    right: auto;
  }

  .sp-horizontal .sp-next-arrow,
  .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -30px;
    left: auto;
  }

  .form_outtime {
    width: 100% !important;
  }

  .form_outtime input#form_submit_button {
    margin-left: 24% !important;
  }

  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 0 auto 30px;
    display: flex;
  }

  .top_step img:nth-child(1) {
    width: 51%;
  }

  .top_step img:nth-child(2) {
    width: 49%;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
    border: 1px solid #83c576;
    padding: 4% 4%;
    min-height: 120px;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    min-height: 30px;
    background: #6cbb5a1a;
  }



  .top_step_flow dl dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 100px;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin: 35px auto 30px;
    display: flex;
    flex-wrap: wrap;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 22%;
    margin: 0 3% 25px;
    position: relative;
    border: 1px solid #83c576;
    padding: 2% 2%;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 24px;
    text-align: center;
  }

  #home .top_step_flow dl dt span,
  #page01 .top_step_flow dl dt span,
  #page02 .top_step_flow dl dt span {
    font-size: 90%;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    float: right;
    margin-left: 15px;
    margin-top: -70px;
  }


  .top_step_flow02 .menu-contact img {
    float: none;
  }

  .top_step_jizen {
    width: 420px;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat;
    background-size: 71px;
    padding: 0 0 15px 80px;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before,
  #page02 .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before,
  #page02 .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before,
  #page02 .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before,
  #page02 .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before,
  #page02 .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before,
  #page02 .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  .top_step_flow ol {
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow.png);
    width: 91px;
    height: 38px;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #home .top_step_flow dl::after,
  #page01 .top_step_flow dl::after,
  #page02 .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow2.png);
    width: 25px;
    height: 57px;
    position: absolute;
    top: 25px;
    right: -35px;
    left: auto;
    margin: 0;
  }

  .top_step_flow06::after {
    content: '' !important;
  }

  #slider_top ,#slider_top_sp{
    width: 100%;
    max-width: 66.5%!important;
  /*  margin: 0 auto; */
  margin:0;
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }

  #step_anc {
    padding-top: 200px;
    display: block;
    margin-top: -200px;
    pointer-events: none;
  }


}

@media only screen and (min-width: 481px) and (max-width: 959px) {

  /* chg_dsp */
  .only_sp_B,
  .only_sp,
  .only_pc,
  .only_pc_B,
  .exc_tab,
  .exc_tab_B {
    display: none !important;
  }

  .only_tab {
    display: inline;
  }

  .only_tab_B,
  .exc_pc {
    display: block;
  }

  .block-s {
    display: none;
  }

  .font-s17 {
    font-size: 17px;
  }

  .font-s18 {
    font-size: 18px;
  }

  .width510 {
    width: 510px;
  }

  .width520 {
    width: 520px;
  }

  .width540 {
    width: 555px;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px 10px 10px 0;
    float: right;
  }

  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  section.se-c {
    padding: 0;
    margin: 0 0 25px 0;
  }

  section.ser {
    padding: 0;
    margin: 0 0 12px 0;
  }

  section.ser02 {
    padding: 0;
    margin: 0 0 5px 0;
  }

  section.ser03 {
    padding: 0;
    margin: 0 0 35px 0;
  }

  section.ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
  }

  section {
    padding: 0;
    margin: 0 0 25px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
    position: relative;
  }
  section#section_top{
    overflow: visible;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
  }

  section.se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
  }

  body#home section.se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  div.box {
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 700px;
  }

  /* div.box{ padding:10px auto 0 20px; margin:0; position:relative; clear:both;} */
  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 20px 40px 20px;
    margin: 0 auto;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    width: 700px;
    overflow: hidden;
  }

  div.boundary02 {
    padding: 10px 20px 10px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary03 {
    padding: 0 20px 2px 20px;
    margin: 0 0 50px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
    width: 700px;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 10px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0 auto;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
    width: 700px;
    box-sizing: border-box;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 auto 25px auto;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
    width: 700px;
    box-sizing: border-box;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0 auto;
    width: 700px;
  }

  /**=
* ========================================
* ========================================
*/
  #header-wrap {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
  }

  #header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #fix-header {
    padding: 0;
    margin: 0;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    position: absolute;
    left: 1%;
    top: 80%;
    line-height: 1.3;
    white-space: nowrap;
    overflow-x: hidden;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 18%;
    height: auto;
    position: absolute;
    top: 12%;
    left: 24.5%;
  }

  #all_over_Japan {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    position: absolute;
    left: 49%;
    top: 8%;
    line-height: 1.3;
  }

  #offtime {
    width: 40%;
    background: url(../images/top/offtime_bg.jpg)repeat-x;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 5%;
    padding: 5px 0px;
    font-size: 70%;
    text-align: center;
  }

  #offtime a {
    color: #690;
  }

  #tell {
    padding: 0;
    margin: 0;
    width: 47.1%;
    height: auto;
    position: absolute;
    left: 42.8%;
    top: 30%;
    background:#eeecd5;
  }
  #tell>img {
    width:82%;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 10.5%;
    position: absolute;
    top: 23px;
    right: 30%;
}

  #mail {
    padding: 0;
    margin: 0;
    width: 7.5%;
    height: auto;
    position: absolute;
    left: 62.4%;
    top: 35%;
  }

  #btn-reserve-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 70.25%;
    z-index: 2;
    width: 9.5%;
  }

  #header #btn-pay-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 80%;
    z-index: 2;
    width:9.3%;
  }

  #section_top-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }
  #page-mama #section_top-wrap {
    width: 100%;
    padding: 0;
    margin:100px 0 0!important;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_mama.jpg) repeat-x center;
  }

  #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #page-mama #section_top{
    margin-top:130px;
  }

  #section_top img {
    padding: 0;
    margin: 0 auto;
  }

  #new_mainimg {
    margin-top: 100px !important;
  }

  #content {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: left;
    position: relative;
    height: 100%;
    _zoom: 1;
    overflow: hidden;
  }

  #content-left {
    display: none;
  }

  #content-right {
    padding: 25px 0 0 0;
    margin: 0 auto;
    width: 100%;
  }

  #home #content-right {
    padding: 35px 0 0 0;
    margin: 0 auto;
    width: 100%;
  }

  p.catch {
    line-height: 1.6;
    text-align: justify;
    font-size: 1.8rem;
  }

  p.catch02 {
    line-height: 1.8;
    text-align: justify;
  }

  p.catch03 {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
  }

  p.catch04 {
    line-height: 1.6;
    text-align: justify;
    font-size: 1.8rem;
    margin-bottom: 0 auto 35px auto;
    clear: both;
  }

  #ul-strongs {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strong01 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #img-stuff {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2px;
    bottom: 0;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }


  #user_expl {
    display: block;
    width: calc(100% - 60px);
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: calc((100% - 10px) / 3);
    padding-bottom: 30px;
    float: left;
    margin-right: 5px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 20px 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(4),
  .ex_box:nth-child(7) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
  }

  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height;
    29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 20px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 20px;
  }

  #questionnaire {
    padding: 0;
    margin: 0 auto 20px auto;
    width: 700px;
    height: 551px;
    background: url(../images/top/questionnaire-b.png) no-repeat;
    position: relative;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 0 12px 0;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 680px;
  }

  .dl-questionnaire dt {
    margin: 0 0 10px;
    padding: 0;
    width: 115px;
    height: 50px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dd {
    margin: 0 0 10px;
    padding: 0 0 0 115px;
    height: 50px;
    width: 40%;
    font-size: 90%;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 0 auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    ;
    bottom: 100px;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 0;
    float: right;
    width: 340px;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto;
    width: 672px;
    border-bottom: 1px solid #CCC;
    list-style: none;
    _zoom: 1;
    overflow: hidden;
  }

  ul.service li.li-left {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: left;
    display: inline;
    position: relative;
  }

  ul.service li.li-right {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: right;
    display: inline;
    position: relative;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    width: 322px;
    height: 130px;
    float: right;
    display: inline;
    background-color: #E7E5D7;
    position: relative;
  }

  ul.service li p.p-service1 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li p.p-service2 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  ul.service li.voice p.p-service3 {
    width: 192px;
    font-size: 12px;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 0 130px;
    font-size: 12px;
    float: left;
    display: inline;
  }


  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 100%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 140%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }

  #credit-i {
    margin-bottom: 20px;
  }

  dl.news {
    overflow: hidden;
    zoom: 1;
    width: 660px;
    padding: 0;
    margin: 0 0 20px 0;
  }

  dl.news dt {
    margin: 0;
    padding: 6px 0 2px 10px;
    width: 90px;
    float: none;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 14px;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    white-space: nowrap;
  }

  #home dl.news dd {
    white-space: unset;
  }

  #area-top {
    padding: 30px 25px 10px 30px;
    margin: 0 auto 20px auto;
    width: 700px;
    box-sizing: border-box;
    background-image: url(../images/top/area-top.png), url(../images/top/area-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    _zoom: 1;
  }

  #area-top p {
    line-height: 1.8;
  }

  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area-dl {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
  }

  .area-dl img {
    padding: 0;
    margin: 0;
  }

  .area-dl dt {
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .area-dl dt:hover {
    cursor: pointer;
  }

  .area-dl dd {
    padding: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
  }

  .area-dl dd p {
    margin-bottom: 5px !important;
  }

  #user-sitemap-wrap {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 1% 5px 0;
    width: 24%;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 1.5rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(4n+1) {
    margin-left: 0.5%;
  }

  #user-sitemap ul li:nth-of-type(4n) {
    margin-right: 0.5%;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    min-height: 65px;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #user-sitemap ul li a span.icon-b {
    display: block;
  }

  #footer-wrap {
    width: 100%;
    padding: 8px 0 10px 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  p#f-catch {
    padding: 0;
    margin: 0 auto 4px auto;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.2;
    display: block;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
  }

  #f-address2 {
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
    position: absolute;
    top: 73%;
    left: 44%;
    width: 54%;
  }

  #f-address2 span {
    display: block;
  }

  dl#freedial {
    padding: 0;
    margin: 0 0 0 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    width: calc(100% - 30px);
    margin: 30px auto;
  }

  .idx_block_p {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-family: "", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 4.7em;
    line-height: 1.5em;
    font-family: "", sans-serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }

  #shop_blog {
    width: 490px;
    height: 270px;
    margin-top: 10px;
  }

  #president_blog {
    width: 490px;
    height: 250px;
    margin-bottom: 20px;
  }

  #staff_blog {
    width: 490px;
    h;
    height: 282px;
  }

  .fuki03 {
    position: absolute;
    top: 53px;
    right: 0;
  }

  .fuki04 {
    position: absolute;
    top: 357px;
    right: -5px;
  }

  .fuki05 {
    position: absolute;
    top: 630px;
    right: -5px;
  }

  #footer_img {
    margin: 0 auto;
  }

  #footer_img img {
    width: 100%;
    max-width: 847px;
  }

  #footer_img p {
    width: 40%;
    font-size: 80%;
    position: absolute;
    bottom: -5px;
    right: 0;
    text-align: center;
    background: #5BB149;
    border-radius: 5px;
  }

  #footer_img a {
    color: #f7ffb8;
    width: 100%;
    height: 20px;
    display: block;
    padding: 5px 0 3px;
    text-align: center;
  }

  .form_outtime {
    width: 95% !important;
  }

  .form_outtime input#form_submit_button {
    margin-left: 24% !important;
  }


  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 0 auto 30px;
    display: flex;
  }

  .top_step img:nth-child(1) {
    width: 51%;
  }

  .top_step img:nth-child(2) {
    width: 49%;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
    border: 1px solid #83c576;
    padding: 4% 4%;
    min-height: 120px;
  }

  .top_step_flow dl dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 100px;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    float: right;
    margin-left: 15px;
    margin-top: -70px;
  }

  .top_step_flow02 .menu-contact img {
    float: none;
  }

  .top_step_img {
    margin-top: -10px !important;
  }

  .top_step_jizen {
    width: 508px;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat;
    background-size: 71px;
    padding: 0 0 15px 80px;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow ol {
    width: 508px;
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow.png);
    width: 91px;
    height: 38px;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .top_step_flow06::after {
    content: '' !important;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin: 35px auto 30px;
    display: flex;
    flex-wrap: wrap;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 22%;
    margin: 0 3% 25px;
    position: relative;
    border: 1px solid #83c576;
    padding: 2% 2%;
    min-height: 30px;
    background: #6cbb5a1a;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 24px;
    text-align: center;
  }

  #home .top_step_flow dl dt span,
  #page01 .top_step_flow dl dt span,
  #page02 .top_step_flow dl dt span {
    font-size: 90%;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before,
  #page02 .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before,
  #page02 .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before,
  #page02 .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before,
  #page02 .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before,
  #page02 .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before,
  #page02 .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow dl::after,
  #page01 .top_step_flow dl::after,
  #page02 .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow2.png);
    width: 25px;
    height: 57px;
    position: absolute;
    top: 25px;
    right: -35px;
    left: auto;
    margin: 0;
  }

  #slider_top ,#slider_top_sp{
    position: absolute;
    top: 0;
    left: -10px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 10px #37933a;
  }

  #slider_top ,#slider_top_sp{
    width: 500px;
    margin: 0;
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }


}

@media screen and (min-width: 320px) and (max-width: 480px) {


  /* chg_dsp */
  .only_tab,
  .only_pc,
  .exc_sp,
  .only_pc_B,
  .only_tab_B {
    display: none !important;
  }

  .only_sp,
  .exc_tab {
    display: inline;
  }

  .only_sp_B,
  .exc_pc,
  .exc_tab_B,
  .exc_pc_B {
    display: block;
  }


  .s-br {
    display: none;
  }

  .span-br {
    display: block;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  .block-s {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    display: block !important;
  }

  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px auto 15px auto;
  }

  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  section.se-c {
    padding: 0;
    margin: 0 0 25px 0;
  }

  section.ser {
    padding: 0;
    margin: 0 0 12px 0;
  }

  section.ser02 {
    padding: 0;
    margin: 0 0 5px 0;
  }

  section.ser03 {
    padding: 0;
    margin: 0 0 35px 0;
  }

  section.ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
  }

  section {
    padding: 0;
    margin: 0 0 15px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
    position: relative;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
  }

  section.se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
  }

  body#home section.se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  /**div ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ===*/
  div.box {
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 0 20px 0;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary02 {
    padding: 10px 0 25px 0;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary03 {
    padding: 0 0 2px 0;
    margin: 0 0 15px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0;
    position: relative;
    background: none;
    clear: both;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0;
  }

  /**=
* ========================================
* ========================================
*/
  body {
    width: 100%;
    padding-top: 150px;
    /* Stops horizontal scrolling. */
    position: relative;
  }

  #sb-site {
    position: relative;
    *zoom: 1;
  }

  #sb-site:after {
    display: block;
    clear: both;
    height: 0.01px;
    content: "";
  }

  #header-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #header {
    width: 100%;
    margin: 0;
    padding: 4px 0 0 0;
    overflow: hidden;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 7px;
    right: 65px;;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.0;
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: #666;
    white-space: nowrap;
    overflow-x: hidden;
  }

  /*#h-catch br{display: none;}*/
  #all_over_Japan {
    padding: 0;
    margin: 2.5em 0 10px 2%;
    font-size: 1.1rem;
    line-height: 1.2;
    float: left;
  }

  #all_over_Japan span {
    display: block;
    font-size: 1.6rem;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 45%;
    float: right;
    display: none;
  }

  #offtime {
    display: none;
  }

  #tell {
    display: none;
  }

  #mail {
    display: none;
  }

  #btn-reserve-01 {
    display: none;
  }
  #btn-pay-01 {
    display: none;
  }

  .s-none {
    display: none;
  }

  @media screen and (max-width: 400px) {
    #h-catch {
      line-height: 1.0;
    }

    a#logo {
      padding-top: 3px !important;
    }
  }

  #section_top-wrap {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }
  #page-mama #section_top-wrap {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background: url(../images/top/main/bg_new_mama.jpg) repeat-x center;
  }

  #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #page-mama #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../mama/img/main_mama_bg.jpg) repeat-x center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top img {
    padding: 0;
    margin: 0!important;
  }

  #page01 #new_mainimg img,
  #page02 #new_mainimg img,
  #page03 #new_mainimg img,
  #page04 #new_mainimg img,
  #page05 #new_mainimg img,
  #page06 #new_mainimg img,
  #page07 #new_mainimg img,
  #page08 #new_mainimg img,
  #page-mama #new_mainimg img,
  #gallery #new_mainimg img,
  #page_first #new_mainimg img,
  #new_mainimg img{
    display: none;
  }

  #new_mainimg:before,
  #new_mainimg:after {
    display: none !important;
  }

  #page01 #new_mainimg {
    background: url(../images/main_img/main_service_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page02 #new_mainimg {
    background: url(../images/main_img/main_menu_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home01 #new_mainimg {
    background: url(../images/main_img/main_menu_home01_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home02 #new_mainimg {
    background: url(../images/main_img/main_menu_home02_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home04 #new_mainimg {
    background: url(../images/main_img/main_menu_home04_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility #new_mainimg {
    background: url(../images/main_img/main_menu_facility_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility02 #new_mainimg {
    background: url(../images/main_img/main_menu_facility02_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility03 #new_mainimg {
    background: url(../images/main_img/main_menu_facility03_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_wig #new_mainimg {
    background: url(../images/main_img/main_menu_wig_sp.png) no-repeat left top;
    background-size: 100% auto;
    min-height: 320px;
    height: 100%;
    margin-top: 0;
  }
  #page03 #new_mainimg {
    background: url(../images/main_img/main_shop_sp.png?220331) no-repeat left bottom;
    background-size: 100% auto;
    min-height: 300px;
    height: 100%;
    margin-top: 0;
  }

  #page08 #new_mainimg {
    background: url(../images/main_img/main_questionnaire_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page04 .main_p_message p:nth-of-type(1){
    background:#ec7f00;
  }
  #page04 #new_mainimg {
    background: url(../images/main_img/main_invite_sp.png) no-repeat left bottom #e9f7f6!important;
    background-size: 100% auto!important;
    min-height: 300px;
    height: 100%;
    margin-top: 0;
  }

  #page05 #new_mainimg {
    background: url(../images/main_img/main_school_sp.png) no-repeat left bottom;
    background-size:100% auto;
    min-height: 280px;
    height: 100%;
    margin-top: 0;
    position:relative;
    text-align: center;
  }
  .page05_step #new_mainimg {
    background: url(../images/main_img/main_school_sp.png) no-repeat left bottom #ed8105;
    background-size:cover;
  }
  .page05_step #new_mainimg {
    min-height: 410px!important;
  }
  #page06 #new_mainimg {
    background: url(../images/main_img/main_member_sp.png?221107) no-repeat left bottom;
    background-size: 100%;
    min-height: 320px;
    height: 100%;
    margin-top: 0;
  }
  #page_first #new_mainimg {
    background: url(../images/main_img/main_first_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }


  @media screen and (max-width: 440px) {
    #page06 #new_mainimg {
      min-height: 290px;
    }
    #page04 #new_mainimg {
      min-height: 290px;
    }
    .page05_step #new_mainimg {
      min-height: 360px!important;
    }

  }
  @media screen and (max-width: 420px) {
    #page02.menu_wig #new_mainimg {
      min-height: 280px;
    }
  }

  @media screen and (max-width: 400px) {
    #page06 #new_mainimg {
      min-height: 260px;
    }
    #page05 #new_mainimg {
      min-height: 260px;
    }
    #page04 #new_mainimg {
      min-height: 260px;
    }
    .page05_step #new_mainimg {
      min-height: 320px!important;
    }
    #page02.menu_wig #new_mainimg {
      min-height: 260px;
    }
  }
  @media screen and (max-width: 360px) {
    #page06 #new_mainimg {
      min-height: 230px;
    }
    #page04 #new_mainimg {
      min-height: 230px;
    }
    .page05_step #new_mainimg {
      min-height: 300px!important;
    }
    #page02.menu_wig #new_mainimg {
      min-height: 240px;
    }
  }
  @media screen and (max-width: 340px) {
    #page05 #new_mainimg {
      min-height: 230px;
    }
    #page04 #new_mainimg {
      min-height: 210px;
    }
    .page05_step #new_mainimg {
      min-height: 280px!important;
    }
    #page02.menu_wig #new_mainimg {
      min-height: 230px;
    }
  }
  #page07 #new_mainimg {
    background: url(../images/main_img/main_company_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }



  #page-mama #section_top {
    background: url(../mama/img/main_mama.jpg) no-repeat center center;
    min-height: 210px;
    background-size: 100%;
  }

  #gallery #section_top {
    background: url(../gallery/img/main-img_sp.png) no-repeat center center;
    min-height: 156px;
    background-size: 100%;
  }
  #new_mainimg.new_mainimg_oneday {
    background: url(../images/main_img/main_oneday_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_retail {
    background: url(../images/main_img/main_retail_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_media {
    background: url(../images/main_img/main_media_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_absence {
    background: url(../images/main_img/main_absence_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_consultationsvc {
    background: url(../images/main_img/main_consultationsvc_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_contact {
    background: url(../images/main_img/main_contact_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_reserve {
    background: url(../images/main_img/main_reserve_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_document {
    background: url(../images/main_img/main_document_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_invite {
    background: url(../images/main_img/main_invite_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_member {
    background: url(../images/main_img/main_member_sp.png?221107) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_menu {
    background: url(../images/main_img/main_menu_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_recreation {
    background: url(../images/main_img/main_recreation_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_school {
    background: url(../images/main_img/main_school_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_delivery {
    background: url(../images/main_img/main_delivery_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_faq {
    background: url(../images/main_img/main_faq_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_gallery {
    background: url(../images/main_img/main_gallery_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_institution {
    background: url(../images/main_img/main_institution_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_payact {
    background: url(../images/main_img/main_payact_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_privacy {
    background: url(../images/main_img/main_privacy_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_specified {
    background: url(../images/main_img/main_specified_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_strong {
    background: url(../images/main_img/main_strong_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_volunteer {
    background: url(../images/main_img/main_volunteer_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_blog {
    background: url(../images/main_img/main_blog_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_snsprivacy {
    background: url(../images/main_img/main_snsprivacy_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_snskiyaku {
    background: url(../images/main_img/main_snskiyaku_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #content {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: left;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.0;
  }


  #content-left {
    display: none;
  }

  #content-right {
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
    overflow: auto;
  }

  /* ==*/
  p.catch {
    text-align: justify;
  }

  p.catch02 {
    text-align: justify;
  }

  p.catch03 {
    text-align: justify;
  }

  #s-catch {
    /*display:none;*/
  }

  #s-catch02 {
    /*display:none;*/
  }

  #s-catch03 {
    /*display:none;*/
  }

  p.catch04 {
    text-align: justify;
    margin-bottom: 0 auto 35px auto;
    clear: both;
  }

  #ul-strongs {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    overflow: hidden;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strongs li:nth-of-type(1) {
    width: 31.88%;
  }

  #ul-strongs li:nth-of-type(2) {
    width: 36.23%;
  }

  #ul-strongs li:nth-of-type(3) {
    width: 31.88%;
  }

  #ul-strong01 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #img-stuff {
    padding: 0;
    margin: 0 auto 20px auto;
    display: block;
    width: 240px;
    height: auto;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }


  #user_expl {
    display: block;
    width: calc(100% - 60px);
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: calc((100% - 10px) / 2);
    padding-bottom: 30px;
    float: left;
    margin-right: 10px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(odd) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    padding: 5px 5px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â !ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/
  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height;
    29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 20px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 20px;
  }

  #questionnaire {
    padding: 10px 0 20px 0;
    margin: 0 auto 15px auto;
    width: 100%;
    background-color: #F5F2F3;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #FEE001;
    overflow: hidden;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 auto 12px 5%;
    width: 90%;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }

  .dl-questionnaire dt {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 40px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dt img {
    width: 80px;
  }

  .dl-questionnaire dd {
    margin: 0;
    padding: 0 0 0 90px;
    height: 40px;
    font-size: 1.3rem;
  }

  .dl-questionnaire dd:nth-of-type(1) {
    line-height: 30px;
  }

  .dl-questionnaire dd:nth-of-type(2) {
    line-height: 1.3;
  }

  .dl-questionnaire dd:nth-of-type(3) {
    line-height: 1.3;
  }

  .dl-questionnaire dd:nth-of-type(4) {
    line-height: 30px;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 10px auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0 auto;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 8px 0 0 0;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto 10px auto;
    list-style: none;
  }

  ul.service li.li-left {
    padding: 0 0 8px 0;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
  }

  ul.service li.li-right {
    padding: 0 0 8px 0 !important;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
  }

  ul.service li p.p-service1 {
    width: 52%;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 60px 0 8px 0;
    line-height: 1.4;
  }

  ul.service li p.p-service2 {
    width: 54%;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 40px 0 8px 0;
    line-height: 1.4;
  }

  #sp-service2 {
    margin: 55px 0 8px 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    background-color: #E7E5D7;
    position: relative;
    overflow: hidden;
  }

  ul.service li.voice p.p-service3 {
    width: 65%;
    font-size: 1.2rem;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 8px 8px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 95%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 110%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }

  /* ==*/
  #area-top {
    padding: 0;
    margin: 10px auto 0 auto;
    width: 96%;
    box-sizing: border-box;
    overflow: hidden;
  }

  #area-top p {
    line-height: 1.4;
  }

  /* ==*/
  #credit-i {
    margin-bottom: 20px;
  }

  /* ==*/
  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  dl.news {
    overflow: hidden;
    width: 96%;
    padding: 0;
    margin: 0 auto 20px auto;
  }

  dl.news dt {
    margin: 0 15px 0 0;
    padding: 6px 0 2px 10px;
    width: 9rem;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 1.3rem;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  #page03 dl.news dt {
    margin: 0 15px 0 0;
    padding: 6px 0 2px 10px;
    width: 9rem;
    float: none;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 1.3rem;
  }


  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area-dl {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
  }

  .area-dl img {
    padding: 0;
    margin: 0;
  }

  .area-dl dt {
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .area-dl dt:hover {
    cursor: pointer;
  }

  .area-dl dd {
    padding: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
  }

  .area-dl dd p {
    margin-bottom: 5px !important;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼========================================*/
  #user-sitemap-wrap {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 1% 5px 0;
    width: 24%;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 1.2rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(4n+1) {
    margin-left: 0.5%;
  }

  #user-sitemap ul li:nth-of-type(4n) {
    margin-right: 0.5%;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    height: 7rem;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  /** ¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ===*/
  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #footer-wrap {
    width: 100%;
    padding: 8px 0 50px 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  p#f-catch {
    padding: 0;
    margin: 0 auto 4px auto;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.2;
    display: block;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
  }

  #f-address2 {
    padding: 0;
    margin: 10px 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
    width: 96%;
  }

  #f-address2 span {
    display: block;
  }

  dl#freedial {
    padding: 0;
    margin: 0 0 0 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    width: calc(100% - 30px);
    margin: 30px auto;
  }

  .idx_block_p {
    position: relative;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 0.9em;
    color: #fff;
    line-height: 1.5em;
    position: absolute;
    top: 2.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.1em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 4.7em;
    line-height: 1.5em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }



  #salon_shop_list ul {
    width: 90%;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #salon_shop_list ul li {
    width: 48%;
    margin: 0;
  }

  #salon_shop_list ul li a {
    font-size: 10px;
    margin-left: 0;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  #shop_blog {
    width: 490px;
    height: 400px;
    margin-top: 160px;
    margin-bottom: 0;
  }

  #president_blog {
    width: 490px;
    height: 400px;
    margin-bottom: 0;
  }

  #staff_blog {
    width: 490px;
    height: 300px;
  }

  .fuki03 {
    position: absolute;
    top: 27px;
    right: 14px;
  }

  .fuki04 {
    position: absolute;
    top: 438px;
    right: 19px;
  }

  .fuki05 {
    position: absolute;
    top: 838px;
    right: 16px;
  }

  #footer_img {
    margin: 0 auto;
  }

  #footer_img img {
    width: 100%;
    max-width: 847px;
  }

  #footer_img p {
    display: none;
  }

  /* overflow:hidden*/
  .shop_list_p {
    overflow: hidden;
    /* max-height: 5.7em; */
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: -1px;
  }

  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 20px auto 10px;
    text-align: center;
  }

  .top_step img:nth-child(1) {
    width: 80%;
    margin: 0 auto 10px;
  }

  .top_step img:nth-child(2) {
    width: 80%;
    margin: 0 auto;
    padding-right: 10px;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow02 .menu-contact img {
    float: none;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin-top: 15px;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
    border: 1px solid #83c576;
    padding: 40px 2% 20px;
    min-height: 160px;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 80%;
    min-height: 30px;
    background: #6cbb5a1a;
  }

  .top_step_flow03 {
    min-height: 130px !important;
  }

  #home .top_step_flow03,
  #page01 .top_step_flow03,
  #page02 .top_step_flow03 {
    min-height: auto !important;
  }

  .top_step_flow dl dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left:0;
    text-align: center;
  }

  .top_step_flow dl dt br {
    display: none;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 120%;
    padding-left: 100px;
    margin-bottom: 0;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    width: 100px;
    float: right;
    margin-left: 15px;
    margin-top: 0px;
  }


  .top_step_flow02 .menu-contact img {
    width: 300px !important;
  }

  .top_step_jizen {
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat ;
    background-size: 50px auto;
    padding: 0 0 15px 50px;
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 100px;
    height: 45px;
    background: url(../images/top/top_step_bg.png) no-repeat right top;
    box-sizing: border-box;
    background-size: cover;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .top_step_flow ol {
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  /*
.top_step_flow dl::after{
  content:'';
  width:60px;
  height:38px;
  background:url(../images/top/top_step_arrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom:-45px;
  right:0;
  left:0;
  margin:0 auto;
}
*/
  .top_step_flow dl.top_step_flow06::after {
    content: '' !important;
    background: none;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before,
  #page02 .top_step_flow01::before {
    content: 'Step 1';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 23px;
    background-size: 100% auto
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before,
  #page02 .top_step_flow02::before {
    content: 'Step 2';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before,
  #page02 .top_step_flow03::before {
    content: 'Step 3';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before,
  #page02 .top_step_flow04::before {
    content: 'Step 4';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before,
  #page02 .top_step_flow05::before {
    content: 'Step 5';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before,
  #page02 .top_step_flow06::before {
    content: 'Step 6';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
    width: 9px !important;
    height: 9px !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }

  .sp-horizontal .sp-next-arrow,
  .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -30px
  }

  .sp-horizontal .sp-previous-arrow {
    left: -30px;
  }

}

@media screen and (min-width: 320px) and (max-width: 359px) {

  /** ========================================*/
  #header-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header {
    width: 96%;
    margin: 0 auto;
    padding: 4px 0 0 0;
    position: relative;
    overflow: hidden;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 55px;
    position: absolute;
    top: 10px;
    right:58px;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.0;
    position: absolute;
    bottom:2%;
    left: 1%;
    white-space: nowrap;
    overflow-x: hidden;
    letter-spacing: -0.1em;
  }

  a#logo {
    padding-top: 12px !important;
  }

  #all_over_Japan {
    padding: 0;
    margin: 2.5em 0 10px 1%;
    font-size: 1.1rem;
    line-height: 1.2;
    float: left;
    letter-spacing: -0.1em;
  }

  #all_over_Japan span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 44%;
    float: right;
  }

  #tell {
    display: none;
  }

  #mail {
    display: none;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
    letter-spacing: -0.04em;
  }

  ul.service li p.p-service1 {
    width: 48%;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 60px 0 8px 0;
    line-height: 1.4;
  }

  ul.service li p.p-service2 {
    width: 50%;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 40px 0 8px 0;
    line-height: 1.4;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    line-height: 1.6em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 0.9em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #7c4d1f;
    position: absolute;
    bottom: 3.6em;
    line-height: 1.5em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  text-shadow:0px 3px 1px #fff,
  0px 2px 1px #fff,
  1px 2px 1px #fff,
  2px 2px 1px #fff,
  2px 1px 1px #fff,
  2px 0px 1px #fff,
  3px 0px 1px #fff,
  2px -1px 1px #fff,
  2px -2px 1px #fff,
  2px -3px 1px #fff,
  1px -3px 1px #fff,
  0px -3px 1px #fff,
  -1px -3px 1px #fff,
  -2px -3px 1px #fff,
  -3px -3px 1px #fff,
  -3px -2px 1px #fff,
  -3px -1px 1px #fff,
  -3px 0px 1px #fff,
  -3px 1px 1px #fff,
  -3px 2px 1px #fff,
  -2px 2px 1px #fff,
  -1px 2px 1px #fff;
}

#idx_poster>div>h5>span {
  color: #e16917
}


.gallery {
  text-align: center;
}

.gallery .slider-pro,
#page05 .slider-pro {
  margin: 0 auto !important;
}

.gallery .slider-pro img,
#page05 .slider-pro img {
  width: 95% !important;
  height: 100%;
  margin: 0 auto;
}

#slider_top2 {
  margin: 0 auto 30px !important;
}

.sp-button {
  border: 2px solid #476a40 !important;
  width: 9px !important;
  height: 9px !important;
}

.sp-selected-button {
  background-color: #476a40 !important;
}

.gallery .sp-next-arrow:after,
.gallery .sp-next-arrow:before,
.gallery .sp-previous-arrow:after,
.gallery .sp-previous-arrow:before,
#page05 .sp-next-arrow:after,
#page05 .sp-next-arrow:before,
#page05 .sp-previous-arrow:after,
#page05 .sp-previous-arrow:before {
  background-color: #476a40 !important;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: -30px
}

.sp-horizontal .sp-previous-arrow {
  left: -30px;
}




}




/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.contact_bt.hajimaru {
  width: 270px;
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  line-height: 1.5;
}

.contact_bt.hajimaru span {
  display: block;
}

.contact_bt {
  font-size: 22px;
  padding: 16px 20px;
  vertical-align: middle;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F18722), color-stop(0.46, #F8B21F), color-stop(0.01, #F6B221));
  background: -webkit-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -moz-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -o-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -ms-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: linear-gradient(to bottom, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  border: 1px solid #F6B221;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: #FFF !important;
  font-weight: bold;
  text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.3);
}

.contact_bt:hover {
  cursor: pointer;
  background: #FAC561;
  border: 1px solid #F6B221;
  text-decoration: none;
}



#pageTop {
  width:50px;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
}


}


#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 2px 6px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #1C7B16;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}




#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #pageTop {
    width:50px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 99;
  }

  #pageTop a {
    display: block;
    z-index: 999;
    padding: 5px 35px 47px 35px;
    border-radius: 10px;
    width: 30px;
    height: 10px;
    text-align: center;
    background-color: #1C7B16;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
  }

  #pageTop a::after {
    content: 'TOPへ戻る';
    display: block;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }


}




.touroku_wrapper {
  background-color: #FFF;
  border: 2px solid #3977B5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 4% 15px;
  margin-top: 40px;
  _zoom: 1;
  overflow: hidden;
}

.touroku_wrapper h3 {
  background-color: #3977B5;
  color: white;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);

  margin: -20px -4.5% 15px;
  padding: 10px 20px;
}



.touroku_table {
  width: 90% !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

}

.touroku_table {
  border: 2px solid #3977B5;
  margin: 0 auto;
  _zoom: 1;
  overflow: hidden;

}

.touroku_table td,
.touroku_table th {
  border: 2px solid #3977B5;
  padding: 10px;
}

.touroku_table th {
  width: 100%;
  background: #3977B5;
  color: #FFF !important;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);
  float: left;
}

.touroku_table td {
  width: 100%;
  float: left;
  padding: 3% 4%;
  ] box-sizing: border-box;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°*/
  -webkit-box-sizing: border-box;
  /*Google ChromeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾SafariÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
  -moz-box-sizing: border-box;
  /*FirefoxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
}

.tac {
  text-align: center;
}

.h2_offtime {
  width: 100%;
  height: 26px;
  margin: 0 0 15px 0;
  padding: 7px 0;
  background-color: #6CBB5A;
  color: #FFF;
  font-size: 21px;
  font-size: 2.1rem;
  text-shadow: 1px 1px 0 #555;
}

.h2_offtime span {
  border-left: 5px solid #FFF;
  display: block;
  margin-left: 11px;
  padding-left: 11px;
  line-height: 1.2;
}

}

.offtime {
  text-align: left;
  margin-bottom: 30px;
}

.offtime p {
  margin: 0 0 1rem 0;
}

.offtime p span {
  font-weight: bold;
  font-size: 120%;
}


.form_outtime dd {
  margin-left: 0;
}


.kojin {
  background: #F4F4E4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EDEED5;
  padding: 15px 20px 1px !important;
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */
.popular,
.enquete_wrapper {
  display: none;
}

.ken_osaka .popular {
  display: block;
}

.ken_osaka .enquete_wrapper {
  display: block;
}

.ken_tokyo .popular {
  display: block;
}

.ken_tokyo .enquete_wrapper {
  display: block;
}

.ken_kanagawa .popular {
  display: block;
}

.ken_kanagawa .enquete_wrapper {
  display: block;
}

.ken_aichi .popular {
  display: block;
}

.ken_aichi .enquete_wrapper {
  display: block;
}

.ken_kyoto .popular {
  display: block;
}

.ken_kyoto .enquete_wrapper {
  display: block;
}

.ken_hukuoka .popular {
  display: block;
}

.ken_hukuoka .enquete_wrapper {
  display: block;
}

.ken_chiba .popular {
  display: block;
}

.ken_chiba .enquete_wrapper {
  display: block;
}

.ken_saitama .popular {
  display: block;
}

.ken_saitama .enquete_wrapper {
  display: block;
}

.ken_hyogo .popular {
  display: block;
}

.ken_hyogo .enquete_wrapper {
  display: block;
}

.ken_niigata .popular {
  display: block;
}

.ken_niigata .enquete_wrapper {
  display: block;
}

.ken_nagano .popular {
  display: block;
}

.ken_nagano .enquete_wrapper {
  display: block;
}

.ken_ishikawa .popular {
  display: block;
}

.ken_ishikawa .enquete_wrapper {
  display: block;
}

.ken_nara .popular {
  display: block;
}

.ken_nara .enquete_wrapper {
  display: block;
}

.ken_okinawa .popular {
  display: block;
}

.ken_okinawa .enquete_wrapper {
  display: block;
}

.ken_shizuoka .popular {
  display: block;
}

.ken_shizuoka .enquete_wrapper {
  display: block;
}

.ken_hiroshima .popular {
  display: block;
}

.ken_hiroshima .enquete_wrapper {
  display: block;
}

.lightboxOverlay {
  overflow: hidden;
}

.ken_niigata .no_data,
.ken_nagano .no_data,
.ken_ishikawa .no_data,
.ken_nara .no_data,
.ken_okinawa .no_data,
.ken_shizuoka .no_data,
.ken_hiroshima .no_data {
  display: none;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ */
.accordion>dl>dt {
  padding: 0px 10px;
}

.accordion>dl>dt,
.accordion>dl>dd>ul>li,
.accordion>ul>li {
  border-bottom: 1px solid #BDBDBD;
  height: 63px;
  line-height: 63px;
  position: relative;
  cursor: pointer;
}

.accordion>dl>dt:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: initial;
  margin: -14px 0 0;
  font-size: 20px;
  font-weight: bold;
}

.accordion>dl>dt.dopen:after {
  content: "-";
}

.accordion>dl>dd {
  background-color: unset;
  display: none;
}

.accordion>dl>dt,
.accordion>dl>dd>ul>li,
.accordion>ul>li {
  border-bottom: 1px solid #BDBDBD;
  height: 63px;
  line-height: 63px;
  position: relative;
}

.accordion>dl>dd>ul>li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -4px 0px 0px;
}

.accordion>dl>dd a,
.accordion>ul>li a {
  display: block;
  padding: 0px 20px;
  box-sizing: border-box;
  color: #fff;
}








/*---------------------------------------------
 **  TOP main area
---------------------------------------------*/

#home #section_top-wrap {
  height: 100% !important;
  min-height: 500px;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  #home #section_top-wrap {
    min-height: 940px;
  }
}

.main_bg {
  /*  background: url(../images/top/main/bg_new.jpg) top center no-repeat;*/
  background-size: 100%;
  max-height: 550px;
  height: 100%;
  position: relative;
}

.main_bg .sp-slide img {
  object-fit: cover;
}

.main_inner {
  width:100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#top_catch01 {
  width: 290px !important;
  display: block;
  position: absolute;
  top: 30px;
  right: -320px;
  z-index: 10;
  filter: drop-shadow(0 0 5px #313f31) drop-shadow(0 0 4px #313f31);
}

#top_catch02 {
  width:80%!important;
  max-width: 750px !important;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 185px;
  z-index: 10;
}

#top_catch01_sp,
#top_catch02_sp {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #top_catch01_sp {
    width: 45% !important;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    filter: drop-shadow(0 0 3px #313f31) drop-shadow(0 0 2px #313f31);
    display: none;
  }

  #top_catch02_sp {
    width: 100% !important;
    display: block;
    position: absolute;
    bottom: auto;
    bottom: -10px;
    right: 0px;
    z-index: 10;
    background:#63bd5cbf;
    padding:5px 0 0;
  }

  #top_catch01,
  #top_catch02 {
    display: none;
  }

}

.main_top,
.main_center,
.main_bottom {
  position: absolute !important;
}

.main_top {
  left: 590px;
   !important;
  top: 40px;
  z-index: 2;
}

.main_center {
  left: 10px;
  top: 50px;
  z-index: 2;
}

.main_center img {
  width: 760px;
}

.main_bottom {
  left: 0;
  bottom: 76px;
  z-index: 2;
}

.main_bottom img {
  width: 200px;
}

.main_bottom img {
  margin-right: -15px !important;
  display: block;
  float: left;
}



/*---------------------------------------------
 **  TOP page MAP
---------------------------------------------*/

.main_area_map {
  width: 713px;
  height: 430px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
  padding: 28px;
}
.main_area_map #top_main_green{
  width: 100%;;
  height: 300px;
  max-height: auto;
  display: block;
  background:none;
  position: relative;
  top: 0;
  right:0;
  z-index: 2;
}

@media screen and (min-width: 960px) {

  .main_area_map::after {
    content: '';
    width: 130px;
    height: 160px;
    background: url(../images/common/shop_no1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 70px;
    right: 560px;
  }

}

ul.jp_map {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  _zoom: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

ul.jp_map a {
  color: #000;
  text-shadow: #fff 2px 0px,
    #fff -2px 0px,
    #fff 0px -2px,
    #fff 0px 2px,
    #fff 2px 2px,
    #fff -2px 2px,
    #fff 2px -2px,
    #fff -2px -2px,
    #fff 1px 2px,
    #fff -1px 2px,
    #fff 1px -2px,
    #fff -1px -2px,
    #fff 2px 1px,
    #fff -2px 1px,
    #fff 2px -1px,
    #fff -2px -1px;
  text-decoration: none;
}

.jp_map li a {
  box-sizing: border-box;
  width: calc(50% - 6px);
  float: left;
  padding: 7px 0;
  border-radius: 10px;
  text-align: center;
  margin: 3px;
}

.jp_map li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.jp_map li:nth-child(1) a {
  background-color: #7f7eda;
}

.jp_map li:nth-child(1) a {
  background-color: #7f7eda;
}

.jp_map li:nth-child(2) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(3) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(4) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(5) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(6) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(7) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(8) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(9) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(10) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(11) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(12) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(13) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(14) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(15) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(16) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(17) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(18) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(19) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(20) a {
  height: 20%;
  background-color: #7cdc92;
}

.jp_map li:nth-child(21) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(22) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(23) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(24) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(25) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(26) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(27) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(28) a {
  height: 20%;
  background-color: #ffe966;
}

.jp_map li:nth-child(29) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(30) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(31) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(32) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(33) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(34) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(35) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(36) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(37) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(38) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(39) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(40) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(41) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(42) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(43) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(44) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(45) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(46) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(47) a {
  background-color: #f5c9ff;
}

@media screen and (min-width: 768px) {

  ul.jp_map {
    padding: 70% 0 0;
  }

  .jp_map li a {
    width: 7%;
    height: 9%;
    border: solid #ffffff 2px;
    box-sizing: border-box;
    padding: 10px 0;
    float: none;
    font-size: 14px;
    margin: 0;
  }

  .jp_map li a:hover {
    text-decoration: none;
  }

  .jp_map li:nth-child(1) a {
    position: absolute;
    top: 0px;
    0px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    left: 85%;
    width: 15%;
    background-color: #7f7eda;
    padding-top: 8px !important;
    height: 9%;
  }

  .jp_map li:nth-child(2) a {
    position: absolute;
    top: 10%;
    left: 85%;
    width: 14%;
    height: 7%;
    background-color: #759ef4;
    padding-top: 5px !important;
  }

  .jp_map li:nth-child(3) a {
    position: absolute;
    top: 17.5%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(4) a {
    position: absolute;
    top: 27%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(5) a {
    position: absolute;
    top: 17.5%;
    left: 85%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(6) a {
    position: absolute;
    top: 27%;
    left: 85%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(7) a {
    position: absolute;
    top: 36.5%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(8) a {
    position: absolute;
    top: 46.5%;
    left: 92%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(9) a {
    position: absolute;
    top: 46.5%;
    left: 85%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(10) a {
    position: absolute;
    top: 46.5%;
    left: 78%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(11) a {
    position: absolute;
    top: 56.5%;
    left: 85%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(12) a {
    position: absolute;
    top: 56.5%;
    left: 92%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(13) a {
    left: 85%;
    position: absolute;
    top: 66.5%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(14) a {
    left: 78%;
    position: absolute;
    top: 66.5%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(15) a {
    position: absolute;
    top: 36.5%;
    left: 78%;
    width: 14%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(16) a {
    position: absolute;
    top: 36.5%;
    left: 71%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(17) a {
    position: absolute;
    top: 36.5%;
    left: 64%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(18) a {
    left: 64%;
    position: absolute;
    top: 46.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(19) a {
    position: absolute;
    top: 56.5%;
    left: 78%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(20) a {
    left: 71%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #7cdc92;
    padding-top: 34px !important;
  }

  .jp_map li:nth-child(21) a {
    left: 64%;
    position: absolute;
    top: 56.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(22) a {
    left: 71%;
    position: absolute;
    top: 66.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(23) a {
    left: 64%;
    position: absolute;
    top: 66.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(24) a {
    left: 57%;
    position: absolute;
    top: 66.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(25) a {
    left: 57%;
    position: absolute;
    top: 46.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(26) a {
    left: 50%;
    position: absolute;
    top: 46.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(27) a {
    left: 50%;
    position: absolute;
    top: 56.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(28) a {
    left: 43%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #ffe966;
    padding-top: 35px !important;
  }

  .jp_map li:nth-child(29) a {
    left: 57%;
    position: absolute;
    top: 56.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(30) a {
    left: 50%;
    position: absolute;
    top: 66.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(31) a {
    left: 36%;
    position: absolute;
    top: 46.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(32) a {
    left: 29%;
    position: absolute;
    top: 46.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(33) a {
    left: 36%;
    position: absolute;
    top: 56.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(34) a {
    left: 29%;
    position: absolute;
    top: 56.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(35) a {
    left: 22%;
    position: absolute;
    top: 51.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(36) a {
    left: 36%;
    position: absolute;
    top: 78.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(37) a {
    left: 36%;
    position: absolute;
    top: 68.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(38) a {
    left: 29%;
    position: absolute;
    top: 68.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(39) a {
    left: 29%;
    position: absolute;
    top: 78.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(40) a {
    left: 14%;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(41) a {
    left: 7%;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(42) a {
    left: 0;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(43) a {
    left: 7%;
    position: absolute;
    top: 56.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(44) a {
    left: 14%;
    position: absolute;
    top: 56.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(45) a {
    left: 14%;
    position: absolute;
    top: 66.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(46) a {
    left: 7%;
    position: absolute;
    top: 66.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(47) a {
    left: 0;
    position: absolute;
    top: 76.5%;
    background-color: #f5c9ff;
  }
}

.map_pc_tab {
  display: block;
}

.map_pc_sp {
  display: none;
}
.modalWrapper_telout{
  display: block!important;
}

/* SP */
@media screen and (max-width: 765px) {
  .main_bg {
    display: none;
  }

  .top_main_img {
    display: block;
  }

  .top_main_img_tab {
    display: none;
  }


  .map_pc_tab {
    display: none;
  }

  .map_pc_sp {
    display: block;
  }

  .accordion-click {
    margin: 0 0 1px !important;

  }

  .accordion-click li {
    background: #FFF;
    margin: 0;
    padding: 8px 15px;
    text-align: left;
  }

  .sp_map_wrapper {
    _zoom: 1;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .sp_map_wrapper h4 {
    height: 20px;
    margin: 0;
    background: #BAD307;
    font-size: 13px;
    padding: 5px;
  }

  .sp_map_wrapper ul li a {
    background: rgba(255, 255, 255, 0.9) !important;
    text-align: left;
    padding: 8px 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 1px 1px 0;
    width: calc((50% - 1px));
  }

  .sp_map_wrapper ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f054';
    color: #63BD5C;
    font-size: 14px;
    margin-right: 5px;
  }

  .thu:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f054';
    color: #63BD5C;
    font-size: 14px;
    margin-right: 5px;
  }


  .bg_col_green {
    background: #9DD89E !important;
  }

  .main_top,
  .main_center,
  .main_bottom,
  .main_area_map h3 {
    display: none;
  }

  .main_area_map {
    width: 90%;
    height: 100%;
    position: relative;
    display: block;
    top: unset;
    right: unset;
    padding: 5%;
    _zoom: 1;
    overflow: hidden;
    background: #63BD5C;
  }

  .main_inner {
    width: 100%;
  }

  .main_bg {
    max-height: 100%;
  }

  .main_bg {
    display: none;
  }

  #home #section_top-wrap {
    height: auto !important;
  }

  .sp_main_bg {
    display: block !important;
  }

  .main_bg {
    background: url(../images/top/main/bg_new.jpg) top center no-repeat;
    background-size: auto auto 100%;
  }

}


/* PC */
@media screen and (min-width: 960px) {
  .top_main_img {
    display: none;
  }


}

/* TAB */
@media only screen and (min-width: 766px) and (max-width: 959px) {
  .main_bg {
    display: none;
  }

  .top_main_img {
    display: block;
  }

  .top_main_img_sp {
    display: none;
  }

  #home #section_top-wrap {
    height: auto !important;
  }

  .tab_main_bg {
    display: block !important;
  }
}


.main_area_map h3 {
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #009705;
  color: #009705;
  margin: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 155px;
  right: 300px;
  font-size: 34px;
  margin: -45px 0 20px -18px;
  text-shadow: #fff 5px 0 0, #fff 4.90033px 0.99335px 0,
    #fff 4.60531px 1.94709px 0, #fff 4.12668px 2.82321px 0,
    #fff 3.48353px 3.58678px 0, #fff 2.70151px 4.20736px 0,
    #fff 1.81179px 4.6602px 0, #fff 0.84984px 4.92725px 0,
    #fff -0.146px 4.99787px 0, #fff -1.13601px 4.86924px 0,
    #fff -2.08073px 4.54649px 0, #fff -2.94251px 4.04248px 0,
    #fff -3.68697px 3.37732px 0, #fff -4.28444px 2.57751px 0,
    #fff -4.71111px 1.67494px 0, #fff -4.94996px 0.7056px 0,
    #fff -4.99147px -0.29187px 0, #fff -4.83399px -1.27771px 0,
    #fff -4.48379px -2.2126px 0, #fff -3.95484px -3.05929px 0,
    #fff -3.26822px -3.78401px 0, #fff -2.4513px -4.35788px 0,
    #fff -1.53666px -4.75801px 0, #fff -0.56076px -4.96845px 0,
    #fff 0.4375px -4.98082px 0, #fff 1.41831px -4.79462px 0,
    #fff 2.34258px -4.41727px 0, #fff 3.17346px -3.86382px 0,
    #fff 3.87783px -3.15633px 0, #fff 4.4276px -2.32301px 0,
    #fff 4.80085px -1.39708px 0, #fff 4.98271px -0.41545px 0,
    0 5px 5px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15),
    5px 5px 5px rgba(0, 0, 0, 0.15), 7px 7px 5px rgba(0, 0, 0, 0.15),
    7px 0 5px rgba(0, 0, 0, 0.15);
}



/* お問い合わせ */
.form-nav_wraper {
  margin: 0 0 25px;

}

.form-nav_wraper_h3 {
  margin: 15px 0 15px;
  border-bottom: 3px solid #D9574F;
  padding-bottom: 3px;

}

.form-nav_wraper input[type="radio"] {
  display: none !important;
}

.form-nav_wraper label {
  display: inline-block;
  color: #000;
  padding: 10px 15px 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 9px;
  margin-right: 6px;
  background: #EEE;
  cursor: pointer;
  width: 43%;
  text-align: center;
}

@media (max-width: 959px) {
  .form-nav_wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-nav_wraper label {
    font-size: 12px;
    line-height: 1.5;
    width: 39%;
    padding: 10px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.form-nav_wraper label:hover {
  background: #BEDD83;
}

.form-nav_wraper input[type="radio"]:checked+label {
  background-color: #65BB5A;
  font-weight: bold;
  color: #fff;
}

.btn-reserve {
  background-color: #65BB5A;
  padding: 6px 15px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  font-weight: bold;
}

@media (min-width: 956px) {

  /* お問い合わせ　プルダウン　一覧表示 */
  .contact_select_wrapper {
    width: 580px;
    display: block;
    float: left;
  }

  .contact_select {
    width: 100%;
    height:320px;
    border: none;
    overflow: hidden;
    padding-bottom:5%;
    text-align: center;
  }

  .contact_select option {
    display: inline-block;
    color: #000;
    padding: 12px 15px 11px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #9dc2ff;
    margin:0 auto 1.5%;
    background: #e3edff;
    cursor: pointer;
    width: 90%;
    max-width:400px;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    display: block;
  }

  .contact_select option:hover {
    background: #9dc2ff;
  }

  .contact_select_wrapper input[type="select"] {
    border: none !important;
  }

  .contact_select:focus {
    outline: 0;

  }




  select {
    -webkit-appearance: button;
    appearance: button;
  }
/*
  .contact_select option:active {
    background-color: #D9574F;
  }
*/
  .contact_select option:checked {
    background-color: #2767d1!important;
    color:#fff;
  }
  /*
  select option:focus {
    background-color: #D9574F!important;
    color:#fff;
  }
*/

}



@media (max-width: 959px) {
  .cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 2em auto;
    text-align: center;
  }

  .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .cp_ipselect select::-ms-expand {
    display: none;
  }

  .cp_ipselect.cp_sl01 {
    position: relative;
    border: 2px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
  }

  .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 2.3em;
    right: 1.1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 20px;
    color: #666666;
  }

}










/*---------------------------------------------
 **  コロナ お知らせ
---------------------------------------------*/
.news0408 {
  background: #ed8e83;
  display: block;
  padding: 5px 10px;
  color: #FFF !important;
  font-size: 16px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news0408:hover {
  text-decoration: none !important;
}

.news0408 span {
  font-size: 12px;
}

.news0408_main {
  background: #6CBB5A;
  padding: 10px 5%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

/* 【 PC 】 768px ～ */
@media (min-width: 768px) {
  .news0408_main {
    padding: 250px 0 100px;
    background: #ed8e83;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }

  .news0408 {
    background: #ed8e83;
    display: block;
    padding: 15px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

}

.news0408_list li {
  margin: 0 0 10px;
  list-style: inside;
  list-style-type: decimal-leading-zero;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news0408_list li img {
  max-width: 140px;
  float: right;
  margin: 0 0 10px 10px;
}

.news0408_list li::after {
  content: '';
  display: block;
  clear: both;
}

.m-b-40 {
  margin-bottom: 40px;
}

.ttl-red {
  border: 1px solid #CB1400 !important;
  background: #ffffff;
  color: #000;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.ttl-news-02 {
  margin-bottom: 15px;
  background: #C1E4BC;

  padding: 10px 10px 8px;

}

@media screen and (max-width: 480px) {
  .news0408_list li img {
    max-width: 80px;
  }
}


/* 問い合わせボタンを光らせる */
.reflection-img {
  max-width: 423px;
  position: relative;
  overflow: hidden;
  margin: 10px auto 30px;
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.flex3p {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.flex3p img {
  width: 31%;
  height: 100% !important;
  margin-right: 4%;
}

.flex3p:nth-child(3n) {
  margin-right: 0;
}

.gal_ttl {
  width: 80%;
  max-width: 250px;
}

.foot-contact {
  position: fixed;
  justify-content:space-between;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #ea5d0b;
  text-align: center;
}

.foot-contact h2 {
  display: inline-block;
  width: 146px;
  height: 28px;
  margin: 0;
  font-size: 110%;
  text-align: left;
  background: #ea5d0b;
  padding-top: 7px;
  padding-left: 20px;
  color: #fff;
  position: absolute;
  bottom: 74px;
  right: 0;
}

.foot-contact ul {
  width: 90%;
  max-width:400px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 0;
  position: relative;
  padding:10px 0 0;
}
.foot-contact ul li {
  width: 48%;
  margin: 2px 0 0px;
  list-style: none;
}

@media (max-width: 480px) {

  #ricoh-smartchat-launcher-base{
    right:0!important;
    bottom:0!important;
  }
  #ricoh-smartchat-launcher-base button{
    right:5px!important;
    bottom:5px!important;
  }
  #ricoh-smartchat-launcher-msgframe{
    bottom:-28px!important;
  }
}
@media (max-width: 380px) {
  #ricoh-smartchat-launcher-msgframe{
    width:146px!important;
    height:94px!important;
    right:10px!important;
    bottom:-28px!important;
    border-radius: 10px!important;
    font-size:12px;
  }
}
@media (max-width: 340px) {
  .foot-contact ul {
    height:60px;
  }

}
.foot-contact p {
  font-size: 80%;
  padding: 0 10px 5px;
  margin: 5px 0;
}

/* アコーディオン */
.acc_menu {
  padding: 0;
  margin: 0 0 10px;
}

.menu__item {
  background: url(../school/img/acc_arrow.png) no-repeat right 20px center #1B83C9;
  background-size: 30px auto;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}

.menu__item:hover {
  background: url(../school/img/acc_arrow.png) no-repeat right 20px center #50a3da;
  background-size: 30px auto;
}

.menu__item__link {
  color: #fff !important;
  display: block;
  padding: 1rem;
}

.menu__item__link span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: #074bac;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 110%;
  border: 2px solid #fff;
}

.menu__item__link a:link {
  color: #fff !important;
  text-decoration: none;
}

.submenu {
  background: #fff;
  display: none;
}

.submenu li {
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.submenu li>div {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0;
}

.submenu li>div p {
  text-align: left;
}

.acc_contact {
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}

.acc_contact div {
  width: 100%;
  margin-bottom: 30px;
}

.acc_contact .acc_con01 a {
  background: #fd7e14;
  color: #fff;
  font-size: 120%;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.4;
}

.acc_contact .acc_con01 i {
  font-size: 160%;
}

.acc_contact .acc_con02 p {
  text-align: center;
}

.acc_contact .acc_con02 span {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
}

.acc_mark {
  background: linear-gradient(transparent 60%, #bbddff 60%);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.acc_list {
  margin-bottom: 15px;
  margin-left: 1.5em;
}

.acc_list li {
  list-style: disc;
  text-align: left;
  margin-bottom: 5px;
}

.submenu a.anc_graduate_link:link {
  color: #690;
}

@media screen and (max-width: 480px) {
  .menu__item {
    font-size: 100%;
    background: url(../school/img/acc_arrow.png) no-repeat right 20px center #1B83C9;
    background-size: 20px auto;
    margin-bottom: 5px;
  }

  .menu__item:hover {
    background: url(../school/img/acc_arrow.png) no-repeat right 20px center #50a3da;
    background-size: 20px auto;
  }

  .acc_contact div {
    font-size: 12px;
  }

  .menu__item__link span {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 100%;
  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 7@charset "UTF-8";

#h-catch {
  letter-spacing: 0px;
}
#h-catch br{
  display: none!important;
}

.top_h2 {
  background: #7CC572;
  font-size: 2.2rem;
  color: #FFF;
  padding: 5px 5px 3px !important;
}


/*---------------------------------------------
 **  お問い合わせ　カスタマイズ
---------------------------------------------*/
#uComment {
  display: none;
}

.customize_from {
  border: 1px solid #7CC572;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 19px;
}

.menu-ttl {
  font-weight: bold;
}

.customize_from.pink {
  border: 1px solid #DA5F88;
}

.pink .menu-ttl {
  background: #DA5F88;

}

.menu-ttl,
.menu-inner {
  padding: 10px 4%;
}

.menu-ttl {
  background: #7CC572;
  color: #FFF;
}

.recomend-menu-wrapper {
  width: 100%;
  box-shadow: 5px 5px 8px 3px #ccc inset;
  padding: 20px 4%;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.recomend-menu-ttl {
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.recomend-menu-ttl:after {
  position: absolute;
  content: '';
  top: -19px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #7cc572 transparent transparent transparent;
}


.col-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.col-2 .item {
  width: 40%;
}

.btn-menu-01 {
  border: 1px solid #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
}

.btn-menu-01 span {
  padding: 5px 0 10px;
}

/*-----------------------------------------------------	*/
/*  個別指定 for PC	*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 980px) {
  .only_pc_none {
    display: none;
  }
}

/*---------------------------------------------
 ** 個別指定 for タブレット
---------------------------------------------*/
@media screen and (min-width: 741px) and (max-width: 979px) {
  .only_tab_none {
    display: none;
  }
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {
  .only_sp_none {
    display: none;
  }

}

.tac {
  text-align: center;
}

/*---------------------------------
Basic Style Guide
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  border-top: 3px solid #6CBB5A;
  list-style: none;
  font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#page-mama {
  border-top: 3px solid #da6e6d;
}

.clearfix {
  zoom: 1;
}

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

.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/**<a>ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
a {
  text-decoration: none;
  color: #444;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #690;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #690;
  text-decoration: underline;
}

boader {
  padding: 0;
  margin: 0;
}

.hovers {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hovers:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/**<img>ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
img {
  border: 0;
  padding: 0;
  margin: 0;
}

img.float-left {
  float: left;
  margin: 0;
  display: inline;
}

img.float-right {
  float: right;
  margin: 0;
  display: inline;
  overflow: hidden;
  _zoom: 1;
}


.imgsizer img {
  width: 100%;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/**<p> ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢*/
p,
td,
th,
dd,
dt,
li {
  font-size: 100%;
  color: #222;
  line-height: 1.5;
}

p.textright {
  text-align: right;
}

p.textcenter {
  text-align: center;
}

p.textleft {
  text-align: left;
}

p.p-left {
  float: left;
  margin: 0 0 0 0;
  display: inline;
}

p.p-right {
  float: right;
  margin: 0 0 0 0;
  display: inline;
}


/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.fontRed {
  color: #FF0000;
}

.fontBrown {
  color: #660000;
}

.fontOrange {
  color: #EF8201;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
.font-s11 {
  font-size: 11px;
}

.font12px {
  font-size: 12px
}

.font-s14 {
  font-size: 14px;
}

.font-s15 {
  font-size: 15px;
}

.font-s16 {
  font-size: 16px;
}

.font-s21 {
  font-size: 21px;
}

.lineh16 {
  line-height: 1.6;
}

/** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.color1 {
  color: #FF0000;
}

.color2 {
  color: #000000;
}

.color3 {
  color: #343434;
}

/** ul dl table */
div {
  padding: 0;
  margin: 0;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
  border: 0;
}

dl {
  padding: 0;
  margin: 0;
  border: 0;
}

table {
  padding: 0;
  margin: 0;
  border: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ipclzf');
  src: url('../fonts/icomoon.eot?ipclzf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ipclzf') format('truetype'),
    url('../fonts/icomoon.woff?ipclzf') format('woff'),
    url('../fonts/icomoon.svg?ipclzf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
#page03 h3:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
.maru_in {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.maru {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.maru10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.maru20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.t_C {
  text-align: center !important;
}


/*kamibitoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ 20180302ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
#salon_shop_list {
  margin-bottom: 20px;
}

#salon_shop_list h2.title1 {
  margin: 10px 0 0 0 !important;
}

#salon_shop_list ul {
  list-style: none;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#salon_shop_list ul li {
  width: 30%;
  margin: 0 1.666% 15px;
}

#salon_shop_list ul li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  background: #668ad8;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  text-align: center;
  font-size: 120%;
}

#salon_shop_list ul li a:hover {
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
  border-bottom: none;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢*/
}



@media screen and (min-width: 960px) {
  /**=
  * ========================================
  * ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡
  * ========================================
  */

  #nav ul li:first-child {
    width: 140px;
  }

  /* chg_dsp */
  .only_sp_B,
  .only_tab,
  .only_sp,
  .exc_pc,
  .only_tab_B {
    display: none !important;
  }

  .only_pc,
  .exc_tab {
    display: inline;
  }

  .only_pc_B,
  .exc_tab_B {
    display: block;
  }

  body {
    min-width: 1024px;
  }

  .block-s {
    display: none;
  }

  .font-s17 {
    font-size: 17px;
  }

  .font-s18 {
    font-size: 18px;
  }

  .width510 {
    width: 510px;
  }

  .width520 {
    width: 520px;
  }

  .width540 {
    width: 555px;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  /** */
  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px 10px 10px 0;
    float: right;
  }

  /** */
  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  .se-c {
    padding: 0;
    margin: 0 0 25px 0;
    overflow: hidden;
  }

  .salon_list {
    padding: 0;
    margin: 25px 0 25px 0;
    overflow: hidden;
  }

  .ser {
    padding: 0;
    margin: 0 0 12px 0;
    overflow: hidden;
  }

  .ser02 {
    padding: 0;
    margin: 0 0 5px 0;
    overflow: hidden;
  }

  .ser03 {
    padding: 0;
    margin: 0 0 35px 0;
    overflow: hidden;
  }

  .ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
    overflow: hidden;
  }

  section {
    padding: 0;
    margin: 0 0 25px 0;
    position: relative;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
    height: 100%;
    zoom: 1;
    overflow: hidden;
  }

  .se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
  }

  body#home .se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  /**div ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ===*/
  div.box {
    padding: 10px 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 20px 40px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02 {
    padding: 10px 20px 10px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary03 {
    padding: 0 0 2px 0;
    margin: 0 0 50px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0 0 0 60px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 10px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0;
  }

  /**=
* ========================================
*
* ========================================
*/
  /** ======================================*/
  #header-wrap {
    width: 100%;
    height: 115px;
    margin: 0;
    padding: 0;
  }

  #header {
    width: 960px;
    height: 115px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #fix-header {
    padding: 0;
    margin: 0;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 63px;
    line-height: 1.3;
    font-weight: normal;
    white-space: nowrap;
    overflow-x: hidden;
  }

  #all_over_Japan {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 159px;
    z-index: 2;
    font-size: 15px;
  }

  #offtime {
    background: url(../images/top/offtime_bg.jpg)repeat-x;
    width: 300px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 0px;
    font-size: 80%;
    text-align: center;
  }

  #offtime a {
    color: #690;
  }

  #tell {
    padding: 0;
    margin: 0;
    width: 458px;
    height: 70px;
    position: absolute;
    top: 38px;
    right: 0;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 27px;
    left: 62%;
  }

  #mail {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 47px;
    right: 9px;
    z-index: 2;
  }

  #btn-reserve-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 47px;
    right: 104px;
    z-index: 2;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 206px;
    height: 79px;
    position: absolute;
    top: 16px;
    left: 281px;
  }

  /** Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸========================================*/
  #section_top-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) #64BA5A no-repeat top center;
    background-size: cover;
  }

  #section_contents-wrap {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #page-mama #section_contents-wrap {
    width: 100%;
    height: 500px;
    margin: 180px 0 0 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../mama/img/main_mama_bg.jpg) repeat-x center top;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
  #page05 #section_contents-wrap {
    height: 300px !important;
  }

  #page06 #section_contents-wrap {
    height: 300px !important;
  }

  #page04 #section_contents-wrap {
    height: 300px !important;
  }



  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top img {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  #page-mama #section_top img {
    max-width: 1024px;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾========================================*/
  #content {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 35px 0;
    text-align: left;
    position: relative;
    height: 100%;
    min-height:1000px;
    _zoom: 1;
    /*overflow:hidden;*/
  }

  /** Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ========================================*/
  /** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦===*/
  #content-left {
    padding: 25px 0 0 0;
    margin: 0;
    float: left;
    width: 220px;
  }

  #home #content-left {
    padding: 35px 0 0 0;
    margin: 0;
    float: left;
    width: 220px;
  }

  #content-left ul {
    padding: 0 0 0 0;
    margin: 0;
    width: 220px;
    list-style: none;
  }

  #content-left ul li {
    padding: 15px 0 15px 20px;
    margin: 0;
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
  }

  #content-left ul li.lists01 {
    border-top: none;
  }

  #content-left ul li.lists02 {
    border-top: none;
  }

  #content-left ul li.lists03 {
    border-top: none;
  }

  #content-left ul li.lists18 {
    border-top: none;
  }

  #top-map {
    padding: 0;
    margin: 24px 0 20px 0;
    text-align: center;
  }

  #contact {
    padding: 0;
    margin: 24px auto 20px auto;
    display: block;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³===*/
  #content-right {
    padding: 25px 0 0 0;
    margin: 0;
    float: right;
    width: 700px;
  }

  #home #content-right {
    padding: 35px 0 0 0;
    margin: 0;
    float: right;
    width: 700px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/
  p.catch {
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
  }

  p.catch02 {
    line-height: 1.8;
    text-align: justify;
  }

  p.catch03 {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
  }

  p.catch04 {
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 35px;
  }

  #ul-strongs {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strong01 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  /*#img-stuff{ padding:0; margin:0; position:absolute; right:2px; top:914px;}*/
  #img-stuff {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2px;
    bottom: 0;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }

  #user_expl {
    display: block;
    width: 670px;
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: 220px;
    height: 293px;
    padding-bottom: 30px;
    float: left;
    margin-right: 5px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 20px 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(4),
  .ex_box:nth-child(7) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â !ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/

  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height: 29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }


  #cmp1id {
    margin-top: -100px;
    padding-top: 360px;
    display: block;
    height: 1px;
  }

  .cmp1img {
    margin-top: -150px;
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 30px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 60px;
  }

  #questionnaire {
    padding: 0;
    margin: 0 0 20px 0;
    width: 700px;
    height: 566px;
    background: url(../images/top/questionnaire-b.png) no-repeat;
    position: relative;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 0 12px 0;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 680px;
  }

  .dl-questionnaire dt {
    margin: 0 0 20px;
    padding: 0;
    width: 115px;
    height: 50px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dd {
    width: 40%;
    margin: 0 0 20px;
    padding: 0 0 0 115px;
    height: 50px;
    font-size: 90%;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 0 auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    ;
    bottom: 100px;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 0;
    float: right;
    width: 340px;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto;
    width: 672px;
    border-bottom: 1px solid #CCC;
    list-style: none;
    _zoom: 1;
    overflow: hidden;
  }

  ul.service li.li-left {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: left;
    display: inline;
    position: relative;
  }

  ul.service li.li-right {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: right;
    display: inline;
    position: relative;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    width: 322px;
    height: 130px;
    float: right;
    display: inline;
    background-color: #E7E5D7;
    position: relative;
  }

  ul.service li p.p-service1 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li p.p-service2 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  ul.service li.voice p.p-service3 {
    width: 192px;
    font-size: 12px;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 0 130px;
    font-size: 12px;
    float: left;
    display: inline;
  }

  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 100%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 140%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }


  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ==*/
  #credit-i {
    margin-bottom: 20px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº==*/
  dl.news {
    overflow: hidden;
    zoom: 1;
    /* width:40px; */
    padding: 0;
    margin: 0 0 20px 0;
  }

  dl.news dt {
    margin: 0;
    padding: 6px 0 2px 10px;
    width: 90px;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 13px;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 13px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  #page03 dl.news {
    overflow: hidden;
    zoom: 1;
    /* width:40px; */
    padding: 0;
    margin: 0 0 20px 0;
  }

  #page03 dl.news dt {
    margin: 0;
    padding: 8px 0 8px 25px;
    width: 90px;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 16px;
  }

  #page03 dl.news dd {
    margin: 0;
    padding: 8px 0 8px 130px;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }


  #area-top {
    padding: 30px 25px 10px 30px;
    margin: 0 0 20px 0;
    background-image: url(../images/top/area-top.png), url(../images/top/area-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    _zoom: 1;
  }

  #area-top p {
    line-height: 1.8;
  }

  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area_dl {
    padding: 5px 10px 5px 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
  }

  .area_dt {
    padding: 4px 0 4px 12px;
    margin: 0;
    display: block;
    color: #0E491C;
    border-left: solid 12px #6CBB5A;
    position: relative;
    cursor: pointer;
  }

  .area_dt:after {
    content: "\f13a";
    font-family: FontAwesome;
    color: #6CBB5A;
    font-size: 1.4em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 5px;
    top: -11px;
    bottom: 0;
    margin: auto;
  }

  .area_dt.active:after {
    content: "\f139";
    font-family: FontAwesome;
    color: #6CBB5A;
    /*font-size:1.4em*/
    ;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 5px;
    top: -11px;
    bottom: 0;
    margin: auto;
  }

  .area_dd {
    padding: 6px;
    margin-left: 21px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify;
  }

  .area_dd a {
    display: block;
    position: relative;
    color: #6CBB5A;
    padding-right: 30px;
  }

  .area_dd a:after {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 2px;
    top: -1px;
    bottom: 0;
    margin: auto;
  }

  .area_dd p {
    margin-bottom: 5px !important;
  }

  .child {
    display: none;
  }


  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼========================================*/
  #user-sitemap-wrap {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: left;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 5px 4px 0;
    width: 188px;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(5n) {
    margin-right: 0;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    min-height: 65px;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ===*/
  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #user-sitemap ul li a span.icon-b {
    display: block;
  }

  #footer-wrap {
    width: 100%;
    height: 250px
      /*140px*/
    ;
    padding: 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 960px;
    height: 230px
      /*140px*/
    ;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    display: inline;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  #f-catch {
    padding: 0;
    margin: 0;
    font-size: 8px;
    position: absolute;
    left: 64px;
    top: 12px;
    letter-spacing: -0.1em;
    line-height: 1.2;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #f-address {
    padding: 0;
    margin: 0;
    line-height: 1.9;
  }

  #f-address2 {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 218px;
    bottom: -10px;
    z-index: 10;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: -0.1em;
    width: 710px
      /*950px*/
    ;
    text-indent: -3.6em;
    padding-left: 4em;
  }

  dl#freedial {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 380px;
    top: 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    margin: 30px auto;
  }

  .idx_block_p {
    position: relative;
  }



  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 8em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }

  #shop_blog {
    width: 490px;
    height: 270px;
    margin-top: 10px;
  }

  #president_blog {
    width: 490px;
    height: 250px;
    margin-bottom: 20px;
  }

  #staff_blog {
    width: 490px;
    height: 282px;
  }

  .fuki03 {
    position: absolute;
    top: 53px;
    right: 0;
  }

  .fuki04 {
    position: absolute;
    top: 357px;
    right: -5px;
  }

  .fuki05 {
    position: absolute;
    top: 630px;
    right: -5px;
  }


  #footer_img {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }

  #footer_img p {
    font-size: 80%;
    position: absolute;
    bottom: 0px;
    right: 12%;
    text-align: center;
    background: #5BB149;
    border-radius: 5px;
  }

  #footer_img a {
    color: #f7ffb8;
    width: 260px;
    height: 20px;
    display: block;
    padding: 5px 30px 3px;
  }

  .sp-horizontal .sp-previous-arrow {

    left: -30px;
    right: auto;
  }

  .sp-horizontal .sp-next-arrow,
  .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -30px;
    left: auto;
  }

  .form_outtime {
    width: 100% !important;
  }

  .form_outtime input#form_submit_button {
    margin-left: 24% !important;
  }

  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 0 auto 30px;
    display: flex;
  }

  .top_step img:nth-child(1) {
    width: 51%;
  }

  .top_step img:nth-child(2) {
    width: 49%;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
    border: 1px solid #83c576;
    padding: 4% 4%;
    min-height: 120px;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    min-height: 30px;
    background: #6cbb5a1a;
  }



  .top_step_flow dl dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 100px;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin: 35px auto 30px;
    display: flex;
    flex-wrap: wrap;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 22%;
    margin: 0 3% 25px;
    position: relative;
    border: 1px solid #83c576;
    padding: 2% 2%;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 24px;
    text-align: center;
  }

  #home .top_step_flow dl dt span,
  #page01 .top_step_flow dl dt span,
  #page02 .top_step_flow dl dt span {
    font-size: 90%;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    float: right;
    margin-left: 15px;
    margin-top: -70px;
  }


  .top_step_flow02 .menu-contact img {
    float: none;
  }

  .top_step_jizen {
    width: 420px;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat;
    background-size: 71px;
    padding: 0 0 15px 80px;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before,
  #page02 .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before,
  #page02 .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before,
  #page02 .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before,
  #page02 .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before,
  #page02 .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before,
  #page02 .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  .top_step_flow ol {
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow.png);
    width: 91px;
    height: 38px;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #home .top_step_flow dl::after,
  #page01 .top_step_flow dl::after,
  #page02 .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow2.png);
    width: 25px;
    height: 57px;
    position: absolute;
    top: 25px;
    right: -35px;
    left: auto;
    margin: 0;
  }

  .top_step_flow06::after {
    content: '' !important;
  }

  #slider_top ,#slider_top_sp{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }

  #step_anc {
    padding-top: 200px;
    display: block;
    margin-top: -200px;
    pointer-events: none;
  }


}

@media only screen and (min-width: 481px) and (max-width: 959px) {

  /* chg_dsp */
  .only_sp_B,
  .only_sp,
  .only_pc,
  .only_pc_B,
  .exc_tab,
  .exc_tab_B {
    display: none !important;
  }

  .only_tab {
    display: inline;
  }

  .only_tab_B,
  .exc_pc {
    display: block;
  }

  .block-s {
    display: none;
  }

  .font-s17 {
    font-size: 17px;
  }

  .font-s18 {
    font-size: 18px;
  }

  .width510 {
    width: 510px;
  }

  .width520 {
    width: 520px;
  }

  .width540 {
    width: 555px;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px 10px 10px 0;
    float: right;
  }

  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  section.se-c {
    padding: 0;
    margin: 0 0 25px 0;
  }

  section.ser {
    padding: 0;
    margin: 0 0 12px 0;
  }

  section.ser02 {
    padding: 0;
    margin: 0 0 5px 0;
  }

  section.ser03 {
    padding: 0;
    margin: 0 0 35px 0;
  }

  section.ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
  }

  section {
    padding: 0;
    margin: 0 0 25px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
    position: relative;
  }
  section#section_top{
    overflow: visible;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
  }

  section.se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
  }

  body#home section.se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  div.box {
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 700px;
  }

  /* div.box{ padding:10px auto 0 20px; margin:0; position:relative; clear:both;} */
  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 20px 40px 20px;
    margin: 0 auto;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    width: 700px;
    overflow: hidden;
  }

  div.boundary02 {
    padding: 10px 20px 10px 20px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary03 {
    padding: 0 20px 2px 20px;
    margin: 0 0 50px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
    width: 700px;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 10px 0 20px;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0 auto;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
    width: 700px;
    box-sizing: border-box;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 auto 25px auto;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
    width: 700px;
    box-sizing: border-box;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0 auto;
    width: 700px;
  }

  /**=
* ========================================
* ========================================
*/
  #header-wrap {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
  }

  #header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #fix-header {
    padding: 0;
    margin: 0;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    position: absolute;
    left: 8%;
    top: 8%;
    line-height: 1.3;
    white-space: nowrap;
    overflow-x: hidden;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 20%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 28%;
  }

  #all_over_Japan {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    position: absolute;
    left: 49%;
    top: 8%;
    line-height: 1.3;
  }

  #offtime {
    width: 40%;
    background: url(../images/top/offtime_bg.jpg)repeat-x;
    height: 28px;
    position: absolute;
    left: 49%;
    top: 12%;
    padding: 5px 0px;
    font-size: 80%;
    text-align: center;
  }

  #offtime a {
    color: #690;
  }

  #tell {
    padding: 0;
    margin: 0;
    width: 40%;
    height: auto;
    position: absolute;
    left: 49%;
    top: 40%;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 27px;
    left: 62%;
  }

  #mail {
    padding: 0;
    margin: 0;
    width: 7%;
    height: auto;
    position: absolute;
    left: 81.4%;
    top: 45%;
  }

  #btn-reserve-01 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 45px;
    left: 70.2%;
    z-index: 2;
    width: 10%;
  }

  #section_top-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top img {
    padding: 0;
    margin: 0 auto;
  }

  #new_mainimg {
    margin-top: 100px !important;
  }

  #content {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: left;
    position: relative;
    height: 100%;
    _zoom: 1;
    overflow: hidden;
  }

  #content-left {
    display: none;
  }

  #content-right {
    padding: 25px 0 0 0;
    margin: 0 auto;
    width: 100%;
  }

  #home #content-right {
    padding: 35px 0 0 0;
    margin: 0 auto;
    width: 100%;
  }

  p.catch {
    line-height: 1.6;
    text-align: justify;
    font-size: 1.8rem;
  }

  p.catch02 {
    line-height: 1.8;
    text-align: justify;
  }

  p.catch03 {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
  }

  p.catch04 {
    line-height: 1.6;
    text-align: justify;
    font-size: 1.8rem;
    margin-bottom: 0 auto 35px auto;
    clear: both;
  }

  #ul-strongs {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strong01 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 25px 0;
    padding: 0;
  }

  #img-stuff {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2px;
    bottom: 0;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }


  #user_expl {
    display: block;
    width: calc(100% - 60px);
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: calc((100% - 10px) / 3);
    padding-bottom: 30px;
    float: left;
    margin-right: 5px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 20px 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(4),
  .ex_box:nth-child(7) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
  }

  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height;
    29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 20px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 20px;
  }

  #questionnaire {
    padding: 0;
    margin: 0 auto 20px auto;
    width: 700px;
    height: 551px;
    background: url(../images/top/questionnaire-b.png) no-repeat;
    position: relative;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 0 12px 0;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 680px;
  }

  .dl-questionnaire dt {
    margin: 0 0 10px;
    padding: 0;
    width: 115px;
    height: 50px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dd {
    margin: 0 0 10px;
    padding: 0 0 0 115px;
    height: 50px;
    width: 40%;
    font-size: 90%;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 0 auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    ;
    bottom: 100px;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 0;
    float: right;
    width: 340px;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    width: 668px;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto;
    width: 672px;
    border-bottom: 1px solid #CCC;
    list-style: none;
    _zoom: 1;
    overflow: hidden;
  }

  ul.service li.li-left {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: left;
    display: inline;
    position: relative;
  }

  ul.service li.li-right {
    padding: 20px 0 8px 0;
    margin: 0;
    width: 322px;
    float: right;
    display: inline;
    position: relative;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    width: 322px;
    height: 130px;
    float: right;
    display: inline;
    background-color: #E7E5D7;
    position: relative;
  }

  ul.service li p.p-service1 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li p.p-service2 {
    width: 166px;
    font-size: 15px;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 38px 0 0 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  ul.service li.voice p.p-service3 {
    width: 192px;
    font-size: 12px;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 0 130px;
    font-size: 12px;
    float: left;
    display: inline;
  }


  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 100%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 140%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }

  #credit-i {
    margin-bottom: 20px;
  }

  dl.news {
    overflow: hidden;
    zoom: 1;
    width: 660px;
    padding: 0;
    margin: 0 0 20px 0;
  }

  dl.news dt {
    margin: 0;
    padding: 6px 0 2px 10px;
    width: 90px;
    float: none;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 14px;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    white-space: nowrap;
  }

  #home dl.news dd {
    white-space: unset;
  }

  #area-top {
    padding: 30px 25px 10px 30px;
    margin: 0 auto 20px auto;
    width: 700px;
    box-sizing: border-box;
    background-image: url(../images/top/area-top.png), url(../images/top/area-bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    _zoom: 1;
  }

  #area-top p {
    line-height: 1.8;
  }

  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area-dl {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
  }

  .area-dl img {
    padding: 0;
    margin: 0;
  }

  .area-dl dt {
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .area-dl dt:hover {
    cursor: pointer;
  }

  .area-dl dd {
    padding: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
  }

  .area-dl dd p {
    margin-bottom: 5px !important;
  }

  #user-sitemap-wrap {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 1% 5px 0;
    width: 24%;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 1.5rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(4n+1) {
    margin-left: 0.5%;
  }

  #user-sitemap ul li:nth-of-type(4n) {
    margin-right: 0.5%;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    min-height: 65px;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #user-sitemap ul li a span.icon-b {
    display: block;
  }

  #footer-wrap {
    width: 100%;
    padding: 8px 0 10px 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  p#f-catch {
    padding: 0;
    margin: 0 auto 4px auto;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.2;
    display: block;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
  }

  #f-address2 {
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
    position: absolute;
    top: 73%;
    left: 44%;
    width: 54%;
  }

  #f-address2 span {
    display: block;
  }

  dl#freedial {
    padding: 0;
    margin: 0 0 0 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    width: calc(100% - 30px);
    margin: 30px auto;
  }

  .idx_block_p {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-family: "", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 4.7em;
    line-height: 1.5em;
    font-family: "", sans-serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }

  #shop_blog {
    width: 490px;
    height: 270px;
    margin-top: 10px;
  }

  #president_blog {
    width: 490px;
    height: 250px;
    margin-bottom: 20px;
  }

  #staff_blog {
    width: 490px;
    h;
    height: 282px;
  }

  .fuki03 {
    position: absolute;
    top: 53px;
    right: 0;
  }

  .fuki04 {
    position: absolute;
    top: 357px;
    right: -5px;
  }

  .fuki05 {
    position: absolute;
    top: 630px;
    right: -5px;
  }

  #footer_img {
    margin: 0 auto;
  }

  #footer_img img {
    width: 100%;
    max-width: 847px;
  }

  #footer_img p {
    width: 40%;
    font-size: 80%;
    position: absolute;
    bottom: -5px;
    right: 0;
    text-align: center;
    background: #5BB149;
    border-radius: 5px;
  }

  #footer_img a {
    color: #f7ffb8;
    width: 100%;
    height: 20px;
    display: block;
    padding: 5px 0 3px;
    text-align: center;
  }

  .form_outtime {
    width: 95% !important;
  }

  .form_outtime input#form_submit_button {
    margin-left: 24% !important;
  }


  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 0 auto 30px;
    display: flex;
  }

  .top_step img:nth-child(1) {
    width: 51%;
  }

  .top_step img:nth-child(2) {
    width: 49%;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
    border: 1px solid #83c576;
    padding: 4% 4%;
    min-height: 120px;
  }

  .top_step_flow dl dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 100px;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    float: right;
    margin-left: 15px;
    margin-top: -70px;
  }

  .top_step_flow02 .menu-contact img {
    float: none;
  }

  .top_step_img {
    margin-top: -10px !important;
  }

  .top_step_jizen {
    width: 508px;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat;
    background-size: 71px;
    padding: 0 0 15px 80px;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow ol {
    width: 508px;
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow.png);
    width: 91px;
    height: 38px;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .top_step_flow06::after {
    content: '' !important;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin: 35px auto 30px;
    display: flex;
    flex-wrap: wrap;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 22%;
    margin: 0 3% 25px;
    position: relative;
    border: 1px solid #83c576;
    padding: 2% 2%;
    min-height: 30px;
    background: #6cbb5a1a;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 24px;
    text-align: center;
  }

  #home .top_step_flow dl dt span,
  #page01 .top_step_flow dl dt span,
  #page02 .top_step_flow dl dt span {
    font-size: 90%;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before,
  #page02 .top_step_flow01::before {
    content: 'Step 1';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before,
  #page02 .top_step_flow02::before {
    content: 'Step 2';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before,
  #page02 .top_step_flow03::before {
    content: 'Step 3';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before,
  #page02 .top_step_flow04::before {
    content: 'Step 4';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before,
  #page02 .top_step_flow05::before {
    content: 'Step 5';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before,
  #page02 .top_step_flow06::before {
    content: 'Step 6';
    width: 122px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 2px;
    padding-left: 23px;
  }

  #home .top_step_flow dl::after,
  #page01 .top_step_flow dl::after,
  #page02 .top_step_flow dl::after {
    content: url(../images/top/top_step_arrow2.png);
    width: 25px;
    height: 57px;
    position: absolute;
    top: 25px;
    right: -35px;
    left: auto;
    margin: 0;
  }

  #slider_top ,#slider_top_sp{
    position: absolute;
    top: 120px;
    left: -10px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 10px #37933a;
  }

  #slider_top ,#slider_top_sp{
    width: 500px;
    margin: 0;
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }


}

@media screen and (min-width: 320px) and (max-width: 480px) {


  /* chg_dsp */
  .only_tab,
  .only_pc,
  .exc_sp,
  .only_pc_B,
  .only_tab_B {
    display: none !important;
  }

  .only_sp,
  .exc_tab {
    display: inline;
  }

  .only_sp_B,
  .exc_pc,
  .exc_tab_B,
  .exc_pc_B {
    display: block;
  }


  .s-br {
    display: none;
  }

  .span-br {
    display: block;
  }

  .letters {
    letter-spacing: -0.02em
  }

  .weightB {
    font-weight: bold;
  }

  .block-s {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    display: block !important;
  }

  .m_b0 {
    margin-bottom: 0 !important;
  }

  .m_b4 {
    margin-bottom: 4px !important;
  }

  .m_b12 {
    margin-bottom: 12px !important;
  }

  .m_b15 {
    margin-bottom: 15px !important;
  }

  .m_b20 {
    margin-bottom: 20px !important;
  }

  .m_b25 {
    margin-bottom: 25px !important;
  }

  .m_b30 {
    margin-bottom: 30px !important;
  }

  .m_b35 {
    margin-bottom: 35px !important;
  }

  .m_b40 {
    margin-bottom: 40px !important;
  }

  .m_b60 {
    margin-bottom: 60px !important;
  }

  .m_t4 {
    margin-top: 4px;
  }

  .m_r10 {
    margin-right: 10px;
  }

  .m_r20 {
    margin-right: 15px !important;
  }

  .m_r60 {
    margin-right: 60px !important;
  }

  .m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .m_auto2 {
    margin: 5px auto 15px auto;
  }

  .clearB {
    clear: both;
  }

  .letter-s002 {
    letter-spacing: -0.02em;
  }

  /** section article aside */
  section.se-c {
    padding: 0;
    margin: 0 0 25px 0;
  }

  section.ser {
    padding: 0;
    margin: 0 0 12px 0;
  }

  section.ser02 {
    padding: 0;
    margin: 0 0 5px 0;
  }

  section.ser03 {
    padding: 0;
    margin: 0 0 35px 0;
  }

  section.ser04 {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
  }

  section {
    padding: 0;
    margin: 0 0 15px 0;
    height: 100%;
    zoom: 1;
    overflow: hidden;
    position: relative;
  }

  article {
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
    margin: 0;
  }

  .section-t {
    position: relative;
  }

  section.se-sub {
    padding: 0;
    margin: 20px 0 25px 0;
  }

  body#home section.se-sub {
    display: none;
  }

  /** hgroup */
  hgroup {
    padding: 0;
    margin: 0;
  }

  /**div ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ===*/
  div.box {
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.s-box {
    padding: 10px 20px 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.boundary {
    padding: 10px 0 20px 0;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary02 {
    padding: 10px 0 25px 0;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
    overflow: hidden;
  }

  div.boundary03 {
    padding: 0 0 2px 0;
    margin: 0 0 15px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.box02 {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box03 {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: both;
  }

  div.box04 p {
    line-height: 1.5;
  }

  div.box04 p a {
    color: #F00;
    display: block;
    margin-top: -10px;
  }

  div.boundary02 {
    padding: 0 0 30px 10px;
    margin: 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom;
    clear: both;
  }

  div.boundary02-ex {
    padding: 0 0 30px 0;
    margin: 0;
    position: relative;
    background: none;
    clear: both;
  }

  div.boundary02 p {
    line-height: 1.5;
  }

  .boundary03 {
    padding: 0 0 16px 0;
    margin: 0 0 36px 0;
    position: relative;
    background: url(../images/common/bd-back.png) no-repeat bottom center;
    clear: both;
  }

  div.box05 {
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
  }

  .m-box {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .m-box02 {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 3px dotted #98CF8B;
    overflow: hidden;
    _zoom: 1;
    clear: both;
  }

  .hovers {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hovers:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }

  .d-position {
    position: relative;
  }

  div.msize-box {
    padding: 0;
    margin: 0;
  }

  /**=
* ========================================
* ========================================
*/
  body {
    width: 100%;
    padding-top: 150px;
    /* Stops horizontal scrolling. */
    position: relative;
  }

  #sb-site {
    position: relative;
    *zoom: 1;
  }

  #sb-site:after {
    display: block;
    clear: both;
    height: 0.01px;
    content: "";
  }

  #header-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #header {
    width: 100%;
    margin: 0;
    padding: 4px 0 0 0;
    overflow: hidden;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 27px;
    left: 62%;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.0;
    position: absolute;
    top: 5%;
    left: 18%;
    color: #666;
    white-space: nowrap;
    overflow-x: hidden;
  }

  /*#h-catch br{display: none;}*/
  #all_over_Japan {
    padding: 0;
    margin: 2.5em 0 10px 2%;
    font-size: 1.1rem;
    line-height: 1.2;
    float: left;
  }

  #all_over_Japan span {
    display: block;
    font-size: 1.6rem;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 45%;
    float: right;
    display: none;
  }

  #offtime {
    display: none;
  }

  #tell {
    display: none;
  }

  #mail {
    display: none;
  }

  #btn-reserve-01 {
    display: none;
  }

  .s-none {
    display: none;
  }

  @media screen and (max-width: 400px) {
    #h-catch {
      line-height: 1.0;
    }

    #h-catch br {
      display: inline-block !important;
    }

    a#logo {
      padding-top: 3px !important;
    }

}

  #section_top-wrap {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../images/top/main/bg_new.jpg) repeat-x center;
  }

  #page-mama #section_contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../mama/img/main_mama_bg.jpg) repeat-x center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #section_top img {
    padding: 0;
    margin: 0!important;
  }

  #page01 #new_mainimg img,
  #page02 #new_mainimg img,
  #page03 #new_mainimg img,
  #page04 #new_mainimg img,
  #page05 #new_mainimg img,
  #page06 #new_mainimg img,
  #page07 #new_mainimg img,
  #page08 #new_mainimg img,
  #page-mama #new_mainimg img,
  #gallery #new_mainimg img,
  #new_mainimg img{
    display: none;
  }

  #new_mainimg:before,
  #new_mainimg:after {
    display: none !important;
  }

  #page01 #new_mainimg {
    background: url(../images/main_img/main_service_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page02 #new_mainimg {
    background: url(../images/main_img/main_menu_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home01 #new_mainimg {
    background: url(../images/main_img/main_menu_home01_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home02 #new_mainimg {
    background: url(../images/main_img/main_menu_home02_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_home04 #new_mainimg {
    background: url(../images/main_img/main_menu_home04_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility #new_mainimg {
    background: url(../images/main_img/main_menu_facility_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility02 #new_mainimg {
    background: url(../images/main_img/main_menu_facility02_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_facility03 #new_mainimg {
    background: url(../images/main_img/main_menu_facility03_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #page02.menu_wig #new_mainimg {
    background: url(../images/main_img/main_menu_wig_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page03 #new_mainimg {
    background: url(../images/main_img/main_shop_sp.png?220331) no-repeat left bottom;
    background-size: 100% auto;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page08 #new_mainimg {
    background: url(../images/main_img/main_questionnaire_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page04 #new_mainimg {
    background: url(../images/main_img/main_invite_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page05 #new_mainimg {
    background: url(../images/main_img/main_school_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page06 #new_mainimg {
    background: url(../images/main_img/main_member_sp.png?221107) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #page07 #new_mainimg {
    background: url(../images/main_img/main_company_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }



  #page-mama #section_top {
    background: url(../mama/img/main_mama.jpg) no-repeat center center;
    min-height: 210px;
    background-size: 100%;
  }

  #gallery #section_top {
    background: url(../gallery/img/main-img_sp.png) no-repeat center center;
    min-height: 156px;
    background-size: 100%;
  }
  #new_mainimg.new_mainimg_oneday {
    background: url(../images/main_img/main_oneday_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_retail {
    background: url(../images/main_img/main_retail_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_media {
    background: url(../images/main_img/main_media_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_absence {
    background: url(../images/main_img/main_absence_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_consultationsvc {
    background: url(../images/main_img/main_consultationsvc_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_contact {
    background: url(../images/main_img/main_contact_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_reserve {
    background: url(../images/main_img/main_reserve_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_document {
    background: url(../images/main_img/main_document_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_invite {
    background: url(../images/main_img/main_invite_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_member {
    background: url(../images/main_img/main_member_sp.png?221107) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_menu {
    background: url(../images/main_img/main_menu_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_recreation {
    background: url(../images/main_img/main_recreation_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_school {
    background: url(../images/main_img/main_school_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_delivery {
    background: url(../images/main_img/main_delivery_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_faq {
    background: url(../images/main_img/main_faq_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_gallery {
    background: url(../images/main_img/main_gallery_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_institution {
    background: url(../images/main_img/main_institution_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_payact {
    background: url(../images/main_img/main_payact_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_privacy {
    background: url(../images/main_img/main_privacy_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_specified {
    background: url(../images/main_img/main_specified_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_strong {
    background: url(../images/main_img/main_strong_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_volunteer {
    background: url(../images/main_img/main_volunteer_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_blog {
    background: url(../images/main_img/main_blog_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_snsprivacy {
    background: url(../images/main_img/main_snsprivacy_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }
  #new_mainimg.new_mainimg_snskiyaku {
    background: url(../images/main_img/main_snskiyaku_sp.png) no-repeat left bottom;
    background-size: cover;
    min-height: 250px;
    height: 100%;
    margin-top: 0;
  }

  #content {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: left;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.0;
  }


  #content-left {
    display: none;
  }

  #content-right {
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
    overflow: auto;
  }

  /* ==*/
  p.catch {
    text-align: justify;
  }

  p.catch02 {
    text-align: justify;
  }

  p.catch03 {
    text-align: justify;
  }

  #s-catch {
    /*display:none;*/
  }

  #s-catch02 {
    /*display:none;*/
  }

  #s-catch03 {
    /*display:none;*/
  }

  p.catch04 {
    text-align: justify;
    margin-bottom: 0 auto 35px auto;
    clear: both;
  }

  #ul-strongs {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    overflow: hidden;
  }

  #ul-strongs li {
    padding: 0;
    margin: 0;
    float: left;
  }

  #ul-strongs li:nth-of-type(1) {
    width: 31.88%;
  }

  #ul-strongs li:nth-of-type(2) {
    width: 36.23%;
  }

  #ul-strongs li:nth-of-type(3) {
    width: 31.88%;
  }

  #ul-strong01 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #ul-strong02 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #ul-strong03 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #img-stuff {
    padding: 0;
    margin: 0 auto 20px auto;
    display: block;
    width: 240px;
    height: auto;
  }

  #flow {
    padding: 0;
    margin: 0 auto;
    display: block;
  }


  #user_expl {
    display: block;
    width: calc(100% - 60px);
    margin: 20px auto;
    background: #fffcdb;
    padding: 15px;
  }

  #user_expl h3 {
    color: #73ae65;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  .ex_box {
    width: calc((100% - 10px) / 2);
    padding-bottom: 30px;
    float: left;
    margin-right: 10px;
  }

  #byarea {
    color: red;
    font-size: 1.0em;
    border: 3px solid #73ae65;
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ex_box:nth-child(odd) {
    margin-right: 0;
  }

  .ex_box:nth-child(5),
  .ex_box:nth-child(6),
  .ex_box:nth-child(7) {
    padding-bottom: 0;
  }

  .ex_box img {
    width: 100%;
  }

  .ex_box p {
    color: #73ae65;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    padding: 5px 5px;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â !ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»==*/
  h2#cmp {
    display: block;
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #383;
    font-size: 2em;
    line-height;
    29px;
    font-size: 1.9em;
    margin: 30px 0 35px;
  }

  h2#cmp:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
  }

  h2#cmp:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
  }

  img.cmp1,
  img.cmp2 {
    display: block;
    margin-bottom: 20px;
  }

  img.cmp3 {
    display: block;
    margin-bottom: 20px;
  }

  #questionnaire {
    padding: 10px 0 20px 0;
    margin: 0 auto 15px auto;
    width: 100%;
    background-color: #F5F2F3;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #FEE001;
    overflow: hidden;
  }

  #questionnaire-i {
    padding: 0;
    margin: 0 auto 12px 5%;
    width: 90%;
  }

  .dl-questionnaire {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }

  .dl-questionnaire dt {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 40px;
    float: left;
    clear: both;
  }

  .dl-questionnaire dt img {
    width: 80px;
  }

  .dl-questionnaire dd {
    margin: 0;
    padding: 0 0 0 90px;
    height: 40px;
    font-size: 1.3rem;
  }

  .dl-questionnaire dd:nth-of-type(1) {
    line-height: 30px;
  }

  .dl-questionnaire dd:nth-of-type(2) {
    line-height: 1.3;
  }

  .dl-questionnaire dd:nth-of-type(3) {
    line-height: 1.3;
  }

  .dl-questionnaire dd:nth-of-type(4) {
    line-height: 30px;
  }

  #questionnaire-i6 {
    display: block;
    padding: 0;
    margin: 5px auto 10px auto;
  }

  #questionnaire-i7 {
    padding: 0;
    margin: 0 auto;
  }

  #letter-s {
    letter-spacing: -0.04em;
  }

  .d-ser {
    padding: 16px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
  }

  .pd-ser {
    padding: 0;
    margin: 8px 0 0 0;
    text-align: justify;
    line-height: 1.3;
  }

  .d-ser2 {
    padding: 16px 0 6px 0;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
  }

  .pd-ser2 {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    letter-spacing: -0.01em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  ul.service {
    padding: 0;
    margin: 20px auto 10px auto;
    list-style: none;
  }

  ul.service li.li-left {
    padding: 0 0 8px 0;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
  }

  ul.service li.li-right {
    padding: 0 0 8px 0 !important;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
  }

  ul.service li p.p-service1 {
    width: 52%;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 60px 0 8px 0;
    line-height: 1.4;
  }

  ul.service li p.p-service2 {
    width: 54%;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 40px 0 8px 0;
    line-height: 1.4;
  }

  #sp-service2 {
    margin: 55px 0 8px 0;
  }

  ul.service li img {
    padding: 0;
    margin: 0;
  }

  ul.service li img.img-service1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.service li img.img-service2 {
    position: absolute;
    top: 0;
    right: -1px;
  }

  ul.service li.voice {
    padding: 0;
    margin: 0;
    background-color: #E7E5D7;
    position: relative;
    overflow: hidden;
  }

  ul.service li.voice p.p-service3 {
    width: 65%;
    font-size: 1.2rem;
    z-index: 2;
    letter-spacing: -0.1em;
    padding: 0;
    margin: 0 0 0 8px;
  }

  ul.service li.voice p.p-service3 strong {
    font-size: 13px;
  }

  ul.service li.voice p.p-service4 {
    padding: 0;
    margin: 0 0 8px 8px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  ul.service li img.img-service3 {
    position: absolute;
    top: 32px;
    right: 14px;
  }

  .serviceTop {
    width: 100%;
    margin: 0 auto 30px;
  }

  .serviceTop p {
    width: 95%;
    padding: 20px 10px 0;
    font-size: 70%;
    font-weight: normal;
    margin: 0 auto;
  }

  .serTitle p {
    font-size: 80%;
    font-weight: bold;
    color: #666 !important;
  }

  .serTitle span {
    font-size: 110%;
    font-weight: bold;
    color: #eb7f0c;
    display: block;
    letter-spacing: -3px;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .service_price {
    width: 80%;
    margin: 40px auto 30px;
    text-align: center;
  }

  .service_price img {
    margin: 0 auto;
  }

  /* ==*/
  #area-top {
    padding: 0;
    margin: 10px auto 0 auto;
    width: 96%;
    box-sizing: border-box;
    overflow: hidden;
  }

  #area-top p {
    line-height: 1.4;
  }

  /* ==*/
  #credit-i {
    margin-bottom: 20px;
  }

  /* ==*/
  #p-sta {
    margin-bottom: 4px;
    color: #111;
  }

  #p-pre {
    margin-bottom: 4px;
    color: #111;
  }

  dl.news {
    overflow: hidden;
    width: 96%;
    padding: 0;
    margin: 0 auto 20px auto;
  }

  dl.news dt {
    margin: 0 15px 0 0;
    padding: 6px 0 2px 10px;
    width: 9rem;
    float: left;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 1.3rem;
  }

  dl.news dd {
    margin: 0;
    padding: 0 0 1px 10px;
    border-bottom: 1px dotted #999;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  #page03 dl.news dt {
    margin: 0 15px 0 0;
    padding: 6px 0 2px 10px;
    width: 9rem;
    float: none;
    clear: both;
    font-weight: bold;
    color: #6CBA59;
    font-size: 1.3rem;
  }


  #area-in {
    padding: 0;
    margin: 0;
  }

  .p-area {
    border-bottom: 1px dotted #553D3D;
    padding: 0 6px 6px 0;
    margin: 0;
    line-height: 1.3;
  }

  .area-dl {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #6CBB5A;
  }

  .area-dl img {
    padding: 0;
    margin: 0;
  }

  .area-dl dt {
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .area-dl dt:hover {
    cursor: pointer;
  }

  .area-dl dd {
    padding: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
  }

  .area-dl dd p {
    margin-bottom: 5px !important;
  }

  /** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼========================================*/
  #user-sitemap-wrap {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
    background-color: #5BB149;
    clear: both;
  }

  #user-sitemap {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
  }

  #user-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #user-sitemap ul li {
    padding: 0;
    margin: 0 1% 5px 0;
    width: 24%;
    float: left;
    text-align: center;
    background-color: #FFF;
    font-size: 1.2rem;
    box-sizing: border-box;
  }

  #user-sitemap ul li:nth-of-type(4n+1) {
    margin-left: 0.5%;
  }

  #user-sitemap ul li:nth-of-type(4n) {
    margin-right: 0.5%;
  }

  #user-sitemap ul li a {
    padding: 8px 0 0 0;
    margin: 0;
    color: #509D40;
    display: block;
    box-sizing: border-box;
    height: 7rem;
  }

  #user-sitemap ul li a:hover {
    color: #FFF;
    background-color: #EF8200;
    display: block;
    text-decoration: none;
  }

  /** ¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ===*/
  .icon-a:before {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 4px 0;
  }

  .icon-a:hover {
    color: #EF8200;
  }

  #footer-wrap {
    width: 100%;
    padding: 8px 0 50px 0;
    margin: 0;
    background-color: #F3EFD1;
    overflow: hidden;
    clear: both;
  }

  #footer {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
  }

  #footer-left {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }

  #footer-left p {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
  }

  p#f-catch {
    padding: 0;
    margin: 0 auto 4px auto;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.2;
    display: block;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
  }

  #f-address2 {
    padding: 0;
    margin: 10px 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.1em;
    width: 96%;
  }

  #f-address2 span {
    display: block;
  }

  dl#freedial {
    padding: 0;
    margin: 0 0 0 5px;
  }

  dl#freedial dt {
    margin: 0;
    padding: 1px 0 0 0;
    width: 21px;
    float: left;
    clear: both;
  }

  dl#freedial dt img {
    padding: 0;
    margin: 0;
    display: block;
  }

  dl#freedial dd {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    vertical-align: middle;
  }

  #footer-wrap02 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #6CBB5A;
    overflow: hidden;
    clear: both;
  }

  #footer02 {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    line-height: 30px;
  }

  .bnr_171030 {
    width: calc(100% - 30px);
    margin: 30px auto;
  }

  .idx_block_p {
    position: relative;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 0.9em;
    color: #fff;
    line-height: 1.5em;
    position: absolute;
    top: 2.4em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.1em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 1em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.6em;
    color: #7c4d1f;
    position: absolute;
    bottom: 4.7em;
    line-height: 1.5em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  }

  #idx_poster>div>h5>span {
    color: #e16917
  }



  #salon_shop_list ul {
    width: 90%;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #salon_shop_list ul li {
    width: 48%;
    margin: 0;
  }

  #salon_shop_list ul li a {
    font-size: 10px;
    margin-left: 0;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  #shop_blog {
    width: 490px;
    height: 400px;
    margin-top: 160px;
    margin-bottom: 0;
  }

  #president_blog {
    width: 490px;
    height: 400px;
    margin-bottom: 0;
  }

  #staff_blog {
    width: 490px;
    height: 300px;
  }

  .fuki03 {
    position: absolute;
    top: 27px;
    right: 14px;
  }

  .fuki04 {
    position: absolute;
    top: 438px;
    right: 19px;
  }

  .fuki05 {
    position: absolute;
    top: 838px;
    right: 16px;
  }

  #footer_img {
    margin: 0 auto;
  }

  #footer_img img {
    width: 100%;
    max-width: 847px;
  }

  #footer_img p {
    display: none;
  }

  /* overflow:hidden*/
  .shop_list_p {
    overflow: hidden;
    /* max-height: 5.7em; */
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: -1px;
  }

  /* ご利用までの流れ */
  .top_step {
    width: 100%;
    max-width: 694px;
    margin: 20px auto 10px;
    text-align: center;
  }

  .top_step img:nth-child(1) {
    width: 80%;
    margin: 0 auto 10px;
  }

  .top_step img:nth-child(2) {
    width: 80%;
    margin: 0 auto;
    padding-right: 10px;
  }

  .top_step_flow {
    margin: 0 auto 20px;
  }

  .top_step_flow a:link,
  .top_step_flow a:visited {
    color: #690 !important;
    text-decoration: underline;
  }

  .top_step_flow a:hover,
  .top_step_flow a:active {
    text-decoration: none;
  }

  .top_step_flow02 .menu-contact img {
    float: none;
  }

  #home .top_step_flow,
  #page01 .top_step_flow,
  #page02 .top_step_flow {
    margin-top: 15px;
  }

  .top_step_flow dl {
    width: 90%;
    margin: 0 auto 10px;
    position: relative;
    border: 1px solid #83c576;
    padding: 2% 4%;
    min-height: 160px;
  }

  #home .top_step_flow dl,
  #page01 .top_step_flow dl,
  #page02 .top_step_flow dl {
    width: 80%;
    min-height: 30px;
    background: #6cbb5a1a;
  }

  .top_step_flow03 {
    min-height: 130px !important;
  }

  #home .top_step_flow03,
  #page01 .top_step_flow03 {
    min-height: auto !important;
  }

  .top_step_flow dl dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 70px;
  }

  .top_step_flow dl dt br {
    display: none;
  }

  #home .top_step_flow dl dt,
  #page01 .top_step_flow dl dt,
  #page02 .top_step_flow dl dt {
    font-size: 120%;
    padding-left: 100px;
    margin-bottom: 0;
  }

  .top_step_flow dl dd {
    margin: 0;
  }

  .top_step_flow dl dd img {
    width: 100px;
    float: right;
    margin-left: 15px;
    margin-top: 0px;
  }


  .top_step_flow02 .menu-contact img {
    width: 300px !important;
  }

  .top_step_jizen {
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 10px 0 10px;
    font-weight: bold;
  }

  .top_step_jizen_span {
    background: #31a956;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto 10px;
  }

  .top_step_jizen_span2 {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
  }



  .top_step_tel {
    background: url(../images/top/top_step_img00.png) no-repeat;
    background-size: 50px auto;
    padding: 0 0 15px 50px;
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: bold;
  }

  .top_step_flow01::before {
    content: 'Step 1';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow02::before {
    content: 'Step 2';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow03::before {
    content: 'Step 3';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow04::before {
    content: 'Step 4';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow05::before {
    content: 'Step 5';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow06::before {
    content: 'Step 6';
    width: 95px;
    height: 100px;
    background: url(../images/top/top_step_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .top_step_flow ol {
    margin: 10px 0 0;
    padding: 0;
    background: #6cbb5a1a;
    padding: 10px 20px;
    margin: 30px 0 10px;
  }

  .top_step_flow ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .top_step_flow ol li span {
    font-weight: bold;
  }

  /*
.top_step_flow dl::after{
  content:'';
  width:60px;
  height:38px;
  background:url(../images/top/top_step_arrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom:-45px;
  right:0;
  left:0;
  margin:0 auto;
}
*/
  .top_step_flow dl.top_step_flow06::after {
    content: '' !important;
    background: none;
  }

  #home .top_step_flow01::before,
  #page01 .top_step_flow01::before {
    content: 'Step 1';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 23px;
    background-size: 100% auto
  }

  #home .top_step_flow02::before,
  #page01 .top_step_flow02::before {
    content: 'Step 2';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow03::before,
  #page01 .top_step_flow03::before {
    content: 'Step 3';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow04::before,
  #page01 .top_step_flow04::before {
    content: 'Step 4';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow05::before,
  #page01 .top_step_flow05::before {
    content: 'Step 5';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  #home .top_step_flow06::before,
  #page01 .top_step_flow06::before {
    content: 'Step 6';
    width: 90px;
    height: 100px;
    background: url(../images/top/top_step_bg2.png) no-repeat right top !important;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: -3px;
    padding-top: 10px;
    padding-left: 18px;
    background-size: 100% auto
  }

  .gallery {
    text-align: center;
  }

  .gallery .slider-pro,
  #page05 .slider-pro {
    margin: 0 auto !important;
  }

  .gallery .slider-pro img,
  #page05 .slider-pro img {
    width: 95% !important;
    height: 100%;
    margin: 0 auto;
  }

  #slider_top2 {
    margin: 0 auto 30px !important;
  }

  .sp-button {
    border: 2px solid #476a40 !important;
    width: 9px !important;
    height: 9px !important;
  }

  .sp-selected-button {
    background-color: #476a40 !important;
  }

  .gallery .sp-next-arrow:after,
  .gallery .sp-next-arrow:before,
  .gallery .sp-previous-arrow:after,
  .gallery .sp-previous-arrow:before,
  #page05 .sp-next-arrow:after,
  #page05 .sp-next-arrow:before,
  #page05 .sp-previous-arrow:after,
  #page05 .sp-previous-arrow:before {
    background-color: #476a40 !important;
  }

  .sp-horizontal .sp-next-arrow,
  .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -30px
  }

  .sp-horizontal .sp-previous-arrow {
    left: -30px;
  }

}

@media screen and (min-width: 320px) and (max-width: 359px) {

  /** ========================================*/
  #header-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header {
    width: 96%;
    margin: 0 auto;
    padding: 4px 0 0 0;
    position: relative;
    overflow: hidden;
  }

  #s-tell {
    padding: 0;
    margin: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 25px;
    left: 62%;
  }

  #h-catch {
    padding: 0;
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.0;
    position: absolute;
    top: 5%;
    left: 1%;
    white-space: nowrap;
    overflow-x: hidden;
  }

  a#logo {
    padding-top: 12px !important;
  }

  #all_over_Japan {
    padding: 0;
    margin: 2.5em 0 10px 1%;
    font-size: 1.1rem;
    line-height: 1.2;
    float: left;
    letter-spacing: -0.1em;
  }

  #all_over_Japan span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  #safety {
    padding: 0;
    margin: 0;
    width: 44%;
    float: right;
  }

  #tell {
    display: none;
  }

  #mail {
    display: none;
  }

  #f-address {
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.9;
    clear: both;
    letter-spacing: -0.04em;
  }

  ul.service li p.p-service1 {
    width: 48%;
    z-index: 20;
    float: right;
    padding: 0;
    margin: 60px 0 8px 0;
    line-height: 1.4;
  }

  ul.service li p.p-service2 {
    width: 50%;
    z-index: 20;
    float: left;
    padding: 0;
    margin: 40px 0 8px 0;
    line-height: 1.4;
  }


  #idx_poster>div {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #idx_poster>div>h2 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 3em;
    line-height: 1.6em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }

  #idx_poster>div>h2>span {
    display: inline;
    font-size: 1.2em;
  }

  #idx_poster>div>h3 {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 0.9em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }


  #idx_poster>div>h5 {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #7c4d1f;
    position: absolute;
    bottom: 3.6em;
    line-height: 1.5em;
    font-family: :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  text-shadow:0px 3px 1px #fff,
  0px 2px 1px #fff,
  1px 2px 1px #fff,
  2px 2px 1px #fff,
  2px 1px 1px #fff,
  2px 0px 1px #fff,
  3px 0px 1px #fff,
  2px -1px 1px #fff,
  2px -2px 1px #fff,
  2px -3px 1px #fff,
  1px -3px 1px #fff,
  0px -3px 1px #fff,
  -1px -3px 1px #fff,
  -2px -3px 1px #fff,
  -3px -3px 1px #fff,
  -3px -2px 1px #fff,
  -3px -1px 1px #fff,
  -3px 0px 1px #fff,
  -3px 1px 1px #fff,
  -3px 2px 1px #fff,
  -2px 2px 1px #fff,
  -1px 2px 1px #fff;
}

#idx_poster>div>h5>span {
  color: #e16917
}


.gallery {
  text-align: center;
}

.gallery .slider-pro,
#page05 .slider-pro {
  margin: 0 auto !important;
}

.gallery .slider-pro img,
#page05 .slider-pro img {
  width: 95% !important;
  height: 100%;
  margin: 0 auto;
}

#slider_top2 {
  margin: 0 auto 30px !important;
}

.sp-button {
  border: 2px solid #476a40 !important;
  width: 9px !important;
  height: 9px !important;
}

.sp-selected-button {
  background-color: #476a40 !important;
}

.gallery .sp-next-arrow:after,
.gallery .sp-next-arrow:before,
.gallery .sp-previous-arrow:after,
.gallery .sp-previous-arrow:before,
#page05 .sp-next-arrow:after,
#page05 .sp-next-arrow:before,
#page05 .sp-previous-arrow:after,
#page05 .sp-previous-arrow:before {
  background-color: #476a40 !important;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: -30px
}

.sp-horizontal .sp-previous-arrow {
  left: -30px;
}




}




/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.contact_bt.hajimaru {
  width: 270px;
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  line-height: 1.5;
}

.contact_bt.hajimaru span {
  display: block;
}

.contact_bt {
  font-size: 22px;
  padding: 16px 20px;
  vertical-align: middle;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F18722), color-stop(0.46, #F8B21F), color-stop(0.01, #F6B221));
  background: -webkit-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -moz-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -o-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: -ms-linear-gradient(top, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  background: linear-gradient(to bottom, #F6B221 1%, #F8B21F 46%, #F18722 100%);
  border: 1px solid #F6B221;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: #FFF !important;
  font-weight: bold;
  text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.3);
}

.contact_bt:hover {
  cursor: pointer;
  background: #FAC561;
  border: 1px solid #F6B221;
  text-decoration: none;
}



#pageTop {
  position: fixed;
  bottom: 110px;
  right: 5px;
  z-index: 99;
}

@media screen and (max-width: 380px) {
  #pageTop {
    bottom: 130px;
  }

}


#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 2px 6px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #1C7B16;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}




#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 99;
  }

  #pageTop a {
    display: block;
    z-index: 999;
    padding: 5px 35px 47px 35px;
    border-radius: 10px;
    width: 30px;
    height: 10px;
    text-align: center;
    background-color: #1C7B16;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
  }

  #pageTop a::after {
    content: 'TOPへ戻る';
    display: block;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }


}




.touroku_wrapper {
  background-color: #FFF;
  border: 2px solid #3977B5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 4% 15px;
  margin-top: 40px;
  _zoom: 1;
  overflow: hidden;
}

.touroku_wrapper h3 {
  background-color: #3977B5;
  color: white;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);

  margin: -20px -4.5% 15px;
  padding: 10px 20px;
}



.touroku_table {
  width: 90% !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

}

.touroku_table {
  border: 2px solid #3977B5;
  margin: 0 auto;
  _zoom: 1;
  overflow: hidden;

}

.touroku_table td,
.touroku_table th {
  border: 2px solid #3977B5;
  padding: 10px;
}

.touroku_table th {
  width: 100%;
  background: #3977B5;
  color: #FFF !important;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);
  float: left;
}

.touroku_table td {
  width: 100%;
  float: left;
  padding: 3% 4%;
  ] box-sizing: border-box;
  /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°*/
  -webkit-box-sizing: border-box;
  /*Google ChromeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾SafariÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
  -moz-box-sizing: border-box;
  /*FirefoxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
}

.tac {
  text-align: center;
}

.h2_offtime {
  width: 100%;
  height: 26px;
  margin: 0 0 15px 0;
  padding: 7px 0;
  background-color: #6CBB5A;
  color: #FFF;
  font-size: 21px;
  font-size: 2.1rem;
  text-shadow: 1px 1px 0 #555;
}

.h2_offtime span {
  border-left: 5px solid #FFF;
  display: block;
  margin-left: 11px;
  padding-left: 11px;
  line-height: 1.2;
}

}

.offtime {
  text-align: left;
  margin-bottom: 30px;
}

.offtime p {
  margin: 0 0 1rem 0;
}

.offtime p span {
  font-weight: bold;
  font-size: 120%;
}


.form_outtime dd {
  margin-left: 0;
}


.kojin {
  background: #F4F4E4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EDEED5;
  padding: 15px 20px 1px !important;
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */
.popular,
.enquete_wrapper {
  display: none;
}

.ken_osaka .popular {
  display: block;
}

.ken_osaka .enquete_wrapper {
  display: block;
}

.ken_tokyo .popular {
  display: block;
}

.ken_tokyo .enquete_wrapper {
  display: block;
}

.ken_kanagawa .popular {
  display: block;
}

.ken_kanagawa .enquete_wrapper {
  display: block;
}

.ken_aichi .popular {
  display: block;
}

.ken_aichi .enquete_wrapper {
  display: block;
}

.ken_kyoto .popular {
  display: block;
}

.ken_kyoto .enquete_wrapper {
  display: block;
}

.ken_hukuoka .popular {
  display: block;
}

.ken_hukuoka .enquete_wrapper {
  display: block;
}

.ken_chiba .popular {
  display: block;
}

.ken_chiba .enquete_wrapper {
  display: block;
}

.ken_saitama .popular {
  display: block;
}

.ken_saitama .enquete_wrapper {
  display: block;
}

.ken_hyogo .popular {
  display: block;
}

.ken_hyogo .enquete_wrapper {
  display: block;
}

.ken_niigata .popular {
  display: block;
}

.ken_niigata .enquete_wrapper {
  display: block;
}

.ken_nagano .popular {
  display: block;
}

.ken_nagano .enquete_wrapper {
  display: block;
}

.ken_ishikawa .popular {
  display: block;
}

.ken_ishikawa .enquete_wrapper {
  display: block;
}

.ken_nara .popular {
  display: block;
}

.ken_nara .enquete_wrapper {
  display: block;
}

.ken_okinawa .popular {
  display: block;
}

.ken_okinawa .enquete_wrapper {
  display: block;
}

.ken_shizuoka .popular {
  display: block;
}

.ken_shizuoka .enquete_wrapper {
  display: block;
}

.ken_hiroshima .popular {
  display: block;
}

.ken_hiroshima .enquete_wrapper {
  display: block;
}

.lightboxOverlay {
  overflow: hidden;
}

.ken_niigata .no_data,
.ken_nagano .no_data,
.ken_ishikawa .no_data,
.ken_nara .no_data,
.ken_okinawa .no_data,
.ken_shizuoka .no_data,
.ken_hiroshima .no_data {
  display: none;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ */
.accordion>dl>dt {
  padding: 0px 10px;
}

.accordion>dl>dt,
.accordion>dl>dd>ul>li,
.accordion>ul>li {
  border-bottom: 1px solid #BDBDBD;
  height: 63px;
  line-height: 63px;
  position: relative;
  cursor: pointer;
}

.accordion>dl>dt:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: initial;
  margin: -14px 0 0;
  font-size: 20px;
  font-weight: bold;
}

.accordion>dl>dt.dopen:after {
  content: "-";
}

.accordion>dl>dd {
  background-color: unset;
  display: none;
}

.accordion>dl>dt,
.accordion>dl>dd>ul>li,
.accordion>ul>li {
  border-bottom: 1px solid #BDBDBD;
  height: 63px;
  line-height: 63px;
  position: relative;
}

.accordion>dl>dd>ul>li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -4px 0px 0px;
}

.accordion>dl>dd a,
.accordion>ul>li a {
  display: block;
  padding: 0px 20px;
  box-sizing: border-box;
  color: #fff;
}








/*---------------------------------------------
 **  TOP main area
---------------------------------------------*/

#home #section_top-wrap {
  height: 100% !important;
  min-height: 800px;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  #home #section_top-wrap {
    min-height: 940px;
  }
}

.main_bg {
  /*  background: url(../images/top/main/bg_new.jpg) top center no-repeat;*/
  background-size: 100%;
  max-height: 800px;
  height: 100%;
  position: relative;
}

.main_bg .sp-slide img {
  object-fit: cover;
}

.main_inner {
  width:100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#top_catch01 {
  width: 400px !important;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  filter: drop-shadow(0 0 5px #313f31) drop-shadow(0 0 4px #313f31);
}

#top_catch02 {
  width:80%;
  max-width: 850px !important;
  display: block;
  position: absolute;
  bottom: 10px;
  right: -19px;
  z-index: 10;
}

#top_catch01_sp,
#top_catch02_sp {
  display: none;
}
#section_top .sp-slides .sp-slide:last-child{
  z-index:15;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #top_catch01_sp {
    width: 45% !important;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    filter: drop-shadow(0 0 3px #313f31) drop-shadow(0 0 2px #313f31);
  }

  #top_catch02_sp {
    width: 100% !important;
    display: block;
    position: absolute;
    bottom: auto;
    bottom: -10px;
    right: 0px;
    z-index: 10;
    background:#63bd5cbf;
    padding:5px 0 0;
  }

  #top_catch01,
  #top_catch02 {
    display: none;
  }

}

.main_top,
.main_center,
.main_bottom {
  position: absolute !important;
}

.main_top {
  left: 590px;
   !important;
  top: 40px;
  z-index: 2;
}

.main_center {
  left: 10px;
  top: 50px;
  z-index: 2;
}

.main_center img {
  width: 760px;
}

.main_bottom {
  left: 0;
  bottom: 76px;
  z-index: 2;
}

.main_bottom img {
  width: 200px;
}

.main_bottom img {
  margin-right: -15px !important;
  display: block;
  float: left;
}



/*---------------------------------------------
 **  TOP page MAP
---------------------------------------------*/

.main_area_map {
  width: 713px;
  height: 430px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
  padding: 28px;
}

@media screen and (min-width: 960px) {

  .main_area_map::after {
    content: '';
    width: 130px;
    height: 160px;
    background: url(../images/common/shop_no1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 70px;
    right: 560px;
  }

}

ul.jp_map {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  _zoom: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

ul.jp_map a {
  color: #000;
  text-shadow: #fff 2px 0px,
    #fff -2px 0px,
    #fff 0px -2px,
    #fff 0px 2px,
    #fff 2px 2px,
    #fff -2px 2px,
    #fff 2px -2px,
    #fff -2px -2px,
    #fff 1px 2px,
    #fff -1px 2px,
    #fff 1px -2px,
    #fff -1px -2px,
    #fff 2px 1px,
    #fff -2px 1px,
    #fff 2px -1px,
    #fff -2px -1px;
  text-decoration: none;
}

.jp_map li a {
  box-sizing: border-box;
  width: calc(50% - 6px);
  float: left;
  padding: 7px 0;
  border-radius: 10px;
  text-align: center;
  margin: 3px;
}

.jp_map li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.jp_map li:nth-child(1) a {
  background-color: #7f7eda;
}

.jp_map li:nth-child(1) a {
  background-color: #7f7eda;
}

.jp_map li:nth-child(2) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(3) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(4) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(5) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(6) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(7) a {
  background-color: #759ef4;
}

.jp_map li:nth-child(8) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(9) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(10) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(11) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(12) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(13) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(14) a {
  background-color: #7ecfea;
}

.jp_map li:nth-child(15) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(16) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(17) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(18) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(19) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(20) a {
  height: 20%;
  background-color: #7cdc92;
}

.jp_map li:nth-child(21) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(22) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(23) a {
  background-color: #7cdc92;
}

.jp_map li:nth-child(24) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(25) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(26) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(27) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(28) a {
  height: 20%;
  background-color: #ffe966;
}

.jp_map li:nth-child(29) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(30) a {
  background-color: #ffe966;
}

.jp_map li:nth-child(31) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(32) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(33) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(34) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(35) a {
  background-color: #ffcc66;
}

.jp_map li:nth-child(36) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(37) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(38) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(39) a {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(40) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(41) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(42) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(43) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(44) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(45) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(46) a {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(47) a {
  background-color: #f5c9ff;
}

@media screen and (min-width: 768px) {

  ul.jp_map {
    padding: 70% 0 0;
  }

  .jp_map li a {
    width: 7%;
    height: 9%;
    border: solid #ffffff 2px;
    box-sizing: border-box;
    padding: 10px 0;
    float: none;
    font-size: 14px;
    margin: 0;
  }

  .jp_map li a:hover {
    text-decoration: none;
  }

  .jp_map li:nth-child(1) a {
    position: absolute;
    top: 0px;
    0px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    px;
    left: 85%;
    width: 15%;
    background-color: #7f7eda;
    padding-top: 8px !important;
    height: 9%;
  }

  .jp_map li:nth-child(2) a {
    position: absolute;
    top: 10%;
    left: 85%;
    width: 14%;
    height: 7%;
    background-color: #759ef4;
    padding-top: 5px !important;
  }

  .jp_map li:nth-child(3) a {
    position: absolute;
    top: 17.5%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(4) a {
    position: absolute;
    top: 27%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(5) a {
    position: absolute;
    top: 17.5%;
    left: 85%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(6) a {
    position: absolute;
    top: 27%;
    left: 85%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(7) a {
    position: absolute;
    top: 36.5%;
    left: 92%;
    background-color: #759ef4;
  }

  .jp_map li:nth-child(8) a {
    position: absolute;
    top: 46.5%;
    left: 92%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(9) a {
    position: absolute;
    top: 46.5%;
    left: 85%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(10) a {
    position: absolute;
    top: 46.5%;
    left: 78%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(11) a {
    position: absolute;
    top: 56.5%;
    left: 85%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(12) a {
    position: absolute;
    top: 56.5%;
    left: 92%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(13) a {
    left: 85%;
    position: absolute;
    top: 66.5%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(14) a {
    left: 78%;
    position: absolute;
    top: 66.5%;
    background-color: #7ecfea;
  }

  .jp_map li:nth-child(15) a {
    position: absolute;
    top: 36.5%;
    left: 78%;
    width: 14%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(16) a {
    position: absolute;
    top: 36.5%;
    left: 71%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(17) a {
    position: absolute;
    top: 36.5%;
    left: 64%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(18) a {
    left: 64%;
    position: absolute;
    top: 46.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(19) a {
    position: absolute;
    top: 56.5%;
    left: 78%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(20) a {
    left: 71%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #7cdc92;
    padding-top: 34px !important;
  }

  .jp_map li:nth-child(21) a {
    left: 64%;
    position: absolute;
    top: 56.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(22) a {
    left: 71%;
    position: absolute;
    top: 66.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(23) a {
    left: 64%;
    position: absolute;
    top: 66.5%;
    background-color: #7cdc92;
  }

  .jp_map li:nth-child(24) a {
    left: 57%;
    position: absolute;
    top: 66.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(25) a {
    left: 57%;
    position: absolute;
    top: 46.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(26) a {
    left: 50%;
    position: absolute;
    top: 46.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(27) a {
    left: 50%;
    position: absolute;
    top: 56.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(28) a {
    left: 43%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #ffe966;
    padding-top: 35px !important;
  }

  .jp_map li:nth-child(29) a {
    left: 57%;
    position: absolute;
    top: 56.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(30) a {
    left: 50%;
    position: absolute;
    top: 66.5%;
    background-color: #ffe966;
  }

  .jp_map li:nth-child(31) a {
    left: 36%;
    position: absolute;
    top: 46.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(32) a {
    left: 29%;
    position: absolute;
    top: 46.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(33) a {
    left: 36%;
    position: absolute;
    top: 56.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(34) a {
    left: 29%;
    position: absolute;
    top: 56.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(35) a {
    left: 22%;
    position: absolute;
    top: 51.5%;
    background-color: #ffcc66;
  }

  .jp_map li:nth-child(36) a {
    left: 36%;
    position: absolute;
    top: 78.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(37) a {
    left: 36%;
    position: absolute;
    top: 68.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(38) a {
    left: 29%;
    position: absolute;
    top: 68.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(39) a {
    left: 29%;
    position: absolute;
    top: 78.5%;
    background-color: #ffbb9c;
  }

  .jp_map li:nth-child(40) a {
    left: 14%;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(41) a {
    left: 7%;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(42) a {
    left: 0;
    position: absolute;
    top: 46.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(43) a {
    left: 7%;
    position: absolute;
    top: 56.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(44) a {
    left: 14%;
    position: absolute;
    top: 56.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(45) a {
    left: 14%;
    position: absolute;
    top: 66.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(46) a {
    left: 7%;
    position: absolute;
    top: 66.5%;
    background-color: #ffbdbd;
  }

  .jp_map li:nth-child(47) a {
    left: 0;
    position: absolute;
    top: 76.5%;
    background-color: #f5c9ff;
  }
}

.map_pc_tab {
  display: block;
}

.map_pc_sp {
  display: none;
}


/* SP */
@media screen and (max-width: 765px) {
  .main_bg {
    display: none;
  }

  .top_main_img {
    display: block;
  }

  .top_main_img_tab {
    display: none;
  }


  .map_pc_tab {
    display: none;
  }

  .map_pc_sp {
    display: block;
  }

  .accordion-click {
    margin: 0 0 1px !important;

  }

  .accordion-click li {
    background: #FFF;
    margin: 0;
    padding: 8px 15px;
    text-align: left;
  }

  .sp_map_wrapper {
    _zoom: 1;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .sp_map_wrapper h4 {
    height: 20px;
    margin: 0;
    background: #BAD307;
    font-size: 13px;
    padding: 5px;
  }

  .sp_map_wrapper ul li a {
    background: rgba(255, 255, 255, 0.9) !important;
    text-align: left;
    padding: 8px 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 1px 1px 0;
    width: calc((50% - 1px));
  }

  .sp_map_wrapper ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f054';
    color: #63BD5C;
    font-size: 14px;
    margin-right: 5px;
  }

  .thu:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f054';
    color: #63BD5C;
    font-size: 14px;
    margin-right: 5px;
  }


  .bg_col_green {
    background: #9DD89E !important;
  }

  .main_top,
  .main_center,
  .main_bottom,
  .main_area_map h3 {
    display: none;
  }

  .main_area_map {
    width: 90%;
    height: 100%;
    position: relative;
    display: block;
    top: unset;
    right: unset;
    padding: 5%;
    _zoom: 1;
    overflow: hidden;
    background: #63BD5C;
  }

  .main_inner {
    width: 100%;
  }

  .main_bg {
    max-height: 100%;
  }

  .main_bg {
    display: none;
  }

  #home #section_top-wrap {
    height: auto !important;
  }

  .sp_main_bg {
    display: block !important;
  }

  .main_bg {
    background: url(../images/top/main/bg_new.jpg) top center no-repeat;
    background-size: auto auto 100%;
  }

}


/* PC */
@media screen and (min-width: 960px) {
  .top_main_img {
    display: none;
  }


}

/* TAB */
@media only screen and (min-width: 766px) and (max-width: 959px) {
  .main_bg {
    display: none;
  }

  .top_main_img {
    display: block;
  }

  .top_main_img_sp {
    display: none;
  }

  #home #section_top-wrap {
    height: auto !important;
  }

  .tab_main_bg {
    display: block !important;
  }
}


.main_area_map h3 {
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #009705;
  color: #009705;
  margin: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 155px;
  right: 300px;
  font-size: 34px;
  margin: -45px 0 20px -18px;
  text-shadow: #fff 5px 0 0, #fff 4.90033px 0.99335px 0,
    #fff 4.60531px 1.94709px 0, #fff 4.12668px 2.82321px 0,
    #fff 3.48353px 3.58678px 0, #fff 2.70151px 4.20736px 0,
    #fff 1.81179px 4.6602px 0, #fff 0.84984px 4.92725px 0,
    #fff -0.146px 4.99787px 0, #fff -1.13601px 4.86924px 0,
    #fff -2.08073px 4.54649px 0, #fff -2.94251px 4.04248px 0,
    #fff -3.68697px 3.37732px 0, #fff -4.28444px 2.57751px 0,
    #fff -4.71111px 1.67494px 0, #fff -4.94996px 0.7056px 0,
    #fff -4.99147px -0.29187px 0, #fff -4.83399px -1.27771px 0,
    #fff -4.48379px -2.2126px 0, #fff -3.95484px -3.05929px 0,
    #fff -3.26822px -3.78401px 0, #fff -2.4513px -4.35788px 0,
    #fff -1.53666px -4.75801px 0, #fff -0.56076px -4.96845px 0,
    #fff 0.4375px -4.98082px 0, #fff 1.41831px -4.79462px 0,
    #fff 2.34258px -4.41727px 0, #fff 3.17346px -3.86382px 0,
    #fff 3.87783px -3.15633px 0, #fff 4.4276px -2.32301px 0,
    #fff 4.80085px -1.39708px 0, #fff 4.98271px -0.41545px 0,
    0 5px 5px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15),
    5px 5px 5px rgba(0, 0, 0, 0.15), 7px 7px 5px rgba(0, 0, 0, 0.15),
    7px 0 5px rgba(0, 0, 0, 0.15);
}



/* お問い合わせ */
.form-nav_wraper {
  margin: 0 0 25px;

}

.form-nav_wraper_h3 {
  margin: 15px 0 15px;
  border-bottom: 3px solid #D9574F;
  padding-bottom: 3px;

}

.form-nav_wraper input[type="radio"] {
  display: none !important;
}

.form-nav_wraper label {
  display: inline-block;
  color: #000;
  padding: 10px 15px 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 9px;
  margin-right: 6px;
  background: #EEE;
  cursor: pointer;
  width: 43%;
  text-align: center;
}

@media (max-width: 959px) {
  .form-nav_wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-nav_wraper label {
    font-size: 12px;
    line-height: 1.5;
    width: 39%;
    padding: 10px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.form-nav_wraper label:hover {
  background: #BEDD83;
}

.form-nav_wraper input[type="radio"]:checked+label {
  background-color: #65BB5A;
  font-weight: bold;
  color: #fff;
}

.btn-reserve {
  background-color: #65BB5A;
  padding: 6px 15px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  font-weight: bold;
}

@media (min-width: 956px) {

  /* お問い合わせ　プルダウン　一覧表示 */
  .contact_select_wrapper {
    width: 580px;
    display: block;
    float: left;
  }

  .contact_select {
    width: 580px;
    height: 220px;
    border: none;
    overflow: hidden;
  }

  .contact_select option {
    display: inline-block;
    color: #000;
    padding: 10px 15px 9px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 9px;
    margin-right: 6px;
    background: #EEE;
    cursor: pointer;
    width: 43%;
    text-align: center;
    font-size: 15px;

    display: block;
    float: left;
  }

  .contact_select option:hover {
    background: #BEDD83;
  }

  .contact_select option:nth-of-type(2n) {
    float: right;
  }

  .contact_select_wrapper input[type="select"] {
    border: none !important;
  }

  .contact_select:focus {
    outline: 0;
  }


  .contact_select option:active {
    background-color: #65BB5A;
  }

  .contact_select option:checked {
    background-color: #65BB5A;

  }

  select {
    -webkit-appearance: button;
    appearance: button;
  }


}



@media (max-width: 959px) {
  .cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 2em auto;
    text-align: center;
  }

  .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .cp_ipselect select::-ms-expand {
    display: none;
  }

  .cp_ipselect.cp_sl01 {
    position: relative;
    border: 2px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
  }

  .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
  }

}










/*---------------------------------------------
 **  コロナ お知らせ
---------------------------------------------*/
.news0408 {
  background: #CB1400;
  display: block;
  padding: 5px 10px;
  color: #FFF !important;
  font-size: 16px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news0408:hover {
  text-decoration: none !important;
}

.news0408 span {
  font-size: 12px;
}

.news0408_main {
  background: #6CBB5A;
  padding: 10px 5%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

/* 【 PC 】 768px ～ */
@media (min-width: 768px) {
  .news0408_main {
    padding: 250px 0 100px;
    background: #6CBB5A;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }

  .news0408 {
    background: #CB1400;
    display: block;
    padding: 15px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

}

.news0408_list li {
  margin: 0 0 10px;
  list-style: inside;
  list-style-type: decimal-leading-zero;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news0408_list li img {
  max-width: 140px;
  float: right;
  margin: 0 0 10px 10px;
}

.news0408_list li::after {
  content: '';
  display: block;
  clear: both;
}

.m-b-40 {
  margin-bottom: 40px;
}

.ttl-red {
  border: 1px solid #CB1400 !important;
  background: #ffffff;
  color: #000;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.ttl-news-02 {
  margin-bottom: 15px;
  background: #C1E4BC;

  padding: 10px 10px 8px;

}

@media screen and (max-width: 480px) {
  .news0408_list li img {
    max-width: 80px;
  }
}


/* 問い合わせボタンを光らせる */
.reflection-img {
  max-width: 423px;
  position: relative;
  overflow: hidden;
  margin: 10px auto 30px;
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.flex3p {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.flex3p img {
  width: 31%;
  height: 100% !important;
  margin-right: 4%;
}

.flex3p:nth-child(3n) {
  margin-right: 0;
}

.gal_ttl {
  width: 80%;
  max-width: 250px;
}

.foot-contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #ea5d0b;
}

.foot-contact h2 {
  display: inline-block;
  width: 146px;
  height: 28px;
  margin: 0;
  font-size: 110%;
  text-align: left;
  background: #ea5d0b;
  padding-top: 7px;
  padding-left: 20px;
  color: #fff;
  position: absolute;
  bottom: 74px;
  right: 0;
}

.foot-contact ul {
  width: calc(100% - 75px);
  height: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 0 3%;
  position: relative;
  padding-top:5px;
}
.foot-contact ul li {
  width: 31.5%;
  margin: 5px 2% 0 0;
  list-style: none;
}

@media (max-width: 480px) {

  #ricoh-smartchat-launcher-base{
    right:0!important;
    bottom:0!important;
  }
  #ricoh-smartchat-launcher-base button{
    right:5px!important;
    bottom:5px!important;
  }
  #ricoh-smartchat-launcher-msgframe{
    bottom:-28px!important;
  }
}
@media (max-width: 380px) {
  #ricoh-smartchat-launcher-msgframe{
    width:146px!important;
    height:94px!important;
    right:10px!important;
    bottom:-28px!important;
    border-radius: 10px!important;
    font-size:12px;
  }
}
@media (max-width: 340px) {
  .foot-contact ul {
    padding-top:15px;
  }
}
.foot-contact p {
  font-size: 80%;
  padding: 0 10px 5px;
  margin: 5px 0;
}

/* アコーディオン */
.acc_menu {
  padding: 0;
  margin: 0 0 10px;
}

.menu__item {
  background: url(../school/img/acc_arrow.png) no-repeat right 20px center #1B83C9;
  background-size: 30px auto;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}

.menu__item:hover {
  background: url(../school/img/acc_arrow.png) no-repeat right 20px center #50a3da;
  background-size: 30px auto;
}

.menu__item__link {
  color: #fff !important;
  display: block;
  padding: 1rem;
}

.menu__item__link span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: #074bac;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 110%;
  border: 2px solid #fff;
}

.menu__item__link a:link {
  color: #fff !important;
  text-decoration: none;
}

.submenu {
  background: #fff;
  display: none;
}

.submenu li {
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.submenu li>div {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0;
}

.submenu li>div p {
  text-align: left;
}

.acc_contact {
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}

.acc_contact div {
  width: 100%;
  margin-bottom: 30px;
}

.acc_contact .acc_con01 a {
  background: #fd7e14;
  color: #fff;
  font-size: 120%;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.4;
}

.acc_contact .acc_con01 i {
  font-size: 160%;
}

.acc_contact .acc_con02 p {
  text-align: center;
}

.acc_contact .acc_con02 span {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
}

.acc_mark {
  background: linear-gradient(transparent 60%, #bbddff 60%);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.acc_list {
  margin-bottom: 15px;
  margin-left: 1.5em;
}

.acc_list li {
  list-style: disc;
  text-align: left;
  margin-bottom: 5px;
}

.submenu a.anc_graduate_link:link {
  color: #690;
}

@media screen and (max-width: 480px) {
  .menu__item {
    font-size: 100%;
    background: url(../school/img/acc_arrow.png) no-repeat right 20px center #1B83C9;
    background-size: 20px auto;
    margin-bottom: 5px;
  }

  .menu__item:hover {
    background: url(../school/img/acc_arrow.png) no-repeat right 20px center #50a3da;
    background-size: 20px auto;
  }

  .acc_contact div {
    font-size: 12px;
  }

  .menu__item__link span {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 100%;
  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 780px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* メイン画像刷新 20211118 */
#new_mainimg {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 168px;
  background: #f8fff0;
}

#new_mainimg:before {
  content: '';
  width: 40%;
  height: 360px;
  display: block;
  pointer-events: none;
  background: url(../images/main_img/main_bg.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

#new_mainimg:after {
  content: '';
  width: 40%;
  height: 360px;
  display: block;
  pointer-events: none;
  background: url(../images/main_img/main_bg.png) no-repeat top right;
  background-size: 100% auto;
  transform: rotateZ(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
#page02 #new_mainimg:after,
#page03 #new_mainimg:after,
#page06 #new_mainimg:after,
#page08 #new_mainimg:after {
  width:0!important;
  height:0!important;
  display: none!important;
  background:none!important;
}

#new_mainimg img {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.foot-contact_p05,
.foot-contact_p06 {
  display: none !important;
}

.foot-contact_p05,
.foot-contact_p06 {
  display: none !important;
}


@media screen and (min-width: 320px) and (max-width: 480px) {

  #page05 .foot-contact_p05,
  #page06 .foot-contact_p06 {
    display: block !important;
  }
}

.top_fadein {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
80px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* メイン画像刷新 20211118 */
#new_mainimg {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 166px;
  background: #f8fff0;
}

#new_mainimg:before {
  content: '';
  width: 40%;
  height: 360px;
  display: block;
  pointer-events: none;
  background: url(../images/main_img/main_bg.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

#new_mainimg:after {
  content: '';
  width: 40%;
  height: 360px;
  display: block;
  pointer-events: none;
  background: url(../images/main_img/main_bg.png) no-repeat top right;
  background-size: 100% auto;
  transform: rotateZ(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
#page02 #new_mainimg:after,
#page03 #new_mainimg:after,
#page06 #new_mainimg:after,
#page08 #new_mainimg:after {
  width:0;
  height:0;
  display: none!important;
  background: none!important;
}
#new_mainimg img {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.foot-contact_p05,
.foot-contact_p06 {
  display: none !important;
}

.foot-contact_p05,
.foot-contact_p06 {
  display: none !important;
}




@media screen and (min-width: 320px) and (max-width: 480px) {

  #page05 .foot-contact_p05,
  #page06 .foot-contact_p06 {
    display: block !important;
  }
}

.top_fadein {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* トップメイン　ボタン配置　20220323 */
#top_main_green{
  width:400px;
  height:100%;
  max-height: 550px;
  display: block;
  background:url(../images/top/top_main_map.png) no-repeat top 20px right 10px #5db856;
  background-size:200px auto;
  position:absolute;
  top:0;
  right:-400px;
  z-index:2;
}
#top_main_green >div{
  position:relative;
}
#top_main_green_btn01 a{
  width:340px;
  height:105px;
  position:absolute;
  top: 290px;
  left:30px;
  overflow: hidden;
  cursor: pointer;
}
#top_main_green_btn02 a{
  width:170px;
  height:120px;
  position:absolute;
  top: 390px;
  left:27px;
  overflow: hidden;
  cursor: pointer;
}
#top_main_green_btn03 a{
  width:170px;
  height:120px;
  position:absolute;
  top: 390px;
  right:27px;
  overflow: hidden;
  cursor: pointer;
}
#top_main_green > div > div a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#top_main_green > div > div a:hover img:nth-of-type(2) {
	opacity: 0;
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  #home #section_top-wrap{
    min-height:600px;
  }

  #slider_top ,#slider_top_sp{
    width:100%!important;
    max-width:100%!important;
    position:relative;
    border:none;
    left:0;
  }
  #top_main_green{
    width:100%;
    height:100%;
    max-height: 100px;
    display: block;
    background:#5db856!important;
    position:absolute;
    top:auto;
    bottom:-100px;
    right:0;
    z-index:2;
  }
  #top_catch01{
    width:240px!important;
    right:auto;
    left:10px;
    top:30px;
    display: none;
  }
  #top_main_green > div{
    width:90%;
    max-width:500px;
    display: flex;
    justify-content:space-between;
    margin:10px auto 0;
  }
  #top_main_green_btn01{
    width: 50%;;
    height: 80px;
  }
  #top_main_green_btn01 a{
    position: static;
    display: block;
  }
  #top_main_green_btn02{
    width: 24%;;
    height: 80px;
  }
  #top_main_green_btn02 a{
    position: static;
    display: block;
  }
  #top_main_green_btn03{
    width:24%;
    height:80px;
  }
  #top_main_green_btn03 a{
    position: static;
    display: block;
  }
}


/* ふわっとトップページを表示 */
#home #section_top-wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#home #section_top-wrap.top-is-show {
  opacity: 1;
  visibility: visible;
}

/* ヘッダーレイアウト刷新 */

#head_btn_new{
  width: 39%;
  position:relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 61%;
}

::-webkit-full-page-media, :future, :root #head_btn_new{
  margin-left: 52.5%;
}

#head_btn_new > div {
  width: 55%;
  margin-top: 30px;
}
#head_btn_new > ul {
  width: 43%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  margin-top: 37px;
}
#head_btn_new > ul li {
  width:100%;
}
#head_btn_new > p {
  position:absolute;
  right:0;
  top:5px;
  font-size:90%;
}
#fixreserve{
  display: none;
}
#head_sns_icon{
  padding: 0;
  margin: 0;
  width: 10%;
  position: absolute;
  top: 45px;
  right: 40.5%;
  display: flex;
  justify-content: space-between;
}
#head_sns_icon>a{
  width:47%;
  display: block;
}
#head_sns_icon>a img{
  width:100%;
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  #head_btn_new{
    width:45%;
    margin-left:45%;
  }
  #head_btn_new > div {
    width: 50%;
    margin-top: 24px;
}

  #head_btn_new > ul {
    width:46%;
    display: block;
    margin-top: 28px;
  }
  #head_btn_new > ul li {
    width:100%;
    margin-bottom:2px;
  }
  #head_btn_new > p {
    top:3px;
    font-size:70%;
  }
  #head_sns_icon{
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #head_btn_new{
    display: none;
  }
  .sb-slidebar {
    z-index:3!important;
  }
  #fixreserve {
    width: 55px;
    height: 180px;
    display: block;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 3;
    transition: .3s;
  }
  #page_contact #fixreserve {
    display: none;
  }
  #head_sns_icon{
    width: 25%;
    position: absolute;
    top: 10px;
    right: 65px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 380px) {
  #page07 #new_mainimg{
    min-height:225px;
  }
}


.main_area_map.only_sp{
  height:auto;
}
#top_main_green_sp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_main_green_sp #top_main_green_btn01_sp{
  width:100%;
  margin-bottom:10px;
}
#top_main_green_sp #top_main_green_btn02_sp,
#top_main_green_sp #top_main_green_btn03_sp{
  width:47%;
}

#home .modalWrapper{
  max-height:80vh;
  overflow: scroll;
  background:#63BD5C;
}

#home .closeModal,
#home .closeModal_fix{
  background:#286820;
}
.main_p_message:before{
  display: none!important;
}

#page04 .main_p_message{
  background:#e9f7f6!important;
}
#page04 .main_p_message:after, #page04 .main_p_message:before{
  display: none!important;
}

.main_p_message p:nth-of-type(1){
  width:100%;
  background:#ec7f00db;
  color:#fff;
  margin:0 auto;
  padding:8px 0 5px;
  font-size:140%;
  font-weight: bold;
  z-index:5;
}
.main_p_message p:nth-of-type(1) br{
  display: none;
}

@media (max-width: 959px) {
  .main_p_message p:nth-of-type(1){
    font-size:110%;
  }
}
@media (max-width: 640px) {
  .main_p_message p:nth-of-type(1) br{
    display: inline;
  }
}
@media (max-width: 480px) {
  .main_p_message{
    min-height:380px!important;
  }
  .main_p_message p:nth-of-type(1){
    font-size:100%;
  }
  #page05 .main_p_message{
    min-height:460px!important;
  }
}
@media (max-width: 460px) {
  .main_p_message{
    min-height:360px!important;
  }
}
@media screen and (max-width: 440px) {
  .main_p_message{
    min-height:350px!important;
  }
  #page05 .main_p_message{
    min-height:430px!important;
  }
}
@media screen and (max-width: 420px) {
  .main_p_message{
    min-height:340px!important;
  }
}

@media screen and (max-width: 400px) {
  .main_p_message{
    min-height:320px!important;
  }
  .main_p_message p:nth-of-type(1){
    font-size:90%;
  }
  #page05 .main_p_message{
    min-height:400px!important;
  }
}
@media screen and (max-width: 370px) {
  .main_p_message{
    min-height:305px!important;
  }
  #page05 .main_p_message{
    min-height:370px!important;
  }
}
@media screen and (max-width: 360px) {
  .main_p_message{
    min-height:310px!important;
  }
}
@media screen and (max-width: 350px) {
  .main_p_message{
    min-height:300px!important;
  }
}
@media screen and (max-width: 340px) {
  .main_p_message{
    min-height:280px!important;
  }
  #page05 .main_p_message{
    min-height:340px!important;
  }
}


/* 見積り金額固定表示 */


#reserve_price_fixed{
  transition: all 0.5s;
  text-align: center;
  padding:15px 15px 20px;
  position:fixed;
  width:350px;
  bottom:20px;
  right:20px;
  background:#d9564f;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index:999;
  border-radius: 10px;
  display: none;
}
#page_reserve #reserve_price_fixed{
  display: block;
}
#page_contact #reserve_price_fixed{
  display: block;
}
#reserve_price_fixed p{
  font-size:120%;
  font-weight: bold;
  color:#fff;
  margin-bottom:10px;
}
#reserve_price_fixed p span{
  font-size:120%;
  font-weight: bold;
}
#reserve_price_fixed textarea{
  width:96%;
  font-size:120%;
  border-color:#fff!important;
  text-align: center;
  font-weight:bold;
  padding:10px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  #reserve_price_fixed{
    width:300px;
  }
  #reserve_price_fixed p{
    font-size:100%;
  }
  #reserve_price_fixed textarea{
    font-size:100%;
  }
}

@media screen and (max-width: 480px) {
  #page_reserve #pageMama{
    display: none;
  }
  #page_contact #reserve_price_fixed{
    width:100%;
    display: flex!important;
    justify-content:space-between;
    padding:5px 20px;
    align-items: center;
    bottom:70px;
    right:0;
    border-radius: 0;
    box-shadow: none;
  }
  #reserve_price_fixed p{
    width:30%;
    font-size:100%;
    text-align: center;
    padding-top:10px;
    line-height:1.4;
  }
  #reserve_price_fixed p span{
    display: block;
  }
  #reserve_price_fixed textarea{
    width:65%;
    font-size:90%;
    display: block;
    padding:5px 10px;
    line-height:1.4;
  }
  form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"]{
    margin-right:5px!important;
  }
}

@media screen and (max-width: 400px) {
  #reserve_price_fixed p{
    width:25%;
    font-size:90%;
  }
  #reserve_price_fixed textarea{
    width:70%;
    font-size:80%;
    padding:5px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  #s-tell{
    display: none;
  }
}

.left_first_ban>a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  color: #fff!important;
  border-radius: 5px;
  line-height:1.2;
  font-weight: bold;
  font-size:105%;
  transition: all 0.5s;
  box-sizing: border-box;
  margin-bottom:10px;
}
.left_first_ban01{
  background: #2b8c39;
}
.left_first_ban02{
  background: #f95a0a;
}

.left_first_ban>a:hover { /* マウスオーバー時のスタイル */
  text-decoration: none!important;
}
.left_first_ban01:hover{
  background: #54aa60;
}
.left_first_ban02:hover{
  background: #ff7834;
}


.left_first_ban>a::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.left_first_ban>a:hover::before { /* 矢印の表示設定 */
  right: 18px;
}
.left_first_ban>a::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid white;
  border-radius: 3px;
}

#title1>a{
  margin-bottom:10px;
  display: block;
}

#user-sitemap_new{
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 0;
  background-color: #5BB149;
  clear: both;
}


#footer_sitemap{
  width:90%;
  max-width:1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start!important;
  margin:0 auto;
  font-size:90%;
}
#footer_sitemap>ul{
  display:block;
  box-sizing: border-box;
  list-style: none;
}
#footer_sitemap>ul:nth-child(1){
  width:30%;
}
#footer_sitemap>ul:nth-child(2){
  width:28%;
}
#footer_sitemap>ul:nth-child(3){
  width:17%;
}
#footer_sitemap>ul:nth-child(4){
  width:25%;
}
#footer_sitemap>ul>li>a{
  background:url(../images/common/foot_link_arrow.png) no-repeat left top 3px;
  background-size:15px auto;
  padding:0 10px 0 25px;
  color:#fff;
  display: inline-block;
  margin-bottom:8px;
  box-sizing: border-box;
}
.footer_sitemap_mt10 a{
  margin-top:15px;
}
#footer_sitemap>ul>li>ul>li{
  list-style: none;
}
#footer_sitemap>ul>li>ul>li>a{
  background:url(../images/common/foot_link_arrow02.png) no-repeat left top 5px;
  background-size:8px auto;
  padding:0 10px 0 17px;
  color:#fff!important;
  display: inline-block;
  margin-bottom:5px;
  box-sizing: border-box;
  margin-left:4px;
}

@media screen and (max-width: 480px) {

  #footer_sitemap>ul>li>ul>li>a{
    display: none;
  }
  #footer_sitemap{
    flex-wrap: wrap;
  }
  #footer_sitemap>ul:nth-child(1){
    width:100%;
  }
  #footer_sitemap>ul:nth-child(2){
    width:100%;
  }
  #footer_sitemap>ul:nth-child(3){
    width:100%;
  }
  #footer_sitemap>ul:nth-child(4){
    width:100%;
  }
  .footer_sitemap_mt10 a{
    margin-top:0;
  }
}

.gellery_media{
  margin-top:30px;
}
.gellery_call{
  margin-top:20px;
}

@media screen and (max-width: 500px) {
  .gellery_media .sp-next-arrow:after, .gellery_media .sp-next-arrow:before, .gellery_media .sp-previous-arrow:after, .gellery_media .sp-previous-arrow:before,
    .gellery_call .sp-next-arrow:after, .gellery_call .sp-next-arrow:before, .gellery_call .sp-previous-arrow:after, .gellery_call .sp-previous-arrow:before  {
    width:30%;
  }
  .gellery_media .sp-arrow, .gellery_call .sp-arrow{
    width:20px;
    height:20px;
  }
  .gellery_call .sp-horizontal .sp-previous-arrow {
    left: -20px;
  }
  .gellery_call .sp-horizontal .sp-next-arrow, .gellery_call .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -20px;
    }
}

.blog_list dl{
  padding:15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom:1px dotted #333;
}

.blog_list dl dt{
  width:120px;
}
.blog_list dl dt img{
  width:100%;
  max-width:100%;
  height:70px;
  object-fit: cover;
}

.blog_list dl dd{
  width:calc(100% - 135px);
  margin-left:15px;
  font-size:110%;
  font-weight: bold;
}
.blog_list dl dd span{
  color:#6CBB5A;
  font-size:80%;
  display: block;
}

#staff_blog,
#president_blog,
#shop_blog{
  width:100%;
  height:500px;
}

.blog_list_btn{
  text-align: center;
}

.blog_list_btn a{
  display: inline-block;
  padding:10px 20px;
  background:#f29300;
  color:#fff;
  font-weight: bold;
  font-size:120%;
  border-radius: 5px;
  margin-top:20px;
}


@media screen and (max-width:480px){

  #body_staff_blog,
  #body_president_blog,
  #body_shop_blog{
    padding-top:0;
  }

  #staff_blog,
  #president_blog,
  #shop_blog{
    margin-top:0;
  }
  #staff_blog, #president_blog, #shop_blog {
    height:550px;
  }
  .blog_list dl dt{
    width:100px;
  }
  .blog_list dl dd{
    width:calc(100% - 115px);
    margin-left:15px;
    font-size:100%;
    font-weight: normal;
  }
  .blog_list_btn a{
    font-size:100%;
  }


}


@media screen and (max-width:480px){
  #s-tell {
    width: 110px;
    top: 5px;
    }
  #s-tell img {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration:2.5s;
    width: 128px;
    animation-name: btn_jump;
  }

  @keyframes btn_jump {
    0%, 30%, 50%, 70% {
      transform: scale(1.0);
    }
    40%, 60% {
      transform: scale(0.95);
    }
  }
}
@media screen and (max-width:420px){
  a#logo {
    width: 55%!important;
  }
  #s-tell{
    right: 55px;
  }
  #s-tell img {
    width: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px){
  #header{
    width:97%;
  }
  a#logo {
    width: 54%!important;
    margin-top:2px!important;
    margin-bottom:15px!important;
    padding-top:6px!important;
  }
}
@media screen and (max-width:360px){
  a#logo {
    width: 49%!important;
    margin-top:2px!important;
    margin-bottom:25px!important;
  }
  #s-tell{
    width:27%;
    right: 60px;
  }
}

/* 店舗ページ　人気のメニュー追加（北海道・宮城・滋賀） */
.popular_hokkaido_miyagi_shiga{
  display: none!important;
}
.ken_hokkaido .popular_hokkaido_miyagi_shiga,
.ken_miyagi .popular_hokkaido_miyagi_shiga,
.ken_shiga .popular_hokkaido_miyagi_shiga{
  display: block!important;
}
.ken_hokkaido .popular_hokkaido_miyagi_shiga .popular,
.ken_miyagi .popular_hokkaido_miyagi_shiga .popular,
.ken_shiga .popular_hokkaido_miyagi_shiga .popular{
  display: block!important;
}
.ken_hokkaido .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3),
.ken_miyagi .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3),
.ken_shiga .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3){
  margin-right:0;
}
@media screen and (max-width:480px){
  .ken_hokkaido .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3),
  .ken_miyagi .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3),
  .ken_shiga .popular_hokkaido_miyagi_shiga .popular:nth-of-type(3){
    margin:0.5em auto 2em;
  }
  div.popular{
    width:95%!important;
    position:relative;
    padding-left:32%;
    box-sizing:border-box;
  }
  div.popular img{
    width:30%;
    height:150px;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
  }
}
div.popular h4>span{
  line-height:1.4;
}
div.popular h4>span{
  display: block;
  font-weight: bold;
}
div.popular h4>span>b{
  display: inline-block;
  background:#6CBB5A;
  padding:3px 5px;
  line-height:1.2;
  color:#fff;
  margin-right:5px;
  font-size:80%;
}
div.popular h4>span>small{
  font-size:90%;
}

div.popular h4>span>span{
  display: none;
}
@media screen and (max-width:480px){
  div.popular h4{
    font-size:1.0em!important;
    line-height:1.6!important;
  }
}

#top_media{
  position:relative;
}
#top_media>a{
  font-size:70%;
  padding:3px 10px;
  background:#383;
  display: inline-block;
  color:#fff;
  font-weight: bold;
  position:absolute;
  top:2px;
  right:5px;
  text-decoration: none!important;
  transition: all 0.5s;
}
#top_media>a:hover{
  background:#7fcd7f;
}
@media screen and (max-width:480px){
  #top_media{
    padding-bottom:40px!important;
    background: url(../images/common/icon_media.jpg) no-repeat left 10px top!important;
    background-size: 25px auto!important;
  }
  #top_media>a{
    width:100px;
    font-size:70%;
    padding:7px 10px 5px;
    top:auto;
    bottom:6px;
    right:0;
    left:0;
    margin:0 auto;
    text-align: center;
  }
}

/* フッターお問い合わせ刷新　20240328 */
#user-sitemap-wrap{
  background:none;
}
#foot_contact{
  background:#fffdec;
  text-align: center;
  box-sizing:border-box;
}
#foot_contact>div{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  background:url(../images/common/foot_con_bg.png) no-repeat left bottom;
  background-size:30% auto;
  padding: 5% 0 5% 28%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:end;
  position:relative;
}
#foot_contact>div>a{
  width:57%;
  display: block;
}
#foot_contact_online{
  width:40%;
}
#foot_contact_online img{
  width:100%;
}
#foot_contact_online>a{
  display: block;
  transition: all 0.5s;
}
#foot_contact_online>a:hover{
  transform: scale(1.1);
  opacity: 0.8;
}
#foot_contact_online>a>img:nth-of-type(1){
  margin-bottom:5%;
}
#foot_contact_online>a>img:nth-of-type(2){
  display: none;
}
@media screen and (max-width:480px){
  #foot_contact>div{
    background:url(../images/common/foot_con_bg_sp.png) no-repeat left bottom;
    background-size:35% auto;
    padding: 5% 0 5% 33%;
  }
  #foot_contact>div>a{
    width:100%;
    display: block;
    margin-bottom:2%;
  }
  #foot_contact_online{
    width:100%;
  }
  #foot_contact_online>a>img:nth-of-type(1){
    display: none;
  }
  #foot_contact_online>a>img:nth-of-type(2){
    display: block;
  }
}


@media only screen and (min-width: 481px) and (max-width: 959px) {
  #home #content-right {
    padding-top:75px;
  }
}
@media only screen and (max-width: 420px) {
  #page03 #new_mainimg {
    min-height: 270px;
  }
}
@media only screen and (max-width: 380px) {
  #page03 #new_mainimg {
    min-height: 240px;
  }
}
@media only screen and (max-width: 340px) {
  #page03 #new_mainimg {
    min-height: 210px;
  }
}
@media screen and (max-width:480px){
  body[class^="ken_"] #new_mainimg{
    background: url(../images/main_img/main_shop_area_sp.png) no-repeat left bottom!important;
    background-size: 100% auto!important;
  }
}

#left_sns_icon{
  display: flex;
  justify-content: space-between;
  padding-bottom:30px;
}
#left_sns_icon>a{
  width: 29%;
  display:block;
}

#foot_sns_icon{
  width:80%;
  max-width:300px;
  display: flex;
  justify-content: space-between;
  padding:20px;
  padding-bottom:30px;
  margin:0 auto;
}
#foot_sns_icon>a{
  width: 22%;
  display:block;
}
