@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');
/*レスポンシブ02 ブラック*/
body {
    color: #222;
    font-size: 17px;
    line-height: 1.8;
}
#title {
    background: #900;
}
.article.theme, .gallery.theme {
  background: #e8879d;
}
#wrap img {
    width: auto;
    max-width: 100%;
}
table, thead, tr, th, td,
.sideContents ul,
.sideContents dl,
.sideContents dl ul li a {
    font-size: initial;
}
.sideContents ul a,
.sideContents dl a {
    font-weight: normal;
}

/*パーツ*/
.article.full.bg.zero_margin {
    margin-bottom: 0;
    padding-bottom: 10px;
}
#mainArticles .bg .envelope {
    background: #ffe4ea;
}
.align-c {
    text-align: center;
}
p.notation, .ps li {
    color: #6d5960;
    font-size: .95em;
}
.envelope li {
    text-align: left;
}
.link-wrap {
    margin: 14px 0 20px;
}
#wrap .icon img {
    max-width: 128px;
}

a.tel-link {
    font-size: 1.2em;
    text-decoration: none;
}
a.tel-link:before{
	content: '\f2a0';
	font-family: "Font Awesome 5 Free";
    font-size: .8em;
	margin-right: .2em;
	font-weight:bold;
}
#contact{
  margin-top:60px;
}
#contact img{
  max-width:800px;
  width:100%;
}

/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .article h4, .article h5,#mainTopics h2,#topMenu_outer .topMenu li a{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#mainArticles h2, #listTopics h2 {
    margin-bottom: 30px;
    padding: 26px 0;
    font-size: 2.2em;
    background: url(/materials/174712533070101.png) #222;
    background-size: 5px;
}
#mainArticles .article h2, .article h3, .gallery h3 {
    font-size: 1.9em;
}
.article h3, .gallery h3,
#mainArticles div[id^="blog"] h2{
    margin: 10px 0 20px;
    padding: 20px 0;
    position: relative;
    line-height: 1.4em;
}
#mainArticles div[id^="blog"] h2 {
    margin-top: 30px;
}
#mainTopics h2:after,
.article h3::after,
.gallery h3::after,
#mainArticles div[id^="blog"] h2::after {
    content: "";
    width: 40px;
    height: 4px;
    margin: 18px auto 0;
    display: block;
    background: #C00;
}
.article.bg h3, .article.theme h3, .article.gray h3,
.gallery.bg h3, .gallery.theme h3, .gallery.gray h3 {
  padding: 50px 0 20px;
}
#footer, #footer_body .topMenu li a, #footer_body .services li a {
    background: #900;
}

.sideContents #sideServices h2, .sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 110%;
}
ul.topics li h3 a {
  color: #1d96ce;
}
.article h4 {
    background: none;
    border: none;
    border-bottom: solid 2px;
    border-radius: unset;
    padding: 4px 0;
    font-size: 1.4em;
}
.article.col2 h4 {
    font-size: 1.1em;
}
.article h4::before{
content:none;
}

/*リスト*/
ul.maru li, ul.ps li, ol li{
    font-size: initial;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 8px;
}

ul.maru {
    margin-left: 10px;
}
ul.maru li {
    padding: 0 0 6px 10px;
}
ul.maru li:before {
    margin-left: -12px;
    margin-right: 4px;
    font-size: 0.8em;
    vertical-align: middle;
    color: #e49b9b;
}

ul.maru.col2 {
    display: flex;
    flex-wrap: wrap;
}
ul.maru.col2 li {
    width: 50%;
}
#topMenu_outer .topMenu li {
    margin: 0;
}
ul.ps li:before {
    padding-right: 4px;
}



/*リンク*/
a.btn {    width: 100%;
    max-width: 600px;
    display: inline-block;
    background: #C00;
    border-bottom: solid 2px #800;
}
a.btn:after {
    color: #FE3;
}
a.btn:hover,
.menubox li a:hover{
    background: #a00;
}

.menubox{
    display: flex;
    flex-wrap: wrap;
}
.menubox li {
    width: 50%;
}
.menubox li a{
    border: solid 1px;
    border-radius: 999px;
    text-align: center;
    margin: 4px;
    padding: 8px 10px;
    color: #222;
    text-decoration: none;
    background: #FFF;
    display: block;
}
ul.menubox.col3 li{
    width: 33%;
}
.menubox li a:hover {
    color: #FFF;
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight:bold;
    color: #FB0;
	margin-right:6px;
}
.menubox.col1 li {
  width: 100%;
}
.menubox.col1 li a::before {
  content: '\f35d';
  color: #dea99f;
}

#mainArticles table.contactTable input.button {
    background: #A00;
}

/*テーブル*/
.article table.normalTbl {
    border-top: none;
}
.article table.normalTbl th,
.freeHtml table.normalTbl th {
    background: none;
    border-bottom: solid 1px #444;
    font-weight: 500;
    text-align:center;
}
.article table.normalTbl td {
    border-bottom: solid 1px #CCC;
}
.freeHtml table.normalTbl {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 26px 0;
    width: 100%;
}
.freeHtml table.normalTbl th {
    border-bottom: 1px dotted;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 34%;
    font-weight:bold;
    font-size: 16px;
}
.freeHtml table.normalTbl td {
    border-bottom: 1px dotted #ccc;
    height: auto;
    line-height: 150%;
    padding: 10px;
    font-size: 16px;
}
.article table.normalTbl.price,.article table.normalTbl.price tr:last-child td, .article table.normalTbl.price tr:last-child th {
    border: none;
}
.article table.normalTbl.price th {
    width: 40%;
}
.article.bg, .gallery.bg {
    background: #f8edeb;
}


/*ヘッダー*/
#title h1 {
    background: url(/materials/174719014452501.png) no-repeat center bottom;
    background-size: 100%;
    height: 58px;
    width: 325px;
}
#title h1:hover {
  opacity:.8;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
    display: block;
    height: 60px;
    padding: 14px 0;
    box-sizing: unset;
    background: url(/materials/174719014452502.png) no-repeat right center;
    background-size: 280px;
}
#wrap_body #topMenu {
    border-top: solid 1px #CCC;
}
#topMenu_outer .topMenu li a {
    line-height: 3em;
}
#topMenu_outer .topMenu li a:after {
    height: 3em;
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover {
    background: #f5f5f5;
    color: #333;
    box-shadow: 0 -2px 0 0 #C00 inset;
}
/*最新情報*/
#mainTopics h2 {
    padding: 0 0 10px;
}
ul.topics li p.date,ul.topics li p.more a {
    background: none;
    color: #666;
    padding: 0;
}
ul.topics li p.more a:hover {
    background: none;
    color: #1d96ce;
}
ul.topics li p.date {
    font-size: 14px;
    padding-bottom: 10px;
}
ul.topics li {
    padding: 12px 20px;
    min-height: 110px;
    border-bottom: solid 1px;
    border-radius: 0;
}
.article table#flowTbl td {
    border: none;
    background: #f5eded;
    border-radius: 4px;
}
.article table#flowTbl td:after {
    line-height: 1em;
    bottom: -1em;
    color: #C00;
}
.article table#flowTbl strong {
    background: none;
    border-bottom: solid 2px #C00;
    padding: 5px 0;
}
/*リンク*/
  #info-link .image a {
    display: inline-block;
    border-radius:4px;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    border: solid 4px #900;
}
#info-link .image a:hover {
    background: #ffe2e2;
}
#info-link .image a:hover img {
    opacity: 1;
}
#info-link .comment {
    font-size: 1em;
  	pointer-events: none;
}
#info-link img {
    max-width: 128px;
}
#info-link .comment::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 10px;
    color: #900;
}

#site-link a {
    position: relative;
    display: block;
    overflow: hidden;
  border-radius:6px;
}
#site-link a:after {
    content: '';
    display: block;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#site-link a:hover:after {
    background: rgb(216 5 5 / 20%);
}
#site-link a:hover,
#site-link a:hover img{
	opacity:1;
}
#site-link .galleryGrid_body {
    position: relative;
}
#site-link .comment {
  position: absolute;
  display: table;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  font-feature-settings: 'palt';
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 1.3em;
  color: #FFF;
  text-shadow: 0 0 6px #000;
}
#site-link .image {
    border: solid 2px #000;
  border-radius:8px;
}


/*contact*/
#mainArticles table.contactTable{
	border:none;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-width: 1px;
  border-color: #C00;
}
#mainArticles form {
  background: none;
	padding: 0;
}
#mainArticles table.contactTable tr th {
    background-color: unset;
  border-right: none;
  color: #333;
}
#mainArticles table.contactTable tr td {
    background: #FFF;
  border-color: #CCC;
  border-right: none;
}
#mainArticles table.contactTable {
  border-left: none;
}

/*フッター*/
#footer_body .copyright {
}
#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
    background: rgb(0 0 0 / 14%);
}
#sideContents {
  background: #DDD;
}
.freeHtml_body .side-logo {
    width: 167px;
    margin: 0 auto;
}
#footer_body .copyright {
    padding: 12px 0;
    background: url(/materials/167644247445301.png) #222;
}
#bottomLink {
    display:none:
}

.sideContents ul.maru li a {
    display: unset;
    padding-left: 0;
}
.sideContents ul.maru li::before {
    content: unset;
}
.sideContents ul.maru li {
    padding: 0;
    margin: 0 0 8px;
    border: none;
}
.sideContents ul.maru {
    margin: 0;
}
.sideContents ul.maru li a:hover {
    background: none;
    color: #0087c8;
}

/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 840px) {
  table.normalTbl.w50 {
    width: 50%;
}
}
@media only screen and (max-width: 820px) {
#title #title_outer {
  background-position: top 28px right 20px;
}
#title #title_outer
#title_body {
        margin-left: 14px;
}
#wrap .menubox li a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
  #toggle, .active #toggle {
        background-color: #ce1216;
}
#title #title_outer {
  background: none;
}
}
@media only screen and (max-width: 640px) {
  .article.col2, .article.col3, .article.col4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  }
  .article table.normalTbl.price th {
    width: 100%;
    border-bottom: none;
}
.article table.normalTbl.price tr:last-child td {
    border-top: dotted 1px #ccc;
}
.article table.normalTbl td {
    border-bottom: none;
}
  table.normalTbl.w50 td,
  table.normalTbl.sp-tbl td{
    display: table-cell;
    width: auto;
    font-size: .9em;
}
.article table.normalTbl.price th,
.article table.normalTbl.price tr:last-child th{
    border-top: solid 1px #666;
    text-align: left;
    font-weight:600;
}
  #mainTopics {
    padding: 10px 20px 20px;
}
  div#contact li.galleryGrid {
    width: 100%;
}
}
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
}
    body.body-media-pc::before{
        border-width:4px;
    }
  #wrap_body #topMenu{
    border:none;
  }
    #title #title_outer {
    background: none;
    height: 56px;
        padding: 4px 0;
    box-sizing: border-box;
}
    #title h1{
        width: 240px;
        padding: 0;
        margin: 0;
        height: 44px;
        background: url(/materials/174719700858201.png) no-repeat center bottom;
        background-size: 100%;
    }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
}
  ul.maru li {
  font-size: 1em;
}
.article .article_left .image,
.article .article_right .image {
    float: unset;
}
#mainArticles h2 {
    font-size: 1.6em;
    padding: 16px 0;
    line-height: 1.2em;
}
  #mainArticles .article h2, .article h3, .gallery h3 {
    font-size: 1.75em;
}
#wrap a.btn {
    display: block;
    width: 90%;
    margin: 0 auto 6px;
}
  
.freeHtml table.normalTbl th,
.freeHtml table.normalTbl td{
  display:block;
    width: 100%;
    text-align: center;
    padding: 6px;
}

.freeHtml table.normalTbl th {
    border-bottom: 1px solid #c94b67;
}
.freeHtml table.normalTbl td {
    border-bottom: 1px solid #ccc;
}
  
#info-link li.galleryGrid {
    width: 49%;
}
#info-link .comment {
    font-weight: normal;
    letter-spacing: 0;
    font-size: .9em;
    line-height: 1.3em;
}
#info-link .comment::before {
    margin-right: 2px;
}

#info-link .image a {
    padding: 14px;
}
  

  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
}
#bottomLink a {
    display: block;
    padding: 3px 0;
    color: #ffffff;
    background: #0288d1;
    text-decoration: none;
    font-size: 110%;
    line-height: 2.8em;
    height: 100%;
}
  #bottomLink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 4px;
    color: #FFEB3B;
}
#wrap {
    margin-bottom: 50px;
}
}