@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*レスポンシブ02 ブルー*/
:root {
	--first-color: #024773;
	--second-color: #f3f3f3;
	--base-color: #e1e4ee;
	--point-color: #ffcd07;
}
body {
    line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.article table.normalTbl, .sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2, .sideContents ul,
.sideContents dl {
  font-size: 100%;
  padding: 0 0 6px;
  color: #333;
}
.article.col2.zero_margin {
    margin-bottom: 10px;
}
.mainImage #slider li {
      height: auto !important;
}
#mainTopics {
    background: none;
}
.article .article_outer {
  margin-top: 30px;
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
.article.bg, .gallery.bg {
    background: var(--base-color);
    box-shadow: 0 0 6px 0 inset #c2c4cf;
}
.article.bg .article_outer,
.article.theme .article_outer{
    margin: 0 0 10px;
}
.article.full.zero_margin {
    padding-bottom: 0;
    margin-bottom: 0;
}
.article.theme, .gallery.theme {
    background: var(--first-color);
}
.sideContents dl ul li a,
ul.topics li p.description {
    font-size: 1em;
}
.notation {
    margin: 0 0 6px;
    font-size: .9em;
    color: #666;
}
a,ul.topics li h3 a {
    color: var(--first-color);
    transition: .2s;
}
#topMenu_outer .topMenu li a {
    line-height: 2.4em;
    color: #222;
    font-feature-settings: 'palt';
}
#slider li.slick-slide {
    transition: opacity 1.4s ease 0s !important;
}
#info-link.max .gallery_grid li {
    margin: 10px;
    width: 23.5%;
}
#wrap_body #contents {
}

/*パーツ*/
#mainArticles .envelope {
    background: var(--second-color);
    box-shadow: 0 1px 1px 0 inset #ccc;
}
#mainArticles .bg .envelope {
    background: #fff8ed;
    margin: 0;
}
.align-c {
    text-align: center !important;
}
.link-wrap {
    margin: 14px 0 20px;
}
p.col2 {
    display: flex
;
}
ol.pp,ul.maru {
  font-size: 1em;
  margin-bottom: 12px;
}
ul.maru li {
    line-height: 1.4em;
    margin-bottom: 10px;
}
strong{
    color: #000;
    background: linear-gradient(transparent 70%,#ffeab7 70%);
    border-bottom: 2px solid #ffeab7;
}
#mainArticles .envelope{
  text-align:left;
}
ul.topics li h3 a:hover {
  color: #555;
}
.contact-img {
    margin-bottom: 24px;
    text-align: center;
}
.contact-img a {
    display: inline-block;
    max-width: 460px;
    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;
}


/*ヘッダー*/
#title #title_outer {
    display: block;
    overflow: hidden;
    height: 118px;
    background: url(/materials/175435540938701.png) no-repeat right bottom 12px;
    background-size: 267px;
}
#title .description {
    text-indent: unset;
    visibility: unset;
    position: absolute;
    font-size: 15px;
    background: var(--base-color);
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
#title h1 {
    background: url(/materials/175316384440501.png) no-repeat center left;
    background-size: 100%;
    height: 70px;
    width: 330px;
    margin-top: 38px;
}
#title h1:hover {
  opacity: 0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#topMenu_outer .topMenu li a {
    overflow: hidden;
    font-size: 1em;
    letter-spacing: 0;
}
#topMenu_outer .topMenu li a:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover{
    background: var(--first-color);
}


@media only screen and (max-width: 980px) {
  #title .description {
  display: none;
}
#title #title_outer,
  #title h1 {
    height: 80px;
}
    #title #title_outer,#title h1 {
    margin-top: 0;
}
  #title #title_outer {
  background-position: right top 10px;
}
}
@media only screen and (max-width: 600px) {
  #title #title_outer {
  background: none;
}
}

/*headline*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, .article h4, #mainServices h2,
#topMenu_outer .topMenu li a,ul.topics li h3 a,
.article h3 a, .gallery h3 a{
  font-weight: 600;
  font-style: normal;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mainArticles h2, #listTopics h2 {
    font-size: 2em;
    letter-spacing: .1em;
    background: var(--first-color);
    background-size: 5px;
    padding: 20px 0;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.9em;
    line-height: 1.4em;
    background: none;
    text-align: left;
}
.article h3 a, .gallery h3 a,
.article h3 a:hover,
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
    color: #2d303e;
}
#mainTopics h2::after, #mainArticles .article h2::after,
.article h3::after, .gallery h3::after, .freeHtml h3::after,
#mainArticles div[id^="blog"] h2::after {
  margin: 20px 0 26px;
  background: var(--first-color);
  width: 20%;
  height: 2px;
  }
#mainArticles div[id^="blog"] h2 {
    margin: 30px 0 0;
}

.article h4,.article.bg h4 {
  display: flex;
  border: none;
  border-radius: 0px;
  color: var(--first-color);
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0.5em 1em;
  margin: 0 5px 30px;
  outline: 2px solid var(--first-color);
  outline-offset: 4px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, var(--first-color) 0 2px, #fff 2px 6px);
}
.article h4::before {
  content: none;
}
.article h5, .article.theme h5 {
    border: none;
    border-bottom: solid 2px;
    padding: 8px 0;
    font-size: 1.2em;
    margin: 10px 0 12px;
    letter-spacing: .1em;
}

.article h6 {
    background: var(--base-color);
    color: #555;
    font-size: 1em;
    border-radius: 40px;
    padding: 8px 20px 8px 44px;
    line-height: 1.4em;
    position: relative;
}
.article h6:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    margin-right: 6px;
    transform: unset;
    color: var(--first-color);
    position: absolute;
    left: 18px;
}
.article.envelope h6,
table#flowTbl h6 {
    padding-left: 22px;
    margin: 0;
}
.article.envelope h6::before,
table#flowTbl h6::before {
    left: 0;
}

/*リンク*/
a.btn{
    background: var(--point-color);
    border-radius: 6px;
    transition: all .2s linear;
    padding: 16px 0;
    max-width: 600px;
    color: #333;
    margin: 0 auto;
}
a.btn:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    background: #ffd738;
}
a.btn::after {
    color: #fff27d;
}
.btn.grn {
  background: #00B900;
}
.btn.grn:hover {
  background: #0BCA0B;
}
p.col2 .btn {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
}
.col3 a.btn {
    display: inline-block;
    width: 32.6%;
}
.freeHtml_body a.btn {
    padding: 10px;
    max-width: 400px;
    margin: 14px auto;
}
ul.topics li {
    background: var(--second-color);
}
ul.topics li p.date, ul.topics li p.more a{
    background:#666;
}

ul.topics li p.more a:hover, #mainTopics .listview a:hover {
    background: var(--first-color);
}
p.contact {
       max-width: 560px;
    margin: 0 auto 40px;
}

/*サイト案内
--------------------*/
#info-link .gallery_grid li.galleryGrid .image a {
    box-sizing: border-box;
    border-radius: 100%;
    max-width: 126px;
    border: solid 1px #FFF;
    display: block;
    margin: 0 auto;
    padding: 30px;
    background: #FFF;
}
#info-link .gallery_grid li.galleryGrid .image a:hover {
    background: #b0d1ee;
    box-shadow: 0 0 6px 2px #3c90c5;
}
#info-link .gallery_grid li.galleryGrid a:hover,
#info-link .gallery_grid li.galleryGrid a:hover img{
  opacity:1;
}
#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: 0.9em;
    font-feature-settings: 'palt';
    margin-bottom: 10px;
}


.article.col3.bg {
    padding: 0 10px 12px;
    box-shadow: unset;
}
.article.col3.bg li {
    font-size: .9em;
    line-height: 1.4em;
    padding-bottom: 0;
}
.article.col3.bg h5 {
    font-size: 1.1em;
}
.article.bg.col3 .image {
    margin: 12px 0 0;
}

/*リスト*/
ul.faq li.qus, ul.faq li.ans {
    margin-bottom: 8px;
}
ul.faq li.qus {
    color: #222;
}
ul.faq li.qus:before, ul.faq li.ans:before {
    background: none;
    font-size: 1.4em;
    font-family: serif;
  	margin-left: -37px;
}
ul.faq li.qus::before {
    color: #888;
}
ul.faq li.ans::before {
    color: var(--first-color);
}
ul.check li {
    font-size: 1.1em;
    padding: 0 0 10px 8px;
    margin-bottom: 10px;
    font-weight: normal;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    transform: unset;
    border: 1px solid;
    color: #e0582e;
    width: auto;
    height: auto;
    padding: 0 4px;
    top: 0;
}
ul.check.col2, ul.check.col3 {
    display: block;
    flex-wrap: unset;
}
ul.check.col2 li, ul.check.col3 li {
    display: inline-block;
    width: 49%;
}
ul.check.col3 li {
    width: 32%;
}
.menubox{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.menubox li {
  width: 48%;
  font-size: .9em;
}
.menubox.col3 li {
    width: 32.2%;
}
.menubox.col4 li {
    width: 23%;
}
.menubox li a{
    display: block;
    border: solid 1px;
    border-radius: 4px;
    text-align: center;
    padding: 6px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
.menubox li a:hover {
    background-color: var(--first-color);
    color: #FFF;
}
.menubox li a:before{
    padding-right:6px;
    color: var(--point-color);
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
}
.theme .menubox li a {
    background: #FFF;
}
.theme .menubox li a:hover {
    background: none;
}
ul.boxList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    row-gap: 10px;
    column-gap: 2%;
}
ul.boxList li {
    text-align: center;
    width: 32%; /*3列*/
    background:#FFF;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 15px 10px;
}

@media only screen and (max-width: 600px) {
ul.boxList li {
    width:49%;
    padding:8px;
}
}
@media only screen and (max-width: 400px) {
ul.boxList li {
    width:100%;
}
}


ol.pp.counter {
  counter-reset: counter-name;
  
}
ol.pp.counter li {
    margin: 0 0 12px; 
    list-style: none;
    position: relative;
    padding-left: 20px;
  }
ol.pp.counter li:before {
    counter-increment: counter-name;
    content: counter(counter-name);
    position: absolute;
    left: -22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 2em;
  height: 2em;
  background-color: var(--point-color);
  color: white;
  border-radius: 2px;
    font-size: .9em;
 }

ul.maru.col2,
ul.maru.col3{
    display: flex;
    flex-wrap: wrap;
}
ul.maru.col2 li {
    width: 50%;
    font-feature-settings: 'palt';
}
ul.maru.col3 li {
    width: 33%;
    font-feature-settings: 'palt';
}
ul.maru li:before {
    margin-left: -16px;
    margin-right: 4px;
    font-size: 0.6em;
    vertical-align: middle;
    color: var(--first-color);
}
.envelope ul.maru {
    margin-bottom: 0;
}
#mainArticles table.contactTable input.button {
    background: #005ea6;
}
#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
    border-radius: 4px;
}

/*テーブル*/
.article table.normalTbl.half {
    width: 52%;
    margin-top: 0;
}
.article table.normalTbl th,
.article table.normalTbl tr:last-child th{
    background: none;
  	font-weight: 600;
    border-bottom: solid 1px var(--first-color);
}

.article table.normalTbl td,
.article table.normalTbl th {
    padding: 10px;
}
.article table.normalTbl td {
    border-color: #666;
}
.article.col2 table.normalTbl th {
    width: auto;
    line-height: 1.4em;
}
.article.col2 table.normalTbl th,.article.col2 table.normalTbl td {
    font-size: .9em;
    padding: 6px;
    font-feature-settings: 'palt';
}
.article.col2 table.normalTbl th {
    white-space: nowrap;
}
.article table.normalTbl thead th:first-child {
    width: 18%;
}
.article table.normalTbl thead th:nth-child(2n) {
    width: 30%;
}


@media only screen and (min-width: 600px) {
.article table.normalTbl,
.article table.normalTbl tr:last-child td{
    border: none;
}
.article table.normalTbl tr:last-child td{
    border-bottom: dotted 1px #666;
}
}
.article table#flowTbl td {
    border: none;
  border-radius: 4px;
}
.article table#flowTbl strong {
    background: none;
    border-bottom: solid 2px #FFF;
    font-size: 1.3em;
    padding: 8px 0 6px;
    outline: unset;
}
.article table#flowTbl h5 {
  font-size: 1.1em;
  color: var(--first-color);
}
.article table#flowTbl td:after {
    color: var(--first-color);
    bottom: -1em;
    line-height: 1em;
}

.article table.normalTbl.price {
    font-size: .9em;
    text-align: center;
}
.article table.normalTbl.price th {
    width: auto;
    white-space: nowrap;
    text-align: center;
}
.article table.normalTbl.price td:nth-child(even) {
  background: #F3F3F3;
}
.article table.normalTbl.price td {
    font-feature-settings: 'palt';
    background: #FFF;
}

/*side Table*/
#sideContents table.normalTbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	width: 100%;
}
#sideContents table.normalTbl th {
	height: auto;
	width: 25%;
	padding:6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom:solid 1px #333;
}
#sideContents table.normalTbl td {
	border-bottom:solid 1px #CCC;
	background: none;
	height: auto;
	line-height:1.6em;
	padding:6px;
}

#wrap .img300 img {
    width: 100%;
    max-width: 300px;
}

/*contact*/

#mainArticles table.contactTable,
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-color: #CCC;
  border-width: 1px;
}
#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-right: none;
}
#mainArticles table.contactTable {
  border-left: none;
}

/*footer side*/
#sideContents {
    background: var(--second-color);
}
.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 330px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;
}
#footer * {
    color: #222;
}
.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
    background: #333;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover,
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: none;
  color: var(--first-color);
}
.sideContents ul li a:hover{
	background:#e2e4ee;
}
.side-banner {
    max-width: 600px;
    margin: 0 auto 40px;
}
#footer_body .topMenu li a, #footer_body .services li a {
    background: none;
}
#wrap_body #footer {
  background: var(--base-color);
  padding-top: 10px;
}
#footer_body .topMenu li a, #footer_body .services li a {
    color: #555;
}
#footer_body {
    padding: 0 0 46px;
}
#footer_body, #footer_body .topMenu, #footer_body .services {
    display: block;
    width: 100%;
}
#footer_body .topMenu, #footer_body .services {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
}
#footer_body .topMenu {
  margin-bottom: 0;
}
#footer_body .services {
  margin-top: 0;
}
#footer_body .copyright {
  padding: 14px 0;
  background: #12245e;
}
#footer_body .copyright,
#footer_body .copyright a {
  font-weight: normal;
  color: #FFF;
}

#footer_body .topMenu li a, #footer_body .services li a {
    padding: 0;
}
  #footer_body .topMenu li a::before,
  #footer_body .services li a::before {
    color: var(--first-color);
}




/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 820px) {
.sideContents #sideBanners ul {
  flex-wrap: inherit;
}
  .col2.article h3,.col3.article h3 {
    font-size: 1.6em;
    padding: 0 0 10px;
}
  .article.col3 {
  flex-basis: 32%;
}
  div#contact.article .image img {
        max-width: 700px;
}
}

@media only screen and (max-width: 740px) {
p.col2 .btn{
  display: block;
  width: 100%;
  margin: 0 0 12px;
  }
	p.col2 {
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 980px) {
  ul.check.col3 li{
    min-width: 280px;
    width: auto;
  }
.article table.normalTbl.half,
  ul.maru.col2 li,
ul.maru.col3 li,
  ul.check.col2 li{
    width: 100%;
}
  #footer_body .topMenu, #footer_body .services {
    display: block;
}
}
@media only screen and (max-width:350px) {
#instagram-embed-0 {
  min-width: auto !important;
}
}
@media only screen and (max-width: 600px) {
  #toggle,.active #toggle {
        background-color: var(--first-color);
}
  .article .article_outer {
    margin-top:0;
}
  .article.col3.bg.zero_margin {
    margin: 0 0 8px;
}
  .article.full.zero_margin {
    margin-bottom: 0;
}
  #mainArticles table.contactTable select {
    width: 100%;
}
  #info-link .comment {
    font-size: 0.8em;
}
  .contact-img a {
    width: 100%;
    margin-bottom: 12px;
}
  .menubox {
    display: block;
}
.menubox li {
    width: 100%;
    margin-bottom: 12px;
}
  ul.faq li.qus:before, ul.faq li.ans:before {
    margin-left: -38px;
}
  .col3 a.btn {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
  ul.maru.col2, ul.maru.col3 {
  margin-left: 0;
}
ul.maru.col2 li, ul.maru.col3 li {
    margin-left: 1em;
}

  #wrap_body #topMenu {
    background: var(--first-color);
}
	#wrap_body #topMenu li a{
    color: #FFF;
	}
#sideContents table.normalTbl th,#sideContents table.normalTbl td {
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
}
#sideContents table.normalTbl th {
  font-weight: bold;
}
#sideContents table.normalTbl td {
  border-bottom: solid 2px #222;
}
.sideContents #sideBanners ul li a img {
  max-width: 100%;
}
.col2 .btn {
  width: 100%;
  display:block;
  margin-bottom: 4px;
}
  #info-link .gallery_grid li.galleryGrid .image img {
    width: 100%;
}
  .article table.normalTbl td {
    border-top: none;
}
.article table.normalTbl.price td {
    text-align: center;
}
  
table.price thead {
    display: none;
}
table.price td::before {
    content: attr(data-label);
    display:block;
    font-weight: bold;
    margin-bottom:.6em;
    color:var(--first-color)
}
.article table.normalTbl.price td[data-label]{
    line-height:1.4em;
}
.article table.normalTbl.price tr {
    border: solid 1px #CCC;
    margin-bottom: 20px;
    display: block;
}
.article table.normalTbl.price tr:last-child td {
    border: none;
}
  
#title h1 {
        margin: 4px 0 0 10px;
        padding: 0;
        width: 240px;
        height: 48px;
        background: url(/materials/175316973913001.png) no-repeat left;
        background-size: 100%;
}
#title #title_outer {
    height: 56px;
}
  #topMenu_outer .topMenu li a:hover::before {
  content: none;
}
  #topMenu_outer .topMenu li a:hover:before {
    content: none;
  }
    #title #title_outer {
    background: none;
    height: 56px;
}
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
  font-weight: normal;
}
#mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
    letter-spacing: .01em;
    line-height: 1.3em;
    padding: 14px 0;
        margin-bottom: 30px;
}
  .mainContents .article h4 {
    font-size: 1.3em;
        padding-top: 10px;
}
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.4em;
        line-height: 1.4em;
        padding-bottom: 8px;
        padding-top: 0;
}
  .menubox li,
  .menubox.col3 li,
  .menubox.col4 li{
  float: unset;
  width: 100%;
  display: block;
  margin: 6px 0;
  font-size: .9em;
  font-feature-settings: 'palt';
}
  
#mainArticles table.contactTable tr.must th {
  padding: 1em;
  padding-right: 50px;
}
  .article table.normalTbl th {
    text-align: center;
    font-weight: bold;
}
  #footer_body .topMenu li, #footer_body .services li { */
        margin-bottom: 2px;
}
#footer_body .topMenu, #footer_body .services {
    display: block;
    margin-left: 4%;
    margin-bottom: 16px;
}
  
#contact .gallery_grid li.galleryGrid {
    width: 100%;
    float: unset;
}
  
  /*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;
        color: #222;
        background: #FFC107;
    text-decoration: none;
    line-height: 3em;
    height: 100%;
}
  #bottomLink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 10px;
        color: #ff0;
}
#wrap {    margin-bottom: 4px;
}
  }
