@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
/*レスポンシブ02 グリーン*/
body {
    color: #222;
    line-height: 1.8;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
:root {
    --first-color: #036230;
    --second-color: #d01d10;
    --base-color: #ffeab5;
    --point-color: #222;
}
a, a img{
  transition: all .1s linear;
}
#wrap img {
    width: auto;
    max-width: 100%;
}
#contact img {
    max-width: 800px;
    width: 100%;
}
#wrap .article.img200 .image img {
    max-width: 200px;
}
#wrap .article.img300 .image img {
    max-width: 300px;
}
table, thead, tr, th, td {
    font-size: initial;
}
#wrap_body #title {
    border-top: solid 6px var(--first-color);
}
.article.col2.zero_margin {
    margin-bottom: 0;
}
/*パーツ*/
.article.full.zero_margin.bg,
.gallery.zero_margin.full.bg {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article.zero_margin.pb0 {
  padding-bottom: 0 !important;
}
.article.gray, .gallery.gray {
  background: #F7F7F7;
}
#mainArticles .envelope {
    box-shadow: 0 1px 2px 0 inset #999;
}
.align-c {
    text-align: center;
}
.link-wrap {
    margin: 14px 0 20px;
}
.gallery ul.galleryGrids .comment {
    font-size: 1em;
}
.article.bg, .gallery.bg{
    background: url(/materials/175219408780201.png) no-repeat top right #ffeab5;
    background-size: 325px;
    background-attachment: fixed;
}
.article.theme, .gallery.theme {
    background: url(/materials/175211792885301.png) var(--first-color);
    background-size: 5px;
}
p.notation {
    font-size: .9em;
    color: #555;
    font-feature-settings: 'palt';
}


/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, .article h4, .article h5,
#mainServices h2, #topMenu_outer .topMenu li a,
.article table#flowTbl ,.serif,div#contact_us h3
{
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
 font-style: normal;
}
#mainArticles .article h2, .article h3, .gallery h3{
    font-size: 2.2em;
    line-height: 1.4em;
}
#mainArticles h2,#mainArticles div[id^="blog"] h2 {
    margin-bottom: 26px;
}
#mainArticles h2, #listTopics h2{
    background: url(/materials/175211792885301.png) var(--first-color);
    background-size: 5px;
    font-size: 2.4em;
    line-height: 1.3em;
    padding: .7em 0;
}
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 {
    content: none;
}
.article h4 {
  border:none;
  border-radius: 2px;
  border-bottom: solid 2px #e4e4e4;
    padding: 10px 10px 10px 34px;
  font-size: 1.3em;
  display: flex;
  background: #f4f4f4;
}
.article h4::before {
    position: absolute;
    left: 0.7em;
    content: '';
    width: 5px;
    height: 20px;
    background: var(--second-color);
    border-radius: 20px;
}
.article.bg h4, .article.gray h4 {
    background: #FFF;
}
.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;
}
.article.theme h5, .gallery.theme h5 {
    border-left: none;
    border-color: #FFF;
    color: #FFF;
}

/*リスト*/
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;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}
ul.check.col2 li {
    width: 50%;
}
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 #000;
}
a.btn:hover {
    background: var(--first-color);
}
a.btn:after {
    color: #16cb6c;
}

.freeHtml_body p.col2 {
    display: flex;
    justify-content: space-between;
}
.freeHtml_body p.col2 a.btn {
    background: #FFF;
    border: solid 1px var(--point-color);
    color: var(--point-color);
}
.freeHtml_body p.col2 a.btn:hover {
    background: #CCC;
}

a.tel-link {
    font-size: 1.3em;
}
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: .9em;
    color: var(--first-color);
}
#mainArticles table.contactTable input.button {
  background: var(--first-color);
}

.menubox{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
ul.menubox li {
    width: 49%;
}
.menubox.col3 li{
    width: 32%;
}
.menubox li a{
    display: block;
    color: var(--first-color);
    border: solid 2px;
    border-radius: 999px;
    font-size: 1.1em;
    font-weight: bold;
    font-feature-settings:'palt';
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.menubox li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    margin-right: 8px;
    font-size:.9em;
}
.menubox li a:hover,
h1:hover{
  opacity: .6;
}
ul.boxList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    gap: 2%;
}
ul.boxList li {
    text-align: center;
    width: 32%;
}
ul.boxList li a{
    display:block;
    color: var(--first-color);
    font-weight:bold;
    text-decoration: unset;
    border: solid 1px #CCC;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #FFF;
    padding: 15px 10px;
    margin-bottom: 20px;
}

ul.boxList li a:hover {
    background: var(--first-color);
    color: #FFF;
}


div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*faq*/
ul.faq {
    padding: 10px 0 20px;
    margin-bottom: 10px;
}
ul.faq li.qus, ul.faq li.ans {
    display: block;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-left: 56px;
    padding-right: 16px;
}
ul.faq li.qus {
    background:  var(--point-color);
    color: #fff;
    font-size:1.2em;
    font-weight:bold;
    margin: 0;
    padding-top: 8px;
    border-radius: 4px 4px 0 0;
}
 ul.faq li.ans {
    background: #FFF;
    line-height:1.4em;
    padding-bottom: 16px;
    padding-top: 10px;
    }
ul.faq li.qus::before, ul.faq li.ans::before {
    font-size:2em;
    font-weight:bold;
    line-height: 1em;
    margin: 0 9px 0 -36px;
    color: #fff;
    display: unset;
    background: none;
}
ul.faq li.ans::before {
    color: var(--first-color);
    margin: 0 10px 0 -34px;
}

/*サイト案内
--------------------*/
#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(--first-color);
    }
#site-link .comment {
    font-size: 1.2em;
    color: #333;
    margin: 8px 0;
    font-feature-settings: 'palt';
}
#site-link img {
    max-width: 128px;
}
#site-link .image a {
    display: block;
    padding: 28px 0;
    background: #EEE;
}
#site-link .galleryGrid_outer {
    padding: 0;
}

a.oLink:hover{
    text-decoration:underline;
}
.oLink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: bold;
  margin-left: 6px;
}

/*テーブル*/
.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 td, .article table.normalTbl th {
    border-bottom: solid 1px #CCC;
}
.article table.normalTbl th {
  font-weight: bold;
    text-align: center;
    border-color: var(--first-color);
    color: var(--first-color);
    width: auto;
  	min-width: 140px;
}

.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 {
  margin-top: 10px;
  line-height: 1.3em;
}
.article table.normalTbl.cal thead th {
    background: var(--first-color);
    color: #FFF;
}
.article table.normalTbl.cal thead th:last-child {
    width: 75%;
    border-left:solid 1px #FFF;
}


/*contact us*/
div#contact_us {
width: 100vw;
margin: 0 calc(512px - 50vw) 16px;
padding: 3vw 0;
line-height: 1.5;
text-align: center;
background: url(/materials/175236421806401.jpg) no-repeat;
background-size: cover;
background-position: center;
}
div#contact_box 
{width: 100%;
 max-width: 1024px;
 display: block;
 margin: auto;
 padding: 32px;
 background: rgb(255 255 255 / .75);
 backdrop-filter: blur(3px);
}
#contact_btn a.btn {margin: 16px auto;padding: 12px 36px;width: auto;}
ul#contact_btn {
display: flex;
justify-content: center;
flex-direction: row;
font-size: 1em;
}
@media only screen and (width <= 1024px) {
div#contact_us {
margin: 0 calc(50% - 50vw) 16px;
padding: 5vw 0;
}
div#contact_box {
max-width: fit-content;
}
div#contact_us {
background-position: left center;
}

}
@media only screen and (width <= 600px) {
ul#contact_btn {
flex-direction: column;
}
ul#contact_btn li a.btn {
margin: .25em auto;
min-width: 224px;
}
ul.topics li h3 a {
line-height: 1.25;
}
div#contact_box {
width: 92%;
padding: 32px 16px;
}
}

div#sideContents_body {
    padding-top: 0;
}
div#contact_us h3 {
    font-size: 1.8em;
    padding: 0 0 4px;
    margin: 0 0 14px;
    border-bottom: solid 2px;
}


/*フロー*/
.article table#flowTbl {
    width: 50%;
    min-width: 380px;
}
.article table#flowTbl td {
    border: none;
    background: #f0f0f0;
    border-radius: 8px;
}
.article table#flowTbl strong {
    background: none;
    border-bottom: solid 1px var(--first-color);
    color: #333;
    font-size: 1.2em;
    padding: 0 12px 4px;
    display: block;
    float: left;
    margin: 0 30px 0 10px;
}
.article table#flowTbl p {
    margin: 0;
    font-size: 1.3em;
}
.article table#flowTbl td:after {
    color: var(--first-color);
    bottom: -1em;
    line-height: 1em;
}
.article.bg table#flowTbl td {
    background: #FFF;
}

/*ヘッダー*/
#title #title_outer {
    height: 80px;
    justify-content: center;
}
#title h1 {
    background: url(/materials/175213331628501.png) no-repeat center left;
    background-size: 100%;
    height: 80px;
    width: 400px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#wrap_body #topMenu {
    background: #f5f5f5;
}
#topMenu_outer .topMenu li a {
  line-height: 2.6em;
  font-size: 1.2em;
  letter-spacing: 0;
  overflow: hidden;
}
#topMenu_outer .topMenu li a:hover:before {
  content:'';
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left:0;
  right:0;
  bottom: -18px;
  margin: auto;
  background: var(--first-color);
}
#topMenu_outer .topMenu li a:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover {
    background:var(--base-color);
    color: var(--first-color);
}
/*最新情報*/
#mainTopics {
    background: #f5f5f5;
}
#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;
}
#listTopics .mainTopics ul.topics {
    margin-top: 50px;
}
#listTopics ul.topics li {
    padding: 12px 20px;
    margin-bottom: 20px;
    min-height: 136px;
    border-bottom: solid 1px #666;
}
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;
}


/*フッター*/
.sideContents dl ul li a {
    font-size: inherit;
}
.sideContents #sideBanners ul {
    justify-content: space-between;
}
.sideContents #sideBanners ul li {
    width: 24%;
    max-width: 250px;
    margin: 0;
}
#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: var(--point-color);
}
#sideContents {
  background: #F4F4F4;
}
.freeHtml_body .side-logo {
    max-width: 400px;
    margin: 40px auto 0;
}
#footer_body .copyright {
    background: #FFF;
    padding: 18px 0 12px;
}
#footer_body .copyright, #footer_body .copyright a {
    color: #333;
    font-weight: normal;
    letter-spacing: .01em;
}
#bottomLink {
    display:none:
}

/*--------------------------------------------
--------------------------------------------*/
@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;
}
  .article.zero_margin.max, .article.zero_margin.full,
  .gallery.zero_margin.max, .gallery.zero_margin.full {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 640px) {
  #topMenu_outer .topMenu li a:hover:before {
    content: none;
  }
}
@media only screen and (max-width: 600px) {
#title h1 {
    width: 240px;
}
#title #title_outer {
    justify-content: flex-start;
    height: 56px;
}
  .article table.normalTbl th {
    padding: 4px 0;
    background: #f1f4f3;
    width: 100%;
  }
  ul.boxList {
    justify-content: flex-start;
}
ul.boxList li {
    width: 49%;
}
ul.boxList li a {
    padding: 10px 4px;
    font-feature-settings: 'palt';
    margin: 0 0 8px;
    letter-spacing: 0;
}
  .article.bg, .gallery.bg {
    background-attachment: unset;
}
  #site-link img {
    max-width: 64px;
}
}
@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%;
}
  .article table#flowTbl {
    width: 100%;
    min-width: auto;
}
.article table#flowTbl strong,.article table#flowTbl p {
    float: unset;
    text-align: center;
        margin: 0;
}
.article.bg table#flowTbl td {
    padding: 10px;
}
}
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 600px) {
  body {
    font-size: 15px;
}
    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);
}
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
}
.article .article_left .image,
.article .article_right .image {
    float: unset;
}
  ul li {
  font-size: inherit;
  }
  ul.menubox li,
.menubox.col3 li,
ul.maru.col2 li,
ul.check.col2 li{
    width: 100%;
}
  ul.faq li.ans::before {
    margin-right: 15px;
}
  .article table.normalTbl.cal thead{
    display:none;
}
.article table.normalTbl.cal thead th:last-child {
    width: 75%;
    border-left:solid 1px #FFF;
}
  #mainArticles h2, #listTopics h2 {
        font-size: 2em;
        letter-spacing: .01em;
    line-height: 1.2em;
    padding: 14px 10px;
}
.article h3, .gallery h3,
  #mainArticles div[id^="blog"] h2, #mainTopics h2 {
        font-size: 1.8em;
        letter-spacing: .01em;
        line-height: 1.4em;
}
  #mainArticles div[id^="blog"] h2{
    margin-bottom:0;
  }
#wrap .menubox li a {
    display: block;
    width: 100%;
}
#wrap a.btn,.freeHtml_body p.col2 {
    display: block;
    width: 90%;
    margin: 0 auto 6px;
}
  div#contact_us p {
    margin-bottom: 0.8em;
}
  .sideContents #sideBanners ul {
    justify-content:center;
}
.sideContents #sideBanners ul li {
    width: 48%;
    max-width: 200px;
    margin-bottom:10px;
}
  
/*call------------------
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
}
#bottomLink a span {
    font-size: 85%;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    padding: 3px 0;
    color: #fff;
    background: var(--point-color);
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: bold;
        line-height: 2.6em;
    height: 100%;
        box-shadow: 0 -1px 4px 1px rgb(0 0 0 / 40%);
}
#bottomLink a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
        color: #169753;
  font-weight: bold;
  margin-right: 4px;
  }
#wrap {
    margin-bottom: 50px;
}*/
}