@charset "utf-8";
html,
body {
  color: #373433;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 14px;
  transition: .5s;
  -webkit-transition: .5s;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #373433;
  transition: .5s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

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

.key-stone {
  position: relative;
}

.yuge-r {
  position: absolute;
  width: 160px;
  right: 7%;
  top: -45px;
  z-index: 9999;
  opacity: 0;
}

.yuge-l {
  position: absolute;
  width: 160px;
  left: 7%;
  top: -45px;
  z-index: 9999;
  opacity: 0;
}

.slide-up {
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transition: 1s;
}

.slide-down {
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transition: 1s;
}

.go {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.barlow {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.yu-go {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.pc_none {
  display: none;
}

.text-red {
  color: #f21d1d;
}

.inner_link {
  display: block;
  width: 237px;
  max-width: 100%;
  margin: 50px auto;
}

#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 12px;
  width: 14px;
  height: 12px;
  padding: 14px;
  cursor: pointer;
  z-index: 11111;
  border: 1px solid #034439;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #034439;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 6px;
}

#nav-toggle span:nth-child(3) {
  top: 12px;
}

.open #nav-toggle span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.wrap {
  position: relative;
}

header {
  position: fixed;
  top: 32px;
  left: 16px;
  width: 290px;
  z-index: 1000;
}

nav {
  margin-top: 50px;
  margin-left: 14px;
  /* 30px - 16px(left:16px) */
}

nav li {
  line-height: 32px;
}

nav a {
  letter-spacing: .2em;
}

#sns {
  position: fixed;
  bottom: 32px;
  left: 50px;
  width: 25px;
}

#sns li {
  margin-bottom: 5px;
}

main {
  margin-left: 125px;
  width: calc(100% - 125px);
}

main .contents {
  width: 94%;
  max-width: 820px;
  margin: 0 auto;
}

footer {
  background: #f4f4f4;
  padding: 70px 0;
  color: #034439;
  text-align: center;
}

footer .contents {
  margin-left: 125px;
}

footer img {
  margin-bottom: 25px;
}


/*====================================================================================================*/
/*   TOP
/*====================================================================================================*/

#sp_slide {
  display: none;
}

.hero {
  width: 100%;
  margin-bottom: 120px;
}

.hero h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: #034439;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 35px;
}

.lead-text {
  line-height: 40px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.lead-text h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 56px;
	margin-bottom: 28px;
}

.big-letter {
	font-size: 2em;
	margin-right: 2px;
}

.news {
  padding: 50px 0;
  border-top: 2px solid #373433;
  border-bottom: 2px solid #373433;
  margin-bottom: 80px;
}

.news ul {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news ul {
    width: 100%;
  }
}

.post_time {
  font-size: .7em;
  margin-right: 12px;
}

.news h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: .25em;
  margin-bottom: 40px;
}

.news li {
  margin-bottom: 25px;
}

.news li:last-child {
  margin-bottom: 0;
}

.news a {
  font-size: 18px;
  letter-spacing: .1em;
  padding: 4px 8px;
  border-bottom: 1px solid #a4a4a4;
}

.instagram {
  color: #034439;
  margin-bottom: 130px;
}

.instagram h2 {
  font-weight: 500;
  letter-spacing: .03em;
}

.instagram .flex {
  justify-content: space-between;
}

.instagram .flex div {
  max-width: 200px;
}

.facilities {
  margin-bottom: 130px;
}



.facilities .flex {
  margin-bottom: 60px;
}

.facilities .pic {
  width: 52%;
  height: 500px;
  background-size: auto 700px;
  background-repeat: no-repeat;
  background-position: center 70%;
  overflow: hidden;
}

.facilities .spa {
  background-image: url(img/spa.jpg);
}

.facilities .pool {
  background-image: url(img/pool.jpg);
}

.facilities .studio {
  background-image: url(img/studio.jpg);
}

.facilities .text {
  width: 48%;
  height: 500px;
  background: #f4f4f4;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facilities h2 {
  font-size: 25px;
  font-weight: 400;
  color: #034439;
  line-height: 1.2;
  margin: 20px 0;
	letter-spacing: 2px;
}

.facilities h2 span {
  display: block;
}

.facilities .text img {
  width: 75px;
}

.facilities .text div div {
  text-align: left;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
	letter-spacing: 1px;
}

.facilities .inner_link {
  width: 390px;
}

.bodaira {
  margin-bottom: 100px;
}

.bodaira .map {
  position: relative;
  width: 100%;
  height: 850px;
  background-image: url(img/bodaira_map.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.bodaira .map li a {
  display: block;
  position: absolute;
  font-size: 21px;
  color: #fff;
  /*background-color: #0D4B41;*/
  top: 50%;
  left: 50%;
  padding: 3px 10px;
  border-radius: 5px;
}

.bodaira .map li a:before {
  content: "■";
  margin-right: 2px;
}

.liza a {
  transform: translate(175px, -140px);
}

.pension-v a {
  transform: translate(-105px, -32px);
}

.athlete-v a {
  transform: translate(-34px, 24px);
}

.echo a {
  transform: translate(-89px, 102px);
}

.sarukura a {
  transform: translate(-55px, 280px);
}

.bus_timetable {
  color: #fff;
  background-color: #a4a4a4;
  padding: 8px 24px;
  margin-right: 16px;
}

.bus_notice {
  color: #a4a4a4;
}

.access .googlemap {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 370px;
  height: 0;
  overflow: hidden;
}

.access .googlemap iframe,
#kogenyu-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.about {
  margin-bottom: 160px;
  font-size: 19px;
  color: #034439;
  text-align: center;
  line-height: 2.1;
}

.about .barlow {
  display: block;
  font-size: 27px;
  margin-bottom: -25px;
  letter-spacing: .05em;
}

.about .barlow span {
  font-size: 70px;
}

.about .barlow a {
  color: #034439;
}

.about .contents div {
  width: 90%;
  max-width: 800px;
  padding: 25px;
  color: #fff;
  font-size: 28px;
  background: #034439;
  margin: 50px auto 0;
  box-sizing: border-box;
  line-height: 1.4;
}

.about .contents div span {
  font-size: 19px;
  vertical-align: middle;
}

.about .contents div span.text_underline {
  text-decoration: underline;
  line-height: 3;
}

.about .contents div span.fs24 {
	font-size: 27px;
  }

.link {
  margin-bottom: 40px;
}

.link .banner {
  display: flex;
  justify-content: center;
}

.link .banner li {
  max-width: 240px;
}


/*====================================================================================================*/
/*   FEE
/*====================================================================================================*/

#fee .contents {
  max-width: 700px;
}

#fee section {
  margin-bottom: 60px;
}

#fee section h2 {
  text-align: center;
  margin-bottom: 24px;
}

#fee table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 2px solid #034439;
  margin-bottom: 36px;
}

#fee table .ta-left {
  text-align: left;
}

#fee table tr.b-b {
  border-bottom: 1px solid #034439;
}

#fee table tr.b-b2 {
  border-bottom: 2px solid #034439;
}

#fee table th,
#fee table td {
  vertical-align: middle;
}

#fee table th {
  background-color: #034439;
  color: #fff;
  padding: 5px 16px;
}

#fee table td {
  padding: 24px 16px;
  line-height: 1.2;
}

#fee table span {
  font-size: 11px;
}

#fee p {
  font-size: 13px;
  margin-top: -24px;
  margin-bottom: 36px;
}

#fee ul {
  font-size: 13px;
  list-style: disc;
}


/*====================================================================================================*/
/*   FACILITIES
/*====================================================================================================*/

#facilities .hero {
  padding-top: 0;
}

#facilities .fa_map_area {
  position: relative;
  width: 750px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}

#facilities .fa_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/map.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#facilities .map_nav li a {
  display: block;
  position: absolute;
  text-indent: -9999px;
}

#facilities .map_nav .pool {
  top: 10.08%;
  left: 18.47%;
  width: 26%;
  height: 32%;
}

#facilities .map_nav .spa {
  top: 15.5%;
  left: 45.33%;
  width: 37.87%;
  height: 23%;
}

#facilities .map_nav .multi {
  top: 64.75%;
  left: 4.4%;
  width: 28.8%;
  height: 23.75%;
}

#facilities .map_nav .common {
  top: 45.67%;
  left: 37.47%;
  width: 24.67%;
  height: 36.5%;
}

#facilities .map_nav .studio {
  top: 64.42%;
  left: 70%;
  width: 26.47%;
  height: 26.2%;
}

#facilities a.reserve_btn {
  margin-bottom: 0;
}

#facilities section {
  padding: 80px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #373433;
}

#facilities section#common {
  border-bottom: none;
}

#facilities .contents {
  max-width: 700px;
}

#facilities h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  color: #034439;
  margin-bottom: 30px;
  position: relative;
}

#facilities h2 span {
  font-size: 25px;
}

.slider-id-1:after {
  position: absolute;
  display: block;
  content: '';
  width: 85px;
  height: 58px;
  background: url(img/pict_spa.png);
  background-size: contain;
  top: -83px;
  right: 25px;
}

.slider-id-2:after {
  position: absolute;
  display: block;
  content: '';
  width: 39px;
  height: 55px;
  background: url(img/pict_pool.png);
  background-size: contain;
  top: -80px;
  right: 25px;
}

.slider-id-3:after {
  position: absolute;
  display: block;
  content: '';
  width: 48px;
  height: 57px;
  background: url(img/pict_studio.png);
  background-size: contain;
  top: -82px;
  right: 25px;
}

#facilities figcaption {
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  font-size: 12px;
  background-color: #e3e3e3;
  box-sizing: border-box;
}

#facilities .thumbnail-list {
  display: flex;
  margin-bottom: 65px;
}

#facilities .thumbnail-item {
  width: 112px;
  margin-right: 5px;
  position: relative;
}

#facilities .thumbnail-item:last-child {
  margin-right: 0;
}

#facilities .thumbnail-item:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
  background-color: rgba(0, 0, 0, 0.5);
}

#facilities .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

#facilities table {
  width: 100%;
  font-size: 16px;
}

#facilities table th {
  display: block;
  margin-bottom: 15px;
  width: 240px;
  height: 35px;
  padding: 4px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #373433;
  margin-right: 30px;
}

#facilities .text-red {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#facilities .to_top {
  opacity: 0;
  transition: .35s;
}

#facilities .to_top a {
  position: fixed;
  display: block;
  width: 20px;
  height: 90px;
  bottom: 20px;
  right: 20px;
}

.link_faq {
	display: block;
	width: 240px;
	font-weight: bold;
	margin: 12px auto;
	padding: 6px;
	border-bottom: 1px solid #000;
}


/*====================================================================================================*/
/*   RESERVATION
/*====================================================================================================*/

#reservation h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

#reservation a.reserve_btn, a.reserve_btn {
  display: block;
  background: #034439;
  color: #fff;
  font-size: 36px;
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 120px;
  padding: 40px 0;
  font-family: serif;
}

#reservation a.reserve_btn span, a.reserve_btn span {
  font-size: 14px;
  display: block;
}

#reservation .tel_or_mail {
  font-size: 18px;
  font-family: serif;
  text-align: center;
  margin-bottom: 14px;
}

#reservation .attention {
  width: 90%;
  max-width: 600px;
  padding: 40px;
  border: 1px solid #373433;
  box-sizing: border-box;
  margin: 70px auto;
  font-size: 20px;
  text-align: center;
}

#reservation .barlow {
  font-size: 40px;
  color: #034439;
  text-align: center;
  margin-bottom: 80px;
}

#reservation .barlow span {
  font-size: 70px;
}

#reservation a {
  color: #034439;
}

#reservation .contents {
  padding-bottom: 120px;
}

#reservation .notice {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 40px;
}

#reservation .notice li {
  position: relative;
  margin-bottom: 10px;
}

#reservation .notice li::before {
  position: absolute;
  left: -15px;
  top: 5px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #034439;
  border-radius: 50%;
}

#reservation .do_reserv a {
  display: block;
  padding: 10px 25px;
  color: #fff;
  background-color: #034439;
  width: 100%;
  max-width: 300px;
  margin: 10px auto 25px;
  text-align: center;
}

#reservation .do_reserv a:hover {
  opacity: .8;
}

#reservation table {
  width: 100%;
  margin-bottom: 40px;
}

#reservation table th,
#reservation table td {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 1px;
}

#reservation table th {
  color: #034439;
}

#reservation table td {
  margin-bottom: 25px;
}

#reservation select,
#reservation input {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  height: 27px;
  padding: 1px;
}

#reservation textarea {
  width: 100%;
  max-width: 100%;
}

#reservation input.button {
  display: block;
  padding: 10px 25px;
  color: #fff;
  background-color: #034439;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 10px auto 25px;
  border: none;
  cursor: pointer;
}

#reservation input.button:hover {
  opacity: .8;
}


/*====================================================================================================*/
/*   SUPPORT
/*====================================================================================================*/

#support {
  margin-bottom: 100px;
}

#support .lead_text {
  font-size: 17px;
  text-align: center;
  line-height: 2;
}

#support h2 {
  width: 360px;
  padding: 18px 0;
  border: 1px solid #373433;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 100px auto 0;
}

#support h3 {
	margin-top: 65px;
	text-align: center;
}

#support p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 65px;
}

#support h3+p {
	margin-top: 10px;
}

#support a {
  display: block;
  width: 180px;
  font-size: 18px;
  text-align: center;
  padding: 10px 16px;
  border-bottom: 1px solid #373433;
  margin: 70px auto;
}


/*====================================================================================================*/
/*   INFO
/*====================================================================================================*/

#info section {
  border-bottom: 2px solid #373433;
  padding: 40px 0 90px;
}

#info section:last-child {
  margin-bottom: 150px;
}

#info .hero {
  margin-bottom: 0;
}

#info time {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 55px;
}

#info h2 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 500;
}

#info article p {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.5;
}

#info article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#info .page_link {
  padding: 40px 0 62px;
}

#info .page_link::after {
  clear: both;
  content: "";
}

#info .page_link .text_left {
  float: left;
}

#info .page_link .text_right {
  float: right;
}

@media screen and (max-width: 875px) {
  #facilities .fa_map_area {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
  }
}


/*====================================================================================================*/
/*   FAQ
/*====================================================================================================*/
#faq {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

#faq h2 {
	color: #034439;
  font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #034439;
	margin-bottom: 32px;
	transition: .3s;
	cursor: pointer;
}

#faq h2::before {
	content: "▲";
	margin-left: 12px;
	margin-right: 12px;
}

#faq h2.on::before {
	content: "▼";
}

#faq .q_a {
	display: none;
	transition: .3s;
	margin-bottom: 48px;
}

#faq h3 {
	color: #1e1c1b;
  font-weight: normal;
	margin-left: 44px;
	margin-bottom: 8px;
}

#faq h3::before {
	content: "Q.";
	margin-right: 2px;
}

#faq p {
	color: #606060;
	margin-left: 44px;
	margin-bottom: 32px;
}


/*====================================================================================================*/
/*====================================================================================================*/
/*   for mobile start
/*====================================================================================================*/
/*====================================================================================================*/

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  #nav-toggle {
    display: block;
    opacity: 0;
  }
  header {
    position: relative;
    top: 0;
    left: 0;
  }
  #logo {
    display: none;
    position: fixed;
    width: 290px;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .5s;
  }
  .home #logo {
    display: block;
  }
  .fade-out {
    opacity: 0;
  }
  .home #logo.none {
    display: none;
  }
  nav {
    margin: 0;
    position: fixed;
    left: 100%;
    width: 250px;
    height: 100vh;
    padding-top: 70px;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    -webkit-transition: .25s;
    transition: .25s;
  }
  .open nav {
    left: calc(100% - 250px);
  }
	.hero h1 span {
	display: block;
	}

  #sns {
    display: none;
  }
  main {
    margin-left: 0;
    width: 100%;
  }
  .inner_link {
    width: 180px;
    margin: 35px auto;
  }
  footer {
    padding: 35px 0;
  }
  footer .contents {
    margin-left: 0;
  }
  footer img {
    margin-bottom: 10px;
  }
  /*====================================================================================================*/
  /*   INFO
/*====================================================================================================*/
  #info h1 img {
    max-width: 185px;
  }
  #info time {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #info h2 {
    font-size: 22px;
  }
  #info article p {
    font-size: 13px;
  }
  /*====================================================================================================*/
  /*   SUPPORT
/*====================================================================================================*/
  #support h1 img {
    max-width: 150px;
  }
  #support h4,
  #support h4+p {
    margin-left: 0;
  }
  /*====================================================================================================*/
  /*   RESERVATION
/*====================================================================================================*/
  #reservation h1 img {
    max-width: 185px;
  }
  #reservation h2 {
    font-size: 25px;
  }
  #reservation .attention {
    width: 96%;
    max-width: 600px;
    padding: 30px 15px;
    margin: 50px auto;
    font-size: 14px;
  }

  #reservation a.reserve_btn, a.reserve_btn {
    font-size: 24px;
    padding: 16px 0;
  }
  #reservation .barlow {
    font-size: 20px;
  }
  #reservation .barlow span {
    font-size: 35px;
  }
  /*====================================================================================================*/
  /*   FACILITIES
/*====================================================================================================*/
  #facilities .hero h1 img {
    max-width: 170px;
  }
  #facilities h2 {
    font-size: 33px;
  }
  #facilities h2 span {
    display: block;
    font-size: 19px;
  }
  #facilities figcaption {
    font-size: 9px;
  }
  #facilities table {
    font-size: 13px;
  }
  #facilities table th {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #facilities table td {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  /*====================================================================================================*/
  /*   FACILITY FEE
/*====================================================================================================*/
  #fee h1 img {
    max-width: 170px;
  }
  #fee section {
    margin-bottom: 30px;
  }
  #fee table {
    font-size: 13px;
  }
  #fee table th {
    padding: 5px 3px;
  }
  #fee table td {
    padding: 10px 3px;
  }
  #fee table span {
    font-size: 7px;
  }
  #fee p {
    font-size: 11px;
  }
  /*====================================================================================================*/
  /*   TOP
/*====================================================================================================*/
  #pc_slide {
    display: none;
  }
  #sp_slide {
    display: block;
    width: 100%;
  }
  .yuge-r,
  .yuge-l {
    display: none;
  }
  .hero {
    margin-bottom: 50px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .lead-text {
    width: 86%;
    font-size: 11px;
  }

  .news {
    padding: 25px 0;
    margin-bottom: 50px;
  }
  .news h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .news li {
    margin-bottom: 15px;
  }
  .news a {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .instagram {
    margin-bottom: 75px;
  }
  .instagram .flex {
    flex-wrap: wrap;
  }
  .instagram .flex div {
    width: 40%;
    max-width: 50%;
    flex-grow: 1;
    margin: 0 3px 3px 0;
  }
  .instagram .flex div:nth-child(2n) {
    margin-right: 0;
  }
  .facilities .flex {
    margin-bottom: 0;
    flex-direction: column;
  }
  .facilities .flex .reverse {
    flex-direction: column;
  }
  .facilities .flex div {
    width: 100%;
  }
  .facilities .pic {
    height: 300px;
  }
  .facilities .text {
    height: 300px;
  }
  .facilities h2 {
    font-size: 22px;
  }
  .facilities h2 span {
    display: inline;
  }
  .facilities .inner_link {
    width: 180px;
  }
  .bodaira {
    margin-bottom: 40px;
  }
  .bodaira .map {
    height: 400px;
    background-size: cover;
  }
  .bodaira .map li a {
    font-size: 11px;
  }
  .liza a {
    transform: translate(55px, -69px);
  }
  .pension-v a {
    transform: translate(-60px, -15px);
  }
  .athlete-v a {
    transform: translate(-30px, 8px);
  }
  .echo a {
    transform: translate(-50px, 44px);
  }
  .sarukura a {
    transform: translate(-40px, 130px);
  }
	.bus_timetable {
	display: block;
	text-align: center;
	margin-bottom: 16px;
	}

  .access .googlemap {
    margin-top: 45px;
    padding-bottom: 185px;
  }
  .about {
    font-size: 10px;
    margin-bottom: 60px;
  }
  .about .barlow {
    font-size: 13px;
  }
  .about .barlow span {
    font-size: 35px;
  }
  .about .contents div {
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
    padding: 25px 0;
  }
  .about .contents div span {
    font-size: 10px;
  }
}


/* 767 end */

@media screen and (max-width: 415px) {
  .facilities .pic {
    background-size: auto 300px;
  }
}


/* 415 end */