@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;600;700;800&display=swap');

html { 
  scroll-behavior: smooth;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #ffffff;
  z-index: 99;
}
.loader{
  position: absolute;
  display: inline-block;
  top:50%;
  left:49%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 30px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin
{
  0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
  50%  { -webkit-transform: rotate(180deg); opacity: 1; }
  100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}
@-moz-keyframes spin
{
  0% { -moz-transform: rotate(0deg); opacity: 0.4; }
  50%  { -moz-transform: rotate(180deg); opacity: 1; }
  100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}


.tbh{
  overflow-x: hidden;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #000000;
}

.tbh img{
  -webkit-backface-visibility: hidden !important;
  width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

.clear{
  clear: both;
  height: 0;
  font-size: 0;
}

.l-main{
  width: 100%;
  line-height: 1;
}

.kv{
  position: relative;
  z-index: 2;
}
.kv,
.kv img,
.kv h1,
.kv h1 img{
  width: 100%;
}

.concept{
  position: relative;
  width: 100%;
  padding: 380px 0;
}
.concept h2.ttl1{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 0 48px 0;
}
.concept p{
  font-size: 16px;
  text-align: center;
  line-height: 2.4em;
}

.productinfo{
/*  width: 100%;*/
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.productinfo .slideimg{
  width: 63.6%;
  position: relative;
  left: 36.4%;
}
.productinfo .product1{
  max-width: 1196px;
  margin: 360px auto 0 auto;
  position: relative;
  padding: 0 90px;
}
.productinfo .product1 .product1l{
  width: 65%;
  position: relative;
}
.productinfo .product1 .product1l img{
  width: 48.8%;
}
.productinfo .product1 .product1l img.mlsp{
  margin-left: 2.4%;
}
.productinfo .product1 .product1l .txt1{
  width: 350px;
  position: absolute;
  right: -52%;
  top: 35%;
  font-size: 14px;
  line-height: 2.2em;
}
.productinfo .product2{
  max-width: 1196px;
  margin: 360px auto 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 90px;
}
.productinfo .product2 .product2l{
  width: 47.5%;
  float: left;
  position: relative;
}
.productinfo .product2 .product2l img{
  position: relative;
  margin-top: 260px;
}
.productinfo .product2 .product2r{
  width: 47.5%;
  float: right;
  position: relative;
}
.productinfo .product2 .pname{
  font-size: 25px;
  font-weight: 500;
  padding-top: 60px;
  position: relative;
}
.productinfo .product2 .pname .price{
  font-size: 18px;
  padding-top: 8px;
}
.productinfo .product2 .more{
  width: 130px;
  position: absolute;
  border-bottom: solid 1px #000000;
  right: 90px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productinfo .product2 .more:hover{
  opacity: 0.4 !important;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)" !important;
}
.productinfo .product2 .more::before{
  content: "";
  position: absolute;
  right: 4px;
  bottom: -1px;
  width: 40px;
  height: 6px;
  border-right: 2px solid #000;
  transform: skew(55deg);
}
.productinfo .product2 .more a{
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0 0 10px 0;
}

.mtsp1{
  margin-top: 400px;
}

.kingstar{
  width: 100%;
  margin: 350px 0 0 0;
  height: 750px;
  background: url(/cms/contents/brand/the_bedford_hotel/img/fbg.webp) bottom center no-repeat;
  background-size: cover;
}
.kingstar .kingstarinfo{
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 90px;
}
.kingstar .kingstarLogo{
  height: 60px;
  padding: 80px 0 30px 0;
}
.kingstar .kingstarLogo img{
  width: auto;
  height: 100%;
}
.kingstar .kingstarTxt{
  width: 100%;
  font-size: 14px;
  color: #000000;
  line-height: 2.0em;
  padding: 0 0 20px 0;
}
.kingstar .more{
  width: 92px;
  position: relative;
  border-bottom: solid 1px #000000;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.kingstar .more::before{
  content: "";
  position: absolute;
  right: 4px;
  bottom: -1px;
  width: 40px;
  height: 6px;
  border-right: 2px solid #000;
  transform: skew(55deg);
}
.kingstar .more a{
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0 0 10px 0;
}
.kingstar .more:hover{
  border-bottom: solid 1px #ffffff;
}
.kingstar .more:hover::before{
  border-right: 2px solid #ffffff;
}
.kingstar .more:hover a{
  color: #ffffff;
}
.kingstar .sns{
  padding: 66px 0 0 0;
  width: 75px;
}
.sns a {
  display: inline-block;
  position: relative;
}

footer{
  padding: 40px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
footer img{
  width: 100%;
}
footer a{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
footer img{
  width: 100%;
}
footer .flogo{
  width: 182px;
  margin: 0 auto;
}
footer .copy{
  font-size: 11px;
  font-weight: 500;
  padding: 4px 0 0 0;
}

@media screen and (max-width: 1245px) {
  .productinfo .product1 .product1l .txt1{
    font-size: 13px;
    top: 30%;
    right: -66%;
  }
}

@media screen and (max-width: 1024px) {
  .productinfo .product1 .product1l .txt1{
    font-size: 12px;
    top: 30%;
    right: -74%;
  }
}

@media screen and (max-width: 900px) {
  .loader{
    left:46%;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .concept{
    padding: 260px 0;
    width: 66%;
    margin: 0 auto;
  }
  .concept h2.ttl1{
    font-size: 20px;
    padding: 0 0 30px 0;
  }
  .concept p{
    font-size: 14px;
    text-align: left;
    line-height: 2.0em;
  }


  .productinfo .slideimg{
    width: 100%;
    left: 0;
  }
  .productinfo .product1{
    max-width: 90%;
    margin: 80px auto 0 auto;
    overflow: visible;
    padding: 0;
  }
  .productinfo .product1 .product1l{
    width: 100%;
  }
  .productinfo .product1 .product1l .txt1{
    width: 90%;
    position: relative;
    right: 0;
    margin: 76px auto 0 auto;
    font-size: 12px;
    line-height: 2.0em;
  }

  .productinfo .product2{
    max-width: 90%;
    margin: 76px auto 0 auto;
    overflow: visible;
    padding: 0;
  }
  .productinfo .product2 .product2l{
    width: 100%;
    float: none;
  }
  .productinfo .product2 .product2l img{
    position: relative;
    margin-top: 0;
  }
  .productinfo .product2 .product2r{
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .productinfo .product2 .pname{
    font-size: 20px;
    padding-top: 30px;
  }
  .productinfo .product2 .pname .price{
    font-size: 14px;
    padding-top: 8px;
    font-weight: normal;
  }
  .productinfo .product2 .more{
    width: 90px;
    right: 0;
  }
  .productinfo .product2 .more:hover{
    opacity: 1.0 !important;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)" !important;
  }
  .productinfo .product2 .more a{
    font-size: 13px;
    padding: 0 0 8px 0;
  }

  .mtsp1{
    margin-top: 150px;
  }


  .kingstar{
    margin: 150px 0 0 0;
    height: 564px;
    background: url(/cms/contents/brand/the_bedford_hotel/img/fbg_sp.webp) bottom center no-repeat;
    background-size: cover;
  }
  .kingstar .kingstarinfo{
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .kingstar .kingstarLogo{
    height: 40px;
    padding: 38px 0 30px 0;
  }
  .kingstar .kingstarTxt{
    font-size: 12px;
  }

  .kingstar .more:hover{
    border-bottom: solid 1px #000000;
  }
  .kingstar .more:hover::before{
    border-right: 2px solid #000000;
  }
  .kingstar .more:hover a{
    color: #000000;
  }
  .kingstar .sns{
    padding: 50px 0 0 0;
  }


  footer{
    padding: 18px 0 22px 0;
  }
  footer a:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  footer .flogo{
    width: 45%;
  }
  footer .copy{
    font-size: 10px;
  }

}