@charset "utf-8";



/*############################################################################*/
/*

スマホタブレット

*/
/*############################################################################*/





/*既存クラスの上書き設定*/

.l-wrapper {
  overflow: visible;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.l-main {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 0 0;
}

h2,h3,h4 {
  font-weight: bold !important;
}

/*シェアボタン箇所を白地にする*/

.l-share:last-child {
  margin-bottom: 0 !important;
}

.l-aside {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*基礎css*/

.thispage_contents_wrap,
.thispage_contents_wrap li,
.thispage_contents_wrap dt,
.thispage_contents_wrap dd {
  font-size: 1.7rem;
	line-height: 1.8;
}

.thispage_contents_wrap * {
  position: relative;
}

.thispage_contents_wrap section {
  margin: 0;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

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

.small{font-size: 1em;}
.tx_small{font-size: .6em;}
.red { color: #ff3300; }


/*丸リスト*/

ul.dot {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dot li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.2em;
  font-size: 85%;
}

ul.dot li::after {
  content: '●';
  display: block;
  position: absolute;
  top: .3em;
  left: 2px;
  width: 1em;
  list-style: 1;
  font-size: 70%;
}


/*区切り線*/
.dot_line {
  margin: 0;
  padding: 20px 0;
  background: url(../img/common/dot_line.png) center center repeat-x;
  background-size: 7px;
}
.dot_line_gray {
  margin: 0;
  padding: 20px 0;
  background: url(../img/common/dot_line_gray.png) center center repeat-x;
  background-size: 7px;
}


/*dlテーブル*/

.dllist {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: .4fr 1fr;
  grid-gap: 7px 0;
}

.dllist[data-set="2"] { grid-template-columns: .2fr 1fr; }
.dllist[data-set="3"] { grid-template-columns: .3fr 1fr; }
.dllist[data-set="2em"] { grid-template-columns: 2em 1fr; }
.dllist[data-set="5em"] { grid-template-columns: 5em 1fr; }
.dllist[data-set="8em"] { grid-template-columns: 8em 1fr; }

.dllist dt,
.dllist dd {
  font-size: 85%;
}

.dllist dt,
.dllist dd {
  margin: 0;
  padding: 0;
}



/*予約ボタン*/
.yoyaku {
	z-index: 10;
  display: block;
  margin: 30px 0 0 0;
  padding: 15px 5px;
  background-color: #007e05;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 6px 0 #2d3035;
  border-radius: 999999px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.yoyaku:hover {
  opacity: 0.8;
}


/*写真の影*/
.photoframe {
  box-shadow: 0px 1px 12px 0px #212327;
}

/*写真の角丸*/
.photoradius {
  border-radius: 30px;
}

/*白馬バナー*/
section.hakuba_banner {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
  max-width: 900px;
	width: 100%;
	text-align: center;
}

section.hakuba_banner img {
  width: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*SP定義*/

@media (max-width: 767px) {


.l-wrapper {
  overflow: visible;
}

.l-main {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*基礎css*/

.thispage_contents_wrap,
.thispage_contents_wrap li,
.thispage_contents_wrap dt,
.thispage_contents_wrap dd {
  font-size: 1.7rem;
	line-height: 1.8;
}

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

p{
font-size: 1em;
}

}





