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

 file name  : access.css
 author     : Ability Consultant
 style info : ウエディング＿アクセス
=================================================================== */
.con_bus {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_bus {
    width: 95%;
  }
}

.con_bus .wrp:after, .con_bus .box_bus_map:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	common　サンプルできたら削除
----------------------------------------------------------- */
.st_home {
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.6em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .st_home {
    letter-spacing: 0.2em;
  }
}
.st_home span {
  display: inline-block;
  vertical-align: middle;
  color: #4e4848;
  line-height: 1.2;
}
.st_home span.en {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  position: relative;
  z-index: 5;
  color: #4e4848;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_home span.en {
    font-size: 247%;
  }
}
@media only screen and (max-width: 767px) {
  .st_home span.en {
    font-size: 200%;
  }
}
.st_home span.en:before {
  content: '';
  width: 80%;
  height: 1px;
  background: #4e4848;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.st_home span.jp {
  font-size: 124%;
  letter-spacing: 0.2em;
  color: #4e4848;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-weight: bold;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .st_home span.jp {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .st_home span.jp {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btn_home {
    text-align: center;
  }
}
.btn_home a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  background: #fff;
  border: solid 1px #dadada;
  position: relative;
  text-decoration: none;
  font-size: 116%;
  letter-spacing: 0.05em;
  border-radius: 2.2em;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #4e4848;
  cursor: pointer;
  margin: auto;
  padding: 1.2em 30px;
  padding-right: 2.8em;
}
@media only screen and (max-width: 767px) {
  .btn_home a {
    max-width: none;
    width: 85%;
    padding: 0.9em 1em;
    padding-right: 15px;
  }
}
.btn_home a:before {
  content: '→';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .btn_home a:before {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn_home a:hover {
    color: #fff !important;
    background: #4e4848;
  }
  .btn_home a:hover:before {
    right: 1.2em;
    color: #fff;
  }
}
@media print {
  .btn_home a:hover {
    color: #fff !important;
    background: #4e4848;
  }
  .btn_home a:hover:before {
    right: 1.2em;
    color: #fff;
  }
}
.ie8 .btn_home a:hover {
  color: #fff !important;
  background: #4e4848;
}
.ie8 .btn_home a:hover:before {
  right: 1.2em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn_home a:hover {
    color: #4e4848 !important;
  }
}
.btn_home a span {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  display: block;
  font-weight: bold;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .btn_home a span {
    font-weight: normal;
  }
}

.btn_black {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  background: #4e4848;
  border: solid 1px #dadada;
  position: relative;
  text-decoration: none;
  font-size: 116%;
  letter-spacing: 0.05em;
  border-radius: 2.2em;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  cursor: pointer;
  margin: auto;
  padding: 1.2em 30px;
  padding-right: 2.8em;
}
@media only screen and (max-width: 767px) {
  .btn_black {
    max-width: none;
    width: 85%;
    padding: 0.9em 1em;
    padding-right: 15px;
    min-width: 0 !important;
  }
}
.btn_black:before {
  content: '→';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .btn_black:before {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn_black:hover {
    color: #4e4848 !important;
    background: #fff;
  }
  .btn_black:hover:before {
    right: 1.2em;
    color: #4e4848;
  }
}
@media print {
  .btn_black:hover {
    color: #4e4848 !important;
    background: #fff;
  }
  .btn_black:hover:before {
    right: 1.2em;
    color: #4e4848;
  }
}
.ie8 .btn_black:hover {
  color: #4e4848 !important;
  background: #fff;
}
.ie8 .btn_black:hover:before {
  right: 1.2em;
  color: #4e4848;
}
@media only screen and (max-width: 767px) {
  .btn_black:hover {
    color: #fff !important;
  }
}
.btn_black span {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  display: block;
  font-weight: bold;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .btn_black span {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .btn_black {
    text-align: center;
  }
}
.btn_black a {
  color: #fff;
  text-decoration: none !important;
}

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
.green {
  color: #728f7b;
}

.line {
  padding-left: 1.5em;
}
.line:before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #151315;
  position: absolute;
  left: 0px;
  top: 50%;
}

/* -----------------------------------------------------------
	con_map
----------------------------------------------------------- */
.con_map .box_map {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_map {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map {
    margin-bottom: 40px;
  }
}
.con_map .box_map .gmap_iframe {
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_map .gmap_iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .gmap_iframe {
    height: 350px;
    margin-bottom: 1em;
  }
}
.con_map .box_map .gmap_iframe iframe {
  width: 100%;
  height: 100%;
}
.con_map .box_map .box_btn {
  margin-top: 2em;
}
.con_map .box_map .box_btn .btn_home, .con_map .box_map .box_btn .btn_black {
  display: inline-block;
  min-width: 320px;
}
.con_map .box_map .box_btn .btn_home:first-child, .con_map .box_map .box_btn .btn_black:first-child {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .box_btn .btn_home, .con_map .box_map .box_btn .btn_black {
    display: block;
    margin-top: 1em;
  }
  .con_map .box_map .box_btn .btn_home:first-child, .con_map .box_map .box_btn .btn_black:first-child {
    margin-right: 0;
  }
}

/* -----------------------------------------------------------
	con_bus
----------------------------------------------------------- */
.con_bus {
  margin: 0 auto;
}
.con_bus .st_home {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .st_home {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .st_home {
    margin-bottom: 1em;
  }
}
.con_bus .wrp {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp {
    margin-bottom: 10px;
  }
}
.con_bus .wrp .img {
  width: 46.4%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 0px;
}
.con_bus .wrp .box_r {
  float: left;
  width: 50.1%;
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp .box_r {
    width: 100%;
    float: none;
  }
}
.con_bus .wrp .box_r .txt {
  margin-bottom: 40px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-weight: bold;
  font-size: 131%;
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp .box_r .txt {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp .box_r .txt {
    text-align: center;
  }
}
.con_bus .wrp .box_r .txt .green {
  font-size: 154%;
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp .box_r .box_btn {
    text-align: center;
  }
}
.con_bus .wrp .box_r .box_btn .btn_home {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .wrp .box_r .box_btn .btn_home {
    min-width: 250px;
  }
}
.con_bus .wrp .box_r .box_btn .btn_home:first-child {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_bus .wrp .box_r .box_btn .btn_home {
    display: block;
    margin-bottom: 1em;
    min-width: 320px;
  }
  .con_bus .wrp .box_r .box_btn .btn_home:first-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .wrp .box_r .box_btn .btn_home {
    margin-bottom: 1em;
  }
}
.con_bus .wrp .box_r .box_btn .btn_home a:before {
  content: '\f1c1' !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 400;
}
.con_bus .box_bus_map {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .box_bus_map {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map {
    margin-bottom: 20px;
  }
}
.con_bus .box_bus_map .box_l {
  float: left;
  width: 63%;
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_l {
    width: 100%;
    margin-bottom: 1em;
  }
}
.con_bus .box_bus_map .box_l .maps {
  height: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .box_bus_map .box_l .maps {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_l .maps {
    height: 350px;
  }
}
.con_bus .box_bus_map .box_maps {
  float: right;
  width: 37%;
  padding: 3%;
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_maps {
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
}
.con_bus .box_bus_map .box_maps .txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 185%;
  line-height: 1.75;
  letter-spacing: 0.4em;
  font-weight: normal;
  color: #222222;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .box_bus_map .box_maps .txt_lg {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_maps .txt_lg {
    font-size: 154%;
  }
}
.con_bus .box_bus_map .box_maps .box_menu ul li {
  position: relative;
  border-bottom: 1px dotted #333;
  text-decoration: none;
  padding: 1.7em 1em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_maps .box_menu ul li {
    padding: 1.2em 1em;
  }
}
.con_bus .box_bus_map .box_maps .box_menu ul li:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.con_bus .box_bus_map .box_maps .box_menu ul li .ic {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -27.5px;
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .box_maps .box_menu ul li .ic {
    width: 1.8em;
    margin-top: -1.3em;
  }
}
.con_bus .box_bus_map .box_maps .box_menu ul li .spot {
  padding-left: 36px;
}
.con_bus .box_bus_map .box_maps .box_menu ul li:hover {
  opacity: .7;
}
.con_bus .box_bus_map .note {
  clear: both;
  padding-top: 0.5em;
}
.con_bus .box_bus_map .note li {
  font-size: 93%;
  position: relative;
  color: #728f7b;
  padding-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_bus .box_bus_map .note li {
    font-size: 77%;
  }
}
.con_bus .box_bus_map .note li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.con_bus .box_bus_map .note li em {
  font-weight: bold;
}
