@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');
/*レスポンシブ02 ブラック*/

:root {
  --first-color: #0BF;
  --second-color: #ff8700;
  --base-color: #f3f3f3;
}
body {
    color: #333;
    line-height: 1.8;
    font-size: 17px;
}
#title {
    background:var(--first-color);
}
.article.theme, .gallery.theme {
  background: var(--second-color);
}
#wrap img {
    width: auto;
    max-width: 100%;
}
#wrap .article.img300 .image img {
  max-width: 300px;
}
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;
}
#mainArticles .envelope {
    background: #fff9eb;
}
.align-c {
    text-align: center;
}
p.notation, .ps li {
    color: #555;
    font-size: .9em;
}
.envelope li {
    text-align: left;
}
.link-wrap {
    margin: 14px 0 20px;
}
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;
}

/*ヘッダー*/
#title h1 {
    background: url(/materials/174728962566801.png) no-repeat center bottom;
    background-size: 100%;
    height: 58px;
    width: 400px;
}
#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/174728936698602.png) no-repeat right center;
    background-size: 280px;
}
#wrap_body #topMenu {
    border-top: solid 1px #CCC;
}
#topMenu_outer .topMenu li a {
    line-height: 3em;
    font-size: 16px;
}
#topMenu_outer .topMenu li a:after {
    height: 3em;
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover {
    background: var(--base-color);
    color: var(--first-color);
    box-shadow: 0 -2px 0 0 var(--first-color) 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;
}

/*見出し*/
#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: var(--base-color);
    color: #222;
}
#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;
    color: var(--first-color);
}
#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:var(--first-color);
}
.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: var(--first-color);
}
#footer_body .topMenu li a, #footer_body .services li a {
    padding: 0 0 0 10px;
    line-height: 1.6em;
}

.sideContents #sideServices h2, .sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 110%;
}
#mainTopics {
    background: #cdf2ff;
}
ul.topics li h3 a {
  color: var(--first-color);
}
.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: 15px;
    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: var(--first-color);
}
#topMenu_outer .topMenu li {
    margin: 0;
}
ul.ps li:before {
    padding-right: 4px;
}

ul.check li {
    padding: 0 0 10px 8px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    transform: unset;
    color: var(--second-color);
    border: 1px solid;
    width: auto;
    height: auto;
    padding: 0 4px;
    top: 0;
}
ul.check.col2, ul.check.col3 {
    display: block;
    padding-left: 0;
}
ul.check.col2 li, ul.check.col3 li,ul.maru.col2 li {
    display: inline-block;
    width: 49%;
}
ul.check.col3 li {
    width: 32%;
}

ul.check.col3 li {
    width: 32%;
}
ul.check.col2 li, ul.check.col3 li {
    padding-left: 40px;
}
ul.check.col2 li:before,ul.check.col3 li:before {
    left: 0;
}

.menubox{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
	margin-top:16px;
}
.menubox li {
    width: 49%;
}
.menubox.col3 li {
    width: 32%;
}
.menubox li a{
    display: block;
    border: solid 1px;
    border-bottom-width:2px;
    border-radius: 999px;
    text-align: center;
    padding: 6px;
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: .01em;
    background: #FFF;
    color: #666;
    text-decoration: none;
}
.menubox li a:hover {
    background: #e2f5fc;
}
.menubox li a:before{
    padding-right:6px;
    color: var(--first-color);
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
}

.menubox.col1 li {
  width: 100%;
}
.menubox.col1 li a::before {
  content: '\f35d';
  color: var(--first-color);
}
#contact{
  margin-top:60px;
}


/*リンク*/
a.btn {
    background: var(--second-color);
    border-bottom: solid 2px #9c5607;
}
a.btn:after {
    color: #FF0;
}
a.btn:hover{
    background: #d97403;
}
.oLink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  margin-left: 4px;
  font-size: .9em;
}


p.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}
p.col2 a.btn {
    width: 42%;
    min-width: 250px;
}

#mainArticles table.contactTable input.button {
    background: var(--second-color);
}

/*テーブル*/
.article table.normalTbl {
    border: none;
}
.article table.normalTbl th, .freeHtml table.normalTbl th,
.article table.normalTbl tr:last-child th {
    background: none;
    border-bottom: solid 1px var(--first-color);
    font-weight: bold;
    min-width: 40%;
}
.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%;
}


@media only screen and (min-width: 600px) {
  .article table.normalTbl td {
    border-top: unset;
}
}
@media only screen and (min-width: 1024px) {
.article table.normalTbl th, .freeHtml table.normalTbl th,
.article table.normalTbl tr:last-child th {
    white-space: nowrap;
}
}
  
/*contact*/
#mainArticles table.contactTable{
	border:none;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-width: 1px;
  border-color: var(--first-color);
}
#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;
}

.article table#flowTbl td {
    border: none;
    background: #ecfaff;
    border-radius: 10px;
    padding: 30px;
}
.article table#flowTbl td:after {
    line-height: 1em;
    bottom: -1em;
    color: var(--first-color);
}
.article table#flowTbl strong {
    background: none;
    border-bottom: solid 2px var(--first-color);
    padding: 5px 0;
}
/*リンク*/
  #info-link .image a {
    display: inline-block;
    border-radius:4px;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
    border: solid 4px var(--first-color);
}
#info-link img {
    max-width: 128px;
}
#info-link .image a:hover {
    background: #c0e4f3;
}
#info-link .image a:hover img {
    opacity: 1;
}
#info-link .comment {
    font-size: 1em;
  	pointer-events: none;
}
#info-link .comment::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 10px;
    color: var(--first-color);
}

/*フッター*/
#footer_body .copyright {
}
#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
    background: rgb(0 0 0 / 14%);
}
#sideContents {
  background:  var(--base-color);
}
.freeHtml_body .side-logo {
    width: 167px;
    margin: 0 auto;
}

.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;
}
#footer_body .copyright {
    padding: 12px 0;
    background: #333;
}
#bottomLink {
    display:none:
}

/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 840px) {
  table.normalTbl.w50 {
    width: 50%;
}
}
@media only screen and (max-width: 740px) {
#title #title_outer {
  background-position: top 28px right 20px;
}
#title #title_outer
#title_body {
  margin-left: 20px;
}
.menubox li,.menubox.col3 li {
    display: block;
    width: 100%;
}
  #toggle, .active #toggle {
        background-color: #06A;
}
#title #title_outer {
        background: none;
}
  
    div#info-link li.galleryGrid {
        width: 49%;
    }
}
@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 th {
    text-align: center;
}
  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;
}
}
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 600px) {
    body.body-media-pc::before{
        border-width:4px;
    }
  #wrap_body #topMenu{
    border:none;
  }
    #title #title_outer {
    background: none;
    height: 56px;
    padding: 8px 0 20px;
    box-sizing: border-box;
}
    #title h1{
        width: 240px;
        padding: 0;
        margin: 0;
        height: 42px;
        background: url(/materials/174729118072401.png) no-repeat center;
        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;
}
  ul.check.col2 li, ul.check.col3 li, ul.maru.col2 li {
    width: 100%;
    margin-bottom: 4px;
}
#mainArticles h2 {
    font-size: 1.6em;
    padding: 16px 0;
    line-height: 1.2em;
}
  #mainArticles .article h2, .article h3, .gallery h3 {
        font-size: 1.6em;
}
#wrap a.btn {
    display: block;
    width: 90%;
    margin: 0 auto 6px;
}
  
#img_col5 li.galleryGrid {
    width: 33%;
}
#img_col5  .galleryGrid_outer {
    padding: 0;
}
#img_col5 .image {
    margin: 0;
}
.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 #02bbff;
}
.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;
}
  #contact li.galleryGrid {
    width: 100%;
}
  div#footer_body ul.topMenu {
    margin-bottom: 16px;
}

  /*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:var(--second-color);
    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;
}
}

