@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap');

/*レスポンシブ02 ブルー*/
:root {
    --first-color: #153c72;
    --second-color: #44b0c2;
    --third-color: #318dcd;
    --base-color: #eaf6ff;
  	--bg-gradient:linear-gradient(145deg, var(--third-color), var(--second-color));
}
body {
    font-weight: normal;
    line-height: 1.8;
  	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
}
.article table.normalTbl, .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;
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
.article.bg, .gallery.bg {
    background: var(--base-color);
}
.article.theme, .gallery.theme {
    background: linear-gradient(145deg, var(--third-color), var(--second-color));
}
.article.bg.zero_margin {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.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,#title h1 {
    color: #089edb;
	transition: .2s ;
}
a.tel-link {
    font-size: 1.4em;
    text-decoration: none;
}
a.tel-link:before{
	content: '\f2a0';
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
	margin-right: .2em;
	font-weight:bold;
}
#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%;
}

/*パーツ*/
#mainArticles .envelope {
    background: none;
    border: solid #73c6ff 2px;
}
.article table#flowTbl .envelope,
#mainArticles .bg .envelope {
    background: #fffddb;
    margin: 0;
}
.align-c {
    text-align: center !important;
}
.link-wrap {
    margin: 14px 0 20px;
}
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%;
}
.info{
  display: block;
    background: #EEE;
    font-size: .8em;
    line-height: 1.4em;
  padding: 10px;
}

/*ヘッダー*/
#wrap_body #title {
    background: var(--first-color);
}
#wrap_body #topMenu {
    background: #EEE;
}
#title h1 {
    background: url(/materials/176171780489601.png) no-repeat center left;
    background-size: 100%;
    height: 58px;
    width: 350px;
}
#title h1:hover{
	opacity:.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
    background: url(/materials/176171780489702.png) no-repeat right center;
    background-size: 518px;
    height: 72px;
}
#topMenu_outer .topMenu li a:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover,
#topMenu_outer .topMenu li a:after{
    background: #aacdff;
    color: var(--first-color);
}

@media only screen and (max-width: 900px) {
  #title #title_outer {
  background: none;
}
}

/*headline*/
#title h1 a,
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, .freeHtml h3, .article h4,.article h5,
#mainServices h2,#topMenu_outer .topMenu li a,
.article table#flowTbl strong {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#topMenu_outer .topMenu li a{
    font-weight: 400;
    font-size: 1em;
}
#mainArticles h2, #listTopics h2 {
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: .06em;
    color: #272727;
    background: url(/materials/176169861839301.jpg) no-repeat top center #FFF;
    background-size: 100%;
    margin: 0 calc(-50vw + 50%) 1.2em;
    padding: 50px 0 70px;
    width: 100vw;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.9em;
    line-height: 1.4em;
    color: var(--first-color);
    background: none;
    margin: 40px 0;
    padding: 0;
}
.article h3 a, .gallery h3 a,
.article h3 a:hover{
    color: #32302b;
}
#mainTopics h2::after, #mainArticles .article h2::after,
.article h3::after, .gallery h3::after, .freeHtml h3::after {
  margin: 20px auto 26px;
    background: var(--third-color);
    height: 1px;
    width: 30%;
  }

#mainArticles h2 span.sp-br {
    margin: 0;
}
#mainArticles div[id^="blog"] h2 {
    margin: 40px 0;
}
.mainContents .article h4 {
    border: none;
    background: none;
    font-size: 1.4em;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin: 20px 0;
    padding: 10px 0 0;
}
.article h4::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    color: #96b0d5;
    font-weight: bold;
    margin: 0;
    position: unset;
    background: none;
    padding-right: 10px;
}

.article h5 {
    border-left: solid 8px var(--third-color);
    color: #333;
    padding: 0 0 0 12px;
    font-size: 1.3em;
    margin: 10px 0 12px;
    letter-spacing: .1em;
    line-height: 1.2em;
}

.article h6 {
    background: #eee;
    color: #555;
    font-size: 1.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:#089edb;
    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{
    display: block;
    background: linear-gradient(90deg, var(--second-color), var(--third-color));
    border: none;
    box-shadow: 4px 4px 4px rgba(14, 132, 229, .3);
    border-radius: 999px;
    transition: all .2s linear;
    padding: 16px 0;
    max-width: 600px;
    margin: 0 auto;
}
a.btn:hover {
    background: linear-gradient(90deg, var(--second-color), var(--third-color));
    opacity:.7;
}
a.btn::after {
    color: #FFEB3B;
}
p.col2 .btn {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
}
.col3 a.btn {
    font-size:.9em;
	letter-spacing:.01em;
}
.freeHtml_body a.btn {
    padding: 10px;
    max-width: 220px;
    margin: 14px auto;
}
ul.topics li {
    background: #f5f5f5;
}
ul.topics li p.date, ul.topics li p.more a,
#mainTopics .listview a {
    background:var(--third-color);
}
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 {    background: linear-gradient(0deg, var(--first-color) 0%, var(--second-color) 50%, transparent 50%, transparent 100%);
    margin-top: 40px;
}
#info-link .gallery_grid li.galleryGrid .image {
  margin-bottom: 0;
}
#info-link .image,#info-link .comment{
    background: #fff;
}
#info-link .comment {
  padding: 10px 15px;
  max-width: 360px;
  margin: 0 auto;
}
#info-link .gallery_grid li.galleryGrid .image a:hover img {
    transform: scale(1.1);
}
#info-link .gallery_grid li.galleryGrid .image img{
  transition: transform .3s ease;
}
#info-link .gallery_grid li.galleryGrid .image {
    overflow: hidden;
}

/*リスト*/
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: -apple-system, BlinkMacSystemFont,Verdana;
  font-weight: bold;
  	margin-left: -37px;
}
ul.faq li.qus::before {
    color: #089edb;
}
ul.faq li.ans::before {
    color: #003a69;
}
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 #07328e;
    color: #07328e;
    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;
	margin-top:16px;
}

.menubox li {
    width: 49%;
}
.menubox.col3 li {
    width: 32.2%;
}
.menubox.col4 li {
    width: 23%;
}
.menubox li a{
    display: block;
    border: solid 1px;
    border-bottom-width:2px;
    border-radius: 4px;
    text-align: center;
    padding: 6px;
    font-weight: normal;
    background: #FFF;
    color: #555;
    text-decoration: none;
}
.menubox li a:hover {
    background: #e3f6ff;
}
.menubox li a:before{
    padding-right:6px;
    color: #03A9F4;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
}
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';
}
.article.col2 ul.maru li {
    font-size: .86em;
    letter-spacing: 0;
}
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.img300 .image,
.article.img400 .image {
    max-width: 300px;
	width:100%
}
.article.img400 .image {
    max-width: 400px;
}

/*テーブル*/
.article table.normalTbl.half {
    width: 52%;
    margin-top: 0;
}
.article table.normalTbl,
.article table.normalTbl tr:last-child td,
.article table.normalTbl tr:last-child th {
    border: none;
}
.article table.normalTbl th,
.article table.normalTbl tr:last-child th{
    background: #f6f9ff;
    font-weight: bold;
    border-bottom: solid 1px #07328e;
    color: #07328e;
    text-align: center;
}
.article.bg table.normalTbl th, .article.bg table.normalTbl tr:last-child th {
    background: rgb(255 255 255 / 50%);
}
table.normalTbl.half th {
    white-space: nowrap;
}
.article table.normalTbl td,
.article table.normalTbl th {
    padding: 7px;
}
.article table.normalTbl td {
    border-color: #666;
}
.article table.normalTbl tr:last-child td{
    border-bottom: dotted 1px #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;
}

/*flow*/
.mainArticles .article.flow {
    position: relative;
    overflow: visible;
          padding-bottom: 20px;
}
.mainArticles .article.flow::after {
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    color:#CCC;
    content: "\f107";
    font-size: 3em;
    position: absolute;
    text-align: center;
    bottom: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
    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 {
    font-feature-settings: 'palt';
    background: #FFF;
}
.article table.normalTbl th strong {
    display: inline-block;
    border: none;
    background: #e65455;
    color: #FFF;
    padding: 0 6px;
    font-size: .8em;
    line-height: 1.4em;
    border-radius: 4px;
    margin-left: 4px;
}
.article table.normalTbl th strong.ylw {
    background: #e0ad23;
}
.article table.col2 {
  width: 32%;
}

/*side*/

.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 430px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;
}

#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;
}
#sideContents_body a.btn {
    background: var(--first-color);
}



#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;
  padding-left: 16px;
}
#mainArticles table.contactTable tr td {
    background: #FFF;
  border-right: none;
}
#mainArticles table.contactTable {
  border-left: none;
}

.side_map {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.side_map .map {
    background: #FFF;
    border-radius: 4px;
    width: 48%;
}
.side_map .map p {
    padding: 0 20px;
    font-size: 0.8em;
    text-align: center;
}
.side_map .map h3 {
    padding-bottom: 0;
    box-shadow: unset;
    margin: 20px 0 2px;
    font-weight: 700;
    color: #033092;
}
.side_map .map h3::after {
    content: none;
}

/*footer side*/
.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 350px;
  width: 100%;
  display: block;
}
div#sideContents {
  background: var(--bg-gradient);
}
#footer * {
    color: #222;
}
#sideContents_body * {
    color: #FFF;
    font-size: 16px;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 1.2em;
}
#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(--third-color);
}
#sideContents_body ul li a:hover {
    background: rgb(255 255 255 / 20%);
}
.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: #fff;
  padding-top: 10px;
}
#footer_body .topMenu li a, #footer_body .services li a {
    color: #555;
}
.sideContents ul li, .sideContents dl dt {
    border-color: #d1e2ca;
}
#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;
    -webkit-justify-content: flex-start;
    flex-direction: unset;
}
#footer_body .topMenu{
    justify-content: space-between;
}
#footer_body .topMenu {
  margin-bottom: 0;
}
#footer_body .services {
  margin-top: 0;
}
#footer_body .copyright {
  padding: 14px 0;
  background: var(--first-color);
}
#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(--third-color);
}

div#contact a img {
  max-width: 700px;
    width: 100%;
  display: block;
  margin: 0 auto 1.8em;
  }




/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 820px) {
.sideContents #sideBanners ul {
  flex-wrap: inherit;
}
.sideContents #sideBanners ul li img {
  max-height: 100px;
}
  .col2.article h3,.col3.article h3 {
    font-size: 1.6em;
    padding: 0 0 10px;
}
  .article.col3 {
  flex-basis: 32%;
}
}

@media only screen and (max-width: 740px) {
p.col2 .btn{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  }
}
@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%;
}
}
@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: #34ace7;
}
  #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.col3 li {
    margin: 0 0 4px;
    font-size: .9em;
}
  ul.maru.col2, ul.maru.col3 {
  margin-left: 0;
}
ul.maru.col2 li, ul.maru.col3 li {
  margin-left: 2%;
  width: 48%;
}
  #wrap_body #topMenu {
    order: 1;
}
#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%;
}
  #info-link {
        background: linear-gradient(0deg, var(--first-color) 0%, var(--second-color) 70%, transparent 70%, transparent 100%);
    margin-top: 0;
}
.col2 .btn {
  width: 100%;
  display:block;
  margin-bottom: 4px;
}
  #info-link .gallery_grid li.galleryGrid,
  #info-link .gallery_grid li.galleryGrid .image img {
    width: 100%;
}
  .article table.normalTbl td {
    border-top: none;
}

/*priceTbl*/  
  	.article table.normalTbl.price td {
    text-align: center;
}
  
.article table.normalTbl.price thead {
    display: none;
}
.article table.normalTbl.price td::before {
    content: attr(data-label);
    display:block;
    font-weight: bold;
    margin-bottom:.6em;
    color:var(--first-color)
}
	.article table.normalTbl.price td:nth-child(even) {
    background: #F3F3F3;
}
.article table.normalTbl.price td[data-label]{
    line-height:1.4em;
}
.article table.normalTbl.price tr {
    border-top: solid 2px var(--first-color);
    display: block;
}
.article table.normalTbl.price tr:last-child td {
    border: none;
}
  
  
#title_body {
  width: 100%;
}
#title h1 {
        height: 40px;
        width: 240px;
        background: url(/materials/176171780489703.png) no-repeat center;
        background-size: 100%;
        margin-left: 6px;
}
  #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 10px;
        margin: 0 0 1em;
        background-size: cover;
        background-position: top center;
}
  .mainContents .article h4 {
    font-size: 1.3em;
    padding-top: 18px;
}
  .mainContents .article.col2 h4 {
    padding-top: 0;
}
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.4em;
  line-height: 1.6em;
  padding-bottom: 6px;
}
  .menubox li,
  .menubox.col3 li,
  .menubox.col4 li{
  float: unset;
  width: 100%;
  display: block;
  margin: 6px 0;
  font-size: .9em;
  font-feature-settings: 'palt';
}
  #site-link .gallery_grid2 li.galleryGrid {
    width: 100%;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em;
  padding-right: 50px;
}
  .article table.normalTbl th {
    text-align: center;
    font-weight: bold;
}
#footer_body .topMenu, #footer_body .services {
    display: block;
    margin-left: 4%;
}
  
#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: #ffffff;
        background: var(--bg-gradient);
    text-decoration: none;
    line-height: 3.4em;
    height: 100%;
}
  #bottomLink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 6px;
    color: #f7e302;
}
#bottomLink a span {
    font-size: .8em;
    margin-right: 6px;
}
#wrap {    margin-bottom: 4px;
}
  }

@media only screen and (max-width:480px) {
.article.col2 ul.maru li,
  ul.maru.col3 li{
  width: 100%;
  font-size: 1em;
}
}

#mainArticles table.contactTable tr td.th_headline {
    background: #07328e;
    color: #fff;
}
#mainArticles p.contact-note {
    color: #000;
}