@charset "UTF-8";
@import url("contact.css");
*{
    box-sizing: border-box;
}
body {
    color: #35250c;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.01em;
    font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(../images/common/bg.png);
    background-size: 30px auto;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
/* 共通
================================================== */

/* リンク
------------------------------ */

a {
    color: #ffa300;
    transition: All 0.4s ease;
}
a img {
    transition: All 0.4s ease;
}
a:hover img {
    opacity: .6;
}


/* テーブル
------------------------------ */

table.def {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}
table.def th {
    width: 30%;
    padding: 5px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #2b1c15;
    background: #4c352b;
}
table.def td {
    padding: 5px;
    border: 1px solid #cec9bf;
}


/* リスト
------------------------------ */

ul.def {
    margin: 0 0 15px;
}
ul.def li {
    padding: 5px 0 5px 12px;
    border-bottom: 1px dotted #cfcfcf;
    background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* 定義リスト
------------------------------ */

dl.def dt {
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    font-weight: bold;
    background: url(../images/common/ico_arrow01.png) left center no-repeat;
}
dl.def dd {
    margin: 0 0 8px;
    padding: 0 0 0 25px;
}


/* バナー・ボタン
------------------------------ */

.bnr {
    margin: 0 10px 15px;
    text-align: center;
}

.btn {
    margin: 0 10px 10px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background:
        url(../images/common/ico_arrow02_w.png) 5px center no-repeat,
        linear-gradient(#53d8aC, #92CDE8)
    ;
    box-shadow:
        0 2px 2px rgba(0,0,0,.2),
        0 1px 1px rgba(255,255,255,.6) inset
    ;
    display: block;
}

p.text-more {
    padding: 5px 0 0;
    text-align: right;
}
p.text-more a {
    padding: 0 0 0 12px;
    background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* ページネーション
------------------------------ */

ul.pagenation {
    margin: 0 0 20px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
ul.pagenation li {
    width: 30px;
    margin: 0 3px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid #cec9bf;
    border-radius: 4px;
    vertical-align: top;
    display: inline-block;
    background: #fff;
}
ul.pagenation li.current {
    color: #fff;
    background: #ffa300;
}
ul.pagenation li.dot {
    width: 15px;
    margin: 0 1px;
    border: none;
    background: none;
}
ul.pagenation li a {
    text-decoration: none;
    display: block;
}


/* パンくずリスト
------------------------------ */

.breadcrumbs {
    height: 25px;
    line-height: 25px;
    margin: 0 5px 10px;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumbs li {
    font-size: 12px;
    display: inline;
}
.breadcrumbs a {
    background: url(../images/common/ico_arrow01.png) right center no-repeat;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
}


/* ページ内リンク
------------------------------ */

.anchor-links {
    margin: 0 0 15px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
.anchor-links li {
    width: 30%;
    height: 35px;
    margin: 0 1% 10px;
    line-height: 35px;
    font-size: 13px;
    border: 1px solid #cfcfcf;
    background: linear-gradient(#fff, #e3e3e3);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.anchor-links a {
    text-decoration: none;
    display: block;
}


/* 開閉式コンテンツ
------------------------------ */

.toggle {
    cursor: pointer;
}
.toggle + * {
    display: none;
}
.toggle:target + * {
    display: block;
}


/* ヘッダー
================================================== */
@media (min-width: 639px) {
    body#top .main-visual-inner{
        position: relative;
    }
    body#top .main-visual-inner::before{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 379px;
        background: #381405;
        text-align: center;
    }
}
.main-visual{
    max-width: 640px;
    margin: 0 auto;
}
.sub-visual{
    margin-bottom: 10px;
    padding-top: 95px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 182px;
    background: url(../images/common/h2.png);
    background-size: cover;
}
.h-inner{
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgba(91, 141, 56, 0.65);
}

.h-logo {
    z-index: 9999;
    position: fixed;
    width: 60px;
    margin: 13.5px 0 0 12.5px;
}
.g-nav{
    position: fixed;
    top: 11px;
    width: 100%;
    overflow: hidden;
}
.g-nav .toggle{
    text-align: right;
    z-index: 9998;
    margin: 0 6px 12px 0;
}
.g-nav ul{
    background: rgba(255,255,255,0.8);
}
.g-nav ul li{
    padding: 7px;
    border-bottom: 1px dotted #828282;
}
.g-nav ul li a{
    color: inherit;
    text-decoration: none;
}
/* フッター
================================================== */
/* ホームへリンク・トップへリンク
------------------------------ */
.f-topnav {
    width: 130px;
    margin: 0 auto 30px;
    padding-top: 16px;
    overflow: hidden;
}
.f-topnav li {
    width: 50%;
    float: left;
}
.f-topnav li:nth-child(2) {
    text-align: right;
}
/* コピーライト
------------------------------ */

.f-copy {
    padding: 9px 0 14px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: rgba(91, 141, 56, 0.65);
    display: block;
    border-top: 5px solid rgba(91, 141, 56, 0.50);
}
.f-copy a {
    color: inherit;
    text-decoration: none;
}


/* コンテンツ
================================================== */
body.underlayer .main-contents{
    max-width: 640px;
    margin: 0 auto;
    padding: 0 10px 15px;
}
/* 記事骨格
------------------------------ */
.item-box {
    margin: 0 0 20px;
}
.item-text {
    overflow: hidden;
}

/* 見出し
------------------------------ */
.item-title-h3 {
    margin: 0 0 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #5b8d38;
    border-right: 1px solid #cec9bf;
    border-bottom: 1px solid #cec9bf;
    background: #fff;
}
.item-title-h4 {
    margin: 0 0 10px;
    padding: 6px 0;
    font-weight: bold;
    color: #5b8d38;
    border-bottom: 1px dotted #5b8d38;
}

/* 記事情報
------------------------------ */

.item-date {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    font-size: 13px;
    background: url(../images/common/ico_arrow01.png) left center no-repeat;
    display: block;
}

.post-data {
    height: 14px;
    margin: 10px 0 15px;
    line-height: 14px;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
}
.post-data li {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    font-size: 12px;
    border-right: 1px dotted #aaa;
    display: inline;
}
.post-data .item-date {
    margin: 0;
    display: inline;
}



/* 詳細ページ SNSシェアボタン
------------------------------ */

.sns-sharerbtn-list {
    margin: 5px 0;
    padding: 8px 0;
    overflow: hidden;
    clear: both;
}
.sns-sharerbtn-list li {
    margin: 0 4px;
    vertical-align: top;
    display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
------------------------------ */

.paginated-link {
    margin-top: 10px;
    overflow: hidden;
}
.paginated-link li {
    width: 48%;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    background: #4c352b;
    box-sizing: border-box;
}
.paginated-link li.prev-link {
    float: left;
}
.paginated-link li.next-link {
    float: right;
}
.paginated-link li a {
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #fff;
}
.site-sidebar{
    margin: 0 10px;
}

/* トップページ
================================================== */
/* コンセプト
------------------------------ */
body#top #concept {
    min-height: 410.5px;
    margin-top: -81.5px;
    padding: 101px 20px 20px;
    text-align: center;
    background: url(../images/top/concept_bg.png) center top;
    background-size: cover;
    border-bottom: 5px solid #5b8d38;
}
body#top #concept .item-title{
    width: 128px;
    margin: 0 auto 9px;
}
body#top #concept .item-text{
    text-shadow:0px 0px 10px #ffffff;
}
/* 水について
------------------------------ */
body#top #peaf {
    min-height: 213.5px;
    padding: 20px 0;
    text-align: center;
    background: url(../images/top/peaf_bg.png) center top;
    background-size: cover;
}
body#top #peaf .item-title{
    width: 81px;
    margin: 0 auto 9px;
}
/* コンテンツメニュー
------------------------------ */
body#top #contents-menu{
    text-align: center;
    padding: 20px 12.5px 30px;
    border-bottom: 5px solid #5b8d38;
}
body#top #contents-menu .item-title{
    width: 243px;
    margin: 0 auto 30px;
}
body#top #contents-menu .contents-list{
    max-width: 295px;
    margin: 0 auto;
}
body#top #contents-menu .contents-list li{
    overflow: hidden;
}
body#top #contents-menu .contents-list li:nth-child(2n) .image{
    float: right;
}
body#top #contents-menu .contents-list li:nth-child(2n) .title{
    float: left;
}
body#top #contents-menu .contents-list li:nth-child(2n) .more{
    float: left;
}
body#top #contents-menu .contents-list li .image{
    float: left;
    width: 50%;
}
body#top #contents-menu .contents-list li .image{
    float: left;
    width: 50%;
}
body#top #contents-menu .contents-list li .title{
    float: right;
    width: 50%;
    margin: 40px 0 10px;
}
body#top #contents-menu .contents-list li .more{
    float: right;
    width: 50%;
}
/* ブログ
------------------------------ */
body#top #blog {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 5px solid #5b8d38;
}
body#top #blog .item-title {
    text-align: center;
}
body#top #blog .blog-list {
    max-width: 280px;
    margin: 0 auto;
    padding: 15px 0 30px;
}
body#top #blog .blog-list li {
    padding: 8px 0;
    border-bottom: 1px solid #5b8d38;
    overflow: hidden;
}
body#top #blog .blog-list .date {
    line-height: 18px;
    color: #5b8d38;
}
body#top #blog .blog-list .title {
    text-indent: 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #797979;
    text-decoration: none;
}
body#top #blog .more {
    text-align: center;
}
/* バナーエリア
------------------------------ */
body#top #banner-area {
    padding: 30px 0 0;
}
/* イメージ
------------------------------ */
.item-image {
    text-align: center;
}
/* 下層ページ
================================================== */
/* 店紹介
------------------------------ */
body.salon .map{
    width: 100%;
    height: 150px;
}
body.salon #staff .staff-list{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    border-bottom: 1px dashed #cec9bf;
}
body.salon #staff .staff-list:last-child{
    border-bottom: none;
}
body.salon .more a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    color: inherit;
    border: 1px solid #5b8d38;
    border-radius: 5px;
    background: rgba(91, 141, 56, 0.35);
}
body.salon #staff .staff-list .name{
    float: right;
    width: calc( 100% - 150px - 10px);
    color: #5b8d38;
    font-weight: bold;
    border-bottom: 1px dotted #5b8d38;
}
body.salon #staff .staff-list .introduction{
    width: calc( 100% - 150px - 10px);
    float: right;
}
body.salon #staff .staff-list .photo{
    float: left;
    width: 150px;
}
.sitemap-list a:hover {
    background-color: #efefef;
}
/* 店紹介
------------------------------ */
body#recommend .catch{
    margin-top: 10px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    color: #ffa300;
}
body#recommend em{
    display: block;
    text-align: center;
    margin: 0 5px;
    padding: 7px;
    font-size: 1.25em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    color: #bf0000;
    border: 1px solid #bf0000;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}
/* メニュー
------------------------------ */
body#menu .menu-list dt{
    font-weight: bold;
    border-bottom: 1px dotted #5b8d38;
}
body#menu .menu-list dt::before{
    content: "■";
    color: #5b8d38;
}
body#menu .menu-list dd{
    color: #bf0000;
}
body#menu .attention{
    color: #bf0000;
    font-size: 10px;
}
/* サイトマップ
------------------------------ */

.sitemap-list a {
    padding: 0 0 0 15px;
    line-height: 40px;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    background: url(../images/common/ico_arrow01.png) 5px center no-repeat;
    display: block;
}
.sitemap-list a:hover {
    background-color: #efefef;
}
/* ギャラリー
------------------------------ */

ul.gallery {
    font-size: 0;
    letter-spacing: 0;
}
ul.gallery li {
    width: 32%;
    margin: 0 0 8px;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
}
ul.gallery li:nth-child(3n+2) {
    margin: 0 2% 8px;
}
ul.gallery li img{
    margin-bottom: 5px;
}
ul.gallery li p{
    font-size: 0.5em;
}
/* コンタクトフォーム
================================================== */
body#contact form .sec-error-text{
    color: #fe0000;
    margin-bottom: 0.5em;
}
body#contact form table {
    display: block;
    margin: 0 auto;
}
body#contact form table tbody {
    display: block;
}
body#contact form table tbody tr {
    display: block;
}
body#contact form table tbody tr th {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #4c352b;
}
body#contact form table tbody tr th .required-mark {
    color: #ffa300;
}
body#contact form table tbody tr td {
    display: block;
    margin-bottom: 10px;
}
body#contact form table tbody tr td input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem;
    font-size: 1em;
    border: 1px solid #ccc;
}
body#contact form table tbody tr td input#tel01 {
    width: 5em;
}
body#contact form table tbody tr td input#tel02 {
    width: 5em;
}
body#contact form table tbody tr td input#tel03 {
    width: 5em;
}
body#contact form table tbody tr td input#fax01 {
    width: 5em;
}
body#contact form table tbody tr td input#fax02 {
    width: 5em;
}
body#contact form table tbody tr td input#fax03 {
    width: 5em;
}
body#contact form table tbody tr td input#pc01 {
    width: 5em;
    margin: 0 0.25rem 0.5rem 0.5rem;
}
body#contact form table tbody tr td input#pc02 {
    width: 7em;
    margin: 0 0.5rem 0.5rem 0.25rem;
}
body#contact form table tbody tr td input#pc03 {
    margin: 1em 0;
}
body#contact form table tbody tr td input#pc-button {
    cursor: pointer;
    width: auto;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.8em;
    color: #5a5a5a;
    background: #ccc;
    border: 1px #aaa;
    border-radius: 0.5em;
    -webkit-appearance: none;
}
body#contact form table tbody tr td input#pc-button:hover {
    opacity: .6;
    transition: All 0.4s ease;
}
body#contact form table tbody tr td textarea {
    width: 100%;
    padding: 1em;
    font-size: 1em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
body#contact form table tbody tr td .error-text {
    font-size: 0.8em;
    color: #fe0000;
    margin-bottom: 0.5em;
}
body#contact form .contact-submits input {
    display: block;
    margin: 0 auto 10px;
    width: 30%;
    line-height: 2.5;
    background: #fe9900;
    color: #fff;
    border: 1px solid #eca100;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 900;
    text-shadow: 0px 0px 15px rgba(195, 54, 0, 0.71);
    -webkit-appearance: none;
    width: 100%;
    line-height: 3;
    background: linear-gradient(#ffbe4c, #ffa300);
}
body#contact form .contact-submits input:hover {
    opacity: .6;
    transition: All 0.4s ease;
}
body#contact form table#confirmation {
    margin-bottom: 2em;
}
body#contact form table#confirmation tr th {
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
body#contact form table#confirmation tr td {
    margin-bottom: 0.5em;
}


.g-recaptcha{
    text-align: center;
    width:304px;
    margin:20px auto;
}
