﻿.con_pnav, .con_facilities .box_fac, .con_service, .con_information {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}

@media only screen and (max-width: 1109px) {
  .con_pnav, .con_facilities .box_fac, .con_service, .con_information {
    width: 90%;
  }
}

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

.con_pnav {
  display: flex;
  margin-top: 5px;
  padding-top: 129px;
}

@media only screen and (max-width: 767px) {
  .con_pnav {
    margin-top: 1.5em;
	padding-top: 50px;
  }
}

@media only screen and (max-width: 1109px) {
  .con_pnav {
    flex-wrap: wrap;
  }
}

.con_pnav li {
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li {
    padding: 0 7px;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li {
    padding: 0 0.5em;
  }
}

.con_pnav li:before, .con_pnav li:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  background: #dfdfdf;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .con_pnav li:before, .con_pnav li:after {
    height: calc(100% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li:before, .con_pnav li:after {
    height: calc(100% - 1.5em);
  }
}

.con_pnav li:before {
  left: -1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.con_pnav li:after {
  right: -1px;
}

@media only screen and (min-width: 768px) {
  .con_pnav li {
    width: 33.33333%;
  }
  .con_pnav li:nth-child(-n+3) {
    margin-top: 0;
  }
  .con_pnav li:nth-child(3n+1):before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li {
    width: 50%;
    margin-top: .5em;
  }
  .con_pnav li:nth-child(-n+2) {
    margin-top: 0;
  }
  .con_pnav li:nth-child(odd):before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.con_pnav li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 0.5em 7px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_pnav li a {
    padding: 0.8em 0 0.5em;
  }
}

.con_pnav li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg1.png) left top;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 300ms ease;
}

.con_pnav li a:before, .con_pnav li a:after {
  font-family: FontAwesome;
  vertical-align: middle
}

.con_pnav li a:after {
  content: "";
  margin-left: .5em;
  display: block;
  line-height: 1;
  margin: 0.8em 0 0;
  transition: transform 300ms ease;
}

@media only screen and (max-width: 767px) {
  .con_pnav li a:after {
    margin: 0.5em 0 0;
  }
}

.con_pnav li a>* {
  display: block;
  line-height: 1;
}

.con_pnav li a span {
  font-size: 270%;
 /* font-family: 'Tangerine', cursive*/
  font-family: 'Staatliches', cursive;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li a span {
    font-size: 216%;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li a span {
    font-size: 170%;
  }
}

@media only screen and (min-width: 1110px) {
  .con_pnav li a span {
    letter-spacing: .08em;
  }
}

@media print {
  .con_pnav li a span {
    letter-spacing: .08em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li a span {
    letter-spacing: .06em;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li a span {
    letter-spacing: .03em;
  }
}

.con_pnav li a em {
  margin-top: 10px;
  font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li a em {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li a em {
    margin-top: .5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li a em {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li a em {
    font-size: 93%;
  }
}

@media only screen and (min-width: 1110px) {
  .con_pnav li a em {
    letter-spacing: .07em;
  }
}

@media print {
  .con_pnav li a em {
    letter-spacing: .07em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_pnav li a em {
    letter-spacing: .05em;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav li a em {
    letter-spacing: .02em;
  }
}

.con_pnav li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.con_pnav li a:hover:after {
  transform: translateY(0.3em);
}

.con_facilities {
  padding-top: 110px;
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities {
    padding-top: 3em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities {
    margin-top: 0;
  }
}

.con_facilities h3 {
  margin-bottom: 35px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities h3 {
    margin-bottom: 1.5em;
  }
}

.con_facilities .box_fac+.box_fac {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac+.box_fac {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac+.box_fac {
    margin-top: 2.5em;
  }
}

.con_facilities .box_fac .wrp_img {
  position: relative;
}

.con_facilities .box_fac .wrp_img span {
  position: absolute;
  right: 1em;
  bottom: .5em;
  color: #fff;
  font-size: 108%;
  letter-spacing: .07em;
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_img span {
    right: .5em;
    bottom: .2em;
    font-size: 100%;
    text-shadow: 1px 1px 4px #000;
  }
}

.con_facilities .box_fac .inner {
  overflow: hidden;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .inner h4 {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 {
    margin-bottom: 1.5em;
  }
}

.con_facilities .box_fac .inner h4>* {
  display: block;
  line-height: 1;
}

.con_facilities .box_fac .inner h4 span {
  font-size: 216%;
  /*font-family: 'Cormorant Infant', serif*/
  font-family: 'Staatliches', cursive;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner h4 span {
    font-size: 200%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 span {
    font-size: 185%;
  }
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .inner h4 span {
    letter-spacing: .04em;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 span {
    letter-spacing: .021em;
  }
}

.con_facilities .box_fac .inner h4 em {
  margin-top: 13px;
  font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner h4 em {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 em {
    margin-top: .8em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner h4 em {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 em {
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .inner h4 em {
    letter-spacing: .07em;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner h4 em {
    letter-spacing: .03em;
  }
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .inner .wrp_txt {
    float: right;
    width: 45.94595%;
  }
}

.con_facilities .box_fac .inner .wrp_txt .st {
  margin-bottom: 15px;
  font-size: 139%;
  letter-spacing: .05em;
  font-family: 'Questrial', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt .st {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt .st {
    margin-bottom: .5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt .st {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt .st {
    font-size: 116%;
  }
}

.con_facilities .box_fac .inner .wrp_txt .st span {
  font-size: 78%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.con_facilities .box_fac .inner .wrp_txt .txt {
  font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt .txt {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt .txt {
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .inner .wrp_txt .txt {
    letter-spacing: .1em;
    line-height: 1.85;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt .txt {
    letter-spacing: .08em;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt .txt {
    letter-spacing: .04em;
    line-height: 1.7;
  }
}

.con_facilities .box_fac .inner .wrp_txt table {
  width: 100%;
  border-bottom: 1px dotted #808080;
}

.con_facilities .box_fac .inner .wrp_txt table tr th, .con_facilities .box_fac .inner .wrp_txt table tr td {
  padding: 10px 20px;
  border-top: 1px dotted #808080;
  font-size: 108%;
  font-weight: normal;
  letter-spacing: .05em;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt table tr th, .con_facilities .box_fac .inner .wrp_txt table tr td {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt table tr th, .con_facilities .box_fac .inner .wrp_txt table tr td {
    padding: 0.5em 0.8em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_facilities .box_fac .inner .wrp_txt table tr th, .con_facilities .box_fac .inner .wrp_txt table tr td {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .inner .wrp_txt table tr th, .con_facilities .box_fac .inner .wrp_txt table tr td {
    font-size: 100%;
  }
}

.con_facilities .box_fac.col2 {
  letter-spacing: -.4em;
}

.con_facilities .box_fac.col2 li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .con_facilities .box_fac.col2 li {
    width: 45.58559%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac.col2 li {
    width: 49%;
  }
}

.con_facilities .box_fac.col2 li+li {
  margin-left: 8.82883%;
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac.col2 li+li {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac.col2 li .inner h4 span {
    font-size: 170%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac.col2 li .inner h4 em {
    font-size: 93%;
  }
}

.con_service {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_service {
    padding-top: 70px
  }
}

@media only screen and (max-width: 767px) {
  .con_service {
    padding-top: 3em;
  }
}

.con_service h3 {
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_service h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .con_service h3 {
    margin-bottom: 1.5em;
  }
}

.con_service ul {
  overflow: hidden
}

.con_service ul li {
  float: left;
  padding: 4.05405% 0.5em 2.7027%;
  border: 1px solid #464646;
  margin: 0 0 0 3.6036%;
  box-sizing: border-box;
	min-height: 211px;
}

@media only screen and (max-width: 767px) {
  .con_service ul li {
    padding: 1.5em 0.5em 1em;
	  min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .con_service ul li {
    margin: 0.5em 0 0 2%;
  }
}

@media only screen and (min-width: 768px) {
  .con_service ul li {
    width: 17.11712%;
  }
  .con_service ul li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_service ul li {
    width: 49%
  }
  .con_service ul li:nth-child(1),
  .con_service ul li:nth-child(2) {
   min-height: 133px;
  }
  .con_service ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .con_service ul li:nth-child(odd) {
    margin-left: 0;
  }
}

.con_service ul li .ic {
  margin: auto;
}

@media only screen and (min-width: 1110px) {
  .con_service ul li .ic {
    width: 58px;
  }
}

@media print {
  .con_service ul li .ic {
    width: 58px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_service ul li .ic {
    width: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .con_service ul li .ic {
    width: 2.5em;
  }
  .con_service ul li .ic img {
    width: 100%;
  }
}

.con_service ul li .txt {
  margin-top: 18.42105%;
  text-align: center;
  font-size: 108%;
}

@media only screen and (max-width: 767px) {
  .con_service ul li .txt {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_service ul li .txt {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .con_service ul li .txt {
    font-size: 93%;
  }
}

@media only screen and (min-width: 1110px) {
  .con_service ul li .txt {
    letter-spacing: .1em;
  }
}

@media print {
  .con_service ul li .txt {
    letter-spacing: .1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_service ul li .txt {
    letter-spacing: .08em;
  }
}

@media only screen and (max-width: 767px) {
  .con_service ul li .txt {
    letter-spacing: .04em;
  }
}

.con_information {
  padding-top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_information {
    padding-top: 80px
  }
}

@media only screen and (max-width: 767px) {
  .con_information {
    padding-top: 3em;
  }
}

.con_information h3 {
  margin-bottom: 35px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_information h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .con_information h3 {
    margin-bottom: 1.5em;
  }
}

.con_information table {
  width: 100%;
/*  border-bottom: 1px solid #808080
*/}

.con_information table tr th, .con_information table tr td {
  padding: 15px 20px;
  border-top: 1px solid #cccccc;
  font-size: 108%;
  font-weight: normal;
  letter-spacing: .05em;
  vertical-align: top;
	position: relative;
}
.con_information table tr.first th, .con_information table tr.first td {
	border-top: none;
}
.con_information table tr td::before{
	content: '';
	width: 1px;
	height: 61%;
	top: 50%;
	left: 0;
	background-color: #ccc;
	position: absolute;
	transform: translate(-50%,-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_information table tr th, .con_information table tr td {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_information table tr th, .con_information table tr td {
    padding: .5em;
  }
  .con_information table tr td::before{
	left: -4px;
 }
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_information table tr th, .con_information table tr td {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_information table tr th, .con_information table tr td {
    font-size: 100%;
  }
}

.con_information table tr th>*, .con_information table tr td>* {
  display: block;
  line-height: 1.4;
  font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .con_information table tr th>*, .con_information table tr td>* {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_information table tr th>*, .con_information table tr td>* {
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .con_information table tr th>*, .con_information table tr td>* {
    letter-spacing: .05em;
  }
}

@media only screen and (max-width: 767px) {
  .con_information table tr th>*, .con_information table tr td>* {
    letter-spacing: .02em;
  }
}

.con_information table tr th span, .con_information table tr td span {
  margin-top: .3em;
  /*font-family: 'Cormorant Infant', serif*/
  font-family: 'Staatliches', cursive;
}

.con_information table tr th {
  white-space: nowrap;
}

.con_information table tr td em i {
 /* font-family: 'Cormorant Infant', serif*/
  font-family: 'Staatliches', cursive;
}