@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities_banquet_meeting.css
 author     : Ability Consultant
 style info : 会議・研修
=================================================================== */
.con_int, .con_point, .con_ex, .con_hall .con_menu, .con_plan {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_int, .con_point, .con_ex, .con_hall .con_menu, .con_plan {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_int, .con_point, .con_ex, .con_hall .con_menu, .con_plan {
    padding: 0 5.72917%;
  }
}
.ie8 .con_int, .ie8 .con_point, .ie8 .con_ex, .ie8 .con_hall .con_menu, .con_hall .ie8 .con_menu, .ie8 .con_plan {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_point, .con_ex, .con_hall .con_menu, .con_plan {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin: 80px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin: 10% auto;
  }
}
.con_int .title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 215%;
  margin-bottom: 15px;
  letter-spacing: .1em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin-bottom: 3%;
  }
}
.con_int .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    text-align: left;
  }
  .con_int .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 186%;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point h3 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point h3 {
    font-size: 143%;
  }
}
.con_point ul {
  overflow: hidden;
}
.con_point ul li {
  float: left;
  margin-top: 30px;
  width: 17.64706%;
  margin-left: 2.94118%;
}
@media only screen and (max-width: 767px) {
  .con_point ul li {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point ul li {
    width: 31.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_point ul li:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media print {
  .con_point ul li:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
  }
}
.ie8 .con_point ul li:nth-child(5n+1) {
  margin-left: 0;
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}
.con_point ul li .pho img {
  display: block;
}
.con_point ul li .box_txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5em;
}
.con_point ul li .box_txt .num {
  font-family: "Times New Roman", serif;
  font-size: 229%;
  font-style: italic;
}
.con_point ul li .box_txt dl dt {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 136%;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point ul li .box_txt dl dt {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .box_txt dl dt {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .box_txt dl dt {
    font-weight: bold;
  }
}
.con_point ul li .box_txt dl dd {
  margin-top: 20px;
  font-size: 100%;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_point ul li .box_txt dl dd {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point ul li .box_txt dl dd {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .box_txt dl dd {
    font-size: 86%;
  }
}
.con_point ul li .box_txt dl dd span {
  display: block;
  font-size: 86%;
}

/* -----------------------------------------------------------
	.con_ex
----------------------------------------------------------- */
.con_ex {
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex {
    margin-top: 15%;
  }
}
.con_ex h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 186%;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex h3 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex h3 {
    font-size: 143%;
  }
}
.con_ex ul {
  overflow: hidden;
}
.con_ex ul li {
  float: left;
  margin-top: 30px;
  width: 17.64706%;
  margin-left: 2.94118%;
}
@media only screen and (max-width: 767px) {
  .con_ex ul li {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex ul li {
    width: 31.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex ul li {
    margin-left: 4%;
  }
}
.con_ex ul li .title {
  font-size: 136%;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex ul li .title {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex ul li .title {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex ul li .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex ul li .title {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_ex ul li:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_ex ul li:nth-child(5n+1) {
    margin-left: 0;
  }
}
.ie8 .con_ex ul li:nth-child(5n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ex ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ex ul li:nth-child(odd) {
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
	con_hall
----------------------------------------------------------- */
.con_hall {
  margin-top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall {
    margin-top: 15%;
  }
}
.con_hall .title {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_hall .title:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_hall .title .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .title .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .title .en {
    font-size: 215%;
  }
}
.con_hall .title .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_hall .title + .con_menu {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_hall .title + .con_menu {
    margin-top: 15%;
  }
}
.con_hall .con_menu {
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu {
    margin-top: 25%;
  }
}
.con_hall .con_menu .con_slider_img .box_thum {
  margin-top: 10px;
  text-align: right;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .con_slider_img .box_thum {
    margin-top: 2%;
  }
}
.con_hall .con_menu .con_slider_img .box_thum .slider {
  cursor: pointer;
  width: 150px !important;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.con_hall .con_menu .con_slider_img .box_thum .slider.slick-current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .con_slider_img .box_thum .slider {
    width: 32% !important;
    float: left;
    margin-left: 2%;
  }
  .con_hall .con_menu .con_slider_img .box_thum .slider:first-child {
    margin-left: 0;
  }
  .con_hall .con_menu .con_slider_img .box_thum .slider img {
    width: 100%;
  }
}
.con_hall .con_menu .con_slider_img .box_thum .slick-track {
  margin-left: auto;
}
@media only screen and (min-width: 1200px) {
  .con_hall .con_menu .con_slider_img {
    float: left;
    width: 50%;
  }
}
@media print {
  .con_hall .con_menu .con_slider_img {
    float: left;
    width: 50%;
  }
}
.ie8 .con_hall .con_menu .con_slider_img {
  float: left;
  width: 50%;
}
.con_hall .con_menu .box_txt {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt {
    margin-top: 2%;
  }
}
.con_hall .con_menu .box_txt h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-weight: bold;
}
.con_hall .con_menu .box_txt h4 span {
  font-size: 179%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt h4 span {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt h4 span {
    font-size: 143%;
  }
}
.con_hall .con_menu .box_txt h4 em {
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt h4 em {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt h4 em {
    font-size: 93%;
  }
}
.con_hall .con_menu .box_txt .txt {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt .txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt .txt {
    margin-top: 0;
  }
}
.con_hall .con_menu .box_txt table {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt table {
    margin-top: 3%;
  }
}
.con_hall .con_menu .box_txt table tr:first-child {
  border-top: none;
}
.con_hall .con_menu .box_txt table tr th {
  font-weight: bold;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt table tr th {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt table tr th {
    font-size: 72%;
  }
}
.con_hall .con_menu .box_txt table tr td {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hall .con_menu .box_txt table tr td {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt table tr td {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt table th {
    width: 0;
  }
}
.con_hall .con_menu .box_txt .btn {
  margin-top: 35px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt .btn {
    margin-top: 5%;
  }
}
.con_hall .con_menu .box_txt .btn button, .con_hall .con_menu .box_txt .btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_hall .con_menu .box_txt .btn button:after, .con_hall .con_menu .box_txt .btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_hall .con_menu .box_txt .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_hall .con_menu .box_txt .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt .btn {
    display: block;
    width: 100%;
  }
  .con_hall .con_menu .box_txt .btn button, .con_hall .con_menu .box_txt .btn a {
    padding: 1.2em 0;
  }
}
.con_hall .con_menu .box_txt .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 1em 2em;
}
.con_hall .con_menu .box_txt .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2em;
}
@media only screen and (min-width: 1200px) {
  .con_hall .con_menu .box_txt {
    float: right;
    width: 46.76471%;
  }
}
@media print {
  .con_hall .con_menu .box_txt {
    float: right;
    width: 46.76471%;
  }
}
.ie8 .con_hall .con_menu .box_txt {
  float: right;
  width: 46.76471%;
}
@media only screen and (max-width: 767px) {
  .con_hall .con_menu .box_txt h4 {
    text-align: center;
    padding: 4% 0 2% 0;
  }
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    margin-top: 15%;
  }
}
.con_plan .title {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_plan .title:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_plan .title .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .title .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .title .en {
    font-size: 215%;
  }
}
.con_plan .title .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_plan ul:after {
  display: block;
  content: "";
  clear: both;
}
.con_plan ul li {
  float: left;
  margin-top: 50px;
  width: 22.64706%;
  margin-left: 3.11765%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li {
    width: 31.25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li {
    margin-left: 4%;
  }
}
.con_plan ul li a {
  text-decoration: none;
  display: block;
}
.con_plan ul li a .box_pho {
  width: 100%;
}
.con_plan ul li a .box_pho img {
  width: 100%;
}
.con_plan ul li a .box_txt {
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0px 0 5px 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0 5px 5px;
  -moz-box-shadow: 0 2px #d6d6d6;
  -webkit-box-shadow: 0 2px #d6d6d6;
  box-shadow: 0 2px #d6d6d6;
}
.con_plan ul li a .box_txt .txt {
  font-size: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li a .box_txt .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt .txt {
    font-size: 86%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li a .box_txt .txt {
    padding: 20px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt .txt {
    padding: 5% 3% 10%;
  }
}
.con_plan ul li a .box_txt dl {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt dl {
    padding: 5% 5%;
  }
}
.con_plan ul li a .box_txt dl dt {
  font-size: 86%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li a .box_txt dl dt {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt dl dt {
    font-size: 72%;
  }
}
.con_plan ul li a .box_txt dl dd {
  font-size: 86%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li a .box_txt dl dd {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt dl dd {
    font-size: 72%;
  }
}
.con_plan ul li a .box_txt dl dd span {
  display: block;
}
.con_plan ul li a .box_txt dl dd.num {
  padding-right: 3.2em;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_plan ul li a .box_txt dl {
    padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li a .box_txt .cus .num {
    padding-right: 0;
  }
  .con_plan ul li a .box_txt .price dt {
    display: block;
    float: none;
    margin-bottom: 4%;
  }
  .con_plan ul li a .box_txt .price dd {
    display: block;
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .con_plan ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_plan ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ie8 .con_plan ul li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan ul li:nth-child(odd) {
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_tact {
  width: 88.54167%;
  margin: auto;
  margin-top: 110px;
  padding: 150px 0;
  background-color: #d9d9d9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact {
    padding: 5% 0;
  }
}
.con_tact .box_tact {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.47059%;
  padding: 60px;
  margin: auto;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact .box_tact {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact .box_tact {
    padding: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact {
    padding: 6%;
  }
}
.con_tact .box_tact .title {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.con_tact .box_tact .title:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_tact .box_tact .title .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact .box_tact .title .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .title .en {
    font-size: 215%;
  }
}
.con_tact .box_tact .title .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .title {
    margin-bottom: 5%;
  }
}
.con_tact .box_tact .btn_col {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #4d4d4d;
  width: 533px;
  background-color: #64a4ae;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.con_tact .box_tact .btn_col button, .con_tact .box_tact .btn_col a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_tact .box_tact .btn_col button:after, .con_tact .box_tact .btn_col a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_tact .box_tact .btn_col:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_tact .box_tact .btn_col:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_col {
    display: block;
    width: 100%;
  }
  .con_tact .box_tact .btn_col button, .con_tact .box_tact .btn_col a {
    padding: 1.2em 0;
  }
}
.con_tact .box_tact .btn_col button, .con_tact .box_tact .btn_col a {
  color: #fff;
}
.con_tact .box_tact .btn_col button:after, .con_tact .box_tact .btn_col a:after {
  border-color: #fff;
}
.con_tact .box_tact .btn_col:before {
  background: #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_col {
    width: 100%;
  }
}
.con_tact .box_tact .btn_col a {
  text-align: left;
}
.con_tact .box_tact .btn_col a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2em;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_col a {
    padding-left: 1.5em;
  }
}
.con_tact .box_tact .btn_nomal {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  width: 533px;
  display: block;
  margin: auto;
}
.con_tact .box_tact .btn_nomal button, .con_tact .box_tact .btn_nomal a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_tact .box_tact .btn_nomal button:after, .con_tact .box_tact .btn_nomal a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_tact .box_tact .btn_nomal:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_tact .box_tact .btn_nomal:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_nomal {
    display: block;
    width: 100%;
  }
  .con_tact .box_tact .btn_nomal button, .con_tact .box_tact .btn_nomal a {
    padding: 1.2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_nomal {
    width: 100%;
  }
}
.con_tact .box_tact .btn_nomal a {
  text-align: left;
}
.con_tact .box_tact .btn_nomal a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2em;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact .btn_nomal a {
    padding-left: 1.5em;
  }
}
.con_tact .box_tact ul {
  width: 533px;
  margin: 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact ul {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact ul {
    margin: 5% auto;
  }
}
.con_tact .box_tact ul .address {
  font-size: 86%;
  float: left;
  width: 50%;
  line-height: 1.6em;
}
.con_tact .box_tact ul .address span {
  display: block;
}
.con_tact .box_tact ul .tel {
  float: left;
  width: 50%;
  text-align: right;
}
.con_tact .box_tact ul .tel i {
  padding: .5em;
  background-color: #efefef;
  border: 1px solid #cecece;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_tact .box_tact ul .tel strong {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  font-size: 229%;
  font-family: "Times New Roman", serif;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tact .box_tact ul .tel strong {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact ul .tel strong {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tact .box_tact ul .address, .con_tact .box_tact ul .tel {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_tact .box_tact {
    min-width: 977px;
  }
}
@media print {
  .con_tact .box_tact {
    min-width: 977px;
  }
}
.ie8 .con_tact .box_tact {
  min-width: 977px;
}
