@charset "UTF-8";
/* line 5, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------
    汎用CSS
-------------*/
/* line 10, ../scss/style.scss */
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fae5ca;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 19, ../scss/style.scss */
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

/* line 27, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 33, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 37, ../scss/style.scss */
.clfix:after {
  contents: "";
  display: block;
  clear: both;
}

/* line 42, ../scss/style.scss */
.font_no {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/*-----*/
/* line 44, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../scss/style.scss */
body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 56, ../scss/style.scss */
p {
  color: #000;
}

/* line 57, ../scss/style.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 60, ../scss/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.8;
}

/* line 65, ../scss/style.scss */
img {
  border: 0;
}

/* line 66, ../scss/style.scss */
.pc_none {
  display: none !important;
}

/* line 67, ../scss/style.scss */
.sp_none {
  display: block !important;
}

/* line 68, ../scss/style.scss */
.article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 74, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 78, ../scss/style.scss */
.bsd {
  box-shadow: 5px 5px 15px #bbb;
}

/* line 79, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 81, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 997;
}

/* line 88, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 97, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 105, ../scss/style.scss */
.pager1 {
  width: 200px;
  padding: 15px 5px;
  background: #54ab00;
  color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
}
/* line 114, ../scss/style.scss */
.pager1 a {
  color: #fff;
}

/*----------------
    drawer
    ------------*/
/* line 121, ../scss/style.scss */
#slick {
  display: none;
}

/* line 124, ../scss/style.scss */
#nav_none {
  display: none;
}

/* line 125, ../scss/style.scss */
#menu-bt {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 990;
  padding-top: 25px;
  padding-right: 110px;
}

/* line 133, ../scss/style.scss */
#menu_dw ul {
  padding-bottom: 15px;
}
/* line 135, ../scss/style.scss */
#menu_dw ul li {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0px;
}
/* line 140, ../scss/style.scss */
#menu_dw ul li a {
  color: #000;
  font-size: 18px;
  display: block;
}

/* line 147, ../scss/style.scss */
.dw_reserve {
  background: #20abeb !important;
  width: 90% !important;
  padding: 20px 0px !important;
  margin: 0 auto !important;
  line-height: 2;
}
/* line 153, ../scss/style.scss */
.dw_reserve a {
  color: #fff !important;
  display: block !important;
}

/* line 158, ../scss/style.scss */
.dw_reserve:after {
  content: url("../images/btn_arrow.png");
  position: absolute;
  right: 10%;
  margin-top: -27px;
}

/* line 164, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

/* line 168, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(2) {
  opacity: 0;
}

/* line 171, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/* slider */
/* line 177, ../scss/style.scss */
.slick-slide {
  padding: 0px 25px;
}

/* line 178, ../scss/style.scss */
.slick_container {
  width: 360px;
  margin: 0 auto;
  position: relative;
}

/* line 184, ../scss/style.scss */
.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
}

/* line 188, ../scss/style.scss */
.slick-prev:before, .slick-next:before {
  content: "";
}

/* line 191, ../scss/style.scss */
button.slick-prev, button.slick-next {
  z-index: 2;
}

/* line 194, ../scss/style.scss */
.slick-prev {
  left: 20px;
}

/* line 195, ../scss/style.scss */
.slick-next {
  right: 20px;
}

/* line 196, ../scss/style.scss */
.slick-arrow {
  z-index: 99;
}

/*----------------
    accordion
    -------------*/
/* line 201, ../scss/style.scss */
.accordion-menu {
  width: 80%;
  margin: 0px auto 75px;
  background: #fff;
  text-align: left;
}

/* line 207, ../scss/style.scss */
.accordion-menu li.open .dropdownlink {
  color: #000;
}
/* line 209, ../scss/style.scss */
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 213, ../scss/style.scss */
.dropdownlink {
  height: 90px;
  cursor: pointer;
  display: block;
  padding: 35px 15px 15px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: all 0.4s ease-out;
  font-weight: bold;
  border: 1px solid #087aaf;
  border-left: 80px solid #087aaf;
  line-height: 1.5;
  border-radius: 10px;
}

/* line 229, ../scss/style.scss */
.dropdownlink:before {
  content: url("../images/q.png");
  top: 25px;
  left: -8%;
  position: absolute;
}

/* line 235, ../scss/style.scss */
.dropdownlink:after {
  content: url("../images/arrow2.png");
  top: 40%;
  right: 20px;
  position: absolute;
}

/* line 241, ../scss/style.scss */
.open .dropdownlink:after {
  content: url("../images/arrow3.png") !important;
  top: 40%;
  right: 20px;
  position: absolute;
}

/* line 247, ../scss/style.scss */
.submenuItems {
  display: none;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 252, ../scss/style.scss */
.submenuItems li {
  border-left: 80px solid #fff;
}

/* line 257, ../scss/style.scss */
.submenuItems li {
  display: block;
  position: relative;
  color: #000;
  padding: 12px 12px 12px 15px;
  transition: all 0.4s ease-out;
  line-height: 1.5;
}
/* line 264, ../scss/style.scss */
.submenuItems li:hover {
  background-color: #fff;
  color: #000;
}

/* line 269, ../scss/style.scss */
.submenuItems li:before {
  content: url("../images/a.png");
  top: 35%;
  left: -8%;
  position: absolute;
}

/* line 275, ../scss/style.scss */
.pdt20 {
  padding-top: 20px;
}

/*----------------
    index
    ------------*/
/* line 279, ../scss/style.scss */
#floating-bn {
  position: fixed;
  width: 100%;
  height: 85px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 99;
}

/* line 280, ../scss/style.scss */
.floating-inner {
  width: 100%;
  margin: 0 auto;
}

/* line 281, ../scss/style.scss */
.floating-inner span {
  font-size: 125%;
  color: #fff;
  font-weight: bold;
}

/* line 282, ../scss/style.scss */
.floating-inner a {
  margin-top: 4px;
  font-weight: bold;
}

/* line 283, ../scss/style.scss */
.btn {
  border: 1px solid #ce6302;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  width: 300px;
  height: auto;
  line-height: 1.5;
  display: block;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  padding: 11px 0 7px;
  -moz-box-shadow: 0 5px 0 #ce6302;
  -webkit-box-shadow: 0 5px 0 #ce6302;
  box-shadow: 0 5px 0 #ce6302;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #ff7f00;
  position: relative;
}

/* line 300, ../scss/style.scss */
.btn:before {
  content: url("../images/floating-tap.png");
  position: absolute;
  top: -25px;
  left: 10px;
}

/* line 306, ../scss/style.scss */
.btn:after {
  content: url("../images/icon-tel-sp.png");
  position: absolute;
  top: 6px;
  right: 25px;
}

/* line 312, ../scss/style.scss */
#wrap {
  width: 100%;
  background: #fff;
  transition: 0.3s;
}

/* line 317, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 321, ../scss/style.scss */
#request-top {
  position: fixed;
  bottom: 23%;
  right: -20px;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 332, ../scss/style.scss */
#request-top:hover {
  right: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 341, ../scss/style.scss */
#header_pc .header-txt {
  width: 100%;
  background: #20abeb;
  height: 30px;
}
/* line 345, ../scss/style.scss */
#header_pc .header-txt p {
  color: #fff;
  font-size: 16px;
  padding: 7px;
}
/* line 347, ../scss/style.scss */
#header_pc .header_contents {
  padding: 15px 0px;
}
/* line 348, ../scss/style.scss */
#header_pc .mainlogo {
  text-align: left;
  padding-left: 20px;
}
/* line 349, ../scss/style.scss */
#header_pc p.main_tel {
  text-align: right;
  padding: 20px 30px 0px 0px;
  float: right;
  color: #20abeb;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5;
  position: relative;
}
/* line 358, ../scss/style.scss */
#header_pc p.main_tel span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* line 364, ../scss/style.scss */
#header_pc p.main_tel:before {
  content: url(../images/icon-tel.png);
  position: absolute;
  top: 7px;
  left: -60px;
}
/* line 370, ../scss/style.scss */
#header_pc ul {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
/* line 374, ../scss/style.scss */
#header_pc ul li {
  float: left;
  width: 16.5%;
  padding: 10px 0px;
  font-weight: bold;
}
/* line 380, ../scss/style.scss */
#header_pc ul li:last-child {
  border-right: none;
}

/* line 383, ../scss/style.scss */
#title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 20px 0px 0px;
  border-top: 3px solid #20abeb;
  background: url("../images/bg-main.jpg") repeat;
}
/* line 392, ../scss/style.scss */
#title div.title-inner {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  z-index: 1;
}

/* line 402, ../scss/style.scss */
#news {
  text-align: center;
  padding: 35px 0px 50px;
}
/* line 405, ../scss/style.scss */
#news .news-inner {
  width: 100%;
  margin-top: -10px;
  background: url("../images/bg-grass.jpg") no-repeat center center;
  border: 15px solid #0a8dca;
  border-radius: 10px;
  display: table;
}
/* line 413, ../scss/style.scss */
#news .news_mds {
  padding: 15px 0px 30px;
  color: #000;
}
/* line 417, ../scss/style.scss */
#news .newsL {
  height: 250px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding-left: 70px;
}
/* line 425, ../scss/style.scss */
#news .newsL img {
  display: block;
  padding-bottom: 15px;
}
/* line 427, ../scss/style.scss */
#news .newsR {
  height: 250px;
  float: right;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding-right: 70px;
}
/* line 435, ../scss/style.scss */
#news .newsR img {
  display: block;
  padding-bottom: 15px;
}

/* line 439, ../scss/style.scss */
.news-line {
  background: url("../images/flow-line.png") repeat bottom left;
  width: 100%;
  height: 71px;
}

/* line 445, ../scss/style.scss */
h2.h2_mds {
  text-align: center;
  display: block;
  padding: 40px 0px 50px;
}
/* line 449, ../scss/style.scss */
h2.h2_mds p {
  line-height: 1.7;
  padding-top: 20px;
}
/* line 452, ../scss/style.scss */
h2.h2_mds p span {
  font-weight: bold;
}

/* line 456, ../scss/style.scss */
#flow {
  width: 100%;
  background: #f0f0de;
}
/* line 459, ../scss/style.scss */
#flow p.flow-txt {
  padding: 20px 0px 30px;
  line-height: 1.7;
  color: #000;
  text-align: center;
}
/* line 464, ../scss/style.scss */
#flow p.flow-txt span {
  font-weight: bold;
}
/* line 466, ../scss/style.scss */
#flow div.face {
  text-align: center;
  padding-bottom: 60px;
}
/* line 469, ../scss/style.scss */
#flow div.face img {
  padding: 0px 15px;
}
/* line 471, ../scss/style.scss */
#flow .top_contents {
  width: 30%;
  margin: 0px 15px 40px;
  float: left;
  display: table;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 483, ../scss/style.scss */
#flow .top_contents .divider {
  width: 100px;
  height: 5px;
  background: #087aaf;
  text-align: center;
  margin: 15px auto;
}
/* line 490, ../scss/style.scss */
#flow .top_contents p.tcon_mds {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
/* line 497, ../scss/style.scss */
#flow .top_contents p.tcon_txt {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
/* line 502, ../scss/style.scss */
#flow .top_contents p.tcon_txt a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: left;
}

/* line 514, ../scss/style.scss */
.top_contents:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 523, ../scss/style.scss */
#voice {
  width: 100%;
  background: url("../images/bg-main.jpg") repeat;
}
/* line 526, ../scss/style.scss */
#voice div.voice-inner {
  width: 90%;
  margin: 0 auto 80px;
  background: #fff;
  border-radius: 15px;
  display: table;
}
/* line 532, ../scss/style.scss */
#voice div.voice-inner p {
  line-height: 1.7;
  font-size: 14px;
  width: 75%;
  padding: 10px;
  position: relative;
}
/* line 538, ../scss/style.scss */
#voice div.voice-inner p span {
  display: block;
  border-bottom: 1px solid #1c85b6;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px 5px;
  margin-bottom: 10px;
}
/* line 547, ../scss/style.scss */
#voice div.voice-inner p.voice-L {
  float: right;
}
/* line 548, ../scss/style.scss */
#voice div.voice-inner p.voice-01:before {
  content: url("../images/icon-voice01.png");
  position: absolute;
  top: -35px;
  left: -255px;
}
/* line 554, ../scss/style.scss */
#voice div.voice-inner p.voice-02:after {
  content: url("../images/icon-voice02.png");
  position: absolute;
  top: -15px;
  right: -255px;
}
/* line 560, ../scss/style.scss */
#voice div.voice-inner p.voice-03:after {
  content: url("../images/icon-voice03.png");
  position: absolute;
  top: -35px;
  left: -255px;
}

/* line 569, ../scss/style.scss */
#area {
  width: 100%;
  background: #f0f0de;
  padding-bottom: 50px;
}

/* line 574, ../scss/style.scss */
.ggmap {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 581, ../scss/style.scss */
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 591, ../scss/style.scss */
#coupon {
  width: 100%;
  background: url("../images/bg-main.jpg") repeat;
  text-align: center;
  padding-top: 20px;
}

/* line 597, ../scss/style.scss */
.price-txt {
  font-size: 13px;
  line-height: 1.8;
  width: 640px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 50px;
}

/* line 605, ../scss/style.scss */
.dltable {
  width: 650px;
  border: 1px solid #087aaf;
  margin: 15px auto;
  background-color: #fff;
  line-height: 1.5;
}
/* line 612, ../scss/style.scss */
.dltable .row1 {
  width: 25%;
}
/* line 615, ../scss/style.scss */
.dltable .row2 {
  width: 50%;
}
/* line 618, ../scss/style.scss */
.dltable .row3 {
  width: 25%;
}
/* line 622, ../scss/style.scss */
.dltable dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 14px;
}
/* line 628, ../scss/style.scss */
.dltable dl:last-child {
  border-bottom: none;
}
/* line 631, ../scss/style.scss */
.dltable dl dt {
  padding: 15px 0;
  background: #087aaf none repeat scroll 0 0;
  color: #fff;
}
/* line 636, ../scss/style.scss */
.dltable dl dd {
  padding: 10px 0;
  border: 1px solid #ddd;
}

/* line 642, ../scss/style.scss */
#footer {
  width: 100%;
  background: #20abeb;
  text-align: center;
}
/* line 646, ../scss/style.scss */
#footer p.copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

@media screen and (min-width: 1000px) {
  /* line 655, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }
}
/*-- media end --*/
@media screen and (max-width: 1000px) {
  /* line 659, ../scss/style.scss */
  .inner {
    padding: 0px 3px;
  }

  /* line 660, ../scss/style.scss */
  #title {
    z-index: 10;
  }
}
/*-- media end --*/
@media screen and (max-width: 640px) {
  /* line 668, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }

  /* line 669, ../scss/style.scss */
  img {
    max-width: 100%;
  }

  /* line 670, ../scss/style.scss */
  .pc_none {
    display: block !important;
  }

  /* line 671, ../scss/style.scss */
  .sp_none {
    display: none !important;
  }

  /* line 672, ../scss/style.scss */
  .anc_none {
    display: none !important;
  }

  /* line 673, ../scss/style.scss */
  #arrows {
    display: none !important;
  }

  /* line 674, ../scss/style.scss */
  .sp_head {
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 20px;
    display: block;
    position: fixed;
    z-index: 980;
  }
  /* line 682, ../scss/style.scss */
  .sp_head img {
    max-width: 100%;
  }

  /* line 684, ../scss/style.scss */
  .fixed {
    position: fixed !important;
    display: block !important;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 99;
  }

  /* line 692, ../scss/style.scss */
  #wrap {
    width: 100%;
    background: #fff;
  }

  /* line 696, ../scss/style.scss */
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
  }

  /* line 701, ../scss/style.scss */
  #title {
    z-index: 10;
  }
  /* line 703, ../scss/style.scss */
  #title img {
    max-width: 80%;
    text-align: center;
  }

  /* line 705, ../scss/style.scss */
  #news {
    text-align: center;
    padding: 35px 0px 50px;
  }
  /* line 708, ../scss/style.scss */
  #news .news-inner {
    width: 100%;
    margin-top: -10px;
    background: url("../images/bg-grass.jpg") no-repeat center center;
    background-size: cover;
    border: 15px solid #0a8dca;
    border-radius: 10px;
    display: table;
  }
  /* line 717, ../scss/style.scss */
  #news .news_mds {
    padding: 15px 0px 0px;
    color: #000;
  }
  /* line 721, ../scss/style.scss */
  #news .newsL {
    height: auto;
    float: none;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    padding: 0px 10px;
  }
  /* line 729, ../scss/style.scss */
  #news .newsL img {
    display: block;
    padding: 30px 0px;
    margin: 0 auto;
  }
  /* line 731, ../scss/style.scss */
  #news .newsR {
    height: auto;
    float: none;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    padding: 0px 10px;
  }
  /* line 739, ../scss/style.scss */
  #news .newsR img {
    display: block;
    padding: 30px 0px;
    margin: 0 auto;
  }

  /* line 743, ../scss/style.scss */
  #flow {
    width: 100%;
    background: #f0f0de;
  }
  /* line 746, ../scss/style.scss */
  #flow p.flow-txt {
    padding: 20px 0px 30px;
    line-height: 1.7;
    color: #000;
    text-align: left;
  }
  /* line 751, ../scss/style.scss */
  #flow p.flow-txt span {
    font-weight: bold;
    text-align: center;
    display: block;
  }
  /* line 753, ../scss/style.scss */
  #flow div.face {
    text-align: center;
    padding-bottom: 60px;
  }
  /* line 756, ../scss/style.scss */
  #flow div.face img {
    padding: 0px 15px;
  }
  /* line 758, ../scss/style.scss */
  #flow .top_contents {
    width: 100%;
    margin: 0px auto 40px;
    float: none;
    display: table;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 770, ../scss/style.scss */
  #flow .top_contents .divider {
    width: 65px;
    height: 3px;
    background: #000;
    text-align: center;
    margin: 15px auto;
  }
  /* line 777, ../scss/style.scss */
  #flow .top_contents p.tcon_mds {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
  }
  /* line 784, ../scss/style.scss */
  #flow .top_contents p.tcon_txt {
    color: #747474;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
  /* line 789, ../scss/style.scss */
  #flow .top_contents p.tcon_txt a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: left;
  }

  /* line 801, ../scss/style.scss */
  .top_contents:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  /* line 811, ../scss/style.scss */
  #voice {
    width: 100%;
    background: url("../images/bg-main.jpg") repeat;
  }
  /* line 814, ../scss/style.scss */
  #voice div.voice-inner {
    width: 100%;
    margin: 0 auto 80px;
    background: #fff;
    border-radius: 15px;
    display: table;
  }
  /* line 820, ../scss/style.scss */
  #voice div.voice-inner p {
    line-height: 1.7;
    font-size: 14px;
    width: 96%;
    padding: 100px 10px 10px;
    position: relative;
  }
  /* line 826, ../scss/style.scss */
  #voice div.voice-inner p span {
    display: block;
    border-bottom: 1px solid #1c85b6;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
  }
  /* line 835, ../scss/style.scss */
  #voice div.voice-inner p.voice-L {
    float: right;
  }
  /* line 836, ../scss/style.scss */
  #voice div.voice-inner p.voice-01:before {
    content: url("../images/icon-voice01-sp.png");
    position: absolute;
    top: 0;
    left: 35%;
  }
  /* line 842, ../scss/style.scss */
  #voice div.voice-inner p.voice-02:after {
    content: url("../images/icon-voice02-sp.png");
    position: absolute;
    top: 0;
    right: 35%;
  }
  /* line 848, ../scss/style.scss */
  #voice div.voice-inner p.voice-03:after {
    content: url("../images/icon-voice03-sp.png");
    position: absolute;
    top: 0;
    left: 35%;
  }

  /* line 857, ../scss/style.scss */
  .price-txt {
    font-size: 13px;
    line-height: 1.8;
    width: 100%;
    padding-bottom: 50px;
  }

  /* line 863, ../scss/style.scss */
  .dltable {
    width: 100%;
    border: 1px solid #087aaf;
    margin: 15px auto;
    background-color: #fff;
    line-height: 1.5;
  }
  /* line 870, ../scss/style.scss */
  .dltable .row1 {
    width: 25%;
  }
  /* line 873, ../scss/style.scss */
  .dltable .row2 {
    width: 50%;
  }
  /* line 876, ../scss/style.scss */
  .dltable .row3 {
    width: 25%;
  }
  /* line 880, ../scss/style.scss */
  .dltable dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    font-size: 14px;
  }
  /* line 886, ../scss/style.scss */
  .dltable dl:last-child {
    border-bottom: none;
  }
  /* line 889, ../scss/style.scss */
  .dltable dl dt {
    padding: 15px 0;
    background: #087aaf none repeat scroll 0 0;
    color: #fff;
  }
  /* line 894, ../scss/style.scss */
  .dltable dl dd {
    padding: 10px 0;
    border: 1px solid #ddd;
  }

  /* line 900, ../scss/style.scss */
  .ggmap {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  /*----------------
      accordion
      -------------*/
  /* line 910, ../scss/style.scss */
  .accordion-menu {
    width: 96%;
    margin: 0px auto 75px;
    background: #fff;
    text-align: left;
  }

  /* line 916, ../scss/style.scss */
  .accordion-menu li.open .dropdownlink {
    color: #000;
  }
  /* line 918, ../scss/style.scss */
  .accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
  }

  /* line 922, ../scss/style.scss */
  .dropdownlink {
    height: 90px;
    cursor: pointer;
    display: block;
    padding: 15px 35px 15px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    position: relative;
    transition: all 0.4s ease-out;
    font-weight: bold;
    border: 1px solid #087aaf;
    border-left: 80px solid #087aaf;
    line-height: 1.5;
    border-radius: 10px;
  }

  /* line 938, ../scss/style.scss */
  .dropdownlink:before {
    content: url("../images/q.png");
    top: 25px;
    left: -18%;
    position: absolute;
  }

  /* line 944, ../scss/style.scss */
  .dropdownlink:after {
    content: url("../images/arrow2.png");
    top: 40%;
    right: 10px;
    position: absolute;
  }

  /* line 950, ../scss/style.scss */
  .open .dropdownlink:after {
    content: url("../images/arrow3.png") !important;
    top: 40%;
    right: 10px;
    position: absolute;
  }

  /* line 956, ../scss/style.scss */
  .submenuItems {
    display: none;
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 961, ../scss/style.scss */
  .submenuItems li {
    border-left: 80px solid #fff;
  }

  /* line 966, ../scss/style.scss */
  .submenuItems li {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 12px 12px 15px;
    transition: all 0.4s ease-out;
    line-height: 1.5;
  }
  /* line 973, ../scss/style.scss */
  .submenuItems li:hover {
    background-color: #fff;
    color: #000;
  }

  /* line 978, ../scss/style.scss */
  .submenuItems li:before {
    content: url("../images/a.png");
    top: 35%;
    left: -18%;
    position: absolute;
  }
}
/* media end */
@media screen and (max-width: 450px) {
  /* line 988, ../scss/style.scss */
  .header-txt {
    padding-top: 15px;
    line-height: 1.5;
    font-size: 14px;
  }

  /* line 993, ../scss/style.scss */
  #news {
    padding: 15px 0px 50px;
  }
}
/* media end */
