@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*-------------------------------------------
テンプレート
シンプル01 グリーン 右メイン
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap_body #contents {
    background: #fff;
}

body {
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 16px;
	color: #333;
}

a {
    color: #60b65b;
    font-size: 1.05em;
    font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

strong, b {
    font-weight: bold;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
	font-size: 105%;
	color: #ee7739;
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title #title_outer {
    background: url(/materials/175990972052401.png) right center no-repeat;
    background-size: 400px auto;
    height: 100px;
}
#title h1{
    background: url(/materials/175968824484301.png) left no-repeat;
    background-size: 350px auto;
    width: 350px;
	height: 100px;
}
#title h1 a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  display: block;
  height: inherit;
}

/*ぱんくず*/
#pankuz {
    text-align: right;
	margin-bottom: 30px;
}
#pankuz a {
    font-weight: normal;
}


/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu_outer .topMenu li a {
    color: #458642;
    font-size: 18px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500!important;
}

#topMenu_outer .topMenu li a:hover {
    border-bottom: solid 4px #5fb65b;
}
#topMenu {
    background: -webkit-linear-gradient(top, #fff 0%, #ecf7c4 100%);
    background: linear-gradient(to bottom, #fff 0%, #ecf7c4 100%);
}
#wrap_body #topMenu {
    border-bottom: 4px solid #bbd947;
}

/*---------------------------
Contents
----------------------------*/
#mainContents {
    width: 740px;
}
.article, .gallery, #mainTopics, #listTopics, #mainServices {
    padding: 0;
}
.article, .gallery, #mainTopics, #listTopics, #mainServices {
    border-top: none;
}
.article.mini .article_left .image, .article.mini .article_right .image, .article.articleFlow .article_left .image, .article.articleFlow .article_right .image {
    max-width: 280px;
}


/*---------------------------
見出し
----------------------------*/
/*文字*/
#mainArticles h2, #mainServices h2, #listTopics h2,.mainContents .article h3, .mainContents div.gallery h3,#mainTopics h2,
#sideContents, #sideContents h2,.mainContents .article h4,.mainContents .article h5,.mainContents .article h6{
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500!important;
}

#mainArticles h2, #mainServices h2,
#listTopics h2,#mainTopics h2,#mainArticles .article h2 {
    background: url(/materials/175976982436801.png) center bottom no-repeat;
    background-size: 140px auto;
    padding-bottom: 80px;
    text-align: center;
    border-bottom: none;
    font-size: 1.8em;
    letter-spacing: 0.15em;
    color: #60b65b;
    margin-bottom: 0.5em;
    margin-top: 2.5em;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2 {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.6;
    padding: 10px 80px 10px 30px;
    margin: 1.5em 0;
    background: url(/materials/175976703565601.png) right center no-repeat #9bcc4f;
    border-bottom: none;
    background-size: 270px auto;
    border-radius: 12px;
}
/*ブログタイトル*/
#mainArticles div[id^="blog"] h2 {
    /*font-size: 1.4em;*/
    margin: 1em 0;
    text-align: center;
    border-radius: 6px;
}
.mainContents .article h3 a {
  line-height: 1.5;
  font-size: 1em;
}
/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
    text-decoration: none;
}
.mainContents .article h4 {
    font-size: 1.6em;
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.7em;
    padding: 0.3em;
    color: #539950;
    border: none;
    border-bottom: 4px solid #edf7c5;
	display: flex;
}

.mainContents .article h4::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 33%;
    height: 4px;
    background-color: #daef87;
}

.mainContents .article h5 {
    font-size: 1.4em;
    color: #53994f;
    border-left: none;
    margin-bottom: 1em;
    margin: 0.8em 0;
    border-radius: 10px;
    background: #edf7c5;
    padding: 0.3em 1em;
    letter-spacing: 0.05em;
}
.mainContents .article h6 {
    font-size: 1.6em;
    color: #60b65b;
    margin-bottom: 0.5em;
    background: none;
    padding: 4px 0;
	text-align: center;
}
.article h6:before {
    display: none;
}

/*---------------------------
サイド
----------------------------*/
#sideContents {
    margin-top: 60px;
}
#sideContents #sideContact a {
    background: #9bcc4f;
    font-size: 0.9em;
    padding: 16px 48px 16px 20px;
	border-radius: 10px;
}
div#sideMobile_body, #sideContents h2 {
    text-align: center;
}
#sideContents #sideContact a:after {
    top: calc(50% - 20px);
}
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
    border-top: none;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
    background: #fff;
}

/*サイド見出し*/
#sideContents h2 {
    padding: 8px;
    font-size: 1.1em;
    margin: 0 10px;
    color: #52994f;
    background: #ecf7c4;
    background-size: 300px auto;
    border-radius: 14px;
}
/*フリーhtml*/
.freeHtml_body {
    padding: 20px 0!important;
}
div.side h2 {
    margin-bottom: 1em!important;
    border-bottom: dotted 1px #ccc;
}
div.side h2 img {
width: 192px;
}
div.side p {
margin-bottom: 1em;
border-bottom: dotted 1px #ccc;
padding-bottom: 1em;
line-height: 1.5em;
}
div.side p.tel span {
font-size: 125%;
}
/*ショップ情報*/
.side-logo {
    text-align: center;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.add {
    padding: 10px 0;
}

.time a {
    font-size: 1.2em;
    font-weight: bold;
}
.time {
    line-height: 1.6em;
    padding-top: 10px;
	padding-bottom: 5px;
}
.time strong {
    font-size: 1em;
    display: inline-block;
    color: #000;
    border-top: dashed 1px #ccc;
    padding: 10px 0 0;
    margin-top: 0.5em;
    width: 200px;
    text-align: center;
}

/*---------------------------
footer
----------------------------*/
#footer {
    background: #9bcc4f;
}
#footer_body .topMenu li a, #footer_body .services li a {
    font-size: 1em;
}
#footer_body .copyright {
    flex-basis: 60%;
    font-size: 0.85em;
    letter-spacing: normal;
}

/*---------------------------
テーブル
----------------------------*/
.article table.normalTbl {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 1em auto;
    border-top: 1px solid #d6e0ac;
	background: #f9fff4;
}
.article table.normalTbl th {
    border: none;
    color: #333;
    height: auto;
    line-height: 150%;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 40%;
    border-bottom: solid 1px #d6e0ac;
    background: none;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}
.article table.normalTbl td {
    border: none;
    height: auto;
    line-height: 150%;
    padding: 16px 32px;
    border-bottom: solid 1px #d6e0ac;
}
.article table.normalTbl tr:nth-child(even) {
    background: #fff;
}

/*流れ*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 90%;
    list-style: none;
    border-left: 2px dotted #CCC;
    padding-left: 0;
}
.article table.flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 26px;
    position: relative;
}
.article table.flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9bcb4e;
    position: absolute;
    left:-6px;
    top: 1em;
}
.flowTbl td::after {
  content: "";
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 1.25em;
  left: 4px;
}
.flowTbl tr:last-child td {
    margin-bottom: 0;
}
.flowTbl td strong {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

/* 営業時間 */
.article table.timeTbl{
	border-collapse:collapse;
	width:100%;
	background-color: #FFF;
	margin-top: 20px;
}
.article table.timeTbl th,
.article table.timeTbl td{
  padding:5px;
  text-align:center;
  border:solid 1px #d6e0ac;
}
.article table.timeTbl th{
  background:#f9faf7;
} 
.article table.timeTbl thead th {
    background: #adc48a;
    color: #FFF;
}

/*---------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
----------------------------*/
#mainTopics  {
    padding: 30px;
    border-radius: 6px;
    background: #f6fbe2;
    margin-top: 60px;
}
#mainTopics h2,#mainArticles .article h2 {
    font-size: 26px;
    margin: 0 0 30px;
    padding-bottom: 56px;
    background-size: 120px auto;
}
#mainTopics .topics li p.date,
#listTopics .topics li p.date  {
    color: #666;
}
.mainTopics .topics li .more a {
    border: solid 1px #9bcc4f;
    background-color: #fff;
    color: #9bcc4f;
    box-shadow: 0 3px #e9e9a5;
}
ul.topics li h3 a {
    font-weight: normal;
}
ul.topics li p.description {
    font-size: 0.9em;
    padding-right: 160px;
}
ul.topics li {
    background: none;
}

/*---------------------------
ギャラリー サイト案内・画像 
----------------------------*/
/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 10px;
    margin: 10px;
    background: #ebf7c3;
    border-radius: 10px;
}
#siteGuide .comment{
    font-size: 1.1em;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans JP', sans-serif;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
    background: #a0d8ef;
}

/*---------------------------
リスト
----------------------------*/
ul.notes,ul.maru,ol.pp {
    font-size: 1em;
	margin-top: 1em;
}
ul.maru {
    list-style-type: none;
    margin: 1.2em;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #ecf7c4;
}

/*チェックボックス*/
ul.check {
    padding: 1em;
    border-radius: 20px;
    margin: 1em 0;
    background: #fffbe8;
}
ul.check li {
    background: url(/materials/175969240902601.png) left 8px center no-repeat;
    background-size: 30px auto;
    border-bottom: 1px dotted #60b65b;
    color: #458642;
    font-size: 1.4em;
    line-height: 1.6;
    padding: 0.5em 0 0.5em 58px;
    margin-bottom: 5px;
    display: flex;
    font-family: 'Zen Maru Gothic', sans-serif;
}
ul.check li:before {
    display: none;
}

/*FAQ*/
ul.faq li.qus::before {
    background-color: #9bcc4f;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #f3a524;
    content: "A";
}

/*---------------------------
お問い合わせ
----------------------------*/
#mainArticles form {
    background: #ecf7c4;
    margin-top: 10px;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td{
    border-bottom: solid 1px #ccc;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type="button"] {
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    margin: 8px 5%;
}
#mainArticles table.contactTable tr td.th_headline {
    background: #60b65b;
}
#mainArticles p.contact-note {
    color: #333;
}
#mainArticles table.contactTable input.button {
    background: #f49054;
}

/*---------------------------
  その他
----------------------------*/
/*囲い*/
.envelope {
    border: none !important;
    background: url(/materials/175969261893801.jpg) center repeat-y !important;
    background-size: 110% auto !important;
    border-radius: 20px;
    margin: 10px 0;
    padding: 1.5em !important;
    text-align: left!important;
}

.envelope2 {
    border: none !important;
    border-radius: 20px;
    margin: 10px 0;
    padding: 1.5em !important;
    text-align: center !important;
    background: #ffffc7;
}

/*ボタン*/
a.btn {
    background: #ff9900;
    margin: 10px auto;
    box-shadow: 0 3px #fceedb;
	border-radius: 10px;
}
a.btn:hover {
    background: #f4b351;
}

/*ご予約から施術まで*/
.article.articleFlow {
    border: solid 4px #ecf7c4;
    background: #fdfff5;
    padding: 1em 2em;
    border-radius: 20px;
}
.article.articleFlow:after {
    font-family: "Font Awesome 5 Free";
    bottom: -60px;
}
.article.articleFlow h6 {
text-align: left!important;
}
.article.articleFlow h6::first-letter {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 14px 0 2px;
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
padding: 0;
margin: 0;
text-align: center;
font-size: 11px !important;
color: #444 !important;
}
.recaptcha_policy a {
font-size: 11px !important;
color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }