/* IMPORT CSS */
@import url("grid.css");

img {
    height: auto;
    max-width: 100%;
}
a {
    color: #333;
    display: block;
    text-decoration-line: none;
}
a:hover {
    color: #999;
}
a img:hover {
    opacity: 0.8;
}
.blueback {
    background-color: #607f59;
    color: #fff;
    padding: 1rem;
}
.underline {
    border-bottom: 3px solid #607f59;
    padding-bottom: 0.5rem;
}
.center {
    text-align: center;
}

/*サイト
-------------------------------------*/
body {
    background-color: #f5f3ee;
    font-family: minamoto_l, 游明朝, YuMincho, serif;
    text-size-adjust: 100%;
}

/*サイト幅
-------------------------------------*/
#wrap {
    overflow: hidden;
    /*
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background: #fff;
	border-radius: 3px;
 	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
*/
}

/*ヘッダー
-------------------------------------*/
header {
    background: #fff;
}

.head {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 {
    padding: 1rem 0 0;
}
.telbox {
    font-size: 3.0rem;
    line-height: 1.3;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
    padding: 0;
}
.telbox span {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}
.menu {
    background-color: #607f59;
}
nav ul {
    display: flex;
    flex-direction: row;
    font-size: 22px;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
    margin-bottom: 0;
}
nav li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}
nav a:hover {
    background-color: #3c4f39;
    color: #fff;
}
nav a {
    display: block;
    padding: 2rem 1rem;
}

/*メイン画像
-------------------------------------*/
.mainimg {
    font-size: 0;
}
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

/*フッター
-------------------------------------*/
footer {
    background: #fff;
    border-bottom: #ccc 1px solid;
    border-top: #07b53b 2px solid;
    color: #333;
    padding: 5rem 0;
}
footer h5 {
    border-bottom: 2px solid #fff;
}
footer p {
    margin: 0;
    padding: 0 0 0.8em 0;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: baseline !important;
}
footer ul li a {
    color: #333;
    padding-left: 0.5rem !important;
}

.foot-bn {
    margin-top: 10px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    background-color: #fff;
    padding: 1rem 0;
    text-align: center;
}
.copyright a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    bottom: 15px;
    position: fixed;
    right: 15px;
}
#pagetop a {
    background: #607f59;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    width: 50px;
}
#pagetop a:hover {
    background: #3c4f39;
}

/* コンテンツ共通
-----------------------------------*/
h1.contents-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4rem;
}
h1.contents-title span {
    color: #00468c;
    font-size: 18px;
}

/* theme
-----------------------------------*/
#theme {
    background: #fff;
}
#theme .row {
    padding: 4rem 0;
}
#theme h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: left;
}
#theme h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
#theme p {
    font-size: 16px;
    line-height: 34px;
    text-align: left;
}

/* kodawari
-----------------------------------*/
#kodawari {
    background: #f9f6f1;
    padding: 6rem 0;
}

#kodawari h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
#kodawari h2:before {
    background-color: #d90000;/*線の色*/
    border-radius: 2px;/*線の丸み*/
    bottom: -15px;/*線の上下位置*/
    content: '';
    display: inline-block;
    height: 2px;/*線の太さ*/
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    width: 125px;/*線の長さ*/
}

#kodawari ul {
    list-style: none;

/*
	list-style-position: inside;
	list-style-image:url("../img/list-onsen.png");
*/
    margin: 0 auto;
    max-width: 880px;
    padding: 0;
    text-align: left;
    width: 100%;
}
#kodawari ul li {
    background: url("../img/list-onsen.png") no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

/* price
-----------------------------------*/
#price {
    background: #fff;
    padding: 6rem 0;
}
#price h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.tbl-price {
    border-collapse: collapse;
    margin: 0 auto 25px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.tbl-price tr {
    background-color: #f3f3f3;
    border-bottom: 2px solid #fff;
    padding: 0.35em;
}
.tbl-price tbody th,
.tbl-price tbody td {
    border: none;
    border-right: 2px solid #fff;
    font-size: 1em;
    line-height: 1.3;
    padding: 1em 0.3em;
    text-align: center;
}
.tbl-price tbody th span,
.tbl-price tbody td span {
    font-size: 0.9em;
}
.tbl-price thead tr {
    background-color: #3c4f39;
    color: #fff;
}
.tbl-price thead tr th {
    border: none;
    border-right: 2px solid #fff;
    font-size: 1em;
    line-height: 1;
    padding: 1em 1em;
    text-align: center !important;
}
.tbl-price thead tr th span {
    font-size: 0.85em;
}
.tbl-price thead tr .none {
    background-color: #fff;
}
.tbl-price tbody th {
    background: #607f59;
    color: #fff;
    white-space: nowrap;
}


/* facilities
-----------------------------------*/
#facilities {
    background: #f9f6f1;
    padding: 6rem 0;
}

#facilities dl {
    margin: 0 auto 30px;
}
#facilities dl:last-child {
    margin-bottom: 0;
}

#facilities dl dt {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6;
}

#facilities dl dd {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 2em;
}

#facilities table th,
#facilities table td {
    background: #fff;
    border: 1px solid #e1e1e1;
}
#facilities table th {
    text-align: center;
}
#facilities table .tel {
    color: #da0134;
    font-size: 1.4em;
    padding-left: 0.5em;
}

#guide-map {
    margin: 0 auto 40px;
}
#guide-map figcaption {
    font-size: 0.8em;
    font-weight: bold;
}
#guide-map img {
    border: #ccc 1px solid;
    height: auto;
    margin: 5px auto;
    width: 100%;
}


/* spa
-----------------------------------*/
#spa {
    background: #fff;
    padding: 6rem 0;
}

.c-title {
    color: #da0134;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
}
.c-title span {
    display: inline-block;
    padding: 0 8px;
    position: relative;
}      
.c-title span::before, .c-title span::after {
    background-color: #da0134;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 60px;
} 
.c-title span::before {
    left: 100%;
}
.c-title span::after {
    right: 100%;
}




/* access
-----------------------------------*/
#access {
    background: #f9f6f1;
    padding: 6rem 0;
}
#access h2 {
    color: #da0134;
    font-size: 22px;
    font-weight: bold;
}

#access table {
    margin-left: 15px;
}
#access table th,
#access table td {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 12px 15px;
}
#access table th {
    text-align: center;
}

#access .tel {
    color: #da0134;
    font-size: 1.4em;
    padding-left: 0.5em;
}

.address {
    margin-bottom: 2rem;
}

.ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    padding-top: 30px;
    position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.colona {
    font-size: 0.9em;
    font-weight: bold;
}

/* newyear
-----------------------------------*/
#newyear {
    background: #fff;
}
#newyear .row {
    padding: 5rem 0;
}
#newyear h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: left;
}
#newyear h2 {
    color: #f00;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#newyear .red {
    color: #f00;
}
#newyear table,
#newyear th,
#newyear td {
    border: 1px solid #ff7c81;
    border-collapse: collapse;
    line-height: 1.5;
}
#newyear table {
    width: 100%;
}
#newyear tr.midashi th {
    background: #ff7c81;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
#newyear tr.reiwa2 th,
#newyear tr.reiwa3 th {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 0.5em 1em;
    text-align: center;
}
#newyear td {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding: 0.5em 1em;
    text-align: left;
}

#newyear p {
    font-size: 16px;
    line-height: 34px;
    text-align: left;
}

.mobile {
    display: none;
}


/* nenmatu
-----------------------------------*/

.top-topics {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.nenmatu {
    margin: 0 auto 80px;
    max-width: 1000px;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.event {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}


@media screen and (max-width: 600px) {
    .mobile {
        display: block;
    }

    #newyear {
        border: none;
    }
    #newyear h2 {
        font-size: 18px;
        text-align: left;
    }
    #newyear h2 span {
        display: none;
    }
    #newyear tr.midashi th {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 24px;
        text-align: center;
    }
    #newyear tr {
        border-bottom: 1px solid #ff7c81;
        display: block;
    }
    #newyear tr:last-child {
        border-bottom: none;
    }
    #newyear tr.reiwa2,
    #newyear tr.reiwa3 {
        margin-top: 0.5em;
    }
    #newyear tr.reiwa2 th,
    #newyear tr.reiwa3 th {
        background: #e0e0e0;
        border: none;
        display: block;
        padding-left: 0.5em;
        text-align: left;
    }
    #newyear tr td {
        border: none;
        display: block;
        padding: 0.5em 1em;
    }
    #newyear tr td.contents {
        font-size: 18px;
        padding: 0 1em 0.5em 2.5em;
    }
    #newyear tr td::before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
        padding-left: 0.7em;
    }
    #newyear tr td::after {
        clear: both;
        content: "";
        display: table;
    }
    #newyear tr.midashi th {
        border: none;
        color: white;
        display: block;
        margin: 0;
    }
}



@media screen and (min-width: 768px) {
    /* PC時はMENUボタンを非表示 */
    #open,#close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }
    .br-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .head {
        flex-direction: column;
        margin-bottom: 20px;
        text-align: left;
    }
    .telbox {
        font-size: 2.8rem;
        margin-left: 0;
        text-align: center;
    }
    .head #open,#close {
        position: absolute;
        right: 12px;
        top: 20px;
    }
    nav ul {
        flex-direction: column;
    }

    nav li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        padding-top: 0;
    }
    /* スマホ時はMENUボタンを表示 */
    #open,#close {
        border: none;
        display: block;
        position: absolute;
        right: 12px;
        top: 20px;
        width: 50px;
    }
    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }

    .container {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .tbl-price tbody th,
    .tbl-price tbody td {
        font-size: 0.75em;
    }
    .tbl-price tbody th {
        width: 10em!important;
    }
    .tbl-price tbody td {
        padding-left: 0.15em;
        padding-right: 0.15em;
    }
}

#news {
    border-bottom: #333 1px solid;
    border-top: #333 1px solid;
    font-weight: bold;
    margin: 0;
    padding: 1.4em 0.5em;
}
#news dt {
    font-size: 1.3em;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0.5em;
    padding-left: 5em;
    text-indent: -5em;
}
#news dd {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#theme-photo {
    align-items: center;
}
#theme-photo h2 {
    line-height: 1.4;
}
#theme-photo .menu-photo {
    text-align: center!important;
}
#theme-photo .menu-photo img {
    height: auto;
    max-width: 800px;
    width: 100%;
}

.topics {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 650px;
    padding-top: 50px;
    width: 100%;
}

.top-logo {
    padding-top: 60px;
    text-align: center;
}



.top-catch {
    font-size: 36px!important;
    font-weight: bold;
    line-height: 1.4!important;
    margin: 0!important;
    padding: 20px 0 0 0;
    text-align: center!important;
}

@media screen and (max-width: 768px) {
    #access table {
        margin-left: 0;
    }

    .top-logo img {
        width: 120px;
    }
    .top-catch {
        font-size: 28px!important;
    }
}
