@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* Reset default browser CSS
-------------------------------------------------------------- */
@import url(./css/font-awesome.min.css);
@import url(./js/flipster/jquery.flipster.min.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table.table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

img {
  vertical-align: bottom;
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

strong {
  font-weight: bold;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Layout 小塚ゴシック Pr6N, Kozuka Gothic Pr6N
-------------------------------------------------------------- */
html.menuopen,
body.menuopen {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: 'Noto Sans', 'Noto Sans TC', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.inner-box {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-box {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .inner-box {
    max-width: 100%;
    width: 94%;
  }
}

.inner-left-box {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-left-box {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .inner-left-box {
    max-width: 100%;
    width: 94%;
  }
}

/* parts
-------------------------------------------------------------- */
.pc,
.pc_tab {
  display: block !important;
}

.sp,
.tab,
.tab_sp {
  display: none !important;
}

.pc_tabbr {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pc_tab,
  .tab,
  .tab_sp {
    display: block !important;
  }

  .pc,
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab_sp,
  .sp {
    display: block !important;
  }

  .pc,
  .tab,
  .pc_tab,
  .pc_tab_txt {
    display: none !important;
  }

  .pc_tabbr {
    display: inline !important;
  }

  .spbr {
    display: block !important;
  }
}
a:not(.not_hover) {
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
}
a:not(.not_hover):hover {
  text-decoration: inherit;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.5s;
}

a.txt_hover {
  color: #000000;
  text-decoration: underline;
  transition: 0.5s;
}
a.txt_hover:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.5s;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_red {
  color: #d31313;
}

.btn a {
  width: 130px;
  height: 35px;
  border: solid 2px #333333;
  display: block;
  padding: 6px 0;
  margin: 0 auto;
}
.btn a:hover {
  background: #333333;
  color: #fff;
}

.wcbtn {
  width: 150px;
  margin: 0 auto;
}

.btn_white a {
  width: 130px;
  height: 35px;
  border: solid 2px #ffffff;
  color: #ffffff;
  display: block;
  padding: 6px 0;
  margin: 0 auto;
  transition: 0.5s;
}
.btn_white a:hover {
  background: #ffffff;
  color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.5s;
}

.sns-area {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 3000;
  background: url(img/common/sns_bg.png) no-repeat;
  width: 38px;
  height: 135px;
}
.sns-area li {
  width: 38px;
  text-align: center;
  padding: 8px 0;
}

/* header
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .header-global {
    /*margin-bottom:15px;*/
  }
}
.header-global .main_visual img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header-global .main_visual img {
    width: 100%;
  }
}
.header-global .header-inner {
  /*@include inner_box_group;*/
  /*		position: absolute;
  		top:0;*/
  max-width: 1000px;
  margin: 0 auto;
}
.header-global .header-inner .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-global .header-inner .logo {
    margin-left: 0px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .header-global .header-inner .logo {
    top: auto;
    left: 2%;
    margin: 30px 0 0 0;
  }
  .header-global .header-inner .logo img {
    width: 70%;
    height: auto;
  }
}
.header-global .header-inner .sp-lang {
  position: absolute;
  right: 5%;
  width: 60px;
  z-index: 100;
  text-align: center;
  font-size: 10px;
  margin: 30px 0 0 0;
}
.header-global .header-inner .sp-lang a {
  display: block;
  color: #ffffff;
  background: #610909;
}
.header-global .header-inner .sp-lang a .switch_lang {
  display: block;
  background: url(./img/lang_bg.png) no-repeat left top #a40000;
  background-size: 100% auto;
  padding: 10px 0;
  margin-top: 2px;
}
.header-global .header-inner .sp-lang ul {
  display: none;
  position: absolute;
  width: 100%;
}
.header-global .header-inner .sp-lang ul li {
  float: none;
  width: 100%;
}
.header-global .header-inner .sp-lang ul li a {
  display: block;
  background: #610909;
  font-size: 10px;
  padding: 8px 5px;
  border-top: 1px solid #8c2c2c;
}
.header-global .header-inner .sp-lang ul li a:hover {
  background: #8c2c2c;
}
.header-global .header-inner .sp-lang:hover ul {
  display: block;
}

/* grobal_menu
-------------------------------------------------------------- */
nav#grobal_menu {
  background: #000000;
}
nav#grobal_menu ul {
  max-width: 1000px;
  margin: 0 auto;
}
nav#grobal_menu ul li {
  width: 20%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  nav#grobal_menu ul li {
    width: 25%;
  }
}
nav#grobal_menu ul li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  background: url(./img/nav_line.png) no-repeat left center;
  padding: 20px 0;
  text-dacoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  nav#grobal_menu ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  nav#grobal_menu ul li:first-child a {
    background: none;
  }
}
nav#grobal_menu ul li:last-child a {
  background: url(none) #a40000;
  padding-right: 10px;
}
nav#grobal_menu ul li:last-child a .switch_lang {
  background: url(./img/lang_line.png) no-repeat left center;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}
nav#grobal_menu ul li:last-child a .switch_lang:after {
  content: url(./img/lang_nav.png);
  position: absolute;
  right: -23px;
}
nav#grobal_menu ul li:last-child ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 3000;
}
nav#grobal_menu ul li:last-child ul li {
  float: none;
  width: 100%;
}
nav#grobal_menu ul li:last-child ul li a {
  display: block;
  background: #610909;
  padding: 14px;
  border-top: 1px solid #8c2c2c;
}
nav#grobal_menu ul li:last-child ul li a:hover {
  background: #8c2c2c;
}
nav#grobal_menu ul li:last-child:hover ul {
  display: block;
}

/* footer
-------------------------------------------------------------- */
footer.footer-global {
  border-top: solid 1px #dcdcdc;
}
footer.footer-global .footer-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
  margin: 30px auto 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .footer-inner {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner {
    max-width: 100%;
    width: 94%;
  }
}
footer.footer-global .footer-inner h1 {
  float: left;
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .footer-inner h1 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner h1 {
    float: none;
    text-align: center;
  }
}
footer.footer-global .footer-inner h1 em {
  font-size: 16px;
  padding-right: 10px;
  font-weight: lighter;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .footer-inner h1 em {
    font-size: 14px;
  }
}
footer.footer-global .footer-inner .f-nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner .f-nav {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner .f-nav ul {
    max-width: 300px;
    margin: 0 auto;
  }
}
footer.footer-global .footer-inner .f-nav li {
  float: left;
  font-size: 13px;
  background: url(./img/common/f_nav_line.png) no-repeat left center;
  padding-left: 15px;
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .footer-inner .f-nav li {
    font-size: 11px;
  }
}
footer.footer-global .footer-inner .f-nav li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner .f-nav li:nth-child(3) {
    clear: left;
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
}
footer.footer-global .footer-inner .f-address {
  float: left;
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
  clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .footer-inner .f-address {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  footer.footer-global .footer-inner .f-address {
    float: none;
    text-align: center;
  }
}
footer.footer-global .f-copy {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .f-copy {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  footer.footer-global .f-copy {
    max-width: 100%;
    width: 94%;
  }
}
footer.footer-global .f-copy .copybox {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 10px;
  margin: 5px 0 30px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-global .f-copy .copybox {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  footer.footer-global .f-copy .copybox {
    position: static;
    bottom: auto;
    right: auto;
    border-top: solid 1px #bfbfbf;
    float: none;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
  }
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 10%;
  z-index: 1000;
  background: #3d3d3d;
  transform: rotate(45deg);
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .pagetop {
    right: 12px;
    bottom: 12px;
  }
}
.pagetop a {
  display: block;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pagetop a {
    /*			font-size: 14px;
    			padding: 13px 0;*/
  }
}

.ttl01 {
  width: 100%;
  font-size: 34px;
  line-height: 34px;
  font-weight: lighter;
  margin: 50px 0 40px 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .ttl01 {
    font-size: 28px;
    margin: 30px 0 20px 0;
  }
}
.ttl01:before, .ttl01:after {
  content: '';
  display: inline;
  /*border-top: double 4px #e5e5e5;*/
  background: url(./img/ttl01_bg.png) repeat-x left center;
  flex-grow: 1;
  /*margin-top: 0.5em;*/
}
.ttl01:before {
  margin-right: 0.5em;
  min-height: 32px;
}
.ttl01:after {
  margin-left: 0.5em;
  min-height: 32px;
}

.inner_bg {
  background: #ffffff;
  padding: 40px 25px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .inner_bg {
    padding: 20px 10px;
  }
}

.catch_section {
  padding: 80px 0 60px;
  background: url(./img/catch_bg.png) no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .catch_section {
    padding: 30px 0;
  }
}
.catch_section .sub_slide {
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .catch_section .sub_slide {
    margin: 0 auto 30px;
  }
  .catch_section .sub_slide img {
    width: 100%;
  }
}
.catch_section .sub_slide .sub_slick {
  display: block;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.catch_section .sub_slide .sub_slick li.slide {
  float: left;
  width: 100%;
}
.catch_section .sub_slide .sub_slick img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.catch_section .sub_slide .sub_slick .slick-prev {
  position: absolute;
  background: url(img/arrow_left.png) no-repeat;
  width: 35px;
  height: 71px;
  font-size: 0;
  top: 50%;
  left: 0;
  z-index: 2000;
  border: 0;
  margin-top: -38.5px;
  cursor: pointer;
}
.catch_section .sub_slide .sub_slick .slick-next {
  position: absolute;
  background: url(img/arrow_right.png) no-repeat;
  width: 35px;
  height: 71px;
  font-size: 0;
  top: 50%;
  right: 0;
  z-index: 2000;
  border: 0;
  margin-top: -38.5px;
  cursor: pointer;
}
.catch_section h1 {
  margin-bottom: 30px;
  font-size: 37px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .catch_section h1 {
    font-size: 22px;
  }
}
.catch_section .txt_wrap {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}

.appeal_photos {
  display: inline-block;
  width: 100%;
  height: 240px;
  background: url(./img/appeal_photos.png) repeat-x scroll 0 0;
}
@media (max-width: 767px) {
  .appeal_photos {
    height: 120px;
    background-size: auto 120px;
  }
}

/* .guide_section */
.guide_section {
  background: #faf5ee;
  /* .floormap */
  /* .facility_list */
  /* facility_bottom */
  /* audio_guide_box */
}
.guide_section .floormap {
  border-bottom: 3px double #e5e5e5;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .guide_section .floormap {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .guide_section .floormap img {
    width: 100%;
  }
}
.guide_section .floormap.floor2f h2 {
  background: url(./img/ttl_2f_bg.png) no-repeat center center;
}
.guide_section .floormap.floor3f {
  /*.panorama */
}
.guide_section .floormap.floor3f h2 {
  background: url(./img/ttl_3f_bg.png) no-repeat center center;
}
.guide_section .floormap.floor3f h2:after {
  content: "(有料)";
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.guide_section .floormap.floor3f .panorama {
  background: #212121;
  text-align: left;
  margin: 30px 0;
}
.guide_section .floormap.floor3f .panorama img {
  width: 100%;
  height: auto;
}
.guide_section .floormap.floor3f .panorama .txt_box {
  padding: 20px;
}
.guide_section .floormap.floor3f .panorama .txt_box .lead_txt {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .guide_section .floormap.floor3f .panorama .txt_box .lead_txt {
    font-size: 22px;
  }
}
.guide_section .floormap.floor3f .panorama .txt_box .lobby {
  color: #ffffff;
  float: left;
  width: 33.58%;
}
@media (max-width: 767px) {
  .guide_section .floormap.floor3f .panorama .txt_box .lobby {
    float: none;
    width: 100%;
  }
}
.guide_section .floormap.floor3f .panorama .txt_box .lobby h3 {
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  padding: 5px 5px 8px;
  font-size: 16px;
  margin-bottom: 10px;
}
.guide_section .floormap.floor3f .panorama .txt_box .hand_seater {
  background: #ffd8c5;
  float: right;
  width: 55.79%;
}
@media (max-width: 767px) {
  .guide_section .floormap.floor3f .panorama .txt_box .hand_seater {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.guide_section .floormap.floor3f .panorama .txt_box .hand_seater .img_challenge {
  float: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .guide_section .floormap.floor3f .panorama .txt_box .hand_seater .img_challenge {
    margin-left: 5px;
  }
  .guide_section .floormap.floor3f .panorama .txt_box .hand_seater .img_challenge img {
    width: 120px;
    padding: 20px 10px 10px 10px;
  }
}
.guide_section .floormap.floor3f .panorama .txt_box .hand_seater .txt_wrap {
  padding: 22px;
}
@media (max-width: 767px) {
  .guide_section .floormap.floor3f .panorama .txt_box .hand_seater .txt_wrap {
    padding: 15px;
  }
}
.guide_section .floormap.floor3f .panorama .txt_box .hand_seater .txt_wrap h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.guide_section .floormap h2 {
  font-size: 50px;
  background: url(./img/ttl_1f_bg.png) no-repeat center center;
  height: 80px;
  width: 138px;
  line-height: 80px;
  float: left;
  margin: 20px 3% 0 0;
}
@media (max-width: 767px) {
  .guide_section .floormap h2 {
    margin: 20px auto;
    float: none;
  }
}
.guide_section .floormap h2 small {
  font-size: 30px;
}
.guide_section .facility_list {
  margin: 40px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .guide_section .facility_list {
    margin: 0;
  }
}
.guide_section .facility_list li {
  float: left;
  width: 31.58%;
  text-align: left;
  margin: 0 2.63% 40px 0;
  /* exhibition_info */
}
.guide_section .facility_list li:nth-child(3n) {
  margin-right: 0;
}
.guide_section .facility_list li:nth-child(3n+1) {
  clear: left;
}
.guide_section .facility_list li h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 27px 0 14px;
  border-bottom: 2px solid #f2ece2;
  padding-bottom: 7px;
}
.guide_section .facility_list li .faci_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .guide_section .facility_list li {
    float: none;
    width: 100%;
    margin: 0 0 40px 0 !important;
  }
  .guide_section .facility_list li .faci_img {
    text-align: center;
  }
}
.guide_section .facility_list li .exhibition_info {
  float: left;
  background: #f7e9c8;
  margin: 30px 0 30px;
  padding: 30px;
  width: 100%;
  position: relative;
}
.guide_section .facility_list li .exhibition_info:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  display: block;
  width: 100%;
  height: 21px;
  background: url(./img/balloon.png) no-repeat center top;
}
.guide_section .facility_bottom {
  /* exhibition_info */
}
.guide_section .facility_bottom .exhibition_info {
  float: left;
  background: #f7e9c8;
  width: 300px;
  margin: 0 0 30px;
  padding: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_section .facility_bottom .exhibition_info {
    width: 100%;
  }
}
.guide_section .facility_bottom .exhibition_info:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  display: block;
  width: 100%;
  height: 21px;
  background: url(./img/balloon.png) no-repeat center top;
}
.guide_section .facility_bottom .please_info {
  float: right;
  background: #f3efe8;
  border: solid 1px #a59273;
  max-width: 625px;
  width: 100%;
  text-align: left;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_section .facility_bottom .please_info {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .guide_section .facility_bottom .please_info {
    padding: 10px;
    margin-bottom: 30px;
  }
}
.guide_section .facility_bottom .please_info .circle {
  float: left;
  display: table;
  color: #a59273;
  text-align: center;
  background: url(./img/circle_img.png) no-repeat center top;
  width: 94px;
  height: 94px;
}
@media (max-width: 767px) {
  .guide_section .facility_bottom .please_info .circle {
    margin: 10px auto;
    float: none;
  }
}
.guide_section .facility_bottom .please_info .circle em {
  display: table-cell;
  vertical-align: middle;
}
.guide_section .facility_bottom .please_info ul {
  float: left;
  width: 80%;
  display: block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .guide_section .facility_bottom .please_info ul {
    margin-left: 0;
  }
}
.guide_section .audio_guide_box {
  background: #d1c0a5;
  padding: 20px;
  position: relative;
  margin: 100px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_section .audio_guide_box {
    padding-left: 310px;
  }
}
@media (max-width: 767px) {
  .guide_section .audio_guide_box {
    padding: 10px;
    margin: 50px 0 20px;
  }
}
.guide_section .audio_guide_box .audio_guide_box__left {
  position: absolute;
  top: -90px;
  left: 20px;
}
@media (max-width: 767px) {
  .guide_section .audio_guide_box .audio_guide_box__left {
    position: static;
    top: auto;
    left: auto;
    margin-top: -50px;
    margin-left: 10px;
  }
  .guide_section .audio_guide_box .audio_guide_box__left img {
    width: 90%;
  }
}
.guide_section .audio_guide_box .audio_guide_box__right {
  position: relative;
  float: right;
  max-width: 560px;
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 40px 20px 20px;
  margin: 40px 0;
}
.guide_section .audio_guide_box .audio_guide_box__right li {
  padding: 4px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .guide_section .audio_guide_box .audio_guide_box__right li {
    font-size: 14px;
  }
}
.guide_section .audio_guide_box .audio_guide_box__right li:before {
  content: "\f046";
  font-family: FontAwesome;
  display: block;
  display: inline-block;
  padding-right: 10px;
  color: #f36fa1;
}
.guide_section .audio_guide_box .audio_guide_box__right .pin {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}

/*.guide_section */
.users_guide_section {
  background: #faf5ee;
}
.users_guide_section table {
  background: #fdfaf7;
  width: 100%;
}
.users_guide_section table tr {
  border-bottom: 1px solid #eee8de;
}
.users_guide_section table th {
  background: #f6f2ed;
  width: 15%;
  padding: 14px;
}
@media (max-width: 767px) {
  .users_guide_section table th {
    float: left;
    width: 100%;
  }
}
.users_guide_section table td {
  padding: 14px;
}
@media (max-width: 767px) {
  .users_guide_section table td {
    float: left;
    width: 100%;
  }
}
.users_guide_section table td dl {
  margin-bottom: 1em;
}
.users_guide_section table td dl dt {
  font-weight: bold;
}
.users_guide_section table td dl dt:before {
  content: "◆ ";
  color: #a684c2;
}
.users_guide_section table td ul li {
  margin-bottom: 1em;
}

/*.users_guide_section */
.map_section {
  background: #faf5ee;
}
.map_section .google_map {
  width: 200px;
  font-size: 18px;
  margin: 40px auto 20px;
}
.map_section .google_map a {
  display: block;
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 15px;
}
.map_section .google_map a:before {
  content: " \f041";
  font-family: FontAwesome;
  color: #e15555;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .map_section img {
    width: 100%;
  }
}

/* map_section */
.service_section {
  background: #faf5ee;
}
.service_section .service_top {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service_section .service_top {
    width: 100%;
  }
}
.service_section .service_top .service_top__left {
  float: left;
  width: 15%;
}
@media (max-width: 767px) {
  .service_section .service_top .service_top__left {
    margin-right: 2%;
  }
  .service_section .service_top .service_top__left img {
    width: 90%;
  }
}
.service_section .service_top .service_top__right {
  float: left;
  text-align: left;
  width: 83%;
}
.service_section .service_box {
  margin: 40px 0;
}
.service_section .service_box dl {
  padding: 10px 0;
  border-bottom: solid 1px #faf5ee;
}
.service_section .service_box dl dt {
  float: left;
  width: 13%;
}
@media (max-width: 767px) {
  .service_section .service_box dl dt {
    width: 15%;
    text-align: left;
  }
  .service_section .service_box dl dt img {
    width: 90%;
  }
}
.service_section .service_box dl dd {
  float: left;
  width: 87%;
  text-align: left;
}
@media (max-width: 767px) {
  .service_section .service_box dl dd {
    width: 85%;
  }
}
.service_section .service_box dl dd em {
  font-size: 20px;
}
.service_section .service_box dl dd p {
  margin-top: 10px;
}

/* service_section */
.exp_section {
  background: url(./img/bg02.png) repeat center top;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .exp_section {
    padding: 30px 0;
  }
}
.exp_section h1.ttl2 {
  color: #e15731;
  font-size: 40px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .exp_section h1.ttl2 {
    font-size: 30px;
  }
}
.exp_section p.exp_copy {
  padding-top: 20px;
}
.exp_section ul {
  display: block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .exp_section ul {
    width: 90%;
    margin: 50px auto 0;
  }
}
.exp_section ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  text-align: left;
}
@media (max-width: 767px) {
  .exp_section ul li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.exp_section ul li:last-child {
  margin-right: 0;
}
.exp_section ul li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.exp_section ul li h2 {
  color: #e15731;
  font-size: 20px;
  display: block;
  margin: 20px 0;
}

/* exp_section */
.business_section {
  background: #faf5ee;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .business_section {
    padding: 30px 0;
  }
}
.business_section .business_section__left {
  background: url(./img/diamond_bg.png) no-repeat left top;
  width: 301px;
  height: 181px;
  float: left;
  display: table;
}
@media (min-width: 768px) and (max-width: 991px) {
  .business_section .business_section__left {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .business_section .business_section__left {
    margin: 0 auto;
    float: none;
    width: 241px;
    height: 145px;
    background-size: 241px 145px;
  }
}
.business_section .business_section__left em {
  width: 301px;
  height: 181px;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .business_section .business_section__left em {
    width: 241px;
    height: 145px;
    background-size: 145px 181px;
  }
}
.business_section .business_section__right {
  float: left;
  width: 60%;
  text-align: left;
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .business_section .business_section__right {
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .business_section .business_section__right {
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.business_section .business_section__right li {
  font-size: 16px;
  padding: 5px 0;
}
.business_section .business_section__right li:before {
  content: "\25C6";
  display: block;
  display: inline-block;
  padding-right: 10px;
  color: #a684c2;
}

/* business_section */

/*# sourceMappingURL=style.css.map */
