@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:link {
  color: #a4551f;
}

a:visited {
  color: #a4551f;
}

a:hover {
  color: #ac6332;
}

a:active {
  color: #a4551f;
}

p {
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.scroll {
  width: 180px;
  height: 28px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}




/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}

.br_a {
  padding: 0;
}

.br_b {
  display: none;
}


/*---------- メイン ----------*/

#wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  margin: 0 auto 0 auto;
  background-image: url(https://u.jimcdn.com/cms/o/sac24803f1b62e4fc/userlayout/img/header.png?t=1531173508);
  background-repeat: repeat-x;
}

#header .header_photo {
  clear: both;
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}

#header h1 {
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 2px 0 0 0;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #fffffc;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  width: 1024px;
  height: 260px;  /*-- 高さ --*/
  padding: 4px 0 4px 0;  /*-- 余白 --*/
  margin: 0 auto 0 auto;
}


/*----- 左 logo -----*/

#h_logo {
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  text-decoration: none;
  float: left;
}

#h_logo h2 {
  margin: 0;
  padding: 18px 0 0 0px;  /*-- logo 位置 --*/
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_logo a {
  font-size: 22px;
  color: #666666;
  text-decoration: none;
}

#h_logo a:hover {
  font-size: 22px;
  color: #888888;
  text-decoration: none;
}


/*----- 右 info -----*/

#h_info{
  margin: 0;
  padding: 17px 0 0 0;  /*-- info画像 位置 --*/
  text-align: right;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  text-decoration: none;
  float: right;
}

#h_info p{
  margin: 0;
  padding: 3px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_info a{
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}

#h_info a:hover{
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: normal;
}


/*---------- グローバルメニュー ----------*/

#header-menu {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 56px;
  text-align: left;
  border-top: solid 1px #e5d8bc;
  border-bottom: solid 1px #e5d8bc;
  background-image: url(https://u.jimcdn.com/cms/o/sac24803f1b62e4fc/userlayout/img/head-menu-back-base.gif?t=1531175998);
}

#header-menu ul {
  width: 1024px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(https://u.jimcdn.com/cms/o/sac24803f1b62e4fc/userlayout/img/head-menu-back-base.gif?t=1531175998);
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-right: solid 1px #dfcfbf;
  text-decoration: none;
  margin-top: 15px;
  padding: 6px 33px 2px 33px;
}

#header-menu li a:hover {
  color: #666666;
  background-color: #eeeeee;
}

#header-menu li.home a {
  padding: 6px 33px 2px 33px;
  border-left: solid 1px #dfcfbf;
}

#header-menu:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SPインフォメーション ----------*/

.information {
  display: none;
  margin: 0;
  padding: 0;
}


/*---------- SPヘッダー固定  ----------*/

.header_fit {
  display: none;
}


/*---------- SP電話ボタン ----------*/

.phone {
  display: none;
}


/*---------- フッター SP電話ボタン ----------*/

.phone_fit {
  display: none;
}

/*---------- メインビジュアル ----------*/

#header-img {
  display: none;
}

.cc-indexpage #header-img {
  clear: both;
  width: 100%;
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  background-image: url(https://u.jimcdn.com/cms/o/sac24803f1b62e4fc/userlayout/img/head-img-bg.png?t=1531540538);
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}

.main_photo_sp {
  display: none;
}


/*---------- コンテンツ ----------*/

#container {
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 12px 0 6px 0;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  margin: 0;
  padding: 4px 0 5px 0;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
  background-color: #ffffff;
}


/*---------- 本文 ----------*/


#contents h1 {
  height: auto;
  margin: 0 0 10px 0;
  padding: 20px 0 20px 26px;
  font-size: 34px;
  color: #880000;
  text-align: center;
  font-weight: normal;
}

#contents h2 {
  height: auto;
  margin: 0 0 8px 0;
  padding: 6px 0 6px 10px;
  font-size: 24px;
  color: #4a2c17;
  font-weight: bold;
  border-bottom: solid 2px #9e7c32;
}

#contents h2 a {
  color: #ffffff;
}

#contents h3 {
  margin: 0;
  padding: 13px 10px 10px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #54351f;
  font-weight: bold;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #882200;
  border-left: solid 5px #882200;
  background-color: #fef4ea;
}

#contents h3.beta {
  margin: 0;
  padding: 14px 10px 8px 16px;
  line-height: 1.4;
  font-size: 24px;
  color: #fffffc;
  border: none;
  background-color: ##ff5e5e;
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 24px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-color: #f0f0f0;
}

#contents a {
  color: #a4551f;
}

#contents a:hover {
  color: #ac6332;
}

#contents p {
  color: #333333;
  margin: 13px 0 13px 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
}

.info_bg {
  padding: 6px;
  background-color: #fff8e3;
}

.memo_bg {
  padding: 6px;
  background-color: #faf2e2;
}

.enji_bg {
  padding: 6px;
  background-color: #fdf0ea;
}

.border_bg {
  padding: 6px;
  background-color: #fffffc;
  border: solid 1px #ffcb00;
}

.banner_bg {
  padding: 6px;
  border-top: solid 3px #dec58e;
  border-right: solid 3px #dec58e;
  border-bottom: solid 3px #dec58e;
  border-left: solid 3px #dec58e;
  background-color: #fff8e3;
}

.waku_bg {
  padding: 6px;
  border-top: solid 10px #f1eae0;
  border-right: solid 10px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 10px #f1eae0;
}

.waku_tone_bg {
  padding: 6px;
  border-top: solid 10px #f1eae0;
  border-right: solid 10px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 10px #f1eae0;
  background-color: #fffcf7;
}

.waku_bold_bg {
  padding: 6px;
  border-top: solid 10px #efefe7;
  border-right: solid 10px #efefe7;
  border-bottom: solid 10px #efefe7;
  border-left: solid 10px #efefe7;
  background-color: #ffffff;
}

.waku_line_bg {
  padding: 6px;
  border: solid 1px #e4b86b;
}


/*---------- サイドエリア ----------*/

#menu {
  display: none;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin:  0;
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px #947938;
  background-color: #fbf3de;
}

#footer a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
}

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

#footer p {
  clear: both;
  padding: 20px 0;
}

#footer #contentfooter {
  width: 1010px;
  margin:  0 auto 0 auto;
  padding: 0 7px 0 7px;
}


/* フッター ナビゲーション */

#footer ul.mainNav1 {
  clear: both;
  width: 1010px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 7px 0 7px;
}

#footer li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  float: left;
  color: #333333;
}

#footer li a {
  padding: 0 14px 0 14px;
  font-size: 15px;
  color: #333333 !important;
  text-align: center;
  display: inline;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#footer li a:hover {
  color: #555555 !important;
}

#footer li + li {
  border-left: solid 1px #bbbbbb;
}

#footer ul.mainNav2 {
  display: none;
}

#footer span.copy,
#footer span.copy a {
  font-size: 12px !important;
}



/*----------------------------------------------------------*/
/*---------------------- PC Jimdo CSS ----------------------*/



/*-----  Jimdo PC パンくずリスト -----*/

.cc-indexpage .breadcrumb,
.cc-page-index .breadcrumb,
.cc-page-blog .breadcrumb {
  display: none;
}

#contents .breadcrumb {
  margin: 0 0 4px 0;
  padding: 0 0 0 6px;
}

#contents .bread_left {
  margin: 0;
  padding: 0 !important;
  float: left;
}

#contents .breadcrumb a {
  text-decoration: none;
}

#contents .j-nav-variant-breadcrumb {
  margin: 0;
  padding: 0 !important;
}

#contents .j-nav-variant-breadcrumb ol {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

#contents .j-nav-variant-breadcrumb li {
  float: left;
  display: inline;
  margin: 0 0 0 8px;
  list-style-type: none;
}


/*----- Jimdo PC ブログ記事 コンテンツ全体 -----*/

.clearover {
  width: auto; /* 横幅指定する */
  padding: 0;
}


/*----- Jimdo PC ブログ記事 見出しタイトル -----*/


/* ブログ全体 */

#contents .j-blogSelection,
#contents .blogselection {
  padding: 0 7px 0 7px;
}


/* ブログ トップページ 見出しタイトル */

#contents .j-blogarticle {
  margin-bottom: 25px;
  border-bottom: solid 1px #dddddd;
}

#contents .j-blogarticle h2 {
  height: auto !important;
  margin: 0 0 10px 0 !important;
  padding: 8px 10px 8px 16px !important;
  background-image: none;
  border-top: solid 1px #dbcda8;
  border-right: solid 1px #dbcda8;
  border-bottom: solid 4px #dbcda8;
  border-left: solid 1px #dbcda8;
  background-color: #faf3de !important;
}

#contents .j-blogarticle h2 a {
  font-size: 16px;
  color: #54351f; /* リンク文字色 */
}


/* ブログ 個別ページ 見出しタイトル */

#contents h1.post-title,
#contents h1.j-blog-header {
  margin: 0;
  padding: 16px 10px 14px 16px !important;
  font-size: 16px;
  text-align: left;
  color: #54351f !important;
  font-weight: bold;
  border-top: solid 1px #dbcda8;
  border-right: solid 1px #dbcda8;
  border-bottom: solid 4px #dbcda8;
  border-left: solid 1px #dbcda8;
  background-color: #faf3de !important;
  background-image: none;
}

#contents h1.post-title a {
  color: #54351f; /* リンク文字色 */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}


/*----- Jimdo PC ブログ記事 日付 -----*/

.datetime,
.dt-nodefault,
.dt-style4,
.datetime-inner {
  float: right;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  background-color: #745a45 !important;
  background-image: none;
}

p.day-word,
p.day,
p.mon,
p.yr {
  float: left;
  font-size: 14px !important;
  color: #fffffc !important;
  text-align: center;
}


/*----- Jimdo PC ブログ コメント -----*/

#contents .j-comment,
#contents .comment {
  padding: 0;
}

.skiptoform {
  display: none;
}

#contents .j-comment li,
#contents .comment li {
  line-height: 1.9;
}

#contents h2.j-blog-comment-counter {
  height: 30px;
  margin: 10px 0 10px 0;
  padding: 10px 16px 4px 24px;
  background-image: none;
  background-color: #f3f3f3;
}



/*----- Jimdo PC ブログ カテゴリ名 -----*/

#contents .postmeta {
  text-align: right;
  font-size: 10px;
  padding: 6px 0 0 0;
  margin: 0;
}


/*----- Jimdo PC ブログ 本文下余白 -----*/

#contents .j-text {
  margin: 0;
}


/*----- Jimdo PC 概要ページ -----*/

#imprint h2 {
  background: none;
}




/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:680px) and (max-width:920px) {


/*---------- メイン ----------*/

#wrapper {
  min-width: 1024px;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}

}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media (max-width: 679px) {


/*---------------------------- SPページ全体の指定 ----------------------------*/

body {
  width: 100%;
  font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

.img_a {
  display: none;
}

.img_b {
  display: block;
}

.br_a {
  display: none;
}

.br_b {
  padding: 0;
}


/*---------- SPメイン ----------*/

#wrapper {
  background-color: #f8f2eb !important;
  margin: 19% 0 0 0;
}


/*---------- SPヘッダー ----------*/

#header {
  display: none;
}

#header h1 {
  display: none;
}


/*---------- SPヘッダー内 ----------*/

#header #header_inner {
  display: none;
}


/*---------- PCメニュー ----------*/

#header-menu {
  display: none;
}


/*---------- SPメニュー ----------*/

#header-nav {
  margin: 0 1px 8px 1px;
}

#header-nav ul {
  padding: 0;
}

#header-nav ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#header-nav li a {
  width: 100%;
  font-size: 0.68em;
  padding: 15px 0 15px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333333 !important;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #dddddd;
  background-image: url(https://u.jimcdn.com/cms/o/sac24803f1b62e4fc/userlayout/img/head-menu-back-base.gif?t=1531175998);  /*-- 背景 --*/
}

#header-nav li a:hover {
  color: #666666 !important;
  display: block;
  text-decoration: none;
  background-color: #eeeeee;
}

#header-nav li.home a {
  border-left: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SP電話ボタン ----------*/

.phone {
  display: block;
}


/*---------- SPヘッダー固定 ----------*/

.header_fit {
  width: 100%;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 1px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  border-bottom: solid 2px #f6f6f6;
  background-color: #ffffff;
}

.header_fit_left {
  width: 85.5%;
  float: left;
}

.header_fit_left img {
  width: 99%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.header_fit_right {
  width: 13.5%;
  float: right;
}

.header_fit_right img {
  width: 99%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

#voice,
#point,
#goaisatsu,
#price,
#access,
#way,
#contact,
#navlist {
  margin-top: -16%;
  padding-top: 16%;
  display: inline-block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- フッター SP電話ボタン ----------*/

.phone_fit {
  width: 100%;
  margin: 0;
  padding-top: 2px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  background-color: #ffffff;
}

.phone_fit img {
  max-width: 99%;
  vertical-align: bottom;
}


/*---------- SPメインビジュアル ----------*/

#header-img {
  display: none;
}

.cc-indexpage #header-img {
  clear: both;
  width: 100%;
  height: auto;
  display: block;
  margin: 4px 0 12px 0;
  padding: 8px 0 0 0;
  background-color: #f7f1ea !important;
}

.main_photo {
  display: none;
}

.main_photo_sp {
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- SPメインコンテンツ ----------*/

#container {
  padding: 0;
  width: 100%;
  background-image: none; 
}


/*---------- SPコンテンツ ----------*/

#contents {
  width: auto;
  float: none !important;
  padding: 6px 5px 10px 5px;
  margin-bottom: 20px;
  font-size: 1em;
  clear: both;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi a {
  padding: 0;
}


/*---------- SP本文 ----------*/

#contents h1 {
  height: auto !important;
  margin: 0 0 10px 0;
  padding: 14px 0 14px 12px;
  font-size: 1.58em;
  color: #880000;
  text-align: center;
  font-weight: bold;
}

#contents h2 {
  height: auto !important;
  margin: 0 0 8px 0;
  padding: 6px 0 6px 10px;
  font-size: 1.28em;
  color: #4a2c17;
  font-weight: bold;
  border-bottom: solid 2px #9e7c32;
}

#contents h3 {
  margin: 4px 0 4px 0;
  padding: 10px 10px 8px 12px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  font-weight: bold;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 5px #882200;
  background-color: #fef4ea;
}

#contents a {
  color: #a4551f;
}

#contents a:hover {
  color: #ac6332;
}

#contents p {
  color: #333333;
  line-height: 1.6;
  font-size: 1.14em;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- 動画 ----------*/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


/*---------- SPサイドエリア ----------*/

#menu {
  display: none;
}


/*---------- SPフッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 0 25% 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px #947938;
  background-color: #fbf3de;
}

#footer a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
}

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

#footer p {
  clear: both;
  padding: 20px 0;
}

#footer #contentfooter {
  width: 100%;
  margin:  0 auto 0 auto;
  padding: 0;
}


/* フッター ナビゲーション */

#footer ul.mainNav1 {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 6px 0 18px 0;
}

#footer ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  float: left;
  border: none;
}

#footer ul li a {
  width: 100%;
  padding: 14px 0 14px 0;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #413413;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: dotted 1px #fffffc;
  background-color: #efe5cc;
}

#footer ul li a:hover {
  color: #756231;
  background-color: #f4eddb;
}

#footer ul li.home a {
  border-left: none;
}

#footer span.copy,
#footer span.copy a {
  font-size: 11px !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}

#footer ul.mainNav2 {
  display: none;
}



/*----------------------------------------------------------*/
/*---------------------- SP Jimdo CSS ----------------------*/



/*-----  Jimdo SP パンくずリスト -----*/

.cc-indexpage .breadcrumb,
.cc-page-index .breadcrumb,
.cc-page-blog .breadcrumb {
  display: none;
}

#contents .breadcrumb {
  margin: 4px 0 4px 0;
  padding: 0 0 0 6px;
}

#contents .bread_left {
  margin: 0;
  padding: 0 !important;
  float: left;
}

#contents .j-nav-variant-breadcrumb {
  margin: 0;
  padding: 0 !important;
}

#contents .j-nav-variant-breadcrumb ol {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}


/*----- Jimdo SP ボックス・回りこみなし -----*/

.cc-m-hgrid-column,
.cc-m-hgrid-column last {
  clear: both; /* 各ボックス */
  width: 100% !important;
}

.j-hgrid,
.cc-m-hgrid-separator {
  clear: both;
  width: 95% !important;
  margin: 0 auto 0 auto;
}

.j-text {
  clear: both; /* テキスト */
}

.j-imageSubtitle,
.j-textWithImage,
.cc-m-width-maxed,
.cc-imagewrapper {
  width: 98% !important; /* 写真 */
  text-align: center !important;
}

.j-gallery {
  clear: both; /* ギャラリー */
  width: 100% !important;
}


/*----- Jimdo SP ボックス・写真付き -----*/

.cc-m-textwithimage-inline-rte {
  text-align: left;
}


/*----- Jimdo SP テーブル -----*/

table.mceEditable {
  width: 100% !important;
}


/*----- Jimdo SP ブログ記事 コンテンツ全体 -----*/

.clearover {
  width: auto;
  padding: 0;
}


/* Jimdo SP ブログ 個別ページ 見出しタイトル */

#contents h1.post-title,
#contents h1.j-blog-header {
  margin: 0 0 10px 0;
  padding: 6px 10px 4px 16px !important;
  color: #54351f !important;
  font-size: 1.35em;
  line-height: 1.8;
  background-image: none;
  border-top: solid 1px #dbcda8;
  border-right: solid 1px #dbcda8;
  border-bottom: solid 4px #dbcda8;
  border-left: solid 1px #dbcda8;
  background-color: #faf3de !important;
}

#contents h1.post-title a {
  color: #54351f;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}


/* Jimdo SP ブログ トップページ 見出しタイトル */

#contents .j-blogarticle {
  margin-bottom: 25px;
  border-bottom: solid 1px #cccccc;
}

#contents .j-blogarticle h2 {
  margin: 0 0 10px 0;
  padding: 6px 10px 6px 16px;
  background-image: none;
  font-size: 1.35em;
  border-top: solid 1px #dbcda8;
  border-right: solid 1px #dbcda8;
  border-bottom: solid 4px #dbcda8;
  border-left: solid 1px #dbcda8;
  background-color: #faf3de;
}

#contents .j-blogarticle h2 a {
  font-size: 0.93em;
  color: #54351f;
}


/*----- Jimdo SP ブログ コメント -----*/

#contents h2.j-blog-comment-counter {
  margin: 0 0 10px 0;
  padding: 8px 16px 6px 24px;
  color: #666666 !important;
  background-image: none;
  background-color: #f3f3f3;
}


.skiptoform {
  display: none;
}


/*----- Jimdo SP ブログ カテゴリ名 -----*/

#contents .postmeta {
  text-align: right;
  font-size: 10px;
}


/*----- Jimdo SP ブログ 本文下余白 -----*/

#contents .j-text {
  margin: 0 0 20px 0;
}


/*----- Jimdo SP 概要ページ -----*/

#imprint h2 {
  background: none;
}

}