@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*-------------------------------------------
テンプレート
レスポンシブ02 オレンジ
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap_body #contents {
    background: url(/materials/174894019076701.jpg) no-repeat right bottom #fff;
    background-size: cover;
    background-attachment: fixed;
}

body {
    font-weight: normal;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
    letter-spacing: 0.05em;
	color: #000;
    word-break: break-word;
    overflow-wrap: break-word;
}

a {
    color: #65a255;
	font-weight: bold;
    font-size: 1.05em;
}

strong, b {
    color: #c71616;
    font-size: 1.1em;
}

#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;
}
/*パンくず*/
#pankuz p {
    display: none;
}

/*文頭1文字下げ*/
.article p {
    text-indent: 1em;
}
.zero-indent{
    text-indent: 0;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title_outer  {
    height: 100px !important;
    background: url(/materials/174878742193601.png) no-repeat right center !important;
    background-size: 390px auto !important;
}
#title h1 {
    background: url(/materials/174880009362501.png) no-repeat center;
    margin: 0;
    padding: 0;
    height: 100px;
    background-size: 360px auto;
    width: 360px;
}
#title h1 a {
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 360px;
    margin: 0 auto;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu {
    background: #f08300;
}
#topMenu .topMenu li{
	position: relative;
	height: 56px;
	box-sizing: border-box;
}
#topMenu .topMenu li a {
    background: none;
    color: #fff;
    box-sizing: border-box;
    font-size: 19px !important;
    letter-spacing: 0.1em !important;
}
#topMenu_outer .topMenu li a:after {
    background: #f6ad49;
}
#topMenu_outer .topMenu li a:hover {
    background-color: #f6ad49;
}

/*---------------------------
メイン
----------------------------*/
/*メインイメージ*/
#mainImage {
    background: #fff;
}

/*---------------------------
見出し
----------------------------*/
/*文字*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, .article h4, .article h5,.article h6,
#mainServices h2,#topMenu_outer .topMenu li a,.mainContents .article h3 a,
.flowTbl td strong,a.btn,ul.check,ul.check2 li {
    font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
	letter-spacing: 0.05em;
}

#mainArticles h2, #mainServices h2,
#listTopics h2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 90px;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    color: #54371b;
    background: url(/materials/174875456293501.png) bottom 10px center repeat-x #fff;
    background-size: 900px;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2  {
    color: #54371b;
    font-size: 1.9em;
    letter-spacing: 0.12em;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after,#mainArticles div[id^="blog"] h2:after {
    background: url(/materials/174865120566801.png) no-repeat center !important;
    background-size: 60px !important;
    height: 58px;
    width: 60px;
    margin: 0 auto;
}


/*ブログタイトル*/
.mainContents .article h3 a {
  line-height: 1.5;
  font-size: 1em;
}
/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
    text-decoration: none;
    font-size: 1em;
    color: #333;
}

/*col2 h3*/
.mainArticles .article.col2 h3 {
    color: #54371b;
    padding-bottom: 0;
}
.mainArticles .article.col2 h3:after {
    background: url(/materials/173865315932501.png) no-repeat center !important;
	background-size: 50px !important;
    height: 50px;
}

.mainContents .article h4 {
    border: none;
    color: #fff;
    background: url(/materials/174867983250401.png) no-repeat left 6px center #a88e70;
    background-size: 50px;
    font-size: 1.4em;
    line-height: 1.45em;
    padding: 10px 0 8px;
    padding-left: 66px;
    margin: 1em 0 0.5em;
    border-radius: 0.5em;
}
.article h4::before {
    content: none;
}

.mainContents .article h5 {
    border: none;
    color: #ce5a02;
    background-size: 33px;
    border-bottom: 3px dotted #f6ad49;
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 10px 0 6px;
    margin: 5px 0 20px 0;
    font-weight: bold;
}
.mainContents .article h6  {
    color: #00ad0f;
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 0;
    padding: 4px 0;
    line-height: 1.6em;
    background: none;
    letter-spacing: 0.075em;
}
.article h6:before {
    display: none
}


/*---------------------------
Contents
----------------------------*/
/*theme*/
.article.theme, .gallery.theme {
    background: rgb(255 237 139 / 60%);
    color: #000;
}
/*bg*/
.article.bg, .gallery.bg {
    background: rgb(253 212 163 / 50%);
}
.article.gray, .gallery.gray {
    background: rgb(244 241 236 / 70%);
}

.article.bgcheck1 {
background-color: #fff;
background-image: repeating-linear-gradient(45deg, rgb(255 238 211 / 50%), rgb(254 237 207 / 50%) 15px, #00000000 0, transparent 30px), repeating-linear-gradient(-45deg, rgb(254 237 207 / 50%), rgb(254 238 206 / 50%)15px, transparent 0, #ffffff00 30px);
border-radius: 16px;
}

/*col2*/
.mainArticles .article.col2 {
    padding: 30px;
	border-radius: 16px;
	flex-basis: 47%;
}
/*col3*/
.mainArticles .article.col3 {
    border-radius: 16px;
}
/*zero_margin*/
.article.zero_margin, .gallery.zero_margin {
padding-bottom: 0 !important;
}
.article.zero_margin_top, .gallery.zero_margin_top {
margin-top: -44px;
}

/*角丸なし*/
.article.full,.article.max {
    border-radius: 0;
}
/*センター揃え*/
.center{
    text-align: center;
}
/*余白*/
.article.max.map {
    padding-left: 0;
    padding-right: 0;
}


/*---------------------------
サイド
----------------------------*/
.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
    font-size: 16px;
}

.sideServices ul li a {
    font-size: 16px;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
	font-size: 15px;
    background: none;
	padding: 2px 5px 3px 5px;
	color: #555;
}
.sideServices li,
.sideBlogCategories li {
    padding: 0.5em 0 0.4em 0.2em;
    border-bottom: 1px dotted #54371b;
    border-top: none!important;
    font-weight: bold;
    display: flex;
}
.sideContents ul li a:before, .sideContents dt a:before {
    color: #54371b;
}

/*バナー*/
#sideBanners_body li.sideBanner {
    padding: 20px 0!important;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}


/*---------------------------
フリーhtml
----------------------------*/
.freeHtml {
    margin: 1em 0 2em;
    background: #fff;
    padding: 1em;
    border-radius: 16px;
}

/*ロゴ横並び*/
.side-text_l  {
    float: left;
    width: 44%;
    text-align: center;
    font-size: 1em;
}
.side-text_r{
    float:right;
    width:53%;
}
.side-text .side-text_r{
    text-align:left;
	padding: 1em 0;
}
.shop-title {
    margin: 1em;
    font-size: 1.1em;
    text-align: center;
    color: #2ca9e1;
}
.side-logo {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  margin: 0.5em 0;
}
.side-logo img {
    width: 95%;
}
.add a {
    font-size: 120%;
    color: #e17c02;
}
.add {
    line-height: 1.4em;
    padding-top: 5px;
    padding-bottom: 4px;
}
.add strong {
    display: inline-block;
    margin: 0.2em 0;
    font-size: 1em;
    color: #92785c;
}

/*---------------------------
footer
----------------------------*/
.footer li a {
    font-size: 16px;
	text-decoration: none;
}

/*---------------------------
テーブル
----------------------------*/
.article table.normalTbl,
.article table.scrollTbl{
    font-size: 0.9em;
    line-height: 1.5;
    margin: 24px 0 !important;
    background: #fff;
}
.article table.normalTbl th {
    width: 30% !important;
    text-align: center !important;
    font-weight: bold;
    background: #f5ece2;
    color: #54371b;
}
.article table.normalTbl td, 
.article table.normalTbl th, 
.article table.scrollTbl th,
.article table.scrollTbl td{
    padding: 10px;
    border-right: none;
	border-top: dotted 1px #ccc;
	border-left: none !important;
}
.article table th.bg {
    background: #ffebd6!important;
}
.article table th.bg2 {
    background: #fce0c3!important;
}

/*スクロールテーブル*/
.article table.scrollTbl{
    width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	border-left: none;
}
.article table.scrollTbl thead th {
    text-align: center !important;
    font-weight: bold;
    background: #f5ece2;
    color: #54371b;
	border-left: none;
}
.article table.scrollTbl th{
    font-weight: bold;
    background: #f5ece2;
    color: #54371b;
    width: 25% !important;
    border-bottom: 1px dotted #ccc;
    border-right: none;
}

/*スケジュール*/
.article table.scheduleTbl {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    line-height: 1.4;
	border-color: #c4b49e;
}
.article table.scheduleTbl thead th {
    text-align: center !important;
    font-weight: bold;
    background: #f5ece2;
    color: #54371b;
}
.article table.scheduleTbl th{
    font-weight: bold;
    background: #f5ece2;
    color: #54371b;
    width: 100px !important;
}
.article table.scheduleTbl th,
.article table.scheduleTbl td{
    padding: 6px 12px;
    border: 4px solid #fff;
	text-align: center;
}
.article ul.maru  {
    margin: 0.3em;
    margin-left: 1.2em;
    font-weight: normal;
}

.article table.scheduleTbl td.zero {
    background: #fff0e8;
}
.article table.scheduleTbl td.one {
    background: #ffebea;
}
.article table.scheduleTbl td.three {
    background: #FCFBE8;
}
.article table.scheduleTbl td.am {
    background: #d2f6c8;
}
.article table.scheduleTbl td.pm {
    background: #d3f1f0;
}

.article table.scheduleTbl td.zero_h,
.article table.scheduleTbl td.one_h,
.article table.scheduleTbl td.three_h,
.article table.scheduleTbl td.am_h,
.article table.scheduleTbl td.pm_h {
    font-weight: bold;
	text-align: center !important;
	padding: 12px;
}
.article table.scheduleTbl td.zero_h {
    background: #fedfca;
}
.article table.scheduleTbl td.one_h {
    background: #fccdcb;
}
.article table.scheduleTbl td.three_h {
    background: #fdf3be;
}
.article table.scheduleTbl td.am_h {
    background: #bbe6ae;
}
.article table.scheduleTbl td.pm_h {
    background: #b7e8e6;
}

/*流れ*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-left: 30px;
    width: 50%;
    list-style: none;
    border-left: 2px dotted #333;
    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: #e17c02;
    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 {
    color: #54371b;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

/*フォーム*/
#mainArticles table.contactTable input.button, 
#mainArticles table.contactTable input[type="button"] {
    width: 90%;
    margin: 8px 5%;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.5em;
}

#mainArticles table.contactTable tr.must th {
    background-size: 40px;
	padding: 1em 56px 1em 16px;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm table.contactTable tr td.th_headline {
    background: #54371b;
}

/*---------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
----------------------------*/
#mainTopics {
    padding: 1em 0;
	margin-bottom: 1em;
	background: rgb(213 193 172 / 50%);
}
#mainTopics .listview {
    margin: 10px 0;
}
#mainTopics .listview a {
    background: #f5ece2;
    color: #54371b;
}
#mainTopics .listview a:hover {
    background: #f6ad49;
}
ul.topics li {
    padding: 1em;
}
ul.topics li p.more a {
    background: #f6ad49;
}
ul.topics li p.more a:hover {
    background: #f6ad49;
}
ul.topics li p.date {
    color: #333;
    background: none;
    font-size: 0.9em;
    padding: 6px 0;
}
ul.topics li p.description {
    font-size: 0.9em;
	color: #666;
  padding-right: 144px;
}
ul.topics li h3 a {
    color: #54371b;
line-height: 1.6;
}


/*---------------------------
ギャラリー サイト案内・画像 
----------------------------*/
/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    margin: 30px 10px;
}
#siteGuide .comment{
    font-size: 1.1em;
    text-align: center;
    padding-top: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #54371b;
    letter-spacing: 0.1em;
    font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #54371b;
	text-decoration: underline;
}

/*画像*/
.article .article_left .image, .article .article_right .image {
    max-width: 36%;
}

/*---------------------------
リスト
----------------------------*/
ul.notes,ul.maru,ul.maru02,ol.pp,ul.ps {
    font-size: 1em;
	margin-top: 1em;
	text-align: left;
}
ul.maru {
    list-style-type: none;
    margin: 1.2em;
	font-weight: bold;
}
ul.maru li::before,ul.maru02 li:before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #f6ad49;
}

/*チェック*/
ul.check  {
    margin-bottom: 1.5em;
    padding: 1.5em;
    background: #fff;
    border-radius: 20px;
	border: 4px solid #fad29a;
}

ul.check li {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 0.7em 0 0.7em 48px;
    border-bottom: 1px dashed #f6ad49;
	color: #54371b;
}
ul.check li:before {
    background: url(/materials/174865752871101.png) no-repeat left center;
    background-size: 40px;
    border: none;
    width: 46px;
    height: 50px;
    left: 0;
    transform: none;
}
ul.check2 {
    margin-bottom: 1.5em;
}
ul.check2 li {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 0.7em 0;
    border-bottom: 1px dashed #c69668;
    font-weight: bold;
    color: #54371b;
}

/*number*/
ol.number {
    margin-bottom: 1em;
	display: inline-block;
}
ol.number li {
    padding: 5px;
    padding-left: 36px;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px dashed #ccc;
}
ol.number li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 28px;
    border-radius: 15px;
    font-size: 18px;
	background: #70b25e;
}

/*---------------------------
  その他
----------------------------*/
/*囲い*/
.envelope {
    background: #fff !important;
    border: 2px solid #f6ad49;
    border-radius: 16px;
    text-align: left !important;
    padding: 1em 0 !important;
    margin-bottom: 30px !important;
}
.envelope  p{
  margin-bottom: 0;
  text-indent: 0;
}

/*ボタン*/
a.btn {
    background: #65a255;
    border-radius: 10px;
    margin: 0.5em 0;
    font-size: 1.1em;
}
a.btn:hover {
    background: #65a255;
}

/*スクロール*/
.scroll-y {
  font-size: 0.9em;
  line-height: 1.4;
  overflow-x: auto!important;
  height: 400px;
  padding: 0 1em;
}
.scroll-y h5,
.scroll-y h6 {
  color: #333 !important;
  font-size: 18px !important;
  margin: 0.25em auto !important;
  border: none !important;
}

/*-------------
バッジ非表示
---------------*/
.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; }

/*-------------------------------------------------
max-width: 1200px
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#title #title_outer {
        background-size: 290px auto !important;
        height: 70px !important;
    }
#title h1{
        background-size: 260px auto;
        width: 260px;
        height: 70px;
    }
#title h1 a {
    width: 260px;
}
.mainArticles .article.bg {
    text-align: left;
    padding-bottom: 1em;
    padding-top: 1em;
}
.mainContents .article h3 a {
    font-size: 1em!important;
}
/*description*/
#title .description {
    visibility: visible;
    float: left;
    position: unset;
    font-size: 0.8em;
    line-height: 1.2;
    margin: 0 6px;
}
/*見出し*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
        font-size: 1.8em;
        padding-top: 20px;
        padding-bottom: 60px;
        background-size: 500px;
    }
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
        padding: 10px 0;
        font-size: 1.6em;
        margin: 0;
    }
.mainContents .article h4, .mainContents .article.bg_bk h4{
        font-size: 1.2em;
        letter-spacing: 0.05em;
        background-size: 36px;
        padding: 6px 10px 6px 50px;
 }
#mainTopics h2 {
    background-size: 80px auto;
}
/*col2*/	
.article.col2 {
        flex-basis: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        margin: 1em !important;
        border-radius: 16px !important;
}
	
/*囲い*/
#mainArticles .envelope {
    margin-top: -10px;
}
/*zero_margin*/
.article.zero_margin, .gallery.zero_margin {
    margin-bottom: 0!important;
}
.gallery.full, .gallery.max {
     border-radius: 0 !important;
    }
.article.zero_margin_top, .gallery.zero_margin_top {
    margin-top: -26px;
}
/*最新情報*/
ul.topics {
    width: 96%;
}
}

/*-------------------------------------------------
max-width: 600px
-------------------------------------------------*/
@media only screen and (max-width: 600px) {
  #wrap_body #contents {
    background-position: right 20% bottom;
    background-size: 900px;
    background-attachment: fixed;
  }
  body {
    font-size: 16px;
  }
  .article, .article.full, .article.max {
    margin: 0 auto 20px !important;
  }
  .article.max {
    padding: 0;
  }
  #title_body {
    height: 56px;
  }
  #title .description {
    visibility: hidden;
  }
  #title #title_outer {
    height: 56px!important;
    justify-content: left!important;
    background: none!important;
  }
  #title {
    height: 56px;
    background: #fbf6f1;
  }
  #title h1 {
    background-position: center left 6px;
    background-size: 200px auto;
    width: 206px;
    height: 56px;
  }
  #title h1 a {
    width: 216px;
  }
  #topMenu {
    min-height: 0;
    border-top: none;
  }
  #topMenu .topMenu li {
    height: 50px;
    border-top: dotted 1px #f6ad49;
  }
  #topMenu_outer .topMenu li a {
    color: #fff;
    font-size: 17px !important;
  }
  #topMenu_outer .topMenu li:last-of-type {
    border: none;
    border-top: dotted 1px #f6ad49;
    border-bottom: none;
  }
  body.active #topMenu {
    height: 250px;
  }
  #topMenu .topMenu {
    padding-top: 0;
  }

  /*mainImage*/		
  .mainImage img {
    object-fit: cover;
    object-position: top left;
    min-height: 160px; 
  }

  /*見出し*/
  #mainArticles h2, #mainServices h2, #listTopics h2 {
    font-size: 1.6em;
    background-size: 300px;
    padding-bottom: 43px;
    margin: 0;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainTopics h2 {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 1em 0;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after  {
    background-size: 50px !important;
    height: 50px;
    width: 60px;
  }
  .mainContents .info h3:after {
    background-size: 70px !important;
    height: 50px;
  }
  .mainContents .article h5 {
    font-size: 1.2em;
    display: block;
  }
  .mainContents .article h6  {
    font-size: 1.3em;
    padding: 0.2em;
    margin: 2px 0;
  }

  /*画像*/	
  .article .article_left .image, .article .article_right .image {
    max-width: 90%;
    margin: 0px auto 1em;
    float: none;
  }

  /*リスト*/	
  ul.check li,ul.check2 li{
    font-size: 1.2em;
    line-height: 1.4em;
  }

  /*最新情報*/
  #mainTopics .topics .description, .mainTopics .topics li .description, #mainTopics .topics li .more a, .mainTopics .topics li .more {
    font-size: 1em;
    line-height: 1.6;
  }

  /*サイト案内*/
  #siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 12px 5px;
    margin: 0;
  }
  #siteGuide .comment {
    padding-top: 0;
  }
  /*footer*/
  #footer_body .copyright {
    padding: 10px 0;
  }
  /*side*/
  .side-text_l,.side-text_r {
    float: none;
    width: 100%;
  }
  .sideContents .freeHtml {
    width: 100%;
    padding: 1em;
    margin: 0;
  }
  /*table*/	
  .article table.normalTbl th, .article table.normalTbl td  {
    width: 100% !important;
    text-align: center;
  }
  .article table.normalTbl td, .article table.normalTbl th{
    border-bottom: none;
  }
  /*流れ*/
  .article table.flowTbl {
    width: 90%;
  }

  /*freehtml*/	
  .side-logo img {
    width: 80%;
  }
  /*センター揃え*/
  .center{
    text-align: left;
  }

  /*スクロールテーブル*/
  .article table.scrollTbl{
    width: 520px;
    font-size: 0.95em;
    margin-bottom: 0 !important;
  }
  .article table.scheduleTbl {
    width: 470px;
    margin-bottom: 0;
  }
  .article table.scheduleTbl th {
    width: 66px !important;
  }
  .article table.scheduleTbl th, .article table.scheduleTbl td {
    padding: 6px;
  }

  /*スクロール*/
  .scroll {
    margin: auto;
    overflow-x: auto!important;
    width: 95%;
    padding: 0;
  }
  .scroll::after{
    content: "横方向にスクロールできます。";
    display: block;
    margin-left: auto;
    font-size: 0.88em;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    left: 0;
  }
  .scroll-y {
    height: 200px;
  }

  /*囲み*/	
  .envelope {
    margin: -0.5em 1em 1.5em !important;
  }

  /* 画面下部固定のリンクパーツ */
  #bottomLink {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 52px;
    overflow: hidden;
    display:block;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #f54233;
    text-decoration: none;
    font-size: 120%;
    line-height: 52px;
    height: 100%;
  }
  #bottomLink a span {
    font-size:85%;
    display:block;
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 52px;
  }
}