@charset "utf-8";
@import url("https://www.legrand-karuizawa.jp/rakuten/top/css/font_style.css");
/*----------------------
　共通　- #mainvisual
----------------------*/
#hero_image {
  width: 950px;
  margin: 0 auto;
}
#hero_image img {
  width: 100%;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  display: flex;
  justify-content: space-between;
  width: 94%;
  padding: 0 3%;
  margin: 0;
  background-color: rgba(44, 22, 0, 0.9);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  font-size: 13px;
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  background-color: #a78353;
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(131, 131, 131, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #b99b75;
}

#hero_image .mainvisual ul li a {
  display: block;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  width: 100%;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 17px 0;
  color: #fff;
  line-height: 1;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  top: 16px;
  background-color: #fff;
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}
#hero_image .mainvisual ul.nav_02 {
  display: flex;
  width: 94%;
  padding: 0 3%;
  margin: 0;
  background-color: #f2f2f2;
  color: #000;
}
#hero_image .mainvisual ul.nav_02 li {
  padding: 0;
  font-size: 13px;
  position: relative;
}
#hero_image .mainvisual ul.nav_02 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  top: 13px;
  background-color: #000;
  left: 0;
}
#hero_image .mainvisual ul.nav_02 li:last-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  top: 13px;
  background-color: #000;
  right: 0;
}
#hero_image .mainvisual ul.nav_02 li a {
  padding: 11px 25px;
  display: block;
  color: #000;
}
#hero_image .mainvisual ul.nav_02 li a:hover {
  text-decoration: underline;
}
/*----------------------
　共通　- #contents
----------------------*/
#contents {
  width: 950px;
  color: #0c000c;
  margin: 60px auto 0;
}
#contents {
  -webkit-text-size-adjust: none;
  max-width: 100%;
  color: #0c000c;
}

#contents .left {
  float: left;
}
#contents .right {
  float: right;
}
#contents .clear {
  clear: both;
}

#contents h4,
#contents h5,
#contents h1,
#contents h2,
#contents h3,
#contents .container #h1,
#contents .container #main #main_line #main_box .main_text {
  color: #0c000c;
  font-weight: normal;
}
#contents .container h1 {
  display: none;
}
#contents .container #h1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  margin: 30px 0 20px 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#contents .container #h1 span {
  font-size: 2rem;
}
#contents .container .rinjinews {
  margin-top: 50px;
}
#contents h2 {
  font-size: 28px;
  text-align: center;
  line-height: 2;
  margin: 50px 0 20px 0;
}
#contents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#contents .clearfix {
  min-height: 1px;
}
#contents .mouseon_alpha a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}
#contents aside a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}
#contents a {
  text-decoration: none;
}
#contents .none {
  display: none;
}

#contents ul li {
  list-style: none;
}
#contents img {
  width: 100%;
}
#contents .mb_60 {
  margin-bottom: 60px;
}

/* =======================
		#main_text_box
========================== */
#main_text_box h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  margin: 20px 0 10px 0;
  letter-spacing: 0.1em;
}
#main_text_box .main_text {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 60px;
}

/* =======================
		.contents
========================== */
.contents {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.contents .img_box_right {
  float: right;
  margin-left: 30px;
  width: 50%;
}
.contents .img_box_left {
  float: left;
  margin-right: 28px;
  width: 57%;
}
.contents .img_box_left .sub_text {
  margin-top: 5px;
  text-align: right;
  font-size: 1.2rem;
  display: block;
}
.contents .text_box_right {
  float: right;
  width: 40%;
  padding-top: 7px;
}
.contents .text_box_left {
  float: left;
  width: 46%;
  padding-top: 10px;
}
.contents .text_box_right h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contents .text_box_left h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.contents .text_box_right p {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
}
.contents .text_box_left p {
  text-align: left;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.contents .text_box_right dl {
  font-size: 13px;
}
.contents .text_box_right dl dt {
  font-size: 14px;
  line-height: 1.8;
}
.contents .text_box_right dl dd {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.contents .text_box_right .list {
  border: 1px solid #e3e3e3;
  width: 100%;
}
.contents .text_box_right .list tr {
  border-bottom: 1px dotted #e3e3e3;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.contents .text_box_right .list tr:last-child {
  border-bottom: none;
}
.contents .text_box_right .list tr td {
  padding: 15px;
}
.contents .text_box_right .list tr td:nth-child(2n + 1) {
  width: 65px;
  border-right: 1px dotted #e3e3e3;
}

/* =======================
		h2
========================== */
#facilities h2,
#info h2,
#oneday_hotspring h2,
#hotspring h2 {
  text-align: center;
  font-size: 28px;
  line-height: 2;
  margin: 20px 0 20px 0;
}

/* =======================
		#info
========================== */
#info .contents .text_box_right dl dd ul li {
  float: left;
}

/* =======================
	#oneday_hotspring, #hotspring
========================== */

#oneday_hotspring .contents .text_box_right dl dd ul li .sub_text,
#hotspring .contents .text_box_right dl dd ul li .sub_text {
  float: left;
  font-weight: normal;
  /* font-size: 1.3rem; */
  width: 95px;
}

/* =======================
		ab_0117
========================== */
#contents ul.spa_nav {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 40px;
}
#contents .spa_nav li {
  margin: 0 0px 10px 1.5%;
  width: 100%;
}
#contents .spa_nav li .btn_box {
  background-color: #333333;
}
#contents .spa_nav li .btn_box a p {
  margin: 0 auto;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
}
#contents .btn_box {
  background-image: url("https://www.legrand-karuizawa.jp/img/190116/ab_maruyazi.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 22px 22px;
}
/*    予約・お問い合わせ    */
#contents .reservation_box {
  width: 80%;
  margin: 0 auto 20px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  padding: 3%;
}
#contents .reservation_box h3 {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 30px 0;

  background-color: #f2f2f2;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
#contents .reservation_box .open_anteroom {
  font-size: 16px;
  margin: 0 0 30px 0;
  line-height: 1.5;
  text-align: center;
}
#contents .reservation_box .phon_number {
  font-size: 36px;
  background-image: url(https://www.legrand-karuizawa.jp/img/common/phon_img_001.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 35px;
  background-size: 24px 39px;
  width: 279px;
  margin: -10px auto 0;
  text-align: left;
  line-height: 1.2;
}
#contents .reservation_box .time {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 1.5;
  text-align: center;
}
/* =======================
		facilities
========================== */
#facilities {
  margin-top: -100px;
  padding-top: 100px;
}
/* =======================
		info
========================== */
#info {
  margin-top: -100px;
  padding-top: 100px;
}
/* =======================
		oneday_hotspring
========================== */
#oneday_hotspring {
  margin-top: -100px;
  padding-top: 100px;
}
