@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*シンプル01 レッド左メイン*/
:root {
    --first-color: #c01f1f;
    --second-color: #FE7;
    --base-color: #f5f5f5;
    --point-color: #1665b8;
}
body {
    color: #222;
    font-size: 17px;
    line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
#wrap_body #contents, #wrap_body #mainImage,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, #mainServices h2 {
    background: var(--base-color);
}
table, thead, tr, th, td,
.sideContents ul, .sideContents dl{
    font-size: initial;
}
#mainContents_body {
    padding-top: 40px;
}
#sideContents {
    margin-top: 60px;
}
#wrap .article .image img {
    width: auto;
}
.article, .gallery {
    padding-bottom: 24px;
}

#mainArticles .article.common_margin,
#mainArticles .gallery.common_margin {
    margin-bottom: 30px;
}
#mainArticles .article.col2.zero_margin,
#mainArticles .article.col3.zero_margin,
#mainArticles .article.col4.zero_margin,
#mainArticles .gallery.col3.zero_margin {
    margin-bottom: 14px;
}
.article, .gallery,#listTopics,#mainBlogComments, #mainTopics, #mainBlogCommentForm{
    border: none;
    padding: 0;
    background: none;
}
#mainArticles p.contact-note {
    color: #555;
}
p.notation, ul.ps li {
    font-size: .9em;
    line-height: 1.6em;
    color: #534040;
}
#mainArticles .envelope {
    background: var(--second-color);
    border: none;
  	text-align: left;
}

#mainArticles .align-c,
tbody.align-c td,
table.normalTbl.price td{
    text-align: center;
}
a.tel-link {
    font-size: 1.3em;
    text-decoration:unset;
}
a.tel-link::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    transform: rotate(90deg);
    padding-right: 6px;
    vertical-align: middle;
    font-size: .8em;
    color: var(--first-color);
}
ul.maru {
    margin-left: 10px;
}
ul.maru li {
    padding: 0 0 6px 10px;
}
ul.maru li:before {
    margin-left: -16px;
    margin-right: 4px;
    font-size: 0.6em;
    vertical-align: middle;
    color: var(--first-color);
}
.article table.normalTbl tr:nth-child(even) {
    background:rgb(255 255 255 / 30%);
}
.article table.normalTbl.price tr:nth-child(even) {
    background: unset;
}
.article table.normalTbl td {
    border-bottom: solid 1px #AAA;
}
.article table.normalTbl th {
    border-color: var(--first-color);
}
a {
    color: var(--point-color);
	transition: all 0.3s;
}
a:hover {
    color: var(--first-color);
}
a.btn {
    background: var(--point-color);
    color: #FFF;
    margin-bottom: 10px;
    display: block;
}
a.btn:hover{
    background:#004b99;
}
a.btn::before{
	color:#EE0;
}
#sideContents #sideServices ul a:before, #sideContents #sideServices dl a:before,
#sideContents #sideBlogCategories ul a:before, #sideContents #sideBlogCategories dl a:before,
#sideContents #sideBlogDates ul a:before, #sideContents #sideBlogDates dl a:before{
    color: var(--first-color);
}
p.col2 a.btn, p.col2 a.btn2 {
    display: inline-block;
    width: 49%;
}
a.oLink{
    text-decoration:none;
}
a.oLink:hover{
    text-decoration:underline;
}
.oLink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  margin-left: 6px;
  font-size: .9em;
  color: var(--first-color);
}
#mainTopics .listview a, #sideContents #sideContact a, p.more a,
#mainArticles table.contactTable input.button {
    background: var(--point-color);
}
#mainTopics .listview a:hover, p.more a:hover {
    background: var(--point-color);
}

#mainTopics {
    padding: 8px 0 12px;
}
div#mainTopics_body {
    background: #FFF;
}
#mainTopics_body ul.topics {
    padding: 0 20px;
}
ul.topics li p.description {
    padding-right: 140px;
}
#mainTopics .listview {
    margin: 20px 20px 0;
    padding-bottom: 20px;
}
#mainTopics h2 {
    margin: 0 0 20px;
}
.gallery_grid2 li.galleryGrid {
    width: 50%;
}
.article.col3 {
    padding: 0;
}
.article.col2 {
    max-width: 365px;
}
p.col2 {
    display: flex;
    column-gap: 1em;
}
#wrap .article.icon .image img {
    max-width: 128px;
}
.article.bg-none, .gallery.bg-none {
    background: none;
    padding: 40px 0 0 0;
}
#pankuz_body p {
    color: #555;
}
.article.img200 .image {
    max-width: 200px;
}

div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}
/*ヘッダー*/
#title h1 {
    background: url(/materials/177519867568201.png) no-repeat left center;
    background-size: 100%;
    width: 490px;
}
#title h1:hover{
    opacity:0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}

#title #title_outer,#title h1 {
    height: 110px;
}
#title #title_outer {
    display: block;
    background: url(/materials/177519867568202.png) right center no-repeat;
    background-size: 240px;
}
#wrap_body #topMenu {
    background: var(--first-color);
}
#wrap_body #topMenu,
#topMenu_outer .topMenu li a:hover{
 border-bottom: none;
}
#topMenu_outer .topMenu li a {
    font-size: 1.1em;
    font-weight: 500;
}

#topMenu_outer .topMenu li {
    box-shadow: 1px 0px 0px 0 inset #ccc;
}
#topMenu .topMenu li:first-of-type {
    border-left: solid 1px #CCC;
}
#topMenu .topMenu li:last-child {
    border-right: solid 1px #CCC;
}
#topMenu_outer .topMenu li:first-child {
    box-shadow: none;
    border: none;
}
#topMenu_outer .topMenu li, #topMenu_outer,#topMenu .topMenu li a {
    line-height: 2.6em;
    height: 2.8em;
    color: #FFF;
}
#topMenu_outer .topMenu li a:hover {
    background: #980100;
}

/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, .article h3 a, .article h4, #mainServices h2, .article table#flowTbl strong, .side-text .shop{
  font-weight: 600;
  font-style: normal;
}
#mainArticles h2,
#mainArticles .article h2{
    background:none;
    letter-spacing: 0.07em;
    text-align:center;
    line-height: 1.4em;
    margin: 10px 0 20px;
    padding: 0;
    font-size: 2.2em;
}
.article h3 a, .article h3 a:hover,#mainArticles h2,#mainArticles .article h2 {
    color: #222;
}
.mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
    padding: 12px 20px;
    padding-left: 26px;
    margin: 12px 0 20px;
    background: var(--first-color);
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.mainContents .article h3::before, #mainTopics h2::before, #listTopics h2::before, .mainContents div.gallery h3::before, #mainServices h2::before{
    content: '';
    position: absolute;
    top: 0.5em;
    left: -.6em;
    display: inline-block;
    width: 2em;
    height: 2px;
    background: #FFF;
    transform: rotate(-45deg);
}
.mainContents .article h3::after, #mainTopics h2::after, #listTopics h2::after, .mainContents div.gallery h3::after, #mainServices h2::after {
    content: '';
    position: absolute;
    bottom: 0.5em;
    right: -.6em;
    display: inline-block;
    width: 2em;
    height: 2px;
    background: #FFF;
    transform: rotate(-45deg);
}
.mainContents .article.bg-none h3,
.mainContents .gallery.bg-none h3 {
    margin: 0 0 12px;
}
.article h4 {
    position:relative;
    color:#222;
    margin: 10px 0 16px;
    padding-left: 28px;
}
.article h4::before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    content: "";
    width: 18px;
    height: 4px;
    border-radius: 2px;
    background:var(--first-color)
}
.article h5 {
    background: #FFF;
    font-size: 1.1em;
    border:none;
    border-radius: 999px;
    padding: 8px 20px 8px 50px;
    line-height: 1.4em;
    position: relative;
}
.article h5:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    margin-right: 6px;
    transform: unset;
    color: var(--first-color);
    position: absolute;
    left: 20px;
    top: 0.5em;
}


/*スライドショー文字*/
.gallery_slide .galleryPreview .images li .comment_body {
    font-size: 16px;
    color: #222 !important;
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
    background: rgba(255,255,255,0.7);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li:hover .comment {
    background:#FFF;
}
.gallery_slide .galleryPreview .images li .comment,
.gallery_slide .galleryPreview .images li:hover .comment {
    padding: 4px 40px 4px;
    right: 40px;
}
.gallery_slide .galleryPreview .images li:hover .comment_body,
.gallery_slide .galleryPreview .images li .comment_body {
    line-height: 1.4em;
    height: auto;
}
#mainArticles table.contactTable tr th {
    border-bottom: solid 1px var(--first-color);
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm_outer table.contactTable tr td {
  border-color:#999;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm_outer table.contactTable tr.must th {
  background-position: 100% center;
}


/*テーブル*/
.article table.normalTbl.price thead tr {
    background: #333;
}
.article table.normalTbl.price thead tr th {
    color: #FFF;
    padding: 8px;
}

/*flow*/
.mainArticles .article.flow {
    position: relative;
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.mainArticles .article.flow::after {
    color: #FFF;
    content: "▼";
    font-size: 60px;
    position: absolute;
    text-align: center;
    bottom: -38px;
    transform: scaleY(0.4);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1em;
}
.article table#flowTbl td {
    border: none;
    border-bottom: solid 2px #CCC;
    border-radius: 6px;
    background: #FFF;
}
.article table#flowTbl td strong {
    border-bottom: solid 1px var(--first-color);
    font-size: 1.2em;
    padding: 8px 0;
}

/*2列*/
.article.col2 h3 {
  font-size: 1.4em;
  margin-left: -20px;
}
.article.col2 h4 {
  font-size: 1.3em;
}

.maru.col2 li{
  display: inline-block;
  width: 49%;
}
.col2 ul.maru li,
.col2 ul.check li {
    font-size: .94em;
    font-feature-settings: 'palt';
    line-height: 1.4em;
}

/*リンクリスト*/
ul.menubox.col3 li {
    width: 32.6%;
    display: inline-block;
}
ul.menubox.col2 li {
    width: 49%;
    display: inline-block;
}
.menubox li a {
    display: block;
    border-radius: 2px;
    border: solid 1px;
    text-align: center;
    margin: 0 4px 6px;
    padding: 8px 10px;
    color: #333;
    font-feature-settings: 'palt';
    font-weight: bold;
    text-decoration: none;
}
.menubox li a:hover {
    color: #FFF;
}
.menubox li a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  padding-right: 8px;
  color: #0dbe52;
}

/**/
ul.check {
    margin-bottom: 14px;
    padding-left: 1.6em;
}
ul.check li:before {
    top: 0.6em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 7px;
    border: none;
    transform: unset;
    -webkit-transform: unset;
    color: var(--first-color);
    left: -26px;
    top: 0.4em;
}
ul.check li {
    padding: 6px 0;
    padding-left: 10px;
    color: #444;
    font-feature-settings: 'palt';
    font-size: 1.2em;
    letter-spacing: .1em;
}
ul.check.col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.check.col2 li {
    width: 50%;
    padding: 8px 0;
}


/*side*/
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
    background: #fff8ee;
}
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
    border-color: var(--first-color);
}
#wrap .side-logo img {
    max-width: 80px;
}
.side-text{
  text-align:center;
  padding-top:10px;
}
#sideContents .freeHtml_body {
    padding: 24px 14px;
}
.shop {
    padding: 0 0 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    font-feature-settings: 'palt';
}
.add,.time {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    line-height: 1.4em;
}
.tel {
    border-top: 1px solid #ccc;
    padding: 6px 0;
}
.tel-link {
  font-size: 1.1em;
    color: var(--first-color);
}
.link-wrap {
    margin: 14px 0;
}
.freeHtml_body h4 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 2px;
    margin-bottom: 10px;
}


/*サイト案内
--------------------*/
#info-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);
    }
#info-link .comment {
    font-size: .9em;
    line-height:1.3em;
    color: #444;
    margin: 8px 0;
    font-feature-settings: 'palt';
    margin: 8px 0;
}
#info-link .image a {
    display: block;
    position: relative;
    border: solid 3px var(--second-color);
    border-radius: 6px;
    margin: 0 6px;
    box-shadow: 0 0 0 3px #FFF;
    background: #57ab1d;
}
#info-link .image a img {
    border-radius: 3px;
}
#info-link .galleryGrid_outer {
    padding: 0;
}

#mainArticles form, #mainBlogCommentForm_outer form {
    background: none;
}
#footer {
    background: none;
}
#footer *{
  color:#555;
}
#footer a:hover,
#footer a:before{
    color: var(--first-color);
}
