@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 91.66667%;
  }
}

html {
  font-size: small;
  line-height: 1.8;
}

body {
  color: #1b1b1b;
  background: #f4efec;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #1b1b1b;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

#customer_header, #customer_footer {
  min-width: 1200px !important;
  margin: auto;
  overflow: hidden;
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 1200px) {
  #customer_header, #customer_footer {
    width: 100%;
    margin: auto;
  }
}
@media print {
  #customer_header, #customer_footer {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #customer_header, #customer_footer {
    font-size: 100% !important;
  }
}
#customer_header *, #customer_footer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.over {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.main_tit {
  font-weight: normal;
  text-align: center;
  font-size: 175%;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main_tit {
    font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  .main_tit {
    font-size: 170%;
  }
}
.main_tit:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: block;
  margin: 0 auto 0.3em;
  line-height: 1;
  background: url(../images/common/ic_tit.png) no-repeat center/contain;
}

.sub_tit {
  font-weight: normal;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 157%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sub_tit {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .sub_tit {
    font-size: 154%;
  }
}
.sub_tit:before {
  content: '';
  width: 0.56em;
  height: 0.52em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  background: url(../images/common/ic_st.png) no-repeat center/contain;
}

.s_tit {
  font-weight: normal;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .s_tit {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .s_tit {
    font-size: 124%;
  }
}
.s_tit:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  background: url(../images/common/ic_sst.png) no-repeat center/contain;
}

.txt_catch {
  font-weight: normal;
  font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .txt_catch {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_catch {
    font-size: 124%;
  }
}

.b-01 a, .b-02 a, .b-03 a, .b-04 a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: 3px solid #7e6b5a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7e6b5a;
  padding: 1em 2.3em 1em 0.5em;
  -moz-transition: background 0.45s;
  -o-transition: background 0.45s;
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}
.b-01 a:hover, .b-02 a:hover, .b-03 a:hover, .b-04 a:hover {
  background: #f4efec;
}
.b-01 a:hover span, .b-02 a:hover span, .b-03 a:hover span, .b-04 a:hover span {
  color: #1b1b1b;
}
.b-01 a:hover:before, .b-02 a:hover:before, .b-03 a:hover:before, .b-04 a:hover:before, .b-01 a:hover:after, .b-02 a:hover:after, .b-03 a:hover:after, .b-04 a:hover:after {
  background: #7e6b5a;
}
.b-01 a span, .b-02 a span, .b-03 a span, .b-04 a span {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 1em 0;
  -moz-transition: color 0.45s;
  -o-transition: color 0.45s;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
}
.b-01 a:before, .b-02 a:before, .b-03 a:before, .b-04 a:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: block;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.6em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background 0.45s;
  -o-transition: background 0.45s;
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}
.b-01 a:after, .b-02 a:after, .b-03 a:after, .b-04 a:after {
  content: '';
  width: 1.8em;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: -3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background 0.45s;
  -o-transition: background 0.45s;
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}

.b-02 a {
  border: 3px solid #be4a27;
  background: #be4a27;
}
.b-02 a:hover {
  background: #f4efec;
}
.b-02 a:hover:before, .b-02 a:hover:after {
  background: #be4a27;
}

.b-03 a {
  border: 3px solid #b29511;
  background: #b29511;
}
.b-03 a:hover {
  background: #f4efec;
}
.b-03 a:hover:before, .b-03 a:hover:after {
  background: #b29511;
}

.b-04 a {
  border: 3px solid #7e6b5a;
  background: #f4efec;
}
.b-04 a:before, .b-04 a:after {
  background: #be4a27;
}
.b-04 a span {
  color: #1b1b1b;
}
.b-04 a:hover {
  background: #7e6b5a;
}
.b-04 a:hover:before, .b-04 a:hover:after {
  background: #fff;
}
.b-04 a:hover span {
  color: #fff;
}

#header {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#header:before {
  content: '';
  width: 15.3125%;
  height: 159.09091%;
  display: block;
  position: absolute;
  left: 0;
  top: 99%;
  z-index: 0;
  background: url(../images/header/bg_logo.png) no-repeat center top/contain;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header:before {
    width: 24.5%;
    height: 333.33333%;
  }
}
@media only screen and (max-width: 767px) {
  #header:before {
    width: 50.72917%;
    height: 298%;
    left: -9.79167%;
  }
}
#header .logo_star {
  width: 89px;
  margin-left: 0.9375%;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .logo_star {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .logo_star {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo_star {
    width: 15.41667%;
    margin-left: 3.85417%;
  }
}
#header h1 {
  font-weight: normal;
  font-size: 82%;
  color: #59493f;
  line-height: 1.6;
  margin-left: 1.04167%;
  padding-right: 1em;
  width: calc(100% - 1272px);
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header h1 {
    width: calc(100% - 1118px);
    font-size: 69%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header h1 {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 75.3125%;
    margin: 0 2.5% 0 2.91667%;
    padding: 0.5em 0 .7em;
  }
}
#header .box_head {
  width: 1145px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head {
    width: 1000px;
  }
}
#header .box_head nav {
  width: 56.76856%;
}
#header .box_head nav .gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.2em;
}
#header .box_head nav .gnav li a {
  text-decoration: none;
  display: block;
  letter-spacing: 0.14em;
  position: relative;
  -moz-transition: color 0.45s;
  -o-transition: color 0.45s;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head nav .gnav li a {
    font-size: 88%;
  }
}
#header .box_head nav .gnav li a:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 50%;
  top: -0.5em;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #be4a27;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
#header .box_head nav .gnav li:hover a, #header .box_head nav .gnav li.active a {
  color: #be4a27;
}
#header .box_head nav .gnav li:hover a:before, #header .box_head nav .gnav li.active a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .box_head nav .snav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
#header .box_head nav .snav li {
  margin-left: 1em;
  font-size: 88%;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head nav .snav li {
    font-size: 82%;
  }
}
#header .box_head nav .snav li:first-child {
  margin-left: 0;
}
#header .box_head nav .snav li a {
  display: block;
  text-decoration: none;
  -moz-transition: color 0.45s;
  -o-transition: color 0.45s;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
}
#header .box_head nav .snav li.active a, #header .box_head nav .snav li:hover a {
  color: #be4a27;
}
#header .box_head .btn_oneday {
  width: 10.48035%;
  margin-left: 1.74672%;
}
#header .box_head .btn_oneday a {
  display: block;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 1.3em 0;
  font-size: 94%;
  background: #b29511;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #b29511;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head .btn_oneday a {
    font-size: 82%;
  }
}
#header .box_head .btn_oneday a:hover {
  background: #f4efec;
  color: #1b1b1b;
}
#header .box_head .btn_plan {
  width: 10.48035%;
  margin-left: 0.87336%;
}
#header .box_head .btn_plan a {
  display: block;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 1.3em 0;
  font-size: 94%;
  background: #be4a27;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #be4a27;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head .btn_plan a {
    font-size: 82%;
  }
}
#header .box_head .btn_plan a:hover {
  background: #f4efec;
  color: #1b1b1b;
}
#header .box_head .box_tel {
  width: 18.34061%;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
  text-align: center;
  font-size: 94%;
  margin-left: 1.31004%;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #header .box_head .box_tel {
    font-size: 82%;
  }
}
#header .box_head .box_tel .txt_tel a, #header .box_head .box_tel .txt_tel span.tel {
  font-size: 154%;
  line-height: 1;
}
#header .box_blog_lang {
  position: absolute;
  right: 0.98958%;
  top: 127.27273%;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .box_blog_lang {
    right: 1.58333%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_blog_lang {
    width: 54.16667%;
    right: 4.16667%;
    top: 128%;
    font-size: 82%;
  }
}
#header .box_blog_lang > li {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  #header .box_blog_lang > li {
    width: 47.69231%;
  }
}
#header .box_blog_lang > li:hover .lang_list {
  display: block;
}
#header .box_blog_lang > li .st {
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#header .box_blog_lang > li .st:after {
  content: '▼';
  font-size: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .box_blog_lang > li .lang_list {
  display: none;
}
#header .box_blog_lang > li .lang_list li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: .2em 0.5em;
  -moz-transition: background 0.45s;
  -o-transition: background 0.45s;
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}
#header .box_blog_lang > li .lang_list li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#header .box_blog_lang .blog {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  #header .box_blog_lang .blog {
    margin-right: 4.61538%;
  }
}
#header .box_blog_lang .blog .st:before, #header .box_blog_lang .blog .st:after {
  font-family: FontAwesome;
}
#header .box_blog_lang .blog .st > * {
  vertical-align: middle;
}
#header .box_blog_lang .blog .st:before {
  content: "";
  margin-right: .5em;
}
#header .box_blog_lang .lang .st:before, #header .box_blog_lang .lang .st:after {
  font-family: FontAwesome;
}
#header .box_blog_lang .lang .st > * {
  vertical-align: middle;
}
#header .box_blog_lang .lang .st:before {
  content: "";
  margin-right: .5em;
}
#header .logo {
  position: absolute;
  top: 73.86364%;
  left: 3.85417%;
  width: 7.5%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .logo {
    width: 12%;
    left: 6.16667%;
    top: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    width: 21.35417%;
    left: 5.625%;
    top: 96.66667%;
  }
}
#header .logo a {
  display: block;
  line-height: 1;
}

#footer {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 5em;
  }
}
#footer .img_foo {
  padding: 11.45833% 0;
  position: relative;
  text-align: center;
  background: url(../images/footer/img_foo.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #footer .img_foo {
    padding: 8em 0;
  }
}
#footer .img_foo .txt {
  font-size: 157%;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .img_foo .txt {
    font-size: 141%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .img_foo .txt {
    font-size: 124%;
  }
}
#footer .con_foo {
  margin: 80px auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .con_foo .logo {
  width: 147px;
  margin-right: 3.33333%;
}
#footer .con_foo .logo a {
  display: block;
}
#footer .con_foo .box_foo {
  width: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .box_foo {
    width: 91.66667%;
    margin: 1em auto 0;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#footer .con_foo .box_foo address {
  width: 100%;
  margin-bottom: 0;
}
#footer .con_foo .box_foo .txt_tel {
  width: 100%;
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .box_foo .txt_tel {
    font-size: 88%;
  }
}
#footer .con_foo .box_foo .txt_tel a, #footer .con_foo .box_foo .txt_tel span.tel {
  font-size: 154%;
}
#footer .con_foo .box_foo .sns_lnk {
  margin-left: 1em;
}
#footer .con_foo .box_foo .sns_lnk li {
  display: inline-block;
}
#footer .con_foo .box_foo .sns_lnk li a {
  display: block;
  text-decoration: none;
  color: #1b1b1b;
}
#footer .con_foo .box_foo .sns_lnk li a:before {
  font-size: 132%;
  font-family: FontAwesome;
  line-height: 1;
}
#footer .con_foo .box_foo .sns_lnk li.insta a:before {
  content: '\f16d';
}
#footer .con_foo .box_foo .sns_lnk li.fb {
  margin-left: 0.25em;
}
#footer .con_foo .box_foo .sns_lnk li.fb a:before {
  content: '\f082';
}
#footer .con_foo .box_sitemap {
  width: 100%;
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .box_sitemap {
    margin-top: 1.5em;
  }
}
#footer .con_foo .box_sitemap > ul {
  width: 20%;
  border-left: 1px solid #cac6ba;
  padding-left: 1.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_foo .box_sitemap > ul {
    width: 33.33333%;
    margin-bottom: 1em;
  }
  #footer .con_foo .box_sitemap > ul:nth-child(3) {
    border-right: 1px solid #cac6ba;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .box_sitemap > ul {
    width: 50%;
    padding: 1em 0 0 .7em;
    font-size: 94%;
  }
  #footer .con_foo .box_sitemap > ul:nth-child(2n) {
    border-right: 1px solid #cac6ba;
  }
}
#footer .con_foo .box_sitemap > ul:last-child {
  border-right: 1px solid #cac6ba;
}
#footer .con_foo .box_sitemap > ul li {
  margin-top: 1em;
}
#footer .con_foo .box_sitemap > ul li:first-child {
  margin-top: 0;
}
#footer .con_foo .box_sitemap > ul li a {
  text-decoration: none !important;
  color: #1b1b1b;
}
#footer .con_foo .box_sitemap > ul li a:hover {
  text-decoration: underline !important;
}
#footer .con_foo .box_sitemap > ul li.rsv .st a {
  color: #be4a27;
}
#footer .con_foo .box_sitemap > ul li .sub_lnk {
  font-size: 88%;
}
#footer .con_foo .box_sitemap > ul li .sub_lnk li {
  margin-top: 0.3em;
}
#footer .con_foo .box_sitemap > ul li .sub_lnk li:before {
  content: '▪';
  color: #be4a27;
  margin-right: 0.3em;
  display: inline-block;
}
#footer .con_foo .box_sitemap > ul li.out:before, #footer .con_foo .box_sitemap > ul li.out:after {
  font-family: FontAwesome;
}
#footer .con_foo .box_sitemap > ul li.out > * {
  vertical-align: middle;
}
#footer .con_foo .box_sitemap > ul li.out:before {
  content: "";
  margin-right: .5em;
  color: #7e6b5a;
}
#footer .con_foo .box_sitemap > ul li.pdf:before, #footer .con_foo .box_sitemap > ul li.pdf:after {
  font-family: FontAwesome;
}
#footer .con_foo .box_sitemap > ul li.pdf > * {
  vertical-align: middle;
}
#footer .con_foo .box_sitemap > ul li.pdf:before {
  content: "";
  margin-right: .5em;
  color: #7e6b5a;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .box_sitemap > ul li.pdf {
    font-size: 88%;
  }
}
#footer #copyright {
  text-align: center;
  font-size: 82%;
  color: #59493f;
}

#customer_header .con_pagetitle {
  position: relative;
  width: 100%;
}
#customer_header .con_pagetitle .photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  #customer_header .con_pagetitle .photo {
    overflow: hidden;
  }
  #customer_header .con_pagetitle .photo img {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #customer_header .con_pagetitle .photo {
    overflow: hidden;
  }
  #customer_header .con_pagetitle .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 767px) {
  #customer_header .con_pagetitle .photo {
    overflow: hidden;
  }
  #customer_header .con_pagetitle .photo img {
    position: relative;
    width: 200%;
    max-width: none;
    margin-left: -50%;
  }
}
@media only screen and (min-width: 1200px) {
  #customer_header .con_pagetitle .photo img {
    position: relative;
    left: 50%;
    top: 0;
    max-width: none;
    width: 1920px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media print {
  #customer_header .con_pagetitle .photo img {
    position: relative;
    left: 50%;
    top: 0;
    max-width: none;
    width: 1920px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#customer_header .con_pagetitle h2 {
  position: absolute;
  bottom: 7.5%;
  left: 2.86458%;
  z-index: 1;
  color: #fff;
  font-weight: normal;
  font-size: 307%;
  letter-spacing: 0.14em;
  text-shadow: 9px 9px 11px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #customer_header .con_pagetitle h2 {
    font-size: 244%;
  }
}
@media only screen and (max-width: 767px) {
  #customer_header .con_pagetitle h2 {
    font-size: 231%;
  }
}
#customer_header .topicpath {
  max-width: 1800px;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#customer_header .topicpath li:first-child:before {
  content: none;
}
#customer_header .topicpath li:nth-child(3) {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#customer_header .topicpath li a {
  display: inline-block;
  color: #1b1b1b;
}
#customer_header .topicpath li:before {
  content: '';
  width: .625em;
  height: 3px;
  background: #be4a27;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

table.tbl_basic th {
  font-weight: normal;
  border-bottom: 1px solid #be4a27;
  padding: 0.6em 0.5em;
  vertical-align: top;
}
table.tbl_basic td {
  border-bottom: 1px solid #d4cac1;
  padding: 0.6em 0;
  vertical-align: top;
}
