@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 550px;
    float: right;
    background-image: url(img/headerTxtBg_7Eb.png);
    background-repeat: no-repeat;
    background-position: -2px bottom;
}

#hpb-headerMain h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: right;
    font-weight: normal;
    line-height: 10px;
    font-size: 10px;
    color: #004767;
}

#hpb-main h3.detailtitle {
    padding: .55em 1em;
    border: 1px solid #ccc;
    border-top: 3px solid #00CC66;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    font-size: 18px;
    margin-top: 13px;
    height: 20px;
}

#hpb-main h3.detailtitle::before {
    counter-increment: number;
    content: counter(number) "．";
    color: black;
}

#hpb-main h3.activitytitle {
    position: relative;
    padding: .15em 0 .1em .75em;
    border-left: 6px solid #00CC66;
    font-size: 17px;
    /*height:27px;*/
}

#hpb-main h3.activitytitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #ccc;
}

#hpb-main h3.reporttitle {
    position: relative;
    padding: .15em 0 .1em .75em;
    border-left: 6px solid #00CC66;
    font-size: 17px;
}

#hpb-main h3.reporttitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


#hpb-headerLogo {
    width: 381px;
    float: left;
}

#hpb-headerLogo a {
    display: block;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background-image: url(img/logo_7Eb.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}

#hpb-headerExtra1 {
    width: 500px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: right;
}

#hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 19px;
    text-align: right;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #2480a9;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「電話でのご予約・お問い合わせは」文字設定 */
    padding-right: 3px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

#hpb-headerExtra1 p.address {
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
    font-size: 0.9em;
}


#hpb-headerExtra1 a {
    /* 「ご予約はこちら」ボタン設定 */
    display: block;
    width: 177px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: auto;
    height: 25px;
    background-image: url(img/headerButton_7Eb.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    text-indent: -9999px;
}


#hpb-headerExtra2 {}

/* フッター内パーツ */
#hpb-footerMain {
    background-image: url(img/footerBg_7Eb.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    height: 23px;
    line-height: 23px;
    margin-bottom: 0;
    color: #1d4d6c;
    padding-right: 410px;
}

#hpb-footerLogo {}

#hpb-footerExtra1 {
    width: 400px;
    float: right;
    margin-top: -40px;
}

#hpb-footerExtra1 ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

#hpb-footerExtra1 li {
    /* フッターナビ設定 */
    display: inline;
    line-height: 1.2;
    padding-right: 5px;
    padding-left: 5px;
}

#hpb-footerExtra1 li a {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

#hpb-footerExtra1 a:link {
    color: #333333;
}

#hpb-footerExtra1 a:visited {
    color: #333333;
}

#hpb-footerExtra1 a:hover {
    color: #1d4d6c;
    text-decoration: none;
}

#hpb-footerExtra1 a:active {
    color: #1d4d6c;
    text-decoration: none;
}

#hpb-footerExtra2 {}

/* サイドブロック内パーツ */

/* バナー */
#banner {}

#banner ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0;
    list-style-type: none;
}

#banner li {
    display: block;
    padding-bottom: 5px;
}

#banner li a {
    display: block;
    height: 42px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
}

#banner a#banner-special {
    /* スペシャルメニューバナー */
    background-image: url(img/banner_7Eb_01.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#banner a#banner-spa {
    /* スパバナー */
    background-image: url(img/banner_7Eb_02.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#banner a#banner-reserve {
    /* 予約バナー */
    background-image: url(img/banner_7Eb_03.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#banner a#banner-access {
    /* アクセスバナー */
    background-image: url(img/banner_7Eb_04.png);
    background-position: center left;
    background-repeat: no-repeat;
}

/* 施設情報 */
#officeinfo {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FBFBFB;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
    /* ナビゲーション文字設定 */
}

#hpb-nav li span.en {}

#hpb-nav li span.ja {}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    color: #0099CC;
    text-decoration: underline;
}

a:visited {
    color: #666;
    text-decoration: underline;
}

a:hover {
    color: #FF9427;
    text-decoration: none;
}

a:active {
    color: #FF9427;
    text-decoration: none;
}

#hpb-main h3.detailtitle a:link {
    color: #333;
    text-decoration: underline;
}

#hpb-main h3.detailtitle a:visited {
    color: #666;
    text-decoration: underline;
}

#hpb-main h3.detailtitle a:hover {
    color: #FF9427;
    text-decoration: none;
}

#hpb-main h3.detailtitle a:active {
    color: #FF9427;
    text-decoration: none;
}


#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.5;
    text-align: left;
    overflow: visible;
}

p.large {
    font-size: 18px;
    color: #095485;
    padding-top: 0.5em;
    margin-bottom: 1em;
}

p.indent {
    padding-left: 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2 {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    height: 70px;
    text-align: left;
    overflow: hidden;
    line-height: 100px;
    background-image: url(img/titleBg_7Eb.png);
    background-position: top Left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2 span.ja {
    font-size: 1.1em;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: bold;
}

.hpb-layoutset-02 h2 span.en {
    font-size: 0.9em;
    color: #D0F4FF;
    font-weight: normal;
    text-transform: lowercase;
}

h3 {
    color: #074a68;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

h3 span {
    padding-right: 10px;
}

h3.hpb-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    border-bottom-style: none;
}

h4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1C6889;
}

h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image: url(img/point_7Eb.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 1em;
    line-height: 1.5;
    font-weight: normal;
    color: #074a68;
}


#hpb-main table {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-collapse: collapse;
}

#hpb-main table th {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #fffbe1;

    color: #4D450A;
}

#hpb-main table td {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
}

/*
table.tableclass
{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CC9900;
}

table th.trclass
{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #fffbe1;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CC9900;
    color: #4D450A;
}

table td.tdclass
{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CC9900;
}
*/

/* フォームパーツ設定 */
input.button {
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea {
    width: 380px;
    height: 200px;
}

input.l {
    width: 380px;
}

input.m {
    width: 280px;
}

input.s {
    width: 50px;
}

#hpb-main #projectDetail {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px
}

/* projectDetailをClass指定で使えるように追加 (上述はid指定) */
.projectDetail {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px
}




/* メインコンテンツ内基本パーツ */

#hpb-main ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li {
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 18px;
    background-image: url(img/point_7Eb.png);
    background-position: 5px 6px;
    background-repeat: no-repeat;
}

#hpb-main dl {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 5px;
    color: #4D450A;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    padding-left: 10em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CC9900;
    overflow: visible;
}

* html #hpb-main dd {
    height: 1%;
    /* for IE6 */
}

#hpb-main dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left {
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}

#hpb-main img.right {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
    float: right;
}

#hpb-main img.center {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#pagetop {
    padding-top: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

#pagetop a {
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 97px;
    height: 15px;
    overflow: hidden;
    background-image: url(img/returnTop_7Eb.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}


/* トップページ デザイン定義 */
#toppage-news {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    /*    background-image : url(img/topnewsTitle_7Eb.png);
    background-repeat: no-repeat;
    background-position: left top;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bae7ff;
}

#toppage-news h3 {
    border-bottom-width: 0px;
    border-bottom-style: none;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding: .5em .75em;

}

#toppage-news h3.newstitle {

    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
}


#toppage-news h3.newstitle::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #00CC00;
    border-radius: 4px;
}

#toppage-news h3 .ja {
    display: none;
}


#toppage-news .date {
    line-height: 1.7;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.news-photo {
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.comment {
    margin-top: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
}

#toppage-news hr {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0px;
    clear: both;
}

.news-photo img {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C4C28A;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C28A;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C28A;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C4C28A;
}

/* ご予約 */
#reserve form {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#reserve form th,
#reserve form td,
#reserve form td input {
    text-align: left;
}