@charset "UTF-8";


/* =========================================================
default
========================================================= */

.customer_Defa,
.customer_Defa div,
.customer_Defa span,
.customer_Defa h1,
.customer_Defa h2,
.customer_Defa h3,
.customer_Defa p,
.customer_Defa a,
.customer_Defa img,
.customer_Defa small,
.customer_Defa dl,
.customer_Defa dt,
.customer_Defa dd,
.customer_Defa ol,
.customer_Defa ul,
.customer_Defa li,
.customer_Defa table,
.customer_Defa caption,
.customer_Defa tbody,
.customer_Defa tfoot,
.customer_Defa thead,
.customer_Defa tr,
.customer_Defa th,
.customer_Defa td,
.customer_Defa article,
.customer_Defa aside,
.customer_Defa canvas,
.customer_Defa details,
.customer_Defa embed,
.customer_Defa figure,
.customer_Defa figcaption,
.customer_Defa footer,
.customer_Defa header,
.customer_Defa hgroup,
.customer_Defa menu,
.customer_Defa nav,
.customer_Defa output,
.customer_Defa ruby,
.customer_Defa section,
.customer_Defa summary {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    box-sizing: border-box;
}

.customer_Defa ol,
.customer_Defa ul {
	list-style: none;
}
.customer_Defa li{
	list-style: none;
	outline:none;
}
.customer_Defa a{
	text-decoration: none;
	outline:none;
}
.customer_Defa blockquote,
.customer_Defa q {
	quotes: none;
}
.customer_Defa blockquote:before,
.customer_Defa blockquote:after,
.customer_Defa q:before,
.customer_Defa q:after {
	content: '';
	content: none;
}
.customer_Defa table {
	border-collapse: collapse;
	border-spacing: 0;
}
.customer_Defa button{
    border: none;
    cursor: pointer;
}
.customer_Defa button:checked{
    border: none;
}
/* customer_clearfix
----------------------------------------------------------- */

.customer_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.customer_mt5{
	margin-top: 5px;
}
.customer_mt10{
	margin-top: 10px;
}
.customer_mt20{
	margin-top: 20px;
}
.customer_mt30{
	margin-top: 30px;
}
.customer_mb5{
	margin-bottom: 5px;
}
.customer_mb10{
	margin-bottom: 10px;
}
.customer_mb20{
	margin-bottom: 20px;
}
.customer_mb30{
	margin-bottom: 30px;
}
.customer_Defa  img{
	border: none;
}


/* =========================================================
content
========================================================= */

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face
{
font-family: 'hannari';
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff2')
     format("woff2");
}

.customer_pc{
  display: block;
}
.customer_sp{
  display: none !important;
}

  @media screen and (max-width: 767px) {
    .customer_sp{
      display:block !important;
    }
    .customer_pc{
      display: none !important;
    }
}


/* =========================================================
リンク、ボタン
========================================================= */
.customer_Defa a {
  transition: all 0.5s;
  color: #666;
}
/*
:hover {
  transition: all 0.5s;
}
*/
.customer_Defa a:hover {
  text-decoration: none;
}
.customer_Defa a.umnderline {
  text-decoration: underline;
}

.customer_max{
  width: 100%;
}




/* =========================================================
layout
========================================================= */


div.customer_Defa {
  color: #666;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.7;
  min-width: 100%;
  width: 1200px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  div.customer_Defa {
    min-width: 0;
    font-size: 13px;
    line-height: 1.6;
  }
}
div.customer_H_tel{
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 998;
  color: #fff;
}
div.customer_H_tel p,
div.customer_H_tel p a{
font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
   font-weight:300;
   color: #fff;
}
div.customer_H_tel p a{
   font-size: 24px;
   letter-spacing: 3px;
}
div.customer_H_tel .tel span{
  font-size: 16px;
}
div.customer_Defa img {
  vertical-align: top;
  max-width: 100%;
}
div.customer_wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.customer_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

/* =========================================================
header
========================================================= */

div.customer_H:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
  background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.3), transparent);
  height: 90px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div.customer_H:before {
    content: '';
    background: none;
  }
}
div.customer_H_logo{
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}

div.customer_H_logo img {
  width: 170px;
  height: auto;
}
div.customer_H_logo img.customer_H_logo_img01{
  display: block;
}
div.customer_H_logo img.customer_H_logo_img02 {
  display: none;
}

@media only screen and (max-width:767px){
  div.customer_H_logo {
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 60px;
  }
  div.customer_H_logo img{
    width: 120px;
    margin-top: 15px;
    margin-left: 10px;
  }
}
div.customer_menu div.customer_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
div.customer_menu div.customer_wrapper {
  width: 440px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(440px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
  overflow: auto;
  box-shadow: 0 0 20px rgba(90, 90, 90, .5);
}


div.customer_wrapper ul.customer_sns_list{
  padding: 0 50px;
  margin: 20px 0;
}
@media only screen and (max-width:767px){
  div.customer_wrapper ul.customer_sns_list{
    padding: 0 30px;
  }
}
@media only screen and (max-width:767px){
  div.customer_menu div.customer_wrapper {
      width: 320px;
      transform: translate(320px);
  }
}

div.customer_H_gnav {
  position: absolute;
  top: 17px;
  left: 200px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  div.customer_H_gnav {
    display: none;
  }
}

div.customer_H_gnav ul.customer_H_gnav_list {
}
div.customer_H_gnav ul.customer_H_gnav_list li {
  position: relative;
  padding: 10px 8px;
  float: left;
}
div.customer_H_gnav ul.customer_H_gnav_list li a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 10px #000;
}
div.customer_H_gnav ul.customer_H_gnav_list li a:hover {
  text-shadow: 0 0 10px #888;
}

dl.customer_H_language {
  position: absolute;
  top: 15px;
  right: 100px;
  z-index: 998;
  color: #fff;
  cursor: pointer;
}

dl.customer_H_language dt {
  position: relative;
  padding: 10px 20px;
  background: url(https://www.hakone-hougetu.com/img/common/btn_2.svg) no-repeat 0 50%;
  background-size: 9px 14px;
  border-bottom: 1px solid #fff;
}
dl.customer_H_language dd {
  display: none;
  padding-top: 10px;
}
dl.customer_H_language dd a {
  position: relative;
  display: block;
  padding:  0 10px;
  color: #fff;
}
dl.customer_H_language dd a::before {
  content: '-';
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
}
dl.customer_H_language dd a:first-child {
    margin-top: 0;
}



div.customer_H_tel {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 998;
  color: #fff;
  display: none;
}
div.customer_H_tel p,
div.customer_H_tel p a{
font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
   font-weight:300;
   color: #fff;
}
div.customer_H_tel p a{
   font-size: 24px;
   letter-spacing: 3px;
}
div.customer_H_tel .tel span{
  font-size: 16px;
}




/* header 1000pxまでのブラウザ幅対応 */

@media screen and (max-width: 1380px) {
  dl.customer_H_language {
    right: 90px;
  }
  div.customer_H_gnav {
    top: 7px;
  }
  div.customer_H_gnav ul.customer_H_gnav_list {
    width: 540px;
  }
  div.customer_H_gnav ul.customer_H_gnav_list li {
    padding: 5px 8px;
  }
  div.customer_H_gnav ul.customer_H_gnav_list li:nth-child(n + 6) {
    padding-top: 0;
  }
}



/* =========================================================
ハンバーガーメニュー
========================================================= */
p.customer_H_btn,
a.customer_H_btn {
  display: block;
  padding: 20px 0 0;
  height: 80px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  text-align: center;
  outline: none;
}
p.customer_H_btn a{
    height: 100%;
    font-size: 12px;
}
p.customer_H_btn a img{
    margin: auto;
    display: block;
}
p.customer_h_btn100,
a.customer_h_btn100{
    width: 80px;
}
p.customer_h_btn_To,
a.customer_h_btn_To{
    width: 80px;
    height: 300px;
}
div.customer_menu a.customer_gnav_btn {
    background: none;
    right: 0px;
    top: 0;
    z-index: 1001;
    background: #fff !important;
}

a.customer_gnav_btn:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: 'MENU';
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
a.customer_gnav_btn.open_nav:after {
  content: '閉じる';
  bottom: 5px;
}

a.customer_gnav_btn span {
  transition: all 0.3s;
  transform: rotate(0deg);
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
}
a.customer_gnav_btn span:nth-child(1) {
  transform: translateY(-8px);
}
a.customer_gnav_btn span:nth-child(3) {
  transform: translateY(8px);
  width: 20px;
  left: 10px;
}
a.customer_gnav_btn.open span:nth-child(2) {
  background: rgba(255, 255, 255, 0);
}
a.customer_gnav_btn.open span:nth-child(1) {
  transform: rotate(-45deg) translateY(0px);
  background: #000;
}
a.customer_gnav_btn.open span:nth-child(3) {
  transform: rotate(45deg) translateY(0px);
  background: #000;
  width: 30px;
  left: 0px;
}
p.customer_To_btn{
  right: 0;
  z-index: 1001;
  top: 95px;
}
p.customer_To_btn a{
  font-size: 18px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  width: 80px;
  height: 300px;
  line-height: 80px;
  padding-top: 70px;
  padding-bottom: 20px;
  background: #896c42 url(https://www.hakone-hougetu.com/img/common/btn_2.svg) no-repeat 50% 94%;
  background-size: 12px 12px;
}
p.customer_H_btn {
  padding: 0;
}

img.customer_Bes {
  float: left;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width:767px){
  div.customer_menu a.customer_gnav_btn {
    z-index: 1002;
  }
  p.customer_h_btn100,
  a.customer_h_btn100 {
    width: 60px;
  }
  p.customer_H_btn,
  a.customer_H_btn {
      height: 60px;
      padding: 5px 0 0;
  }
  p.customer_tel_btn,
  p.customer_map_btn{
      z-index: 2;
      position: absolute;
  }
  p.customer_tel_btn a,
  p.customer_map_btn a{
    color: #fff;
    margin-top: 4px;
  }
  p.customer_tel_btn{
     top:0;
     right: 60px;
  }
  p.customer_tel_btn img{
      width: 15px;
      margin: 5px auto !important;
  }
  p.customer_map_btn{
     top:0;
     right: 110px;
  }
  p.customer_map_btn img{
      width: 15px;
      margin: 5px auto 3px !important;
  }
  p.customer_map_btn:after{
      content: '';
      border-right: 1px solid #fff;
      position: relative;
      top: -15px;
      right: -5px;
  }
  a.customer_gnav_btn:after {
      font-size: 12px;
  }
  div.customer_tokuten_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0,0,0,.8);
  }
  p.customer_To_btn {
    position: static;
    width: 100%;
  }
  p.customer_To_btn a {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode:lr-tb;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 55px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #896c42 url(https://www.hakone-hougetu.com/img/common/btn_2.svg) no-repeat 5% 50%;
    background-size: 12px 12px;
  }
  /*.customer_To_btn img {
    bottom: 38px;
    right: auto;
    left: 35px;
  }*/
  img.customer_Bes {
    top: 10px;
    right: auto;
    left: 15%;
  }
}


p.customer_h_btn_To_Pc {
  width: 100%;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 30px 0 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  outline: none;
}
p.customer_h_btn_To_Pc a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding-left: 55px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #896c42 url(https://www.hakone-hougetu.com/img/common/btn_2.svg) no-repeat 5% 50%;
  background-size: 12px 12px;
}
p.customer_h_btn_To_Pc a img.customer_Bes {
  position: absolute;
  top: -10px;
  right: auto;
  left: 22%;
}



/*グローバルリンク*/
ul.customer_gnav {
  padding: 0 50px 0;
}
@media screen and (max-width: 767px) {
  ul.customer_gnav {
    padding: 20px 20px 0;
  }
}
ul.customer_gnav li{
  border-bottom: 1px solid #CBCBCB;
  padding: 10px 0;
}
ul.customer_gnav li:first-child{
  border-top: 1px solid #CBCBCB;
}
ul.customer_gnav li p{
  display: block;
  font-size: 18px;
}
ul.customer_gnav li a{
  display: block;
  font-size: 18px;
}


ul.customer_gnav div.customer_gnav_01 {
  position: relative;
}
ul.customer_gnav div.customer_gnav_02 {
  padding-left: 20px;
}
ul.customer_gnav div.customer_gnav_02 p {
}
ul.customer_gnav div.customer_gnav_02 a {
  position: relative;
  font-size: 14px;
  padding: 5px 0 5px 20px;
}
ul.customer_gnav div.customer_gnav_02 a::before {
  position: absolute;
  content: '-';
  left: 0;
  bottom: auto;
  top: auto;
}

ul.customer_gnav div.customer_gnav_03 {
  margin-bottom: 10px;
  padding-left: 20px;
}


div.customer_top_infomation {
  /*padding: 60px 50px 0;*/
  padding: 10px 50px 0;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  div.customer_top_infomation {
    padding: 20px 20px 0;
  }
}

div.customer_top_infomation p.customer_top_infomation_tel {
  font-size: 16px;
  font-weight: 300;
  font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
  color: #8A6C43;
  margin: 10px 0;
  letter-spacing: 4px;
}
div.customer_top_infomation p.customer_top_infomation_tel a {
  font-size: 24px;
  color: #8A6C43;
}
div.customer_top_infomation p {
  margin: 10px 0;
}
div.customer_top_infomation p.customer_top_infomation_btn {
  margin: 0;
}
div.customer_top_infomation p.customer_top_infomation_btn {
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  border: 1px solid #a58e6f;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
div.customer_top_infomation p.customer_top_infomation_btn::before {
  position: absolute;
  content: '＞';
  right: 10%;
  bottom: auto;
  top: auto;
  font-size: 14px;
  color: #a58e6f;
}
div.customer_top_infomation p.customer_top_infomation_btn a {
  display: block;
  line-height: 40px;
  color: #a58e6f;
}
@media screen and (max-width: 767px) {
  div.customer_top_infomation p.customer_top_infomation_btn a {
    width: auto;
  }
}


@media screen and (max-width:767px) {
  ul.customer_gnav li a {
    font-size: 17px;
    padding: 2px 0;
  }
}
  ul.customer_sns_list{
  display: flex;
  padding: 0 0px 30px;
}
  ul.customer_sns_list li:not(:last-child){
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  ul.customer_sns_list {
    padding: 0 50px 0;
  }
}


ul.customer_lang_list {
  display: flex;
  color: #8a6c43;
  font-size: 14px;
  padding: 0 50px 30px 50px;
}
@media only screen and (max-width:767px){
  ul.customer_lang_list {
    padding: 0 30px 30px 30px;
  }
}
ul.customer_lang_list li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
ul.customer_lang_list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  margin: auto;
  width: 1px;
  height: 14px;
  background: #8a6c43;
}
ul.customer_lang_list li:first-child {
  margin: 0;
  padding: 0;
}
ul.customer_lang_list li:first-child::before {
  display: none;
}
ul.customer_lang_list li a {
  color: #8a6c43;
  font-size: 14px;
}


/*//////////footer箇所////////*/
div.customer_global_footer{
  position: relative;
  border-top: 1px solid #e3e3e3;
}

a.customer_tel_footer {
  font-size: 36px;
  font-weight: 300;
  font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
  background: url(https://www.hakone-hougetu.com/img/common/ico_tel.svg) no-repeat 5% 65%;
  background-size: 23px 23px;
  vertical-align: sub;
  padding-right: 10px;
  letter-spacing: 4px;
  margin-top: 3px;
  display: inline-block;
  padding: 0 20px 0 40px;
  color: #1a1a1a;
}
div.customer_tel_box_foot p{
  letter-spacing: 2px;
  text-align: center;
  padding: 5px 0 20px;
  color: #1a1a1a;
}

span.customer_mail_foot{
  padding: 2px 30px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin-left: 30px;
}
span.customer_mail_foot img{
     vertical-align: sub;
    margin-left: 15px;
    width: 28px;
}
/*ieのみ*/
@media all and (-ms-high-contrast: none) {
   a.customer_tel_footer{
      background: url(https://www.hakone-hougetu.com/img/common/ico_tel.svg) no-repeat 5% 35% !important;
      background-size: 23px 23px !important;
  }
  div.customer_tel_box_foot p{
    padding: 10px 0 5px !important;
  }
  div.customer_foot_info span.foot_tel a{
    background:url(https://www.hakone-hougetu.com/img/common/foot_tel.svg) no-repeat 0 35% !important;
    background-size:22px 22px !important;
    margin-top:0 !important;
  }
}
@media screen and (max-width: 767px) {
 a.customer_tel_footer {
    margin: -5px auto -15px;
    font-size: 30px;
    padding-left: 40px;
    background: url(https://www.hakone-hougetu.com/img/common/ico_tel.svg) no-repeat 20% 70%;
    background-size: 23px 23px;
    letter-spacing: 1px;
    display: block;
  }
  div.customer_tel_box_foot p {
    padding: 25px 0 15px;
  }
  span.customer_mail_foot{
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}
/*//////////footer　imgリンク箇所////////*/
div.customer_foot_img{
  background: #f3f3f3;
}
ul.customer_foot_img_list {
	display: table;
  table-layout: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;

}
ul.customer_foot_img_list li {
	position: relative;
	z-index: 9;
  overflow: hidden;
  height: 200px;
  width: 48%;
  margin: 8px auto;
}
ul.customer_foot_img_list li a {
  display: block;
  height: 100%;
  color: #fff;
}
ul.customer_foot_img_list li a img {
  transition: all 0.5s;
}
ul.customer_foot_img_list li a p{
  position: absolute;
  bottom: 20px;
  font-size: 24px;
  font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
  left: 20px;
}
@media screen and (max-width: 767px) {
  ul.customer_foot_img_list {
    height: auto;
    display: block;
    padding: 30px 0;
  }
  ul.customer_foot_img_list li {
    height: 120px;
    padding: 0px;
    width: 100%;
    margin: 5px auto;
  }
  ul.customer_foot_img_list li a p {
    font-size: 15px;
  }
}

/*//////////footer　背景箇所////////*/
div.customer_footer_nav{
		background: url(https://www.hakone-hougetu.com/img/common/bg_footer.jpg) no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
    height: 1000px;
    padding: 40px 0;
 }
ul.customer_footer_global{
  display: flex;
}
p.customer_foot_logo{
  margin-bottom: 20px;
}
ul.customer_footer_global li a{
  color: #fff;
  padding: 0 20px;
  border-left: 1px solid #c2c2c2;
}
ul.customer_footer_global li:last-child a{
  border-right: 1px solid #c2c2c2;
}

div.customer_foot_info{
  width: 450px;
  position: relative;
  margin-top: 380px;
}
div.customer_foot_info p,
div.customer_foot_info p a{
  color: #e3e3e3;
}
div.customer_foot_info span.customer_foot_tel a{
    padding-left: 32px;
    background: url(https://www.hakone-hougetu.com/img/common/foot_tel.svg) no-repeat 0 65%;
    background-size: 22px 22px;
    font-size: 28px;
    font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
    font-weight: 300;
    display: block;
    margin-top: -10px;
    letter-spacing: 2px;
    width: 260px;
}
ul.customer_sns_link{
  display: flex;
  margin-top: 10px;
}

ul.customer_sns_link li:not(:last-child){
  margin-right: 20px;
}
div.customer_foot_info div.customer_foot_tripadvisor {
  position: absolute;
  bottom: 65px;
  right: 0;
}
div.customer_foot_info div.customer_foot_tripadvisor a[target="_blank"] {
  background: none;
  padding: 0;
}
p.customer_pagetop{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
div.customer_copyright{
  margin-top: 40px;
}
div.customer_copyright small{
  color: #e3e3e3;
}


@media screen and (max-width: 767px) {
  div.customer_footer_nav{
    height: auto;
    padding: 120px 0 50px;
    position: relative;
  }
  p.customer_foot_logo img{
    width: 230px;
  }
  ul.customer_footer_global{
    flex-wrap: wrap;
  }
  ul.customer_footer_global li{
    width: 50%;
    margin: 5px 0;
    text-align: center;
  }
  ul.customer_footer_global li:last-child{
      /*
      border: none !important;
      width: 100%;
      */
  }
  ul.customer_footer_global li a {
    border: none;
    padding: 0;
  }
  ul.customer_footer_global li:nth-child(odd){
      border-left: 1px solid #f4f3f1;
  }
  ul.customer_footer_global li:nth-child(even) {
      border-right: 1px solid #f4f3f1;
      border-left: 1px solid #f4f3f1;
  }
  ul.customer_footer_global li:last-child a{
    border-right: none;
  }
  ul.customer_footer_global li a{
    text-align: center;
  }
  div.customer_foot_info {
    width: 100%;
    position: relative;
    margin-top: 60px;
  }
  div.customer_foot_info p,
  div.customer_foot_info p a {
    text-align: center;
  }
  ul.customer_sns_link {
    justify-content: center;
  }
  div.customer_copyright {
    text-align: center;
  }
  div.customer_foot_info div.customer_foot_tripadvisor {
    position: static;
    margin: auto;
    display: block;
    width: 170px
  }

  div.customer_foot_info span.customer_foot_tel a {
    padding-left: 10px;
    background: url(https://www.hakone-hougetu.com/img/common/foot_tel.svg) no-repeat 20% 60%;
    background-size: 25px 25px;
    font-size: 25px;
    font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
    font-weight: 300;
    display: block;
    margin-top: -10px;
    letter-spacing: 2px;
    width: 100%;
  }
  p.customer_pagetop{
    position: absolute;
    left: 0;
    z-index: 99;
    top: -30px;
    width: 50px;
    left: 0;
    margin: 0 auto;
    height: 150px;
  }
}

/*パンくずの設定*/
div.customer_MainV {
  position: relative;
  overflow: hidden;
}
div.customer_MainV h1 {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 250px;
}
@media screen and (max-width: 767px) {
  div.customer_MainV h1 {
    width: 170px;
    height: 65px;
  }
}





div.customer_menu div#customer_wrapper:target {
  transform: translate(0);
}
div.customer_menu div.customer_wrapper {
  transition: all 0.5s;
}
a.customer_wrapper_close {
  display: block;
  margin: 20px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
}
dl.customer_H_language dd {
  display: block;
  opacity: 0;
  transition: 1s;
}
dl.customer_H_language:hover dd {
  opacity: 1;
}
