@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*レスポンシブ02 ブラック*/
body {
    color: #222;
    line-height: 1.8;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    font-size:16px;
}
:root {
    --first-color: #000;
    --second-color: #f5f5f5;
    --base-color: #f3f0ed;
    --point-color: #6a6255;
}
a, a img{
  transition: all .1s linear;
}
#wrap img {
    width: auto;
    max-width: 100%;
}
#contact img {
    max-width: 800px;
    width: 100%;
}
#wrap .article.icon .image {
    margin-bottom: 0;
}
#wrap .article.icon img {
    max-width: 64px;
}
table, thead, tr, th, td {
    font-size: initial;
}
.article.col2.zero_margin {
    margin-bottom: 0;
}
/*パーツ*/
.article.full.zero_margin.bg,
.gallery.zero_margin.full.bg {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article.gray, .gallery.gray {
  background: #F7F7F7;
}
#mainArticles .envelope {
    background: none;
    border: solid 1px;
}
.align-c {
    text-align: center;
}
.link-wrap {
    margin: 14px 0 20px;
}
.gallery ul.galleryGrids .comment {
    font-size: 1em;
}
.article.bg, .gallery.bg,.article table#flowTbl td {
    background: var(--base-color);
}
.article table#flowTbl td {
    border: none;
    padding: 20px 40px;
}
.article table#flowTbl td:after {
    line-height: 2.2em;
}
.article table#flowTbl strong {
    background: none;
    border-bottom: solid 3px;
    padding: 0 0 6px;
}

/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, .article h4, .article h5, #mainServices h2 {
    font-weight: 700;
}
 #topMenu_outer .topMenu li a, .article table#flowTbl strong{
     font-weight:600;
 }
#mainArticles .article h2, .article h3, .gallery h3{
    font-size: 2em;
}
#mainArticles .article h2, .article h3, .gallery h3,
.article h3 a, .gallery h3 a, .article h3 a:hover, .gallery h3 a:hover {
  font-weight: 700;
  color: var(--first-color);
}
#mainArticles h2,#mainArticles div[id^="blog"] h2 {
    margin-bottom: 26px;
}
#mainArticles h2, #listTopics h2{
    font-size: 2.2em;
    background: none;
    color: var(--first-color);
    padding-bottom: 0;
}
#mainArticles h2::before, #listTopics h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: -webkit-repeating-linear-gradient(-45deg, var(--first-color), var(--first-color) 3px, #fff 3px, #fff 5px);
    background: repeating-linear-gradient(-45deg, var(--first-color), var(--first-color) 3px, #fff 3px, #fff 5px);
}
#mainArticles div[id^=blog] h2::before {
    content: none;
}
ul.topics li h3 a,
ul.topics li h3 a:hover{
  color:var(--first-color);
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 110%;
}
#mainTopics h2:after, #mainArticles div[id^="blog"] h2:after,
.article h3:after,.gallery h3:after, .freeHtml h3:after {
    margin: 20px auto 30px;
    background: var(--first-color);
    height: 5px;
    border-radius: 10px;
}
.article h4 {
  font-size: 1.5em;
  letter-spacing: .14em;
  border:none;
  padding: 10px 0;
  margin-bottom: 18px;
  border-bottom: solid 3px;
  border-radius: 0;
  background: none;
}
.article h4::before {
    content: none;
}
.article.col3 h4 {
    font-size: 1.3em;
}
.article h5 {
    font-size: 1.3em;
    color: var(--first-color);
    border: none;
    border-bottom: solid 2px var(--first-color);
    padding: 0 0 8px;
    margin: 10px 12px 8px 0;
}


/*リスト*/
ul li {
    text-align: left;
    line-height: 1.4em;
}
ul li, ol.pp {
    font-size: initial;
}
ul.maru li {
    margin-bottom: 6px;
}

ul.maru.col2 {
    display: flex;
    flex-wrap: wrap;
}
ul.maru.col2 li {
    width: 50%;
}

ul.maru li:before {
    font-size: 0.6em;
    color: var(--first-color);
    margin-right: 0.6em;
}
ul.check {
    padding: 0;
    margin-bottom: 12px;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 8px;
    border: none;
    -webkit-transform: unset;
    transform: unset;
    color: var(--second-color);
    position: unset;
    display: unset;
}


/*リンク*/
a.btn {
    width: 49%;
    display: inline-block;
    background: var(--point-color);
    border-bottom: solid 2px #302b23;
}
a.btn:hover {
    background: var(--first-color);
}
a.btn:after {
    color: var(--second-color);
}
#contact a.btn {
    background: var(--first-color);
    border-color: #999;
    border-radius: 999px;
    max-width: 600px;
    width: 100%;
    padding: 12px 0;
}
#contact a.btn::after {
    color: #FFC107;
}
#contact a.btn:hover {
    background: var(--point-color);
}

#mainArticles table.contactTable input.button {
  background: var(--first-color);
}
.menubox{
    display: flex;
    justify-content: space-between;
}
.menubox li a{
    display:block;
    background: none;
    color: var(--first-color);
    font-size: 1.1em;
    font-weight: bold;
    font-feature-settings:'palt';
    border: solid 2px;
    border-radius: 99px;
    text-align: center;
    margin: 6px;
    padding: 10px;
    text-decoration: none;
}
.menubox li{
    width: 48%;
}
.menubox.col3 li{
    width: 32%;
}
.menubox li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    color: var(--point-color);
    margin-right: 8px;
}
.menubox li a:hover{
    background: var(--base-color);
}
h1:hover{
  opacity: 0.7;
}


/*faq*/
ul.faq li.qus:before, ul.faq li.ans:before {
    position: absolute;
}
ul.faq li.qus, ul.faq li.ans {
    position: relative;
}

ul.faq li.qus {
    font-size: 1.3em;
    padding: 0 0 8px;
    color: var(--first-color);
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: solid 2px;
}
ul.faq li.qus::before {
    content: none;
}
ul.faq li.ans::before {
    background-color: var(--first-color);
    content: "A";
    padding-top: 6px;
    top: -14px;
    font-weight: 600;
}


/*サイト案内
--------------------*/
#info-link a {
    position: relative;
    display: block;
    overflow: hidden;
  border-radius:6px;
}
#info-link a:after {
    content: '';
    display: block;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#info-link a:hover:after {
    background: rgb(0 0 0 / 20%);
}
#info-link a:hover,
#info-link a:hover img{
	opacity:1;
}
#info-link .galleryGrid_body {
    position: relative;
}
#info-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;
}
#info-link .image {
    border: solid 1px #FFF;
}

#site-link ul.galleryGrids li {
    border: solid 1px #999;
}
#site-link .gallery_grid li.galleryGrid .comment::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 4px;
    color: var(--point-color);
    }
#site-link .comment {
    font-size: 1.2em;
    color: #333;
    margin: 8px 0;
    font-feature-settings: 'palt';
}
#site-link img {
  max-width: 64px;
}
#site-link .image a {
    display: block;
    padding: 28px 0;
    background: #f6f6f6;
}
#site-link ul.galleryGrids li a:hover {
    background: #d9cdba;
}
#site-link .galleryGrid_outer {
    padding: 0;
}

/*テーブル*/
.article table.normalTbl {
  border: none;
}
.article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
    border-bottom: none;
}
.freeHtml table.normalTbl {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 26px 0;
    width: 100%;
}
.freeHtml table.normalTbl th {
    border-bottom: 1px solid var(--first-color);
    color: #555;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 34%;
    font-weight:bold;
    font-size: 16px;
}
.article table.normalTbl th {
    font-weight: 600;
    background: #f6f6f6;
    text-align: center;
}
.article table.normalTbl td {
    background: #FFF;
}
.freeHtml table.normalTbl td {
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 10px;
    font-size: 16px;
}
#mainArticles table.contactTable p.contact-note {
    font-size: .9em;
    line-height: 1.3em;
  	color: var(--point-color);
}
#mainArticles table.contactTable input[type="text"], #mainArticles table.contactTable input[type="password"], #mainArticles table.contactTable textarea, #mainArticles table.contactTable select, #mainBlogCommentForm table.contactTable input[type="text"], #mainBlogCommentForm table.contactTable input[type="password"], #mainBlogCommentForm table.contactTable textarea, #mainBlogCommentForm table.contactTable select {
  width: 100%;
}

/*ヘッダー*/
#wrap_body #title, #wrap_body #topMenu {
    background: var(--second-color);
}
#wrap_body #topMenu {
    order: 3;
}
#title #title_outer {
    height: 90px;
}
#title h1 {
    background: url(/materials/174599173280801.png) no-repeat center left;
    background-size: 100%;
    height: 64px;
    width: 335.5px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
    background: url(/materials/174599173280802.png) no-repeat right center;
    background-size: 262.5px;
}

#topMenu_outer .topMenu li a {
    line-height: 3em;
    font-size: 1.1em;
    overflow: hidden;
    position:relative;
}
#topMenu_outer .topMenu li a:hover,
#topMenu_outer .topMenu li a:after{
    background: #DDD;
}
#topMenu_outer .topMenu li a:hover{
    transform: translatey(-6px);
    border-radius: 6px;
    color: var(--first-color);
    }

/*最新情報*/
#mainTopics {
    background: none;
}
#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: 128px;
    background: #f9f9f9;
}

ul.topics li p.description {
  font-size: 100%;
}
ul.topics li h3 {
  font-size: 116%;
}

/*フォーム*/
#mainArticles form {
    background: none;
    padding: 0;
}
#mainArticles table.contactTable,#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td {
    border: none;
}
#mainArticles table.contactTable tr td, #mainArticles table.contactTable tr th {
    border-bottom: solid 1px #AAA;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td{
    background-color: unset;
    color: #333;
}


/*フッター*/
#wrap .freeHtml_body .contact img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
}
#footer, #footer_body .topMenu li a, #footer_body .services li a {
    background: url(/materials/174597577455801.png) var(--first-color);
    background-size: 250px;
    background-attachment: fixed;
}
#sideContents {
  background: var(--base-color);
}
.freeHtml_body .side-logo {
    max-width: 250px;
    margin: 0 auto;
}
#footer_body .copyright {
    background: #FFF;
    padding: 18px 0 12px;
}
#footer_body .copyright, #footer_body .copyright a {
    color: #333;
}
#bottomLink {
    display:none:
}
.sideContents ul li a, .sideContents dt a, .sideContents dl ul li a {
  font-size: 15px;
}

/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 1024px) {
#title #title_outer #title_body {
  margin-left: 10px;
}
  ul.check.col3 {
    padding: 0;
}
ul.check.col3 li {
    width: 100%;
    float: unset;
}
}
@media only screen and (max-width: 640px) {
  #topMenu_outer .topMenu li a:hover:before {
    content: none;
  }

    #title #title_outer {
    background: none;
  }

.menubox li,.menubox.col3 li {
    width: 100%;
}
.menubox {
    flex-wrap: wrap;
}
}
@media only screen and (min-width: 580px) {
.article table.normalTbl.w50 {
    max-width: 52%;
    margin: 10px 0 24px;
}
}
@media only screen and (max-width: 430px) {
#info-link.gallery .gallery_grid3 li.galleryGrid {
    width: 100%;
}
  .freeHtml table.normalTbl th, .freeHtml table.normalTbl td {
    display: block;
    width: 100%;
}
}
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 600px) {

    body.body-media-pc::before{
        border-width:4px;
    }
#toggle, .active #toggle {
    background-color: var(--first-color);
}
  #wrap_body #title {
  border-top:none;
}
  #topMenu_outer .topMenu li,
#topMenu_outer .topMenu li:last-of-type{
    border-color: var(--first-color);
}
    #title #title_outer {
        height: 74px;
}
    #title h1{
        width: 240px;
      	padding: 0;
        background: url(/materials/174606038990002.png) no-repeat center;
        background-size: 100%;
    }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
}
  #topMenu_outer .topMenu li a:hover {
    transform: unset;
}
  #topMenu_outer .topMenu li a::after,
  #topMenu_outer .topMenu li:last-child a::after {
    content: none;
}
.article .article_left .image,
.article .article_right .image {
    float: unset;
}
  .article table#flowTbl td {
  padding: 20px;
}
  ul li {
  font-size: inherit;
  }
  ul.maru.col2 {
    display: block;
}
ul.maru.col2 li {
    width: 100%;
}
  #site-link .comment {
    font-size: 1.1em;
}
  #mainArticles h2, #listTopics h2 {
    font-size: 1.8em;
    line-height: 1.2em;
        padding: 22px 8px 0;
}
.article h3, .gallery h3,#mainArticles div[id^="blog"] h2 {
        font-size: 1.5em;
        line-height: 1.6em;
        padding-top: 10px;
}
  #mainArticles div[id^="blog"] h2{
    margin-bottom:0;
        padding-top: 30px;
  }
  .article h4 {
        font-size: 1.3em;
}
#wrap .menubox li a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
#wrap a.btn {
    display: block;
    width: 90%;
    margin: 0 auto 6px;
}
  #contact.article {
    padding: 0;
}
  
  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
}
#bottomLink a span {
    font-size: 85%;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    padding: 3px 0;
    color: #fff;
        background: url(/materials/174597577455801.png) var(--point-color);
        background-size: 250px;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        font-feature-settings: 'palt';
        line-height: 2.9em;
    height: 100%;
}
#bottomLink a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
    color: #ff0;
  font-weight: bold;
  margin-right: 4px;
  }
#wrap {
    margin-bottom: 50px;
}
}