@charset "UTF-8";

/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/
/* ----------------------------------------------------
            ナビゲーション
----------------------------------------------------- */
.nav {
  overflow: hidden;
  /* 回り込み解除指定 */
  width: 950px;
  margin: 0 auto 20px auto;
  padding-left: 2px;
}

.nav li {
  width: 237px;
  float: left;
  margin-bottom: 1px;
}

/* ----------------------------------------------------
            施設紹介
----------------------------------------------------- */
.title {
  text-align: center;
  background: #EEEEEE;
  margin-bottom: 24px;
}

.title h1 {
  width: 950px;
  margin: 0 auto;
}

.wrap {
  width: 950px;
  margin: 0 auto;
  /* お土産 */
  /*アロママッサージ*/
}

.wrap .photo {
  overflow: hidden;
  /* 回り込み解除指定 */
  margin-bottom: 18px;
}

.wrap .photo img {
  float: right;
  width: 473px;
  height: auto;
}

.wrap .photo img.full {
  float: right;
  width: 100%;
  height: auto;
}

.wrap .photo img:first-child {
  float: left;
}

.wrap .section {
  margin-bottom: 30px;
}

.wrap .section p {
  margin-bottom: 10px;
}

.wrap .section p em {
  color: #CC0000;
}

.wrap .section b {
  display: block;
  color: #990000;
  font-size: 1.3em;
  margin-bottom: 18px;
}

.wrap .pagetop {
  text-align: right;
}

.wrap .omiyage {
  border-top: 2px solid #E6E5E5;
  border-bottom: 2px solid #E6E5E5;
  margin: 8px 0 12px 0;
  padding: 6px 10px;
  font-size: 1.3em;
  color: #331111;
}

.wrap .omiyage li {
  display: inline;
  background: url(/rt2014/common/img/icon02.png) left center no-repeat;
  padding-left: 12px;
  padding-right: 30px;
}

.wrap .aroma {
  overflow: hidden;
  /* 回り込み解除指定 */
  margin: 30px 0 18px 0;
}

.wrap .aroma .Left_box {
  width: 560px;
  padding-top: 12px;
}

.wrap .aroma .Left_box h2 {
  margin-bottom: 18px;
}

.wrap .aroma .Left_box p {
  margin-bottom: 12px;
  padding-right: 12px;
}

.wrap .campaign {
  margin-bottom: 18px;
  border: 5px solid #F5E5C5;
  overflow: hidden;
  /* 回り込み解除指定 */
}

.wrap .campaign h3 {
  float: left;
}

.wrap .campaign .Left_box {
  padding: 12px 0 0 12px;
}

.wrap .campaign p {
  line-height: 1.6em;
  margin-bottom: 8px;
}

.wrap .campaign p em {
  color: #900;
}

.wrap .campaign p strong {
  color: #C00;
}

#aroma_menu .thumbs,#massage_menu .thumbs {
  margin-bottom: 12px;
    display: block;
    height: 55px;
}

#aroma_menu .thumbs ul,#massage_menu .thumbs ul{
  margin-left: 0;
}
#aroma_menu .thumbs ul li:first-child,#massage_menu .thumbs ul li:first-child {
  margin-left: 0;
}


#aroma_menu .thumbs ul li,#massage_menu .thumbs ul li {
  display: block;
  float: left;
  background: #e6e5e5;
  color: #330000;
  text-align: center;
  padding: 10px 10px;
  width: calc(950px / 4.03);
  height: auto;
  font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  text-indent: 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  margin-right: 1px;
  position: relative;
  cursor: pointer;
}
#aroma_menu .thumbs ul li{
    width: calc(950px / 3.01);

}
#aroma_menu .thumbs ul li::before ,
#massage_menu .thumbs ul li::before {
content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top:8px solid transparent;
  }


#aroma_menu .thumbs ul li:hover ,
#massage_menu .thumbs ul li:hover{
  background: #330000;
  color: #fff;
}
#aroma_menu .thumbs ul li:hover::before ,
#massage_menu .thumbs ul li:hover::before {
content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 8px solid #330000;
}

#aroma_menu .imgArea {
  position: relative;
  height: 170px;
}

#aroma_menu .imgArea div {
  width: 100%;
  position: absolute;
}

#aroma_menu .imgArea div p {
  margin-bottom: 12px;
}



#massage_menu .imgArea {
  position: relative;
  height: 170px;
}

#massage_menu .imgArea div {
  width: 100%;
  position: absolute;
}

#massage_menu .imgArea div p {
  margin-bottom: 12px;
}

#massage_menu .imgArea div table+p {
  margin-top: 8px;
  line-height: 1.8em;
  font-size: 1.2em;
}

.column3 {
  overflow: hidden;
  /* 回り込み解除指定 */
  margin-bottom: 42px;
}

.column3 div {
  float: left;
  width: 305px;
  margin-left: 17px;
}

.column3 div h2{
font-size: 21px;
    font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    border-bottom: 2px solid #E6E5E5;
    padding: 5px;
    margin-bottom: 5px;
    color: #644d4d;

}

.column3 div>img {
  width: 305px;
  height: auto;
}

.column3 div p {
  padding: 6px;
}

.column3 div p.att {
  color: #900;
}

.column3 div:first-child {
  margin-left: 0;
}


.f-min {
  font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif
}

.column3_min h2 {
  font-size: 1.8em;
  font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  border-bottom: 2px solid #E6E5E5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #644d4d;
}

.column3_min {}

.colum3_min_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 6px solid #F2F2F2;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.colum3_min_inner div:nth-child(2n) {
  width: 80%;
}

.colum3_min_inner div.img {
  width: 17.6%;
}

.colum3_min_inner div.img img {
  display: block;
  width: 100%;
  height: auto;
}

.rt-heading02 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.rt-heading03 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.heading_title{
    background: #efefef;
    margin-bottom: 24px;
    margin: 1.5rem auto;
}

.heading_title h1{
  text-align: center;
    font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;

    background: url(/rt2014/img/facilities/f_h_2025.gif);
    margin-bottom: 24px;
    padding: 10px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.5rem auto;
    font-size: 37px;
}
.heading_title h1 span.s-title{
      display: block;
    font-size: 11px;
}

.heading_title h1 span.date{
font-size: 16px;
    color: #7d4242;
    display: block;
    margin-top: 30px;

}