@charset "utf-8";

/* ================================================================================
    Last Updated: 2011/12/13
    [INDEX]
    1. Common Format: 共通設定
        1.1 reset
        1.2 global
        1.3 header
        1.4 globalNav
        1.5 contents
        1.6 directoryTtl
        1.7 topicsPath
        1.8 footer
    2. Directory Format: 各ページの設定
        [A0] top
        [A1] aqua
        [A3] about
        [A4] fitness
        [A5] persoanl
        [A6] dayservice
        [A7] access
        [A8] news
        [A9] recruit
        [A10] link
        [A11] contact
        [A99] error
    3. Other Styles: その他スタイル
================================================================================ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    1. Common Format
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ================================================================================
        1.1 reset
================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
    font-weight: normal;
}
hr, legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0;
}
li {
    list-style-type: none;
}
li img {
    vertical-align :bottom;
}
ol li {
    list-style-type: none;
}/*
p {
    margin-bottom: 1em;
}*/
/* ================================================================================
        1.2 global
================================================================================ */
body {
    line-height: 1.4;
    color: #555;
    font-size: 83%;
    font-family: 'Verdana', sans-serif;
}
/*
input, textarea {
    font-size: 14px;
}*/
body {
    background: url(../images/body_bg.gif) repeat-x left top; 
    text-align: center;
}
body#under {
    background: url(../images/body_under_bg.gif) repeat-x left top; 
}
body.fontS {
    font-size: 70%
}
body.fontM {
    font-size: 82%;
}
body.fontL {
    font-size: 93%;
}
div#wrapper {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 960px;
    text-align: left;
}
a {
    color: #0084da;
}
a:hover {
    color: #ed6d00;
}
/* ================================================================================
        1.3 header
================================================================================ */
div#header {
    position: relative;
    width: 960px;
    height: 118px;
}
div#header #logo {
    position: absolute;
    top: 31px;
    left: 0;
}
div#header dl#fontsize {
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 399px;
    width: 232px;
}
div#header dl#fontsize { display: block;    /* for opera*/ }
div#header dl#fontsize:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#header dl#fontsize dt {
    padding-top: 10px;
    font-size: 10px;
}
body.fontS div#header dl#fontsize dd#fontS {
    background: url(../images/header_fontsizeS_ov.gif) no-repeat left top;
    width: 40px;
    height: 32px;
    text-indent: -999em;
    outline: none;
}
body.fontM div#header dl#fontsize dd#fontM {
    background: url(../images/header_fontsizeM_ov.gif) no-repeat left top;
    width: 40px;
    height: 32px;
    text-indent: -999em;
    outline: none;
}
body.fontL div#header dl#fontsize dd#fontL {
    background: url(../images/header_fontsizeL_ov.gif) no-repeat left top;
    width: 40px;
    height: 32px;
    text-indent: -999em;
    outline: none;
}
body.fontS div#header dl#fontsize dd#fontL,
body.fontS div#header dl#fontsize dd#fontM,
body.fontM div#header dl#fontsize dd#fontL,
body.fontM div#header dl#fontsize dd#fontS,
body.fontL div#header dl#fontsize dd#fontM,
body.fontL div#header dl#fontsize dd#fontS {
    cursor: pointer;
}
div#header ul#headerNav {
    display: inline-block;
    position: absolute;
    top: 72px;
    left: 506px;
    width: 125px;
    height: 12px;
    font-size: 10px;
}
div#header ul#headerNav { display: block;   /* for opera*/ }
div#header ul#headerNav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#header ul#headerNav li {
    float: left;
    margin-right: 20px;
}
div#header ul#headerNav li.last {
    margin-right: 0;
}
div#header ul#headerContact {
    float:right;
    margin-top: 23px;
    width: 205px;
}
div#header ul#headerContact { display: block;   /* for opera*/ }
div#header ul#headerContact:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#header ul#headerContact li {
    float: left;
    width: 130px;
}
div#header ul#headerContact li.openHours {
    margin-right: 5px;
}
div#header div#contactTel {
    position: absolute;
    top: 68px;
    left: 695px;
}

div#header dl#fontsize dt {
    float: left;
    width: 112px;
}
div#header dl#fontsize dd {
    float: left;
    width: 40px;
}
/* ================================================================================
        1.4 globalNav
================================================================================ */
ul#globalNav {
    width: 960px;
    height: 45px;
}
ul#globalNav { display: block;  /* for opera*/ }
ul#globalNav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul#globalNav li {
    float: left;
    width: 190px;
}
ul#globalNav li {
    float: left;
    width: 190px;
}
#toggle{
	display: none;
}
/* ================================================================================
        1.5 contents
================================================================================ */
div#contents {
    display: inline-block;
}
div#contents { display: block;  /* for opera*/ }
div#contents:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#main {
    float: left;
    width: 590px;
}
div#side {
    float: right;
    width: 330px;
}
body#under div#main {
    float: left;
    width: 680px;
}
body#under div#side {
    float: right;
    width: 240px;
}
/* ================================================================================
        1.6 directoryTtl
================================================================================ */
div#directoryTtl {
    height: 60px;
}
div#directoryTtl a img {
    margin: 18px 0 0 7px;
}
/* ================================================================================
        1.7 topicPath
================================================================================ */
ul#topicPath {
    display: inline-block;
    margin: 10px 0;
    width: 960px;
}
ul#topicPath { display: block;  /* for opera*/ }
ul#topicPath:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul#topicPath li {
    float: left;
    line-height: 1.1;
    font-size: 12px;
    color: #666;
}
ul#topicPath, ul#topicPath li a {
    color: #666;
}
/* ================================================================================
        1.8 footer
================================================================================ */
div#pagetop {
    text-align: center;
}
div#pagetop div.pagetopInner {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 960px;
    text-align: right;
}
div#pagetop a {
    background: url(../images/pagetop_icon.gif) no-repeat left center;
    padding-left: 10px;
}
div#footer {
    background: url(../images/footer_bg.gif) repeat-x left top;
    padding-top: 30px;
}
div#footer_aquness,
div#footer_sm {
    display: inline-block;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}
div#footer a {
    color: #555;
}
div#footer a:hover {
    color: #ed6d00;
}
div#footer_aquness { display: block;    /* for opera*/ }
div#footer_aquness:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#footer_aquness {
    padding-bottom: 25px;
}
div#footer_aquness div#footerProfile {
    position: relative;
    float: left;
    width: 370px;
}
div#footer_aquness ul#footerSitemap {
    float: right;
    width: 590px;
}

div#footer_aquness div#footerProfile dl#basicInfo {
    top: 0;
    margin:12px 0 0 10px;
}
div#footer_aquness div#footerProfile dl#basicInfo dt {
    font-weight: bold;
}
div#footer_aquness ul#footerSitemap li.first {
    margin-bottom: 0.6em;
}
div#footer_aquness ul#footerSitemap li ul.sub {
    display: inline-block;
}
div#footer_aquness ul#footerSitemap li ul.sub { display: block; /* for opera*/ }
div#footer_aquness ul#footerSitemap li ul.sub:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#footer_aquness ul#footerSitemap li ul.sub li {
    float: left;
    border-right: 1px solid #aaa;
    padding-right: 6px;
    margin-right: 6px;
}
div#footer_aquness ul#footerSitemap li ul.sub li.last {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
div#footer_aquness ul#footerSitemap li a.blank {
    background: url(../images/icon_blank2.gif) no-repeat right center;
    padding-right: 15px;
}
div#footer_sm {
    position: relative;
    border-top: 1px dotted #e6e3e0;
    padding-top: 20px;
    height: 50px;
}
div#footer_sm div.footerLogo_sm {
    border-right: 1px solid #e6e3e0;
    padding-right: 15px;
    width: 141px;
}
div#footer_sm div.facilityList {
    position: absolute;
    top: 25px;
    left: 174px;
}
div#footer_sm address {
    position: absolute;
    top: 25px;
    left: 707px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    2. Directory Format
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* main */
body#under div#main p {
    margin-bottom: 1em;
}
body#under div#main div#contactBox {
    position: relative;
    margin-top: 30px;
    background: url(../images/contactBox_bg.jpg) no-repeat left top;
    width: 680px;
    height: 104px;
}
body#under div#main div#contactBox h3 {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 100px;
    height: 64px;
}
body#under div#main div#contactBox ul {
    position: absolute;
    top: 21px;
    left: 145px;
    width: 300px;
    height: 32px;
}
body#under div#main div#contactBox ul li {
    float: left;
}
body#under div#main div#contactBox ul li.openHours {
    margin-right: 26px;
    padding-top: 2px;
}
body#under div#main div#contactBox div.tel {
    position: absolute;
    top: 64px;
    left: 145px;
    width: 290px;
    height: 27px;
}
body#under .midashi,
body#under .komidashi {
    margin-bottom: 20px;
}
body#under div.mainBox {
    border: 1px solid #e6e3e0;
    padding: 14px 19px;
    background: #fff;
}
table.tbl {
    border-top: 1px solid #e6e3e0;
    border-left: 1px solid #e6e3e0;
    width: 100%;
}
table.tbl th, table.tbl td {
    border-right: 1px solid #e6e3e0;
    border-bottom: 1px solid #e6e3e0;
    padding: 0.7em 10px;
}
table.tbl thead th {
    background: #ffc799;
    font-weight: bold;
}
table.tbl td {
    background: #fff;
}
table.tbl tbody th {
    background: #fff2d4;
}
div.subBox div.subBox_inner {
    border-right: 1px solid #f5e1cd;
    border-bottom: 1px solid #f5e1cd;
    border-left: 1px solid #f5e1cd;
    padding: 19px;
}
/* side */
body#under div#side dl#localNav {
    margin-bottom: 10px;
    border-right: 1px solid #e6e3e0;
    border-left: 1px solid #e6e3e0;
    font-size: 1%;
    line-height: 0.1;
}
body#under div#side dl#localNav dt {
    border-top: 1px solid #e6e3e0;
    border-bottom: 1px solid #e6e3e0;
}
body#under div#side dl#localNav dd {
    border-bottom: 1px solid #e6e3e0;
}
body#under div#side div#bnr_schedule {
    margin-bottom: 10px;
    background: url(../images/bnr_schedule_bg.gif) no-repeat left top;
    width: 240px;
    height: 117px;
}
body#under div#side div#bnr_schedule ul {
    padding: 60px 0 0 20px;
}
body#under div#side div#bnr_schedule ul li {
    margin-bottom: 5px;
}
body#under div#side ul#bnr li {
    margin-bottom: 10px;
    font-size: 1%;
    line-height: 0.1;
}
/* ================================================================================
        [A0] top
================================================================================ */
div#mainVisual {
    margin-top: 22px;
    width: 960px;
    height: 359px;
}
/* main */
div#top div#featureBox01.box,
div#top div#featureBox02 div.box {
    border: 1px solid #e6e3e0;
}
div#top div#featureBox01 {
    margin-bottom: 20px;
}
div#top div#featureBox02 {
    margin-bottom: 30px;
}
div#top div#featureBox01.box div.f_left {
    margin: 2px 0 2px 2px;
    width: 284px;
}
div#top div#featureBox01.box div.f_right {
    margin: 14px 14px 14px 14px;
    width: 260px;
}
div#top div#featureBox01.box div.f_right h3 {
    margin-bottom: 5px;
}
div#top div#featureBox02 div.box {
    float: left;
    margin-left: 10px;
    width: 288px;
}
div#top div#featureBox02 div.first {
    margin-left: 0;
}
div#top div#featureBox02 div.box div.img {
    margin: 2px 2px 12px 2px;
}
div#top div#featureBox02 div.box h3 {
    margin: 0 14px 5px 14px;
}
div#top div#featureBox02 div.box p {
    margin: 0 14px 14px 14px;
}
div#top div#event {
    position: relative;
    margin-bottom: 30px;
    width: 590px;
}
div#top div#event h3 {
    margin-bottom: 10px;
}
div#top div#event div.listLink {
    position: absolute;
    top: 8px;
    right: 10px;
}
div#top div#event ul li {
    padding: 0.8em 10px;
    border-bottom: 1px dotted #d0d0d0;
}
div#top div#info {
    position: relative;
    width: 590px;
}
div#top div#info h3 {
    margin-bottom: 10px;
}
div#top div#info div.listLink {
    position: absolute;
    top: 8px;
    right: 10px;
}
div#top div#info table {
    width: 590px;
}
div#top div#info th,
div#top div#info td {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px dotted #d0d0d0;
}
div#top div#info th {
    padding-left: 10px;
    width: 100px;
}
div#top div#info td.tag {
    width: 80px;
}
div#top div#info td.infoTxt {
    padding-right: 10px;
    width: 390px;
}
/* side */
div#top div#movieBox {
    margin-bottom: 20px;
    background: #fff0d1;
    border: 1px solid #e6e3e0;
    padding: 18px;
}
div#top div#movieBox h3 {
    margin-bottom: 0.8em;
}
div#top div#movieBox div.movie {
    margin-top: 15px;
    margin-bottom: 15px;
}
div#top div#bnrBox img{
    width: 330px;
    margin-bottom: 8px; 
}
div#top div#bnrBox .blogBnr{
    width: 330px;
    margin-top: 9px;    
}

/* ================================================================================
        [A4] fitness
================================================================================ */
div#fitness div.indexBox01 ul li {
    float: left;
    width: 330px;
    margin-left: 20px;
}
div#fitness div.indexBox01 ul li.first {
    margin-left: 0;
}
div#fitness div.indexBox01 ul li a {
    display: block;
    border: 2px solid #e6e3e0;
    padding: 20px;
    text-align: center;
}
div#fitness div.indexBox02 div.f_left {
    width: 250px;
}
div#fitness div.indexBox02 div.f_right {
    width: 400px;
}
div#fitness div.indexBox02 div.img img {
    margin-bottom: 5px;
    border: 1px solid #e6e3e0;
    padding: 2px;
}
div#fitness div.indexBox03 h4 {
    font-weight: bold;
}
div#fitness div.indexBox03 ul {
    margin-bottom: 1em;
}
div#fitness div.indexBox03 table.tbl th.head {
    background: #ff8f33;
    color: #fff;
    text-align: center;
}
/* ================================================================================
        [A5] personal
================================================================================ */
div#personal div.indexBox01 ul li {
    background: url(../../personal/images/index_flow_arrow.gif) no-repeat 105px top;
    padding-top: 20px;
}
div#personal div.indexBox01 ul li.first {
    background: none;
    padding-top: 0;
}
div#personal div.indexBox01 ul li div.f_left {
    width: 250px;
}
div#personal div.indexBox01 ul li div.f_right {
    width: 400px;
}
div#personal div.indexBox01 ul li div.f_left img {
    border: 1px solid #e6e3e0;
    padding: 2px;
}
div#personal div.indexBox01 ul li div.f_right h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
/* ================================================================================
        [A6] dayservice
================================================================================ */
div#dayservice div.indexBox01 div.f_left {
    width: 150px;
}
div#dayservice div.indexBox01 div.f_right {
    width: 500px;
}
div#dayservice div.indexBox01 div.f_right h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
div#dayservice div.indexBox02 ul {
    padding: 0 40px;
}
div#dayservice div.indexBox02 ul li {
    background: url(../../dayservice/images/index_flow_arrow.gif) no-repeat center top;
    padding-top: 16px;
}
div#dayservice div.indexBox02 ul li.first {
    background: none;
    padding-top: 0;
}
div#dayservice div.indexBox03 p {
    margin-bottom: 0;
}
div#dayservice div.indexBox03 div.subBox dt {
    font-weight: bold;
}
div#dayservice div.indexBox03 div.subBox dd {
    margin-bottom: 1em;
}
div#dayservice div.indexBox03 div.subBox dd.last {
    margin-bottom: 0;
}
div#dayservice div.indexBox03 table.tbl {
    margin-bottom: 10px;
}
div#dayservice div.indexBox03 table.tbl th.head {
    background: #ff8f33;
    width: 48%;
    color: #fff;
    text-align: center;
}
div#dayservice div.indexBox03 table.tbl td.note {
    font-size: 10px;
}

/* ================================================================================
        [A8] news
================================================================================ */
/* index */
div#news div.newsList h2 {
    background: url(../../news/images/index_newsList_ttl.gif) no-repeat left top;
    padding-left: 23px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
}
div#news div.newsList table {
    border-top: 1px solid #e6e3e0;
    border-bottom: 1px solid #e6e3e0;
    background: #fff;
    width: 680px;
}
div#news div.newsList th,
div#news div.newsList td {
    border-bottom: 1px dotted #e6e3e0;
    padding: 10px;
}
div#news div.newsList th.last,
div#news div.newsList td.last {
    border-bottom: none;
}
div#news div.newsList th,
div#news div.newsList td.tag {
    width: 80px;
}
div#news div.newsList td.newsLead {
    width: 460px;
}
/* detail */
div#news.detail div.articleTtl {
    border: 1px solid #e6e3e0;
    border-bottom: 2px solid #f3994f;
    background: #fff;
    padding:19px;
}
div#news.detail div.articleTtl div.date {
    margin-bottom: 0.5em;
}
div#news.detail div.articleTtl h3 {
    margin-bottom: 0;
    font-size: 133%;
    font-weight: bold;
}
div#news.detail div.articleTxt {
    border-right: 1px solid #e6e3e0;
    border-bottom: 1px solid #e6e3e0;
    border-left: 1px solid #e6e3e0;
    background: #fff;
    padding: 19px;
    line-height: 1.8;
}
/* side */
div#news dl#localNav dd {
    background: #fff;
    font-size: 12px;
}
div#news dl#localNav dd a {
    display: block;
    background: url(../../news/images/localNav_icon.gif) no-repeat 18px 15px;
    padding: 18px 15px 18px 33px;
}
/* ================================================================================
        [A10] link
================================================================================ */
div#link li {
    margin-bottom: 0.5em;
}
div#link li a.blank {
    background: url(../images/icon_blank.gif) no-repeat left center;
    padding-left: 18px;
}   

/* ================================================================================
        [A99] error
================================================================================ */



/* ================================================================================
        x.x [Xx.x] hoge
================================================================================ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    3. Other Styles
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pdf {
    background: url(../images/icon_pdf.gif) no-repeat right center;
    padding-right: 20px;
}
.txtLink {
    background: url(../images/icon_txtLink.gif) no-repeat left center;
    padding-left: 18px;
}
ul.disc {
    margin-left: 1.6em;
}
ul.disc li {
    list-style-type: disc;
}
ol {
    margin-left: 2em;
}
ol li {
    list-style-type: decimal;
}
ol li li {
    list-style-type: lower-alpha;
}
.mgn_r_20 {
    margin-right: 20px;
}
.mgn_b_10 {
    margin-bottom: 10px;
}
.mgn_b_20 {
    margin-bottom: 20px;
}
.mgn_b_25 {
    margin-bottom: 25px;
}
.mgn_b_30 {
    margin-bottom: 30px;
}
.mgn_b_40 {
    margin-bottom: 40px;
}
.mgn_b_50 {
    margin-bottom: 50px;
}
.mgn_b_70 {
    margin-bottom: 70px;
}
.pad_t_30 {
    padding-top: 30px;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.t_center {
    text-align: center;
}
.t_left {
    text-align: left;
}
.t_right {
    text-align: right;
}
.clearfix {
    display: inline-block;
}
.clearfix { display: block; /* for opera*/ }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* ================================================================================
        [A3] other style
================================================================================ */
/* other */
img.img { padding:2px; border:1px solid #e6e3e0; background:#fff; }
a.arrow { padding-left:1.2em; background:url(../images/arrow_square.gif) no-repeat left center; }
/* table */
table.basic { border-top:1px solid #e6e3e0; border-left:1px solid #e6e3e0; width:100%; }
table.basic th, table.basic td { border-right:1px solid #e6e3e0; border-bottom:1px solid #e6e3e0; }
table.basic th, table.basic td, table.basic caption { padding:0.7em 10px; }
table.basic th { background:#fff2d4 }
table.basic td { background:#fff }
table.basic caption { border-top:1px solid #e6e3e0; border-left:1px solid #e6e3e0; border-right:1px solid #e6e3e0; background:#ffc799 }
/* 1cols */
ul.one-cols { width:680px; }
ul.one-cols li { position:relative; padding-left:220px; min-height:140px; height:auto !important; height: 150px; }
ul.one-cols li:nth-child(n+2) { margin-top:20px; }
ul.one-cols li img.img { position:absolute; top:0; left:0; }
ul.one-cols li h4 { font-weight:bold; }
ul.one-cols li a.exposed { float:right; }
/* 2cols */
ul.two-cols { overflow:hidden; margin:0 auto; width:445px }
ul.two-cols li { overflow:hidden; float:left; margin-left:25px; width:210px; /*background:red;*/ }
ul.two-cols li:nth-child(2n+1) { margin-left:0; }
ul.two-cols li:nth-child(n+3) { margin-top:20px; }
ul.two-cols li img.img { margin-bottom:3px; }
ul.two-cols li h4 { font-weight:bold; }
ul.two-cols li a.exposed { float:right; }
/* 3cols */
ul.three-cols { overflow:hidden; }
ul.three-cols li { overflow:hidden; float:left; margin-left:25px; width:210px; /*background:red;*/ }
ul.three-cols li:nth-child(3n+1) { margin-left:0; }
ul.three-cols li:nth-child(n+4) { margin-top:20px; }
ul.three-cols li img.img { margin-bottom:3px; }
ul.three-cols li h4 { font-weight:bold; }
ul.three-cols li a.exposed { float:right; }

/* ================================================================================
        [A3] about
================================================================================ */
body#under div#about p { margin-bottom:0; }
div#about { overflow: hidden; }
div#about table.basic th { width:20%; }
div#about table.basic td { width:40%; }
body#under div#about p.exposed{ margin-top:1em; text-align:right; }
body#under div#about p.lead { margin-bottom:0.7em; }

table.basic02 { border-top:1px solid #e6e3e0; border-left:1px solid #e6e3e0; width:100%; }
table.basic02 th, table.basic02 td { border-right:1px solid #e6e3e0; border-bottom:1px solid #e6e3e0; }
table.basic02 th, table.basic02 td, table.basic02 caption { padding:0.7em 10px; }
table.basic02 th { background:#fff2d4 }
table.basic02 td { background:#fff }
table.basic02 caption { border-top:1px solid #e6e3e0; border-left:1px solid #e6e3e0; border-right:1px solid #e6e3e0; background:#ffc799 }
div#about table.basic02 th { width:3%; }
div#about table.basic02 td { width:40%; }


/* ================================================================================
        [A3] pool
================================================================================ */
body#under div#pool p { margin-bottom:0; }
div#pool { overflow: hidden; }
body#under div#pool p.lead { margin-bottom:1em; }

/* ================================================================================
        [A3] spa
================================================================================ */
body#under div#spa p { margin-bottom:0; }
div#spa { overflow: hidden; }
body#under div#spa p.lead { margin-bottom:1em; }
body#under div#spa p.exposed { margin-top:0.5em; text-align:right; }
div#spa div.section:nth-of-type(1) { margin-top:2em;  }

/* ================================================================================
        [A3] restaurant
================================================================================ */
body#under div#restaurant p { margin-bottom:0; }
div#restaurant { overflow: hidden; }
div#restaurant ul.two-cols { width:100%; display: flex;flex-wrap: wrap;}
div#restaurant ul.two-cols li { overflow: hidden; width:46%; margin:0; padding:2%;text-align: center; }
div#restaurant ul.two-cols li h4{ font-size:20px; border-bottom:dashed 2px #fff;padding-bottom:0.5em; }
div#restaurant ul.two-cols li dl dt { padding:0.2em; width:90%; clear:both;margin:0.5em auto; }
div#restaurant ul.two-cols li img { border:none;background: none; width:80%;margin-bottom: 1em; }
div#restaurant ul.two-cols li dl dt.child { width:90%;margin:1em auto; }
div#restaurant ul.two-cols li dl dd {  padding:0.2em 0; width:90%;margin:1em auto 0; }
div#restaurant p.exposed { margin-top:0.5em; text-align:right; }



/* ================================================================================
        [A7] access
================================================================================ */
div#access div.mainBox {
    padding-top: 19px;
    padding-bottom: 19px;
}
div#access div.mainBox div.txt {
    float: right;
    width: 210px;
}
div#access div.mainBox div.img {
    float: left;
    width: 400px;
}
div#access div.mainBox div.txt dt {
    margin-bottom: 0.5em;
    font-weight: bold;
}
div#access div.mainBox div.txt dd {
    margin-bottom: 1em;
}
div#access div.mainBox iframe {
    border: 1px solid #e6e3e0;
}
div#access a.blank {
    background: url(../images/icon_blank.gif) no-repeat left center;
    padding-left: 18px;
}
div#access img.map { border:1px solid #e6e3e0; }
div#access table.basic caption { font-weight:bold; text-align:center; }
div#access table.basic th { width:20%; }
div#access table.basic td { text-align:center; }

/* ================================================================================
        [A1] aqua
================================================================================ */
div#concept div.chara div.point {
    margin-bottom: 20px;
}
div#concept div.chara div.point div.txt {
    float: left;
    width: 330px;   
}
div#concept div.chara div.point div.img {
    float: right;
    width: 320px;
}
div#concept div.chara div.point dl {
    display: inline-block;
}
div#concept div.chara div.point dl { display: block;    /* for opera*/ }
div#concept div.chara div.point dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#concept div.chara div.point dl dt {
    float: left;
}
div#concept div.chara div.point dl dd {
    margin-left: 70px;
    padding: 5px 0;
    height: 50px;
}
div#concept div.chara div.nomura {
    border: 1px solid #e6e3e0;
    background: #fff2d4;
    padding: 19px;
}
div#concept div.chara div.nomura div.txt {
    float: right;
    width: 500px;
}
div#concept div.chara div.nomura div.img {
    float: left;
    width: 120px;
}
div#concept div.chara div.nomura div.txt h4 {
    font-weight: bold;  
}

/* ================================================================================
        [A3] aqua_p
================================================================================ */
body#under div#aqua_p p { margin-bottom:0; }
div#aqua_p { overflow: hidden; }
body#under div#aqua_p p.notes { margin-top:1em; }
body#under div#aqua_p p.exposed { margin-top:0.5em; text-align:right; }

/* ================================================================================
        [A3] senior_p
================================================================================ */
body#under div#senior_p p { margin-bottom:0; }
div#senior_p { overflow: hidden; }
body#under div#senior_p p.exposed { margin-top:0.5em; text-align:right; }

/* ================================================================================
        [A3] recruit
================================================================================ */
body#under div#recruit p { margin-bottom:0; }
div#recruit { overflow: hidden; }
div#recruit table.basic th { width:15%; font-weight:bold; }

/* ================================================================================
        [A11] contact
================================================================================ */
div#contact span.must {
    color: #e8380d;
}
div#contact table input, div#contact table textarea {
    padding: 2px;
}
div#contact td.lineless {
    border-bottom: none;
    padding-bottom: 0;
}
div#contact table input {
    width: 200px;
}
div#contact table input#mail {
    width: 300px;
}
div#contact table input#postcode {
    margin-left: 5px;
    width: 100px;
}
div#contact table input#address {
    width: 400px;
}
div#contact table textarea {
    width: 400px;
    height: 100px;
}
div#contact div.btnArea {
    margin-top: 20px;
    text-align: center;
}
div#contact div.btnArea input {
    width: 10em;
    height: 3em;
}

/* ================================================================================
        [A3] sample
================================================================================ */
body#under div#sample p { margin-bottom:0; }
div#sample { overflow: hidden; }
div#sample table.basic th { width:20%; }


/* ================================================================================
        google クチコミ
================================================================================ */
		
		#js_review_all,
#js_review_over4{
			margin-top: 1em;
			border:solid 1px #eee;
			padding:1em;
			border-radius: 10px;
		}
#js_review_all h2,
#js_review_over4 h2{
	margin-bottom: 2em;
	font-weight: bold;
}

.list-review-output {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2em;
}
.list-review-output .ttl {
  width: 5em;
	
}
.list-review-output .data {
  width: calc(100% - 5em);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* レート */
.list-review-output::before {
  position: absolute;
  top: -1.4em;
  left: 0;
  color: #ff7800;
}
.list-review-output[data-rate='1']::before {
  content: "★";
}
.list-review-output[data-rate='2']::before {
  content: "★★";
}
.list-review-output[data-rate='3']::before {
  content: "★★★";
}
.list-review-output[data-rate='4']::before {
  content: "★★★★";
}
.list-review-output[data-rate='5']::before {
  content: "★★★★★";
}
