@charset "utf-8";
/*
 Oneplate: ver.201709290000
*/
/*
 reset
*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}
#ttcont div.schedule_title {
  font-size: 13px;
}
#ttcont div.schedule_body {
  font-size: 11px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}
/*
 パーツ表示切替用style
*/
.site_description {
  display: none;
}
.shop_name {
}
.shop_tel {
  display: none;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}

.footer-about {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  text-align: left;
  margin-bottom: 16px;
}
.footer-about p {
  margin: 0 0 16px;
}
.footer-about p span:last-of-type {
  font-size: 86%;
}
p.footer-about_name {
  width: 37%;
  font-size: 114%;
}
p.footer-about_contact{
  width: 63%;
  text-align: right;
}
.footer-about_contact span {
  display: inline-block;
  font-feature-settings: "pkna";
  white-space: nowrap;
  margin-right: 16px;
}
.footer-about_ishisapo {
  width: 41%;
  font-size: 90%;
}
.footer-about_privacy {
  width: 63%;
  max-width: 470px;
}
.footer-about_privacy dl {
  padding: 12px 20px;
  font-size: 79%;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  transform: translateY(-7px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer-about_privacy.open dl {
  padding: 18px 20px;
}
.footer-about_privacy dt {
  position: relative;
}
.footer-about_privacy dt::before {
  content: "";
  position: absolute;
  top: -1px;
  top: calc(50% - 8px);
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer-about_privacy.open dt::before {
  top: 0px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-about_privacy dd {
  display: none;
  margin-top: 12px;
}
.footer-about_privacy p {
  margin: 0;
  line-height: 2;
}
.copyright {
  font-size: 79%;
}
.powered {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer-about {
    display: block;
    margin-bottom: 24px;
  }
  .footer-about p:not(.footer-about_name) {
    margin: 0 0 12px;
    font-size: 107%;
  }
  p.footer-about_name,
  p.footer-about_contact,
  p.footer-about_ishisapo,
  .footer-about_privacy {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  p.footer-about_name  {
    font-size: 128%;
  }
  .footer-about_privacy dl {
    font-size: 100%;
    transform: translateY(0px);
  }
  .footer-about_privacy dd {
    font-size: 93%;
    text-align: left;
  }
}


/*
 link(default)
*/
a:link,
a:visited {
  text-decoration: none;
  color: #3a3a3a;
}
a:hover,
a:active {
  text-decoration: none;
  color: #3a3a3a;
}
/*
 html / body / container
*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 'Questrial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 46.875%;
    line-height: 1.6;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 18px;
  font-size: 1.8em;
  color: #3a3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
}
@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}
/*
 header
*/
#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #fff;
  //background: #fff url(https://cdn.goope.jp/218479/250620162414-68550c9e4098d.png);
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
  -webkit-transition: top .5s;
  transition: top .5s;
}
#header > .inner {
    zoom: 1;
    position: relative;
    width: 100%;
    //: ;
    max-width: 100%;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
}
#header > .inner:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  #header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .element {
  text-align: center;
  line-height: 1.2;
}
#header .logo {
  padding-left: 16px;
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
#header .logo img {
  width: 100%;
  max-width: 352px;
  height: auto;
  vertical-align: middle;
}
.header-contact_box {
  position: absolute;
  top: -7px;
  right: 26px;
  display: inline-block;
  font-size: 72%;
  text-align: center;
  font-feature-settings: "pkna";
  white-space: nowrap;
}
.header-contact_box.mobile {
  display: none!important;
}
.header-contact_ttl {
  margin: 0px;
  padding: 4px 8px 0px;
  background-color: #85a758;
  color: #fff;
}
.header-contact_name {
  margin-top: 0;
  margin-bottom: -5px;
  padding: 0px 8px;
}
.header-contact_tel {
  margin: 0px;
  padding: 0px 8px;
  font-size: 200%;
  line-height: 1.2;
}
@media only screen and (max-width: 800px) {
  #header{padding: 6px 0;}
  #header > .inner{
    min-height: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .logo {
    max-width: 52%;
    margin: .3em 0;
    padding-left: 0px;
    position: relative;
  }
  #header .logo a{display: table;}
  #header .logo a img {
    width: 100%;
    max-width: 180px;
    display: table-cell;
    vertical-align: middle;
  }
  .header-contact_box.pc {
    display: none!important;
  }
  .header-contact_box.mobile {
    position: static;
    display: block!important;
    width: 100%;
    margin-top: 16px!important;
    font-size: 100%;
  }
   #header .navi.mobile ul li.header-contact_box.mobile a {
    display: inline;
    padding: 0;
    background: none;
    -ms-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 100%;
    line-height: 1;
    color: #000;
  }
  .header-contact_name {
    margin-bottom: 4px;
  }
}
#header .site_description {
  margin: .3em 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 800px) {
  #header .site_description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#header .shop_tel {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
#header .shop_tel i {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  #header .shop_tel {
    text-align: center;
  }
}
#header .navi.pc {
  margin: 1.5em 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
#header .navi.pc li {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 0 0 6px;
  border-left: solid 1px #aaa;
}
#header .navi.pc li:last-child {
  padding-right: 6px;
  border-right: solid 1px #aaa;
}
li.navi_top {
  display: none !important;
}
#header .navi.pc li a {
  display: block;
  padding: .3em .5em;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 90%;
}
#header .navi.pc li a:hover {
  background: #e8e8e8;
}
#header .navi.pc li.active a {
  background: #e8e8e8;
}
#header .navi.pc li.active:hover a {
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#header .navi.pc li.active:hover .sub_navi {
  display: block;
}
#header .navi.pc .sub_navi {
  display: none;
  position: absolute;
  background: #e8e8e8;
  -ms-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
#header .navi.pc .sub_navi li {
  display: block;
  margin: 0;
  padding: .3em;
  text-align: left;
}
#header .navi.pc .sub_navi li a {
  background: none;
}
#header .navi.pc .sub_navi li a:hover {
  background: #dbdbdb;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.navi_list .navi_info {
    display: none!important;
}
@media only screen and (max-width: 800px) {
  #header .navi.pc {
    display: none;
  }
}
#header.is-scroll {
  -webkit-transition: top .5s;
  transition: top .5s;
  position: fixed;
  top: 0;
  padding: 0;
}
#header.is-scroll > .inner {
    min-height: 0;
    /* margin: 0 auto; */
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1600px;
}
@media only screen and (max-width: 800px) {
  #header.is-scroll > .inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#header.is-scroll .logo,
#header.is-scroll .header-contact_box {
  display: none;
}
@media only screen and (max-width: 800px) {
  #header.is-scroll .logo {
    display: block;
    //margin-top: .3em;
  }
  #header.is-scroll .logo a img {
    max-width: 150px;
    max-height: none;
  }
}
#header.is-scroll .site_description {
  margin: 0;
}
#header.is-scroll .site_description span {
  display: none;
}
#header.is-scroll .shop_tel {
  display: none;
}
#header.is-scroll .navi.pc {
  margin: 0;
}
#header.hide {
  top: -200px;
}
#header .navi.mobile {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 3em 2em;
  background: rgba(255, 255, 255, 0.95);
}
#header .navi.mobile ul {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#header .navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 8px auto 0;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#header .navi.mobile ul li a {
  display: block;
  padding: 1em .5em;
  background: #e8e8e8;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #3a3a3a;
}
#header .navi.mobile ul li a:hover {
  background: #d6d6d6;
}
#header .navi.mobile ul li.active {
  background: #d6d6d6;
}
#header .navi.mobile ul li.active > a {
  background: transparent;
  cursor: default;
}
#header .navi.mobile ul li .sub_navi {
  width: 100%;
  margin: 0;
  padding: 5px;
}
#header .navi.mobile ul li .sub_navi li:first-child {
  margin: 0;
}
#header .navi.mobile ul li .sub_navi li a:hover {
  background: #c2c2c2;
}
#header #button_navi {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
  width: 24px;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #header #button_navi {
    display: block;
    right: 15px;
  }
  #header #button_navi div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -15px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
  }
}
/*
 content, section
*/
#content {
  position: relative;
}
#content > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #content > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
#content h2.page_title {
  margin: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #content h2.page_title {
    margin: 40px 0;
  }
}
#content h2.page_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  left: 0;
}
#content h2.page_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
/*
 pager
*/
#photo .pager {
  display: none;
}
.pager {
  zoom: 1;
  position: relative;
  margin: 0;
  font-family: 'Questrial', sans-serif;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.pager > .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}
.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px .15em;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  color: #3a3a3a;
}
.pager > .inner div a.chk {
  background: #e8e8e8;
  cursor: default;
}
.pager > .inner div a:hover {
  background: #e8e8e8;
}
@media only screen and (max-width: 800px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next,
  .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #e8e8e8;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 30px;
    font-size: 3rem;
  }
}
/*
 gadgets
*/
.gadgets {
  margin: 50px 0 0;
}
.gadgets > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.gadgets #navi_parts .navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
}
.gadgets #navi_parts .navi_parts_detail img {
  display: block;
}
.gadgets #navi_parts .navi_parts_detail img.goog-te-gadget-icon {
  display: inline;
}
.gadgets #navi_parts .navi_parts_detail .goog-te-menu-value img {
  display: inline;
}
.gadgets #navi_parts .navi_parts_detail img,
.gadgets #navi_parts .navi_parts_detail iframe,
.gadgets #navi_parts .navi_parts_detail object,
.gadgets #navi_parts .navi_parts_detail embed {
  max-width: 100%;
  overflow: hidden;
}
/*
 sidebar
*/
.sidebar {
  margin: 50px 0 0;
}
.sidebar > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .sidebar > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar > .inner {
    margin-bottom: -50px;
    border-top: 1px dotted #a9a9a9;
  }
}
.sidebar .block {
  width: 33%;
  vertical-align: top;
  margin: 0;
  padding: 0 3%;
  border-left: 1px dotted #a9a9a9;
  text-align: center;
}
.sidebar .block:first-child {
  margin: 0;
  border: none;
}
.sidebar .block h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .sidebar .block {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar .block {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-left: none;
    border-top: 1px dotted #a9a9a9;
    text-align: center;
  }
  .sidebar .block.qr_area {
    display: none !important;
  }
}
/*
 social
*/
.social {
  margin: 50px 0 0;
  padding: 40px 0 0;
  border-top: 1px dotted #a9a9a9;
}
.social > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .social > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
  width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 300px;
  height: 72px;
  overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
}
/*
 footer
*/
#footer {
  position: relative;
  z-index: 2;
  margin: 120px 0 0;
  padding: 0;
  border-top: 1px dotted #a9a9a9;
  text-align: center;
  color: #3a3a3a;
  background: #fff url(https://cdn.goope.jp/218479/250620162414-68550c9e4098d.png);
}
#footer > .inner {
  zoom: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0 24px;
}
#footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#footer > .inner a {
  color: #3a3a3a;
}
#footer > .inner a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  #footer > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #footer {
    margin: 60px 0 0;
  }
}


#footer .social_icons {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
}
#footer .social_icons a {
  display: inline-block;
  margin: 0;
  padding: .3em;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#footer .social_icons a:hover,
#footer .social_icons a:active {
  background: #e8e8e8;
  text-decoration: none;
}
#footer .social_icons a span {
  display: block;
}
#footer .shop_name {
  font-size: 30px;
  font-size: 3rem;
}
#footer .shop_name a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
#footer .shop_name a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
#producedByLeapy {
  display: block;
  margin: 10px 0 0;
  opacity: .5;
}
/*
 totopボタン
*/
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  display: block;
  width: 44px;
  height: 44px;
}
.totop .button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(232, 232, 232, 0.7);
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  color: #3a3a3a;
}
.totop .button.is-visible {
  visibility: visible;
}
.totop .button:hover {
  background: #e8e8e8;
  cursor: pointer;
}
body.modal-open .totop,
body.navi-open .totop {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*='icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: '\e900';
}
.icon-facebook:before {
  content: '\e901';
}
.icon-twitter:before {
  content: '\e902';
}
/*
 WYSIWYGフィールド表示制御
*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
  word-break: normal;
  word-wrap: break-word;
}
.textfield p:first-child {
  margin: 0 !important;
}
p.imgList {
  display: table;
  margin: 40px auto 0 !important;
}
.imgList img {
  margin: 0 10px !important;
}
@media only screen and (max-width: 800px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
body#top #content > .inner {
  max-width: 960px;
  margin: 0 auto;
}
body#top .section {
  margin: 3.1em 0 0;
  padding: 0 0 3.1em;
  border-top: 1px dotted #a9a9a9;
}
body#top .section.photo {
  border-top: none;
}
body#top .section > .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  body#top .section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#top .section_title,
.page_price .section_title {
  position: relative;
  top: -.5em;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 2em;
  text-align: center;
}
.page_price .section_title {
  margin: 0 auto 1em;
}
body#top .section_title a,
body#top .section_title span,
.page_price .section_title a,
.page_price .section_title span {
  display: inline-block;
  padding: 0 1em;
  background: #ffffff;
  font-size: 30px;
  font-size: 3rem;
}
body#top .btn_details {
  margin: 10px 0 -22px;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .btn_details a {
  display: inline-block;
  padding: .7em 1em;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  color: #3a3a3a;
}
body#top .btn_details a:hover {
  background: rgba(232, 232, 232, 0.5);
}
body#top #wrap_slider {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 4;
  overflow:hidden;
}
body#top #wrap_slider .slider_txt {
  position: absolute;
  top: 5%;
  right: 20%;
  display: block;
  //margin-top: -260px;
  //margin-left: -64px;
  z-index: 5;
}
@media only screen and (max-width: 1600px) {
  body#top #wrap_slider .slider_txt {
    right: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  body#top #wrap_slider .slider_txt {
    right: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  body#top #wrap_slider .slider_txt {
    right: 8%;
  }
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider {
    height: 400px;
  }
  body#top #wrap_slider .slider_txt {
    right: 10%;
    width: 64px;
    height: 260px;
    //margin-top: -130px;
    //margin-left: -32px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider {
    height: 300px;
  }
  body#top #wrap_slider .slider_txt {
    right: 5%;
  }
  body#top .section_title a,
  body#top .section_title span,
  .page_price .section_title a,
  .page_price .section_title span {
    padding: 0;
    margin: 0 1em;
  }
}
@-webkit-keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#top #slider {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0;
  overflow: hidden;
}
body#top #slider .article {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
body#top #slider .article .slide_image_wrap {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
body#top #slider .article img {
  visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
  //left: 0!important;
}
body#top #slider .article.move .slide_image_wrap {
  //-webkit-animation-name: scaleImageMove;
  //animation-name: scaleImageMove;
}
body#top #slider .article.move .caption_txt {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
body#top #slider .article .caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #ffffff;
}
body#top #slider .article .caption > div {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  padding: .5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body#top #slider .article .caption .caption_txt a {
  color: #ffffff;
}
body#top #slider .article.move .caption div {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#top #slider {
    height: 400px;
  }
  body#top #slider .article {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #slider {
    height: 300px;
  }
  body#top #slider .article {
    height: 300px;
  }
  body#top .section_title,
  .page_price .section_title {
    margin: 0 auto 1em;
  }
  body#top #slider .article img {
    max-width: none;
    width: auto;
    height: 300px;
  }
}
body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
  transition: none 0s;
  transform: none;
}
body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
  transform: none;
}
body#top .slick-track {
  z-index: 1 !important;
}
body#top .slick-dots {
  bottom: 10px;
}
body#top .slick-dots li button:before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
body#top .welcomemessage {
  border: none;
  text-align: center;
}
body#top .information {
  margin-top: 3.5em;
  border-bottom: 1px dotted #a9a9a9;
}
body#top .information .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: -20px;
  text-align: center;
}
body#top .information .list.is-float .article {
  order: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  body#top .information .list.is-float .article {
    width: 100%;
  }
  body#top .information .list.is-float .article .summary {
    padding: 0;
  }
  body#top .welcomemessage {
    margin-top: 0em;
  }
}
body#top .information .article {
  width: 100%;
  margin: 10px 0 0;
  text-align: left;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#top .information .article:hover {
  opacity: 0.7;
}
body#top .information .article .photo {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 -140px 0 0;
  background: rgba(232, 232, 232, 0.5);
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#top .information .article .photo img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#top .information .article .photo img.show {
  opacity: 1;
}
body#top .information .article .summary {
  float: right;
  display: block;
  width: 100%;
  padding: 0 10px 0 0;
}
body#top .information .article .summary > .inner {
  display: block;
  overflow: hidden;
  //margin-left: 130px;
}
body#top .information .article .summary .date {
  display: block;
  float: left;
  width: 15%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'Questrial', sans-serif;
}
body#top .information .article .summary .date span {
  vertical-align: .15em;
  font-size: 12px;
  font-size: 1.2rem;
}
body#top .information .article .summary .title {
  display: block;
  float: left;
  width: 85%;
}
body#top .section_photo .slick-slider {
  margin: 0;
}
body#top .section_photo .list {
  display: block;
  width: 100%;
  height: 184px;
}
body#top .section_photo .list.float {
  text-align: center;
  letter-spacing: -.25em;
}
body#top .section_photo .list.float li {
  display: inline-block !important;
  letter-spacing: normal;
}
body#top .section_photo .list li {
  display: block;
  width: 184px;
  height: 184px;
  overflow: hidden;
  margin-left: 10px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#top .section_photo .list li:first-child {
  margin: 0;
}
body#top .section_photo .list li a,
body#top .section_photo .list li span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}
body#top .section_photo .list li a img,
body#top .section_photo .list li span img {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body#top .section_photo .list li a img.show,
body#top .section_photo .list li span img.show {
  opacity: 1;
}
body#top .section_photo .arrow-prev,
body#top .section_photo .arrow-next {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background: rgba(102, 102, 102, 0.5);
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  color: #ffffff;
}
body#top .section_photo .arrow-prev:hover,
body#top .section_photo .arrow-next:hover {
  background: rgba(102, 102, 102, 0.8);
}
body#top .section_photo .arrow-prev {
  left: -20px;
  left: 10px;
}
body#top .section_photo .arrow-next {
  right: -20px;
  right: 10px;
}
body#top .about {
  position: relative;
  padding-top: 0;
  margin-top: 7em;
}
body#top .about .section_title {
  max-width: none;
}
body#top .about > .inner {
  zoom: 1;
  width: 100%;
}
body#top .about > .inner:after {
  content: '';
  display: block;
  clear: both;
}
body#top .about .block {
  float: none;
  width: 100%;
  margin-top: 40px;
}
body#top .about .block.map iframe {
  height: 470px;
}
body#top .about .block.summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
body#top .about .block.summary table {
  width: 65%;
  margin: 0 auto;
}
body#top .about .block.summary tr {
  display: table-row;
  margin: 0;
}
body#top .about .block.summary tr:first-child th,
body#top .about .block.summary tr:first-child td {
  border-top: none;
}
body#top .about .block.summary th,
body#top .about .block.summary td {
  display: table-cell;
  padding: 1em;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body#top .about .block.summary th {
  width: 35%;
  background-color: #f2f2f2;
}
body#top .about .block.summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 800px) {
  body#top .about .block.map iframe {
    height: 300px;
  }
  body#top .about .block.summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .information .article .summary .date {
    width: 7em;
  }
  body#top .information .article .summary .title {
    width: calc(100% - 8em);
  }
  body#top .about {
    padding-bottom:.1em;
  }
  body#top .about .block.summary {
    margin-top: 20px;
  }
  body#top .about .block.summary table {
    width: 100%;
  }
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#top .contact input[type=text] {
  width: 100%;
}
body#top .contact input[type=text].contact_small {
  width: 60% !important;
}
body#top .contact textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial;
  line-height: 1.6;
}
body#top .contact input[type=text]:focus,
body#top .contact input[type=tel]:focus,
body#top .contact input[type=email]:focus,
body#top .contact textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#top .contact label {
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact label .requier {
  color: #993737;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: block;
}
body#top .contact .checkbox label,
body#top .contact .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select:focus {
  outline: none;
}
body#top .contact input[type=submit]:focus {
  outline: none;
}
body#top .contact .wrap_select {
  position: relative;
  display: inline;
}
body#top .contact .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#top .contact .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact .button:hover,
body#top .contact .button:active {
  cursor: pointer;
  background: #cc796c;
  color: #ffffff;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#top .contact .contact_area {
  display: block;
  margin-top: 2.5em;
}
body#top .contact .contact_area:first-child {
  margin-top: 0;
}
body#top .contact .button {
  margin: 1em 0 0;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: inline-block;
}
body#top .contact label {
  font-size: 15px;
  font-size: 1.5rem;
}
body#top .contact input[type=submit] {
  background: #e6e6e6;
}
body#top .contact form {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#top .contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .contact form {
    width: 100%;
  }
}
.ie9 body#top .information .list {
  zoom: 1;
  display: block;
}
.ie9 body#top .information .list:after {
  content: '';
  display: block;
  clear: both;
}
.ie9 body#top .information .list.is-float .article {
  float: left;
}
@media only screen and (max-width: 600px) {
  .ie9 body#top .information .list.is-float .article {
    float: none;
  }
}
body#info .navi.mobile .sub_navi li {
  background: transparent;
}
body#info .navi.mobile .sub_navi li a {
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .navi.mobile .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(58, 58, 58, 0.7);
  color: #8b8b8b;
}
body#info .navi.mobile .sub_navi li.year div {
  margin: 0 0 10px;
}
body#info .navi.mobile .sub_navi li.year div.month {
  margin: 0;
}
body#info .navi.mobile .sub_navi li.year div.month a {
  display: inline-block;
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article {
  margin: 4em 0 0;
}
body#info .article:first-child {
  margin: 0;
}
body#info .article .date {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
body#info .article .date span {
  vertical-align: 2px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#info .article .body .article_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#info .article .body .article_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
body#info .article .body .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#info .article .body .photo img {
  max-width: 100%;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#info .article .body .textfield {
  margin: 20px 0 0;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  body#info .article .date {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 10px 0 0;
  }
  body#info .article .body .textfield {
    margin: 10px 0 0;
  }
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  zoom: 1;
  margin: 30px 0 0;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0;
}
body#photo #index .album .album_title {
  margin: 0 0 10px;
  border-top: 1px dotted #a9a9a9;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#photo #index .album .album_title > span {
  position: relative;
  top: -.6em;
  padding-right: 1em;
  background-color: #ffffff;
}
body#photo #index .album .album_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#photo #index .album .album_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  width: 20%;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#photo #index .album .thumb a:hover {
  opacity: 0.7;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
body#photo #entries {
  position: relative;
}
body#photo #entries h3 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article {
  position: relative;
  margin: 4em 0 0;
}
body#photo #entries .article:first-child {
  margin: 0;
}
body#photo #entries .article h4 {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article .textfield {
  margin: .5em 0 0;
}
body#photo #entries .article .photo {
  width: 100%;
}
body#photo #entries .article .photo img {
  display: block;
  max-width: 100%;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .list {
  margin: 3.5em 0 0;
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .article {
  zoom: 1;
  margin: 60px 0 0;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .category_title {
  position: relative;
  border-top: 1px dotted #a9a9a9;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#menu .category_title span {
  position: relative;
  top: -.6em;
  padding-right: 1em;
  background: #ffffff;
}
body#menu .category_title + .article {
  margin-top: 30px;
}
body#menu .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#menu .article_title .recommend {
  color: #f5f201;
}
body#menu .article_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#menu .article_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
body#menu .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#menu .photo img {
  display: block;
  max-width: 100%;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 600px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .price {
  margin: 1em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#menu .text {
  margin: 1em 0 0;
}
body#calendar .wrap_calendar .navi {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
body#calendar .table_calendar {
  margin: 2em 0 0;
}
body#calendar .table_calendar th {
  padding: 3px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
}
body#calendar .table_calendar th.sun {
  color: #ffa5a5;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  padding: 5px;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: #e8e8e8;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: right;
  font-family: 'Questrial', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 146px;
}
body#calendar .table_calendar td.sun p.day {
  background: #ffbfbf;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
  }
}
body#calendar .schedule {
  padding: 0 0 1.5em;
}
body#calendar .schedule dl.article {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px dotted #a9a9a9;
  border-top-style: dotted;
}
body#calendar .schedule dl.article:last-of-type {
  border-bottom: 1px dotted #a9a9a9;
  border-bottom-style: dotted;
  padding-bottom: 1.5em;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 0.2em;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #3a3a3a;
}
body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
body#calendar .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #e8e8e8;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
  text-decoration: underline;
}
body#calendar .details > div {
  zoom: 1;
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #e8e8e8;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .details .date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: bottom;
}
body#calendar .details h3 {
  margin: .5em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body#calendar .details img {
  max-width: 100%;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#about .map,
body#about .summary {
  width: 100%;
}

body#about .map {
  margin-top: 60px;
}
body#about .map iframe {
  height: 470px;
}
body#about .summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
body#about .summary table {
  width: 65%;
  margin: 0 auto;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
body#about .summary th {
  width: 37%;
  background: #f8f8f8;
}
body#about .summary td {
  width: 63%;
  border-right: none;
}
@media only screen and (max-width: 800px) {
  body#about .summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#about .summary table {
    width: 100%;
  }
  .free_page img.staff-image {
    width: 70px;
    vertical-align: top;
  }
  body#about .map iframe {
    height: 240px;
  }
}
body#contact .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#contact form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  color: #3a3a3a;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60% !important;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial;
  line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #993737;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  background: #cc796c;
  color: #ffffff;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#contact form .checkbox,
body#contact form .radio {
  display: inline;
  white-space: nowrap;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em 0 0;
  background: #e6e6e6;
}
@media only screen and (max-width: 800px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#top .personal_info,
body#contact .personal_info {
  margin: 2.5em 0 0;
}
body#top .personal_info p,
body#contact .personal_info p {
  margin-bottom: 0;
}
body#coupon .autopagerize_page_element {
  zoom: 1;
  overflow: hidden;
  margin-top: -30px;
}
body#coupon .autopagerize_page_element:after {
  content: '';
  display: block;
  clear: both;
}
body#coupon .article {
  float: left;
  width: 31%;
  margin: 30px 0 0 20px;
  padding: 0;
  background: #e8e8e8;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  body#coupon .article {
    margin-left: 0;
  }
}
body#coupon .article .summary {
  padding: 10px;
}
body#coupon .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#coupon .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#coupon .article .image img {
  display: block;
  max-width: 100%;
}
body#coupon .article .text {
  margin: 12px 0 0;
}
body#coupon .article:nth-child(odd) {
  margin-left: 0;
}
body#coupon .article .article_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  margin: .2em 0 0;
}
body#coupon .article .qrcode {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  body#contact form .contact_area > label,
  body#top .contact label {
    font-size: 17px;
    font-size: 1.7rem;
  }
  body#contact form input[type=text],
  body#contact form input[type=tel],
  body#contact form input[type=email],
  body#top .contact input[type=text],
  body#top .contact input[type=tel],
  body#top .contact input[type=email] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body#top .contact input[type=submit],
  body#contact form .button {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body#top .contact textarea,
  body#contact form textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body#coupon .article .qrcode {
    margin: 0px 0 5px 10px;
  }
}
body#coupon .article .text {
  margin: .5em 0 0;
}
body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}
body#coupon .article .text li span {
  font-weight: normal;
}
body#coupon .print {
  margin: 20px 0 0;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .5em;
  background: rgba(232, 232, 232, 0.7);
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}
body#coupon .print a:hover {
  background: #e8e8e8;
}
body#reservation .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#reservation form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#reservation form .reservation_area {
  margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form input[type=text] {
  width: 100%;
}
body#reservation form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form label .requier {
  color: #993737;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#reservation form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #3a3a3a;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  background: #cc796c;
  color: #ffffff;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  white-space: nowrap;
}
body#reservation form input[type=submit] {
  margin: 2em 0 0;
  background: #e6e6e6;
}
@media only screen and (max-width: 800px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  zoom: 1;
  overflow: hidden;
}
body#reservation .list:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .list .info {
  margin-top: 0;
}
body#reservation .list .info .note {
  margin: 0 0 1em;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  padding: 1em;
  background: #e8e8e8;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .articles {
  margin-top: -30px;
}
body#reservation .articles .article {
  float: left;
  width: 31%;
  margin: 30px 0 0 20px;
  padding: 0;
  background: #e8e8e8;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  body#reservation .articles .article {
    margin-left: 0;
  }
}
body#reservation .articles .article .summary {
  padding: 10px;
}
body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .articles .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
body#reservation .articles .article:nth-child(odd) {
  margin-left: 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
}
body#calendar .table_calendar th.sun {
  color: #ffbfbf;
}
body#calendar .table_calendar td.sun p.day {
  background: #ffbfbf;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxContent button {
  border: none;
}
#cboxContent button:focus {
  outline: none;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#colorbox.cb #cboxPrevious,
#colorbox.cb #cboxNext,
#colorbox.cb #cboxClose {
  background: transparent;
  text-indent: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
  opacity: 80;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 30px;
  background: #000;
  background: transparent;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 40px;
  border: 2px solid #131313;
  border: none;
  background: #ffffff;
  background: #131313;
  background: transparent;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: 6px;
  right: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Questrial', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
#cboxLoadingGraphic {
  background: none;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  background-image: url(/img/theme_elegant/common/colorbox_navi.png);
  background: #fff;
  z-index: 1000;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  cursor: pointer;
  color: #ffffff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}




.pc-none { display: none; }
.txt-ctr, .txt-ctr2 { text-align: center; }
.txt-rgt { text-align: right; }
.txt-lft { text-align: left; }
.txt-ctr span { display:inline-block; text-align:left; }
.bg01 { background-color: #f2f2f2; padding: 15px 25px; margin-top: 20px; }
.bg01-staff {
  margin-left: 24px;
  padding:0 25px;
  vertical-align: top;
//  transform: translateY(-72px);
  background-color: transparent;
}
@media only screen and (max-width: 942px) {
  .bg01-staff {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 600px) {
  .pc-none { display: block; }
  .sp-none { display: none; }
  .txt-ctr2 { text-align: left; }
  .bg01 { padding: 15px 15px; margin-top: 16px; }
  .bg01-staff {
    width: calc(100% - 100px);
    padding: 0;
    margin-left: 16px;
    transform: translateY(-25px);
  }
  .access + .txt-ctr span { text-align:center; }
}

.inner-sm {
  width: 65%;
  margin: 0 auto;
}
.home-welcome_ttl {
  font-size: 3rem;
}
.home-welcome_list--child {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
}
.home-welcome_list--child:nth-of-type(even) {
  flex-direction: row-reverse;
}
.home-welcome_list--child:nth-of-type(even) img {
  margin-left: 60px;
  margin-right: 0px;
}
.home-welcome_list--child img {
  width: calc(60% - 30px);
  height: auto;
  margin-right: 60px;
}
.home-welcome_list--child div {
  width: calc(40% - 30px);
  line-height: 2;
  text-align: center;
}
.home-welcome_list--child h3 {
  font-size: 120%;
  line-height: 1.8;
}
.home-welcome_list--child p {
  margin-top: 16px!important;
  text-align: left;
  background-color: #f2f2f2;
  padding: 14px 20px;
  line-height: 1.6;
  font-size: 16px;
}
.home_price-list dt {
  text-decoration: underline;
}
.home_price-list span {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 4px 8px;
  margin: 4px 8px 8px;
}
.home_faq-list  dd {
  margin-top: 12px;
  padding: 8px .5em;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 800px) {
  .inner-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .home-welcome_list--child {
    display: block;
    margin-top: 30px;
  }
  .home-welcome_list--child img {
    width: 100%;
    margin-right: 0px;
  }
  .home-welcome_list--child:nth-of-type(even) img {
    margin-left: 0px;
  }
  .home-welcome_list--child div {
    width: 100%;
  }
}

.free_page h3 {
  margin-top: 64px;
  font-size: 2.2rem;
}
.free_page h3:first-of-type {
  margin-top: 0px;
  margin-bottom: 24px;
}
.free_page dl {
  margin-top: 8px;
}
.free_page dt {
  margin-bottom: 8px;
}
.free_page dd {
  margin-bottom: 32px;
}

.free_page table {
  width: 70%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.free_page tr {
  display: table-row;
  margin: 0;
}
.free_page tr:first-child th,
.free_page tr:first-child td {
  border-top: none;
}
.free_page th,
.free_page td {
  display: table-cell;
  padding: 16px 32px;
  line-height: 1.2;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.free_page th {
  background: #f2f2f2;
}
.free_page th:last-child,
.free_page td:last-child {
  border-right: none;
}
.free_page .img_list img {
  display: inline-block;
  margin: 5px 10px;
}
body#top .free_page table {
  width: 100%;
  margin-bottom: 24px;
}
.section.about p{
  margin-top: 0;
}
.access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px; 
}
.access p{
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .free_page table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .free_page h3 {
    margin-top: 40px;
  }
  .free_page img {
    max-width: 100%;
  }
  .free_page dd {
    margin-bottom: 16px;
  }
  .free_page table {
    width: 100%;
  }
  body#top .free_page table {
    margin-bottom: 8px;
  }
  .free_page h3:first-of-type {
    margin-bottom: 12px;
  }
  .free_page th,
  .free_page td {
    padding: 8px 8px;
  }
  .free_page .img_list img {
    width: calc(50% - 15px);
    margin: 5px;
  }
  .access {
    margin-top: 16px;
  }
  .access p {
    width: 100%;
  }
}

.faq-menu_ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  vertical-align: baseline;
  margin-bottom: 60px;
}
.faq-menu_ttl li {
  width: 49%;
  margin-bottom: 16px;
  list-style-type: none!important;
}
.faq-menu_ttl a {
  display: block;
  padding: 12px;
  text-align: center;
  border: solid 1px #ccc;
}
.faq-page_link {
  position: relative;
  top: -100px;
  display: inline-block;
  width: 0;
  height: 0;
}
.faq-menu_question {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  vertical-align: baseline;
  margin-bottom: 60px;
}
.faq-menu_question dl {
  width: 48%;
  margin-bottom: 32px;
}
.faq-menu_question dt {
  font-size: 114%;
}
.faq-menu_question dd {
  position: relative;
  margin-bottom: 4px;
  padding-left: .5em;
  margin-left: 1em;
}
.faq-menu_question dd::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.faq-answer > div {
  margin-bottom: 64px;
}

.page_flow dl {
  position: relative;
  padding-left: 30%;
  margin-bottom: 56px;
}
.page_flow dl::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 35%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #dcdeb6 transparent transparent transparent;
}
.page_flow dl:last-of-type::after {
  display: none;
}
.page_flow dt,
.faq-answer dt {
  background-color: #f2f2f2;
  padding: 8px .5em;
}
.page_flow dd{
  height: 7.2em;
  padding: 8px .5em;
  margin-bottom: 0;
}
.page_flow dd::after {
  display: none;
}
.page_flow .flow_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: auto;
  padding: 0;
}
.page_flow dd {
  position: relative;
  padding-bottom: 25px;
}
.page_flow dd:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 600px) {
  .page_flow dl {
    padding-left: 35%;
    margin-bottom: 43px;
  }
  .page_flow dl::after {
    left: 50%;
    margin-left: -14px;
    border-width: 11.3px 7px 0 7px;
  }
   .page_flow .flow_img {
    width: 33%;
  }
  .page_flow dd {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.faq-answer dd {
  padding: 8px .5em;
  padding-left: 3.4em;
  text-indent: -3em;
}
.faq-answer dd .answer_txt {
  color: #e21212;
}
.page_faq a:hover{
  opacity: .7;
}
@media only screen and (max-width: 600px) {
  .faq-menu_ttl {
    margin-bottom: 48px;
  }
  .faq-menu_ttl,
  .faq-menu_question {
    display: block;
  }
  .faq-menu_ttl li {
    margin-bottom: 8px;
  }
  .faq-menu_ttl li,
  .faq-menu_question dl {
    width: 100%;
  }
  .faq-answer > div {
    margin-bottom: 40px;
  }
}

.page_price p:first-of-type,
.page_flow p:first-of-type {
  margin-bottom: 16px!important;
}

.page_price .price_case-box {
  border-top: solid 1px #ddd;
  padding-top: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.page_price .price_case-box h3 + p { margin-top: 0px!important; }
.page_price .price_case-box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  vertical-align: baseline;
  margin-bottom: 48px;
}
.page_price .price_case-box li {
  width: 48%;
  text-align: center;
  list-style-type: none!important;
}
.page_price .price_case-box p:not(.price_case):not(.txt-ctr) {
  text-align: left;
}
.page_price .price_case span {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 4px 8px;
  margin: 4px 8px 8px;
}
.page_price .price_case span:first-of-type {
  margin-left: 0;
}
.page_price .price_case-photo ul {
  display: block;
  overflow: hidden;
  margin-right: -1.5%;
}
.page_price .price_case-photo li {
  float: left;
  width: 18.5%;
  height: auto;
  margin-right: 1.5%;
  margin-bottom: 10px;
  padding: 0;
}
.page_price .price_case-photo .more {
  text-align: right;
}
.page_price .price_case-photo .more:hover {
  opacity: .7;
}
.page_price--houji {
    margin: 7em 0 0;
    padding: 0 0 3em;
    border-top: 1px dotted #a9a9a9;
}
@media only screen and (max-width: 600px) {
  .page_price .price_case-box ul {
    display: block;
    margin-bottom: 24px;
  }
  .page_price .price_case-box li {
    width: 100%;
    margin-bottom: 32px;
  }
  .page_price .price_case span {
    margin: 4px 4px 8px;
  }
  .page_price .price_case-photo li {
    width: 31.833%;
    margin-right: 1.5%;
  }
  .page_price .price_case-photo li:last-of-type,
  .page_price .price_case-photo li:nth-last-of-type(2) {
    display: none;
  }
  .kuyou-point + .inner + .btn_details {
    transform: translateY(-30px);
  }
}

.contact-txt_box {
  max-width: 720px;
  margin: 0 auto 64px;
  padding: 8px 16px 16px;
  text-align: center;
  background-color: #f2f2f2;
}
.contact-txt_box .tel,
.bg01 .tel{
  font-size: 114%;
}
.contact-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 114%;
}
.contact-ttl:before,
.contact-ttl:after {
  content: "";
  position: absolute;
  top: 15px;
  display:block;
  width: 180px;
  height: 0;
  border-top: solid 1px #ddd;
}
.contact-ttl:before {
  left: -200px;
}
.contact-ttl:after {
  right: -200px;
}
@media only screen and (max-width: 600px) {
  .contact-txt_box {
    margin: 0 auto 32px;
  }
  body#top .contact-txt_box {
    max-width: calc(100% - 40px);
  }
  .contact-ttl:before,
  .contact-ttl:after {
    top: 8px;
    width: 30%
  }
  .contact-ttl:before {
    left: -56px;
  }
  .contact-ttl:after {
    right: -56px;
  }
}
.point-item {
  width: calc(33% - 8px);
  padding: 24px;
  background: #f3f3f3;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size : 94%;
}
.point-item:nth-child(3) {
  margin-right: 0;
}
.point-item h3 {
  line-height: 1.6;
}
.kuyou-point {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 56px;
  padding-top: 64px;
}
.page_price {
   margin-bottom: 56px;
}
small {
  display: inline-block;
  line-height: 1.7;
}
.kuyou-check_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 8px #f3f3f3;
  padding: 40px;
  margin-bottom: 72px;
}
.kuyou-check_list dt{
  width: 44%;
  margin-right: 48px;
  text-align: center;
  font-size: 1.5rem;
}
.kuyou-check_list dd {
  flex: 1;
}
.kuyou-check_list dd p::before {
  content: "・ ";
}
.kuyou-table {
  margin-bottom: 24px;
}
.kuyou-table th,
.kuyou-table td {
  border-bottom: solid 1px #ddd;
}
.kuyou-table th {
  background-color: #f1f1f1;
}
.kuyou-table td {
  text-align: right;
}
.kuyou-table h3 {
  margin-top: 40px;
}
.kuyou-table table {
  width: 100%;
}

.google_map_iframe +iframe {
  display: none;
}
@media only screen and (max-width: 600px) {
  .point-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .kuyou-point {
    display: block;
    margin-bottom: 24px;
    padding-top: 32px;
  }
  .kuyou-table h3 {
    margin-top: 12px;
  }

  .kuyou-check_list {
    border: solid 6px #f3f3f3;
    padding: 20px 16px;
    margin-bottom: 40px;
  }
  .kuyou-check_list dt{
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}


@media print{
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}