@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #5a5a5a;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #5a5a5a;
}
a:visited, a:focus, a:active {
  color: #5a5a5a;
}

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

/* common */
/*------------------------------------------------*/
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .inner {
    width: 86%;
  }
}
@media only screen and (max-width: 960px) {
  .inner {
    width: 86%;
  }
}

@media only screen and (min-width: 1121px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1120px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 960px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    text-align: right;
  }
}
/* font */
/*------------------------------------------------*/
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .slidemenu {
    width: 240px;
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
#mainWrap #main #contents section .arrow {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 5;
  font-size: 0px;
  width: 16px;
  height: 6px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  right: -10;
  transform: rotate(45deg);
}
#mainWrap #main #contents section .arrow:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#mainWrap #main #contents section #backgroundList {
  background-color: #efefef;
}
#mainWrap #main #contents section #backgroundList .sectionTitle {
  padding: 90px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList .sectionTitle {
    padding: 10% 0;
  }
}
#mainWrap #main #contents section #backgroundList .sectionTitle p {
  margin-top: 30px;
}
#mainWrap #main #contents section #backgroundList ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section #backgroundList ul.one li {
  width: 100%;
}
#mainWrap #main #contents section #backgroundList ul.three li {
  width: 33.333333%;
}
#mainWrap #main #contents section #backgroundList ul.three li:nth-child(2) {
  width: 33.333333%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul.three li:nth-child(2) {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul.three li {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section #backgroundList ul.two li {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul.two li {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section #backgroundList ul li {
  background-color: #818181;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#mainWrap #main #contents section #backgroundList ul li a {
  color: #fff;
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 130px 0 110px 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul li a {
    padding: 15% 0 11% 0;
  }
}
#mainWrap #main #contents section #backgroundList ul li a h4 {
  font-size: 21px;
  letter-spacing: 0.2em;
  transition-duration: 0.5s;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul li a h4 {
    font-size: 4.2vw;
    margin-bottom: 20px;
  }
}
#mainWrap #main #contents section #backgroundList ul li a p {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  position: relative;
  z-index: 3;
  vertical-align: middle;
}
#mainWrap #main #contents section #backgroundList ul li a .detail {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul li a .detail {
    margin-top: 3%;
    margin-bottom: 9%;
  }
}
#mainWrap #main #contents section #backgroundList ul li a .link {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section #backgroundList ul li a .link {
    margin-top: 6%;
  }
}
#mainWrap #main #contents section #backgroundList ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section #backgroundList ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.97);
}
#mainWrap #main #contents section #backgroundList ul li a:hover h4 {
  letter-spacing: 0.3em;
}
#mainWrap #main #contents section #backgroundList ul li a:hover .arrow {
  margin-right: 10px;
}
#mainWrap #main #contents section #backgroundList ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
#mainWrap #main #contents section .glayBlock {
  padding: 30px;
  background-color: #efefef;
}
#mainWrap #main #contents section .glayBlock h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
#mainWrap #main #contents section .glayBlock a {
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
#mainWrap #main #contents section .glayBlock a:hover {
  text-decoration: none;
}
#mainWrap #main #contents section p {
  line-height: 2;
  font-weight: lighter;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section p {
    line-height: 1.7;
  }
}
#mainWrap #main #contents section p.caption {
  background-color: #fafafa;
  font-size: 12px;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}
#mainWrap #main #contents section .inner {
  padding: 150px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .inner {
    padding: 10% 0;
  }
}
#mainWrap #main #contents section .sectionTitle {
  text-align: center;
}
#mainWrap #main #contents section .sectionTitle.noInner {
  padding: 150px 0 90px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .sectionTitle.noInner {
    padding: 10% 0;
  }
}
#mainWrap #main #contents section .sectionTitle h3 {
  font-size: 20px;
  letter-spacing: 0.3em;
  font-weight: lighter;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .sectionTitle h3 {
    font-size: 20px;
  }
}
#mainWrap #main #contents section .sectionTitle .subInfo {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .sectionTitle .subInfo {
    margin-top: 10px;
  }
}
#mainWrap #main #contents section .sectionTitle .subInfo p {
  display: inline-block;
}
#mainWrap #main #contents section .sectionTitle .subInfo p a {
  padding: 0 20px;
  position: relative;
}
#mainWrap #main #contents section .sectionTitle .subInfo p a:hover {
  text-decoration: underline;
}
#mainWrap #main #contents section .sectionTitle .subInfo p a span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 5;
  font-size: 0px;
  width: 30px;
  height: 6px;
  vertical-align: middle;
  margin-top: -4px;
  background-color: transparent;
  transition: all 0.5s ease-out;
  color: #6d6e71;
}
#mainWrap #main #contents section .sectionTitle .subInfo p a span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6d6e71;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .sectionTitle .subInfo p a span:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  background-color: #6d6e71;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .slider img {
  width: 100%;
}
#mainWrap #main #contents section#gMap {
  background-color: #ccc;
  height: 360px;
}
#mainWrap #main #contents section .leftImgContent {
  margin-top: 70px;
}
#mainWrap #main #contents section .leftImgContent:first-child {
  margin-top: 0px;
}
#mainWrap #main #contents section .leftImgContent h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .leftImgContent h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#mainWrap #main #contents section .leftImgContent .detailBox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .leftImgContent .detailBox {
    display: block;
  }
}
#mainWrap #main #contents section .leftImgContent .detailBox .imgBlock {
  width: 610px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .leftImgContent .detailBox .imgBlock {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section .leftImgContent .detailBox .contentBlock {
  width: 340px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .leftImgContent .detailBox .contentBlock {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#mainWrap #main #contents section .leftImgContent .detailBox .contentBlock p {
  text-align: justify;
  margin-top: 20px;
}
#mainWrap #main #contents section .leftImgContent .detailBox .contentBlock p:first-child {
  margin-top: 0;
}
#mainWrap #main #contents section .leftImgContent .detailBox .contentBlock p.name {
  font-size: 24px;
  margin-bottom: 50px;
}
#mainWrap #main #contents section .menuList h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 80px;
  margin-top: 120px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .menuList h3 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 20px;
  }
}
#mainWrap #main #contents section .menuList ul {
  font-size: 0px;
}
#mainWrap #main #contents section .menuList ul li {
  width: 450px;
  display: inline-block;
  margin-top: 50px;
  margin-right: 99px;
  font-size: 0px;
  vertical-align: top;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .menuList ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #mainWrap #main #contents section .menuList ul li:first-child {
    margin-top: 0;
  }
}
#mainWrap #main #contents section .menuList ul li img {
  width: 100%;
}
#mainWrap #main #contents section .menuList ul li p {
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
}
#mainWrap #main #contents section .menuList ul li:nth-child(1) {
  margin-top: 0px;
}
#mainWrap #main #contents section .menuList ul li:nth-child(2) {
  margin-top: 0px;
}
#mainWrap #main #contents section .menuList ul li:nth-child(even) {
  margin-right: 0px;
}
#mainWrap #main #contents section .rightTableContent .detailBox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .rightTableContent .detailBox {
    display: block;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock {
  width: 53%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .tableBlock {
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl {
  display: table;
  width: 100%;
  font-size: 13px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl:last-of-type dt {
  border-bottom: 1px solid #818181;
  width: 130px;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl:last-of-type dt {
    border-bottom: 0px solid #818181;
    width: 100%;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl:last-of-type dd {
  border-bottom: 1px solid #cccccc;
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dt {
  display: table-cell;
  padding: 15px;
  border-top: 1px solid #818181;
  width: 130px;
  color: #333;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dt {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-top: 0px solid #818181;
    padding-bottom: 0px;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dd {
  display: table-cell;
  padding: 15px;
  border-top: 1px solid #cccccc;
  line-height: 1.6;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dd {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 8px;
    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dd a {
  text-decoration: underline;
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock dl dd a:hover {
  text-decoration: none;
}
#mainWrap #main #contents section .rightTableContent .detailBox .tableBlock .blkBtn {
  margin-top: 20px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock {
  width: 350px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .infoBlock {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock .infoBlockInner {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock .infoBlockInner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 1px;
  background-color: #999;
  margin-bottom: -1px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock .infoBlockInner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 1px;
  background-color: #999;
  margin-top: -1px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock .infoBlockInner h4 {
  margin-top: 30px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .infoBlock .infoBlockInner .profile {
  font-size: 12px;
  margin-bottom: 50px;
  line-height: 1.3;
  margin-top: 10px;
}
#mainWrap #main #contents section .rightTableContent .detailBox .contentBlock {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .rightTableContent .detailBox .contentBlock {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section .rightTableContent .detailBox .contentBlock h3 {
  font-size: 21px;
  margin-bottom: 90px;
  letter-spacing: 0.3em;
}
#mainWrap #main #contents section .rightTableContent .detailBox .contentBlock p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
#mainWrap #main #contents section .tableContent {
  max-width: 800px;
  margin: 0 auto;
}
#mainWrap #main #contents section .tableContent h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
#mainWrap #main #contents section .tableContent .tableBlock {
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .tableBlock {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#mainWrap #main #contents section .tableContent .tableBlock:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  background-color: #818181;
  width: 195px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .tableBlock:after {
    display: none;
  }
}
#mainWrap #main #contents section .tableContent .tableBlock dl {
  display: table;
  width: 100%;
  font-size: 13px;
}
#mainWrap #main #contents section .tableContent .tableBlock dl dt {
  display: table-cell;
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #818181;
  width: 180px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .tableBlock dl dt {
    display: block;
    width: 100%;
    padding: 15px 15px 5px 15px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
  }
}
#mainWrap #main #contents section .tableContent .tableBlock dl dd {
  display: table-cell;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #cccccc;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .tableBlock dl dd {
    display: block;
    width: 100%;
    border-top: none;
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
  }
}
#mainWrap #main #contents section .tableContent .tableBlock dl dd a {
  text-decoration: none;
}
#mainWrap #main #contents section .tableContent .tableBlock dl dd a:hover {
  text-decoration: underline;
}
#mainWrap #main #contents section .tableContent .btn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .btn {
    margin-top: 7%;
  }
}
#mainWrap #main #contents section .tableContent .btn a {
  background-color: #000;
  display: inline-block;
  width: 360px;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .tableContent .btn a {
    width: 60%;
  }
}
#mainWrap #main #contents section .tableContent .btn.tel a {
  line-height: 1.2;
  height: auto;
  padding: 10px 0;
  font-size: 12px;
}
#mainWrap #main #contents section .tableContent .btn.tel a span {
  font-size: 16px;
}
#mainWrap #main #contents section .backBt {
  text-align: center;
}
#mainWrap #main #contents section .blkBtn a {
  display: block;
  text-align: center;
  background-color: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
#mainWrap #main #contents section .blkBtn a:hover {
  background-color: #333;
}
#mainWrap #main #contents section .introduce {
  border: 1px solid #e5e5e5;
  padding: 30px;
  font-size: 0px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .introduce {
    padding: 5%;
    text-align: center;
  }
}
#mainWrap #main #contents section .introduce img {
  margin-right: 40px;
  display: inline-block;
  width: 200px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .introduce img {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
    max-width: 50%;
  }
}
#mainWrap #main #contents section .introduce .introText {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  width: calc(100% - 260px);
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .introduce .introText {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section .introduce .introText h5 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
}
#mainWrap #main #contents section .introduce .introText a {
  text-decoration: underline;
}
#mainWrap #main #contents section .introduce .introText a:hover {
  text-decoration: none;
}
#mainWrap #main #contents section .facilityList {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList {
    width: 100%;
  }
}
#mainWrap #main #contents section .facilityList ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../images/icon/brank_icon.png);
  flex-direction: row;
}
#mainWrap #main #contents section .facilityList ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList ul li {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section .facilityList ul li .facilityImg {
  background-color: #000;
  width: calc(50% + 60px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList ul li .facilityImg {
    display: block;
    width: 100%;
  }
}
#mainWrap #main #contents section .facilityList ul li .facilityImg img {
  width: 100%;
}
#mainWrap #main #contents section .facilityList ul li .facilityContent {
  background-color: #f6f6f6;
  padding: 7.5%;
  box-sizing: border-box;
  width: calc(50% - 60px);
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList ul li .facilityContent {
    display: block;
    width: 100%;
    padding: 5%;
    min-height: auto;
  }
}
#mainWrap #main #contents section .facilityList ul li .facilityContent h3 {
  margin-bottom: 35px;
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList ul li .facilityContent h3 {
    margin-bottom: 15px;
  }
}
#mainWrap #main #contents section .facilityList ul li .facilityContent p {
  line-height: 2;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .facilityList ul li .facilityContent p {
    margin-top: 20px;
  }
}
#mainWrap #main #contents section .facilityList ul li .facilityContent p:first-of-type {
  margin-top: 0px;
}
#mainWrap #main #contents section .facilityList ul li .facilityContent p a {
  width: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  transition-duration: 0.5s;
}
#mainWrap #main #contents section .facilityList ul li .facilityContent p a:hover {
  background-color: #000;
  color: #fff;
}
#mainWrap #main #contents section .cautionBox {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 70px auto;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .cautionBox {
    width: 90%;
    display: block;
    margin: 8% auto;
  }
}
#mainWrap #main #contents section .cautionBox div {
  width: 50%;
  box-sizing: border-box;
  padding-left: 10%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .cautionBox div {
    width: 100%;
  }
}
#mainWrap #main #contents section .cautionBox div h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
  #mainWrap #main #contents section .cautionBox div h4 {
    font-size: 17px;
    line-height: 1.3;
  }
}
#mainWrap #main #contents section .cautionBox div p {
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .cautionBox div {
    padding-left: 0%;
  }
}
#mainWrap #main #contents section .cautionBox div:first-child {
  border-right: 1px solid #ccc;
  padding-right: 10%;
  padding-left: 0%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .cautionBox div:first-child {
    border-right: 0px solid #ccc;
    padding-right: 0%;
    margin-bottom: 30px;
  }
}
#mainWrap #main #contents section .roomType ul li {
  margin-top: 50px;
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .roomType ul li {
    display: block;
    min-height: auto;
    margin-top: 5%;
  }
}
#mainWrap #main #contents section .roomType ul li .imgBlock {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .roomType ul li .imgBlock {
    width: 100%;
  }
}
#mainWrap #main #contents section .roomType ul li .imgBlock img {
  width: 100%;
}
#mainWrap #main #contents section .roomType ul li .contentBlock {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .roomType ul li .contentBlock {
    width: 100%;
    padding: 5% 5% 70px 5%;
    min-height: auto;
  }
}
#mainWrap #main #contents section .roomType ul li .contentBlock h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .roomType ul li .contentBlock h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#mainWrap #main #contents section .roomType ul li .contentBlock .blkBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .roomType ul li .contentBlock .blkBtn {
    bottom: 8%;
  }
}
#mainWrap #main #contents section .roomType ul li .contentBlock .blkBtn a {
  width: 60%;
  display: inline-block;
}

.instaBlock {
  max-width: 1366px;
  margin: 0 auto;
  padding: 10% 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
  .instaBlock {
    display: block;
  }
}
.instaBlock .instaLogo {
  width: 330px;
  text-align: center;
  box-sizing: border-box;
  font-size: 21px;
  color: #000;
  padding-top: 45px;
}
@media only screen and (max-width: 1120px) {
  .instaBlock .instaLogo {
    width: 100%;
    margin-bottom: 8%;
  }
}
.instaBlock .instaLogo img {
  width: 55px;
  margin-top: 20px;
}
.instaBlock .photoList {
  display: flex;
  justify-content: space-between;
  width: 960px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1120px) {
  .instaBlock .photoList {
    width: 100%;
  }
}
.instaBlock .photoList li {
  width: 20%;
}
@media only screen and (max-width: 1120px) {
  .instaBlock .photoList li {
    width: 50%;
  }
}
.instaBlock .photoList li img {
  transition: all .2s ease-in;
  opacity: 1;
}
.instaBlock .photoList li img:hover {
  opacity: 0.8;
}

.topConcept {
  text-align: center;
  margin: 0 auto;
  padding: 150px 0;
  max-width: 1000px;
}
@media only screen and (max-width: 960px) {
  .topConcept {
    width: 90%;
    padding: 12% 0;
  }
}
.topConcept h2 {
  font-size: 24px;
  letter-spacing: 0.4em;
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .topConcept h2 {
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
  }
}

#keyvijual {
  position: relative;
}
#keyvijual .slick-kv .slick-slide {
  margin: 0;
}
#keyvijual .slick-kv .slick-slide img {
  width: 100%;
}
#keyvijual .slick-dots {
  position: absolute;
    z-index: 3;
}

#keyvijual .slideLogo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  vertical-align: center;
  display: inline-block;
  margin-top: -14%;
  animation-name: SlideUp;
  /* アニメーション名 */
  animation-duration: 1s;
  /* アニメーション時間 */
}
#keyvijual .slideLogo img {
  width: 20%;
}

/**********アニメーション設定**********/
/*右から左*/
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
    /* X軸方向に0px */
  }
}
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */
  }
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(50px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */
  }
}
.single.underContents .inner {
  padding: 70px 0;
}
@media only screen and (max-width: 960px) {
  .single.underContents .inner {
    padding: 10% 0;
  }
}
.single.underContents h2 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .single.underContents h2 {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
.single.underContents .day {
  text-align: center;
  margin-bottom: 100px;
}
.single.underContents .photo {
	text-align: center;
	max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .single.underContents .day {
    margin-bottom: 8%;
  }
}
.single.underContents .singleText {
  line-height: 2;
}

#access {
  text-align: center;
}
#access h2 {
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 8%;
}
#access p {
  margin-bottom: 40px;
}
#access p.centerText {
  text-align: center;
}
#access ul li {
  margin-top: 8%;
}
#access ul li:first-child {
  margin-top: 0%;
}
#access ul li h4 {
  border: 1px solid #818181;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  #access ul li h4 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
#access ul li h5 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  color: #575757;
  margin-top: 6%;
}

#footerForm {
  background-color: #e5e5e5;
  padding: 80px 0;
  color: #333333;
}
@media only screen and (max-width: 960px) {
  #footerForm {
    display: block;
    padding: 8% 0;
  }
}
#footerForm .privateFormInner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
  #footerForm .privateFormInner {
    display: block;
    width: 90%;
  }
}
#footerForm .privateFormInner h3 {
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}
#footerForm .privateFormInner p {
  line-height: 2;
  text-align: center;
}
#footerForm .privateFormInner .privateForm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 1120px) {
  #footerForm .privateFormInner .privateForm {
    display: block;
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm dl {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
#footerForm .privateFormInner .privateForm dl dt {
  display: table-cell;
  width: 140px;
  vertical-align: top;
  padding-top: 5px;
}
#footerForm .privateFormInner .privateForm dl dt span {
  color: #d80042;
}
#footerForm .privateFormInner .privateForm dl dd {
  display: table-cell;
  vertical-align: middle;
}
#footerForm .privateFormInner .privateForm dl dd dl {
  padding-bottom: 0;
}
#footerForm .privateFormInner .privateForm dl dd dl dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding-right: 15px;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm dl dd dl dd {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
  }
}
#footerForm .privateFormInner .privateForm input[type="text"] {
  width: 100%;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm input[type="text"] {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm input[type="date"] {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
#footerForm .privateFormInner .privateForm input[type="email"] {
  width: 100%;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm input[type="email"] {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm input[type="tel"] {
  width: 100%;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm input[type="tel"] {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  height: 80px;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm textarea {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm .stay, #footerForm .privateFormInner .privateForm .number {
  position: relative;
}
#footerForm .privateFormInner .privateForm .stay:after, #footerForm .privateFormInner .privateForm .number:after {
  content: '';
  wwidth: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #575757 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}
#footerForm .privateFormInner .privateForm select {
  height: 30px;
  border: none;
  padding-left: 5px;
  padding-right: 20px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footerForm .privateFormInner .privateForm span {
  font-size: 13px;
  vertical-align: top;
}
#footerForm .privateFormInner .privateForm .leftForm {
  width: 470px;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm .leftForm {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm .rightForm {
  width: 470px;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm .rightForm {
    width: 100%;
  }
}
#footerForm .privateFormInner .privateForm .rightForm dt {
  display: table-cell;
  width: 70px;
  vertical-align: top;
  padding-top: 5px;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .privateForm .rightForm dt {
    width: 140px;
  }
}
#footerForm .privateFormInner .wpcf7-not-valid-tip {
  margin-top: 5px;
}
#footerForm .privateFormInner .wpcf7-validation-errors {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}
#footerForm .privateFormInner .sendBtn {
  text-align: center;
  margin-top: 30px;
}
#footerForm .privateFormInner .sendBtn input[type="submit"] {
  width: 260px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #262626;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 15px;
}
#footerForm .privateFormInner .sendBtn input[type="submit"]:hover {
  background-color: #121212;
}
@media only screen and (max-width: 960px) {
  #footerForm .privateFormInner .sendBtn input[type="submit"] {
    width: 100%;
  }
}

#mainWrap #main #contents section .topNews {
  margin-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .topNews {
    margin-bottom: 10%;
  }
}
#mainWrap #main #contents section .topNews h3 {
  font-size: 21px;
  text-align: center;
  padding: 120px 0 100px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .topNews h3 {
    padding: 12% 0 30px 0;
    font-size: 5.4vw;
  }
}
#mainWrap #main #contents section .topNews ul {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 90px;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .topNews ul {
    width: 86%;
    margin-bottom: 0%;
  }
}
#mainWrap #main #contents section .topNews ul li {
  width: 250px;
  margin-right: 60px;
}
#mainWrap #main #contents section .topNews ul li .photo{
	width: 250px;
	height: 160px;
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 960px) {
	#mainWrap #main #contents section .topNews ul li .photo {
		width: 100%;
		height: 28vw;
	}
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .topNews ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #mainWrap #main #contents section .topNews ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#mainWrap #main #contents section .topNews ul li p.day {
  font-size: 11px;
  margin-top: 10px;
}
#mainWrap #main #contents section .topNews ul li p.title {
  font-size: 13px;
  line-height: 1.6;
}
#mainWrap #main #contents section .topNews ul li:nth-child(4n) {
  margin-right: 0;
}
#mainWrap #main #contents section .topNews ul li:hover p.title {
  font-size: 13px;
  line-height: 1.6;
  text-decoration: underline;
}
#mainWrap #main #contents section .topNews .linkBtn {
  text-align: center;
}
#mainWrap #main #contents section .topNews .linkBtn a {
  display: inline-block;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  width: 200px;
  letter-spacing: 0.05em;
  background-color: #fff;
  transition: all .2s ease-in;
}
#mainWrap #main #contents section .topNews .linkBtn a:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.google-map {
  width: 100%;
  height: 100%;
}

.topMap {
  display: flex;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .topMap {
    display: block;
  }
}
.topMap .map {
  width: 50%;
  background-color: #000;
}
@media only screen and (max-width: 960px) {
  .topMap .map {
    width: 100%;
    height: 360px;
  }
}
.topMap .map .gm-style-iw {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.topMap .map .gm-style-iw h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.topMap .map .gm-style-iw a {
  background-color: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  margin-top: 15px;
  display: inline-block;
  transition: all .2s ease-in;
}
.topMap .map .gm-style-iw a:hover {
  background-color: #575757;
}
.topMap .mapInfo {
  width: 50%;
  background-color: #efefef;
  padding: 9%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .topMap .mapInfo {
    width: 100%;
    padding: 12% 7%;
  }
}
.topMap .mapInfo h3 {
  font-size: 21px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .topMap .mapInfo h3 {
    line-height: 1.5;
    font-size: 5.4vw;
    margin-bottom: 30px;
  }
}
.topMap .mapInfo p {
  margin-bottom: 50px;
}
.topMap .mapInfo .lineBtn {
  text-align: left;
  margin-bottom: 0px;
}

.lineBtn {
  text-align: center;
}
.lineBtn a {
  display: inline-block;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  letter-spacing: 0.05em;
  transition: all .2s ease-in;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .lineBtn a {
    padding: 0 20px;
    width: auto;
  }
}
.lineBtn a span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 5;
  font-size: 0px;
  width: 30px;
  height: 6px;
  vertical-align: middle;
  margin-top: -4px;
  background-color: transparent;
  transition: all 0.5s ease-out;
  color: #6d6e71;
}
.lineBtn a span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6d6e71;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
  transition: all 0.5s ease-out;
}
.lineBtn a span:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  background-color: #6d6e71;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
.lineBtn a:hover {
  background-color: black;
  border: 1px solid #000;
  color: #fff;
}
.lineBtn a:hover span:before {
  background-color: #fff;
  right: -10px;
}
.lineBtn a:hover span:after {
  background-color: #fff;
  left: 7px;
}

.slideLogo {
  display: none;
  -webkit-animation: fadein 0.2s linear 0s 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainWrap #main #contents.thanks .pageTitle {
  padding-bottom: 0;
}
#mainWrap #main #contents.thanks .smallInner {
  padding-top: 20px;
}
#mainWrap #main #contents.terms-and-conditions .smallInner {
  padding-top: 20px;
}
#mainWrap #main #contents.terms-and-conditions .pageKeyvijual {
  display: none;
}
#mainWrap #main #contents.terms-and-conditions .pageTitle {
  padding-bottom: 0;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner {
  line-height: 1.8;
  font-size: 14px;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner h2 {
  margin-top: 6%;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner h2:first-child {
  margin-top: 0;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner ol {
  padding-left: 20px;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner ol li:last-child {
  margin-bottom: 0;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner table tr th {
  border-bottom: 1px solid #818181;
  padding: 15px 0;
  vertical-align: middle;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner table tr td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  vertical-align: middle;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner table tr:first-child th {
  border-top: 1px solid #818181;
  padding: 15px 0;
}
#mainWrap #main #contents.terms-and-conditions #contract .smallInner table tr:first-child td {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.red {
  color: #d80042;
}

#mainWrap #main #contents.contact .smallInner {
  padding-top: 20px;
  text-align: center;
}
#mainWrap #main #contents.contact .smallInner a {
  text-decoration: underline;
}
#mainWrap #main #contents.contact .smallInner a:hover {
  text-decoration: none;
  text-decoration: none;
}
#mainWrap #main #contents.contact .smallInner .agreeBox {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 7% 0;
}
#mainWrap #main #contents.contact .smallInner .form {
  text-align: left;
}
#mainWrap #main #contents.contact .smallInner .form dl {
  display: table;
  width: 100%;
  font-size: 13px;
}
#mainWrap #main #contents.contact .smallInner .form dl dt {
  display: table-cell;
  padding: 15px 0;
  width: 150px;
  vertical-align: top;
}
#mainWrap #main #contents.contact .smallInner .form dl dd {
  display: table-cell;
  padding: 15px 0;
  line-height: 1.6;
}
#mainWrap #main #contents.contact .smallInner .form dl dd .wpcf7-list-item {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
#mainWrap #main #contents.contact .smallInner .form dl dd .wpcf7-list-item:first-child {
  margin-top: 0;
}
#mainWrap #main #contents.contact .smallInner .form dl dd input::placeholder {
  color: #b2b2b2;
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="text"] {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents.contact .smallInner .form dl dd input[type="text"] {
    width: 100%;
  }
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="text"]:focus {
  background-color: #f7f7f7;
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="email"] {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="email"]:focus {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents.contact .smallInner .form dl dd input[type="email"] {
    width: 100%;
  }
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="tel"] {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#mainWrap #main #contents.contact .smallInner .form dl dd input[type="tel"]:focus {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents.contact .smallInner .form dl dd input[type="tel"] {
    width: 100%;
  }
}
#mainWrap #main #contents.contact .smallInner .form dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  height: 300px;
  background-color: #e6e6e6;
}
#mainWrap #main #contents.contact .smallInner .form dl dd textarea:focus {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents.contact .smallInner .form dl dd textarea {
    width: 100%;
  }
}
#mainWrap #main #contents.contact .sendBtn {
  text-align: center;
  margin-top: 30px;
}
#mainWrap #main #contents.contact .sendBtn input[type="submit"] {
  width: 260px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #262626;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 15px;
}
#mainWrap #main #contents.contact .sendBtn input[type="submit"]:hover {
  background-color: #121212;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents.contact .sendBtn input[type="submit"] {
    width: 100%;
  }
}
#mainWrap #main #contents.contact .pageKeyvijual {
  display: none;
}
#mainWrap #main #contents.contact .pageTitle {
  padding-bottom: 0;
}

#frmplanseek #booking_inner .booking_date {
  padding-bottom: 15px;
  font-size: 14px;
}
#frmplanseek #booking_inner .booking_date:last-child {
  margin-bottom: 0;
}
#frmplanseek #booking_inner .booking_date dl {
  display: table;
}
@media only screen and (max-width: 960px) {
  #frmplanseek #booking_inner .booking_date dl {
    display: block;
    width: 100%;
  }
}
#frmplanseek #booking_inner .booking_date dl dt {
  display: table-cell;
  width: 100px;
}
@media only screen and (max-width: 960px) {
  #frmplanseek #booking_inner .booking_date dl dt {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #frmplanseek #booking_inner .booking_date dl dt br {
    display: none;
  }
}
#frmplanseek #booking_inner .booking_date dl dd {
  display: table-cell;
}
@media only screen and (max-width: 960px) {
  #frmplanseek #booking_inner .booking_date dl dd {
    display: block;
    width: 100%;
  }
}
#frmplanseek #booking_inner .booking_date dl dd input[type="text"] {
  height: 32px;
  box-sizing: border-box;
  margin-right: 10px;
}
#frmplanseek #booking_inner .booking_date dl dd select {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  margin-right: 10px;
}
#frmplanseek #booking_inner .booking_date dl dd div {
  margin-bottom: 10px;
  display: inline-block;
}
#frmplanseek #booking_inner .booking_date dl dd div:nth-child(2) {
  margin-bottom: 0px;
}
#frmplanseek #booking_inner .booking_date h4 {
  margin-bottom: 5px;
  font-size: 13px;
}
#frmplanseek #booking_inner hr {
  display: none;
}
#frmplanseek input[type="button"] {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  color: #575757;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin-top: 10px;
}
#frmplanseek input[type="button"]:hover {
  background-color: #fafafa;
}
@media only screen and (max-width: 960px) {
  #frmplanseek input[type="button"] {
    width: 100%;
  }
}








#frmplanseek02 #booking_inner .booking_date {
    padding-bottom: 15px;
    font-size: 14px;
}
#frmplanseek02 #booking_inner .booking_date:last-child {
    margin-bottom: 0;
}
#frmplanseek02 #booking_inner .booking_date dl {
    display: table;
}
@media only screen and (max-width: 960px) {
    #frmplanseek02 #booking_inner .booking_date dl {
        display: block;
        width: 100%;
    }
}
#frmplanseek02 #booking_inner .booking_date dl dt {
    display: table-cell;
    width: 100px;
}
@media only screen and (max-width: 960px) {
    #frmplanseek02 #booking_inner .booking_date dl dt {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    #frmplanseek02 #booking_inner .booking_date dl dt br {
        display: none;
    }
}
#frmplanseek02 #booking_inner .booking_date dl dd {
    display: table-cell;
}
@media only screen and (max-width: 960px) {
    #frmplanseek02 #booking_inner .booking_date dl dd {
        display: block;
        width: 100%;
    }
}
#frmplanseek02 #booking_inner .booking_date dl dd input[type="text"] {
    height: 32px;
    box-sizing: border-box;
    margin-right: 10px;
}
#frmplanseek02 #booking_inner .booking_date dl dd select {
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    margin-right: 10px;
}
#frmplanseek02 #booking_inner .booking_date dl dd div {
    margin-bottom: 10px;
    display: inline-block;
}
#frmplanseek02 #booking_inner .booking_date dl dd div:nth-child(2) {
    margin-bottom: 0px;
}
#frmplanseek02 #booking_inner .booking_date h4 {
    margin-bottom: 5px;
    font-size: 13px;
}
#frmplanseek02 #booking_inner hr {
    display: none;
}
#frmplanseek02 input[type="button"] {
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    color: #575757;
    letter-spacing: 0.1em;
    font-size: 15px;
    margin-top: 10px;
}
#frmplanseek02 input[type="button"]:hover {
    background-color: #fafafa;
}
@media only screen and (max-width: 960px) {
    #frmplanseek02 input[type="button"] {
        width: 100%;
    }
}






#contents .slh {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 8% 0% 0% 0%;
}
@media only screen and (max-width: 960px) {
  #contents .slh {
    padding: 8% 7% 0% 7%;
  }
}
#contents .bottom {
  padding-bottom: 8%;
}

.slh {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 8%;
  text-align: center;
  padding: 8% 7% 0% 7%;
}
@media only screen and (max-width: 960px) {
  .slh {
    padding: 8% 7% 0% 7%;
  }
}
.slh h3 {
  font-size: 21px;
  margin-bottom: 6%;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1120px) {
  .slh h3 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1120px) {
  .slh p {
    text-align: left;
  }
}
.slh p a {
  text-decoration: underline;
}
.slh p a:hover {
  text-decoration: none;
}
.slh .slhLogo {
  margin-top: 40px;
  text-align: center;
}
.slh .slhLogo img {
  max-width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 1120px) {
  .slh .slhLogo img {
    max-width: auto;
    width: 180px;
  }
}
.slh .torikumi {
  padding: 6%;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.slh .torikumi ul li {
  text-align: left;
  margin-top: 20px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.slh .torikumi ul li:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  top: 3px;
  left: 0;
}
.slh .torikumi ul li:first-child {
  margin-top: 0;
}
.slh .lineBox {
  padding: 6%;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.slh .lineBox h4 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 6%;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1120px) {
  .slh .lineBox h4 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.slh .lineBox p {
  text-align: left;
}
.slh .lineBox ul li {
  text-align: left;
  margin-top: 20px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.slh .lineBox ul li:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  top: 3px;
  left: 0;
}
.slh .lineBox ul li:first-child {
  margin-top: 0;
}
.slh .capt {
  margin-top: 15px;
}