@charset "UTF-8";
@import url(common.css);
/**
 * Template: Basic
 * @version 1.0.7 (2015/12/14)
 */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 2;
  color: #222;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #35b87f;
  text-decoration: underline;
}
a:hover {
  color: #35b87f;
  text-decoration: none;
}

img {
  vertical-align: middle;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0.5em 0;
  padding-left: 2em;
}
ul ul:last-child, ul ol:last-child, ol ul:last-child, ol ol:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled ul, ul.list-unstyled ol {
  padding-left: 2em;
}

ul.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
ul.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

.container {
  padding: 0 1%;
}
.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

main h1 {
  margin: 6% 0 5% 0;
  text-align: center;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}
main h2 {
  text-align: center;
  color: #35b87f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
main h3 {
  margin: 0 0 0.5em;
  color: #222;
  font-weight: bold;
}
main section {
  margin-bottom: 10%;
}
main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.highlight {
  padding: 4% 0;
  background: #eafaf3;
  color: #222;
}
.highlight h2 {
  color: #35b87f;
}
.highlight h3 {
  color: #222;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
  color: #35b87f;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }

  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }

  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }

  * + .container {
    margin-top: 40px;
  }

  .row {
    position: relative;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  main h1 {
    margin: 3em 0 2em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  main h2 {
    position: relative;
    margin: 0 0 2em;
    padding: 0 0 0.5em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
  }
  main h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80px;
    height: 1px;
    margin-left: -40px;
    border-bottom: 1px solid #35b87f;
  }
  main h2.text-left:after {
    left: 0;
    margin-left: 0;
  }
  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }

  .highlight h2:after {
    border-bottom-color: #35b87f;
  }

  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }

  .pc-hide {
    display: none;
  }

  .pc-text-center {
    text-align: center;
  }

  .pc-text-left {
    text-align: left;
  }

  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
header {
  position: relative;
  width: 100%;
  border-top: 3px solid #35b87f;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
header section {
  margin: 0;
}
header .row {
  margin-bottom: 0;
}
header .primary_header {
  background: #fff;
  color: #222;
}
header .secondary_header {
  display: none;
  background: #eafaf3;
  color: #222;
}
header .title {
  max-width: 45%;
  margin: 0;
  padding: 20px 1%;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
}
header .title img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
header .global_nav ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #333;
}
header .global_nav ul li {
  border-bottom: 1px solid #333;
}
header .global_nav ul li a {
  display: block;
  padding: 1.5em 1em;
  text-decoration: none;
  color: #fff;
}
header .global_nav ul li a:hover {
  color: #fff;
}
header .global_nav ul li a:active {
  background: #35b87f;
  color: #fff;
}
header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -10px;
}
header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  background: #35b87f;
  transition: 0.5s;
}
header .global_nav .menu_icon a:before, header .global_nav .menu_icon a:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: 0.5s;
}
header .global_nav .menu_icon a:before {
  top: 4px;
}
header .global_nav .menu_icon a:after {
  top: 12px;
}
header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}
header .global_nav .menu_icon a.close:not(.fix):before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #35b87f;
}
header .global_nav .menu_icon a.close:not(.fix):after {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #35b87f;
}

#google_translate_element {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

@media (min-width: 768px) {
  header .secondary_header {
    display: block;
  }
  header .container .row {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  header .title, header .global_nav {
    display: table-cell;
    height: 110px;
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: 100%;
  }
  header .global_nav {
    text-align: right;
  }
  header .title {
    padding: 10px 0;
  }
  header .title img {
    width: auto;
  }
  header .global_nav {
    padding: 0;
  }
  header .global_nav ul {
    display: block !important;
    position: static;
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: none;
    background: none;
  }
  header .global_nav ul li {
    float: left;
  }
  header .global_nav ul li {
    border: none;
    line-height: 1.5;
  }
  header .global_nav ul li a {
    display: inline;
    padding: 0;
    color: #222;
    text-decoration: none;
  }
  header .global_nav ul li a:hover {
    color: #35b87f;
    text-decoration: underline;
  }
  header .global_nav ul li a:active {
    background: none;
    color: #35b87f;
  }
  header .global_nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 1em;
    margin-left: 1em;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  header .local_nav {
    padding: 10px 0;
    text-align: center;
  }
  header .local_nav ul {
    margin-left: 10px;
    font-size: 0px;
    font-size: 0rem;
  }
  header .local_nav ul li {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .local_nav ul li:not(:last-child):after {
    content: '｜';
    margin-right: 10px;
    margin-left: 10px;
  }
  header .local_nav a {
    color: #222;
    text-decoration: none;
  }
  header .local_nav a:hover {
    color: #35b87f;
    text-decoration: underline;
  }

  header {
    transition: 0s;
  }
  header.hidden {
    top: auto;
  }

  body.up header {
    position: relative;
    top: auto;
    left: auto;
  }

  #google_translate_element {
    position: static;
    float: right;
    margin-top: 0;
    margin-left: 1em;
  }
}
footer {
  position: relative;
  padding: 2em 1em;
  background: #000;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li + li {
  border-top: 1px solid #333;
}
footer a {
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .container .policy {
  margin-bottom: 0;
}
footer .container .policy p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
footer .pagetop {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #35b87f;
}
footer .pagetop object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px;
  pointer-events: none;
}

.pagetop_arrow {
  fill: #fff;
}

@media (min-width: 768px) {
  footer {
    background: #000;
    color: #fff;
    padding: 50px 0;
  }
  footer .row:not(:last-child) {
    margin-bottom: 15px;
  }
  footer nav {
    text-align: center;
  }
  footer nav ul {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  footer nav ul li {
    float: left;
  }
  footer nav ul li {
    float: left;
    line-height: 1.5;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 1em;
    margin-left: 1em;
  }
  footer a {
    color: #fff;
    display: inline;
    padding: 0;
  }
  footer .container .policy p {
    color: #fff;
  }
}
.hps-slider.typeA {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.hps-slider.typeA .sp-button {
  border: none;
  background: #fff;
}
.hps-slider.typeA .sp-selected-button {
  background: #35b87f;
}
.hps-slider.typeA .sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hps-slider.typeA .sp-horizontal .sp-previous-arrow {
  left: 10px;
}
.hps-slider.typeA .sp-horizontal .sp-next-arrow {
  right: 10px;
}
.hps-slider.typeA .sp-previous-arrow,
.hps-slider.typeA .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.hps-slider.typeA .sp-previous-arrow {
  background-image: url(../img/parts/arrow_left_wh.png);
}
.hps-slider.typeA .sp-next-arrow {
  background-image: url(../img/parts/arrow_right_wh.png);
}
.hps-slider.typeA .sp-next-arrow:after,
.hps-slider.typeA .sp-next-arrow:before,
.hps-slider.typeA .sp-previous-arrow:after,
.hps-slider.typeA .sp-previous-arrow:before {
  display: none;
}
.hps-slider.typeA .sp-layer {
  font-size: 20px;
  font-size: 2rem;
  color: #0b8b53;
  text-shadow: #fff 1px 1px 1px, #fff 1px -1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px;
}
.hps-slider.typeA .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .hps-slider.typeA .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .hps-slider.typeA .sp-padding {
    padding: 35px;
  }
}
@media (min-width: 1100px) {
  .hps-slider.typeA .sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .hps-slider.typeA .sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}
.hps-slider.typeB {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}
.hps-slider.typeB .sp-buttons {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}
.hps-slider.typeB .sp-button {
  border: none;
  background: #fff;
}
.hps-slider.typeB .sp-selected-button {
  background: #35b87f;
}
.hps-slider.typeB .sp-previous-arrow,
.hps-slider.typeB .sp-next-arrow {
  z-index: 2;
}
.hps-slider.typeB .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hps-slider.typeB .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5px;
  color: #0b8b53;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: #fff 1px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px;
}
.hps-slider.typeB .hps-slider-copy .lead {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.hps-slider.typeB .hps-slider-scroll {
  display: none;
}

@media (min-width: 768px) {
  .hps-slider.typeB .sp-buttons {
    display: block;
    bottom: 20px;
    right: 25px;
  }
  .hps-slider.typeB .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .hps-slider.typeB .hps-slider-copy {
    padding: 0 50px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: #fff 1px 1px 1px, #fff 1px -1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px, #fff 2px 2px 3px, #fff 2px -2px 3px, #fff -2px 2px 3px, #fff -2px -2px 3px;
  }
  .hps-slider.typeB .hps-slider-copy .lead {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .hps-slider.typeB .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    text-align: center;
  }
  .hps-slider.typeB .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(../img/parts/main_arrow_bottom.png) center bottom no-repeat;
    text-align: center;
    color: #0b8b53;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
}
.hps-contents-slider {
  overflow: hidden;
  width: 100%;
}
.hps-contents-slider .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
.hps-contents-slider .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.hps-contents-slider .sp-caption-container h3:last-child {
  margin-bottom: 0;
}
.hps-contents-slider .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}
.hps-contents-slider.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}
.hps-contents-slider.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}
.hps-contents-slider .sp-next-arrow:after,
.hps-contents-slider .sp-next-arrow:before,
.hps-contents-slider .sp-previous-arrow:after,
.hps-contents-slider .sp-previous-arrow:before {
  background-color: #000;
}

@media (max-width: 767px) {
  .hps-contents-slider .sp-arrow {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .hps-contents-slider .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .hps-contents-slider .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .hps-contents-slider.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .hps-contents-slider.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}
.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}
.button {
  display: inline-block;
  min-width: 192px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 0;
  line-height: 1;
  background: #35b87f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
}
.button:hover {
  background: #2a9064;
  color: #fff;
}
.button.block {
  display: block;
}
.button.inverse {
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
}
.button.inverse:hover {
  background: #1a1a1a;
  color: #fff;
}
.button.cancel {
  background: #888;
  color: #fff;
}
.button.cancel:hover {
  background: #6f6f6f;
}
.button.large {
  padding: 1em 2em;
  font-size: 18px;
  font-size: 1.8rem;
}
.button + .button {
  margin-left: 0.5em;
}
.button span {
  line-height: 1;
  padding-right: 20px;
  background: url(../img/parts/arrow_right_wh.png) right center no-repeat;
  background-size: 9px auto;
}

/* テーブル */
table {
  margin: 0 auto;
}
table th, table td {
  padding: 0.5em 1em;
}
table th {
  text-align: center;
  font-weight: normal;
}

/* デフォルトテーブル */
.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-default th, .table-default td {
  border: 1px solid #339966;
}
.table-default th {
  background: #35b87f;
  color: #fff;
}
.table-default td {
  background: #fff;
}

/* メニューテーブル */
.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu th, .table-menu td {
  padding: 0.8em 0 0.8em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: left;
}

/* 診療時間テーブル */
.table-schedule {
  width: 100%;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule th, .table-schedule td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.table-schedule thead th {
  background: #dedede;
}
.table-schedule tbody th {
  background: transparent;
}
.table-schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:first-child {
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:last-child {
    float: right;
  }

  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }

  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.guide figure {
  margin-bottom: 1em;
}
.guide figure img {
  width: auto;
  max-width: 100%;
}
.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .guide .message {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }

  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}
.news .news_bg {
  background: #eafaf3;
}
.news.typeC .news_bg {
  padding: 1em;
}
.news h2 {
  color: #35b87f;
}
.news dl {
  margin: 0;
}
.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}
.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #dad8c9;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 110px;
  }
}
.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}
.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #35b87f;
}
.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }

  .map_wide {
    padding-top: 420px;
  }
}
@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(../img/parts/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .bf-af {
    display: table;
    width: 100%;
  }
  .bf-af .before, .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../img/parts/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af .col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af .col2 .after {
    width: 45%;
  }
  .bf-af .col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af .col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af .col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af .col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af .col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af .col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}
.step .row {
  position: relative;
  padding: 1em;
  background: #eafaf3;
}
.step .row:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url(../img/parts/arrow_down.svg) center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .step .row:not(:last-child) {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after {
    padding-top: 20%;
  }
}
@media (min-width: 768px) {
  .step .row {
    display: table;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
  }
}
/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #eafaf3;
}
.inquiry fieldset .row {
  margin: 0;
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: normal;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}
.inquiry .required {
  color: #c00;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }

  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: auto;
}
.sns_icons li {
  float: left;
}
.sns_icons li:not(:last-child) {
  margin-right: 10px;
}
.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns_icons a.icon_facebook {
  background-image: url(../img/parts/icon_facebook.png);
}
.sns_icons a.icon_twitter {
  background-image: url(../img/parts/icon_twitter.png);
}
.sns_icons a.icon_line {
  background-image: url(../img/parts/icon_line.png);
}
.sns_icons a.icon_google {
  background-image: url(../img/parts/icon_google.png);
}
.sns_icons a.icon_instagram {
  background-image: url(../img/parts/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }

  footer .sns_icons {
    margin-top: 30px;
  }
}
.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax .parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inquiry_box {
  border: #35b87f 2px solid;
  display: block;
  padding: 1em 2em;
  margin: 0 2%;
}

@media (min-width: 768px) {
  .inquiry_box {
    display: inline-block;
    margin: 0;
  }

  .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .pc-block-center {
    width: 55%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=main.css.map */
