@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');

/*レスポンシブ02 オレンジ*/
body {
    color: #444;
    line-height: 1.8;
     font-size:17px;
}
:root {
    --first-color: #e98a00;
    --base-color: #ffeab5;
    --point-color: #67625b;
  	--bg-stripe: repeating-linear-gradient(135deg, #F4F4F4, #F4F4F4 4px, #fff 4px, #fff 6px);
    --bg-cta: repeating-linear-gradient(135deg, #C50, #C50 2px, #d76412 2px, #d76412 6px);
}
a, a img{
  transition: all .1s linear;
}
#wrap img {
    width: auto;
    max-width: 100%;
}
#contact img {
    max-width: 800px;
    width: 100%;
}
#wrap .article.img300 .image img {
    max-width: 300px;
}
#wrap .article.img200 img {
    max-width: 200px;
}
#wrap .article.icon img {
    max-width: 128px;
}
table, thead, tr, th, td {
    font-size: initial;
}
#wrap_body #title {
    border-top: solid 6px var(--first-color);
}
.article, .gallery {
    margin-bottom: 60px;
}
.article.col2.zero_margin {
    margin-bottom: 0;
}
.article.common_margin {
    margin-bottom: 20px;
}
.article.full.zero_margin, .article.max.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: var(--bg-stripe);
}
#mainArticles .envelope {
  background: #f8f3ec;
}
p.notation {
    font-size: .9em;
    color: var(--point-color);
}
.align-c {
    text-align: center;
}
hr.line {
    border: none;
    border-bottom: dashed 1px #CCC;
    padding: 6px 0;
    margin-bottom: 10px;
}
.gallery ul.galleryGrids .comment {
    font-size: 1em;
}
.article.bg, .gallery.bg{
    background:var(--base-color);
}
.article table#flowTbl td {
    background: #FFF;
    box-shadow: 0 2px 4px 0 #CCC;
    border-radius: 6px;
}
.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,.article h6,
#mainServices h2, #topMenu_outer .topMenu li a,ul.boxList li,
.article table#flowTbl strong,ul.check li,.serif {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#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: bold;
}
.article h3, .gallery h3 {
    margin: 0;
}
#mainArticles h2,#mainArticles div[id^="blog"] h2 {
    margin-bottom: 26px;
}
#mainArticles h2, #listTopics h2{
    background: var(--first-color);
    background-size: 5px;
    font-size: 2.2em;
}
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: 6px auto 20px;
    background: var(--first-color);
    height: 5px;
}
.article h4 {
  border:none;
  border-radius: 2px;
  border-bottom: solid 2px #e4e4e4;
    padding: 10px 10px 10px 34px;
    margin-bottom: 14px;
  font-size: 1.3em;
  display: flex;
  background: #f4f4f4;
}
.article h4::before {
    position: absolute;
    left: 0.7em;
    content: '';
    width: 5px;
    height: 20px;
    background: var(--first-color);
    border-radius: 20px;
}
.article.gray h4,
.article.bg 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 h6 {
    background: #efebe5;
    line-height: 1.4em;
    padding: 10px 16px;
    border-radius: 6px 6px 0 0;
}
.article h6::before {
    content: none;
}


/*リスト*/
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 li {
    display: block;
    min-width: 50%;
}
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(--first-color);
    position: unset;
    display: unset;
}
ul.boxList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    gap: 2%;
}
#wrap ul.boxList li {
    text-align: center;
    width: 32%;
    border: solid 2px var(--point-color);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 15px 10px;
    margin-bottom: 20px;
}
p.col2 {
    display: flex;
    gap: 10px;
}


/*リンク*/
a.btn {
  	min-width: 280px;
    width: 60%;
    display: inline-block;
    border-radius:99px;
    background: var(--first-color);
    border-bottom: solid 2px #7a4800;
}
a.btn:hover {
    background: var(--point-color);
}
a.btn:after {
    color: #FFC107;
}
p.col2 a.btn {
    width: 50%;
}
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;
}
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;
    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.2em;
    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;
}

/*サイト案内
--------------------*/
#info-link .gallery_grid li.galleryGrid .comment::before {
    font-family: "Font Awesome 5 Free";
    content: "\f151";
    font-weight: bold;
    margin-right: 6px;
    color: var(--first-color);
    }
#info-link .comment {
    font-size: 1em;
    margin: 8px 0;
    font-feature-settings: 'palt';
    margin: 8px 0;
}
#info-link .image a {
    display: block;
    position: relative;
    border: solid 2px var(--first-color);
    border-radius: 100%;
    margin: 0 6px;
}
#info-link .image a {
    max-width: 118px;
    padding: 26px;
    margin: 0 auto;
    background: #FFF;
}
#info-link .image a img {
    max-width: 64px;
    box-sizing: border-box;
}
#info-link .image a:hover, #info-link .image a:hover img {
    background: none;
    opacity: unset;
}
#info-link .galleryGrid_outer {
    padding: 0;
}

#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: var(--base-color);
}
#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;
}


.article table.normalTbl.cal th,.article table.normalTbl.cal td,
.freeHtml table.normalTbl.cal th,.freeHtml table.normalTbl.cal td {
    text-align: center;
    padding: 6px;
    border: none;
    width: auto;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.article table.normalTbl.cal,
.freeHtml table.normalTbl.cal {
    border-left:solid 1px;
    border-color:var(--first-color);
   }
.article table.normalTbl.cal th,
.freeHtml table.normalTbl.cal th {
    background: var(--first-color);
    color: #FFF;
    border-right: solid 1px;
}
.article table.normalTbl.cal th:last-child,
.freeHtml table.normalTbl.cal th:last-child {
  border:none;
}
.article table.normalTbl.cal td,
.article table.normalTbl.cal tr,
.freeHtml table.normalTbl.cal td,
.freeHtml table.normalTbl.cal tr{
    border-bottom: solid 1px var(--first-color);
    border-right: solid 1px var(--first-color);
}
.article table.normalTbl.cal tbody td:not(:first-child),
.freeHtml table.normalTbl.cal tbody td:not(:first-child){
    color: var(--first-color);
}
.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;
}
.freeHtml table.normalTbl.cal tbody td {
    background: #FFF;
}
.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: #0c5d9d;
}

/*ヘッダー*/
#title #title_outer {
    height: 90px;
}
#title h1 {
    background: url(/materials/175264378905501.png) no-repeat center left;
    background-size: 100%;
    height: 90px;
    width: 240px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
  background: url(/materials/175264426709301.png) no-repeat right top 14px;
    background-size: 300px;
}
#wrap_body #topMenu {
    background: #f5f5f5;
}
#topMenu_outer .topMenu li a {
  line-height: 2.6em;
    font-size: 1.1em;
    overflow: hidden;
}
#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: 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;
}


/*フッター*/
.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);
}
.freeHtml p.cta {
    display: flex;
    gap: 12px;
}
.cta a.btn{
  background: var(--bg-cta);
    border-color:#832c00;
    padding:12px;
    font-size:1.2em;
}
.cta a.btn:hover{
    opacity:.7;
}
.cta a.btn.rsv::after,
.cta a.btn.tel::after {
    content:none;
}
.cta a.btn.rsv::before,
.cta a.btn.tel::before {
    content: '\f2a0';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 8px;
    font-size: 1.4em;
    color:#ED0;
}
.cta a.btn.rsv::before {
    content: "\f274";
}
#sideContents {
  background:#f4f4f4;
}
.freeHtml_body .side-logo {
    max-width: 240px;
    margin: 0 auto;
}
#footer_body .copyright {
    background: #FFF;
    padding: 18px 0 12px;
}
#footer_body .copyright, #footer_body .copyright a {
    color: #333;
    font-weight: normal;
}
#footer_body .copyright a:hover {
    color: var(--first-color);
}
#bottomLink {
    display:none:
}


/*-------------
reCAPTCHA
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  text-align: right;
  font-size: 11px !important;
  color: #999 !important;
  padding: 0 40px 20px;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------
--------------------------------------------*/
@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: 800px) {
.article.col2 h3 {
    font-size: 1.6em;
    letter-spacing: 0;
}
}
@media only screen and (min-width: 920px) {
  #wrap ul.boxList.col4 li {
    width: 23%;
}
}
@media only screen and (min-width: 800px) {
    #footer_body .topMenu, #footer_body .services {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
#footer_body {
    display: block;
}
#footer_body .topMenu li, #footer_body .services li {
    width: 18%;
    white-space: nowrap;
}
#footer_body .topMenu li a, #footer_body .services li a {
    padding: 0;
    font-size: .92em;
}
}
@media only screen and (max-width: 680px) {
    #title #title_outer {
    background: none;
        height: 80px;
}
  .article table.normalTbl.cal th,
  .article table.normalTbl.cal td,
  .freeHtml table.normalTbl.cal th,
  .freeHtml table.normalTbl.cal td {
    display: table-cell;
    font-size: .9em;
    padding: 4px;
}
}
@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 {
    font-size: 14px;
}
    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.cta {
    margin: 0 20px 10px;
    padding: 22px 20px 10px !important;
}
.article .article_left .image,
.article .article_right .image {
    float: unset;
}
  .article table#flowTbl td {
  padding: 20px;
}
  ul li {
  font-size: inherit;
  }
ul.maru li:before {
    margin-right: 4px;
    margin-left: -15px;
}
  p.col2{
    display:block;
  }
  ul.menubox li,
.menubox.col3 li,
ul.maru.col2 li,
ul.check.col2 li,
  #wrap ul.boxList.col4 li{
    width: 100%;
}
  ul.faq li.ans::before {
    margin-right: 15px;
}
  #wrap ul.boxList li {
    width: 100%;
    margin: 0 0 12px;
    padding: 8px;
}
  #footer, #footer_body .topMenu li a, #footer_body .services li a {
    line-height: 1.6em;
}
#footer_body .topMenu {
    margin-bottom: 12px;
}
  #mainArticles h2, #listTopics h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 14px 10px;
}
.article h3, .gallery h3,#mainArticles div[id^="blog"] h2 {
        font-size: 1.6em;
        line-height: 1.4em;
}
  #mainArticles div[id^="blog"] h2{
    margin-bottom:0;
  }
#wrap .menubox li a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
#wrap a.btn {
    display: block;
        width: 100%;
        margin: 0 auto 6px;
        min-width: auto;
}
  #wrap .freeHtml p.cta {
    display: block;
}
  .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;
    overflow: hidden;
}
#bottomLink a span {
    font-size: 85%;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    padding: 3px 0;
    color: #fff;
        background: var(--bg-cta);
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.7em;
    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;
}
  
.recaptcha_policy {
  margin-top: -20px;
  padding-top: 0;
  text-align: right;
  font-size: 10px !important;
  color: #999 !important;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }

}
body.body-media-pc::before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid var(--first-color);
    z-index: 1000;
    pointer-events:none;
    content: '';
    box-sizing: border-box;
}