@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap');
/*レスポンシブ02 ブラウン*/
:root {
    --first-color: #625a55;
    --second-color: #8c8278;
    --point-color: #f07a8e;
    --base-color: #f4f1ef;
    --third-color: #c5a442;
}
body {
    line-height: 1.8;
	color:#494434;
  font-family: "Shippori Mincho", serif;
  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,.sideContents dl ul li a {
  font-size: 100%;
}

a, a img {
	transition: .2s ;
}
.mainArticles {
    gap: 0 12px;
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
#mainArticles .article, #mainArticles .gallery {
    background: #FFF;
    padding: 0 30px 20px;
    margin-bottom: 60px;
}
#mainArticles_body .article.common_margin {
    margin-bottom: 26px;
}
.article_outer {
    padding-top: 20px;
}
#mainArticles .article.bg-none, #mainArticles .gallery.bg-none {
    background: none;
    padding-bottom: 0;
}
#mainArticles .article.zero_margin,
#mainArticles .gallery.zero_margin{
    padding-bottom: 0;
}
#mainArticles .article.col3.zero_margin,
#mainArticles .article.col4.zero_margin,
#mainArticles .gallery.col3.zero_margin {
    margin-bottom: 14px;
}
#mainArticles .article.col2.bg-none {
    padding: 20px;
}
#mainTopics,
.mainContents .article h4{
    background: none;
}
#mainArticles div[id^="blog"] {
    margin-top: 30px;
}
ul.topics li p.date {
    background: #eceadb;
    color: #605e4e;
}
#mainTopics .listview a, ul.topics li p.more a {
  background: var(--second-color);
}
#mainTopics .listview a:hover,
ul.topics li p.more a a:hover {
    background: #666;
}

#wrap .article.img200 .image img {
    max-width: 200px;
    width: 100%;
}
ul.topics li h3 a {
    color: var(--first-color);
}
ul.topics li h3 a:hover {
    color: #222;
}
.article.bg, .gallery.bg {
    background: #f3fdff;
}
#wrap_body #contents,
#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2{
    background: var(--base-color);
}

/*パーツ*/
#mainArticles .article.zero_margin,
#mainArticles .gallery.zero_margin{
  margin-bottom: 0;
}
.article.col2 .image, .article.col3 .image {
    margin-bottom: 0;
}
.article.zero_margin.col2 {
    margin-bottom: 16px;
}
#mainArticles .article.icon .image img {
  max-width: 64px;
    margin-bottom: 10px;
}
#mainArticles .envelope {
    background: #fffce1;
    box-shadow: 0 1px 1px 0 inset #ccc;
    border-radius: 2px;
    margin-bottom: 30px;
}
#mainArticles .envelope.zero_margin {
    margin-bottom: 0;
}
.article.frame {
    padding: 6px 20px;
    border: solid 1px var(--third-color);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
}
.align-c {
    text-align: center;
}
p.notation {
    font-size: .9em;
    color: #666;
}
hr {
    border: none;
    border-bottom: solid #BBB 1px;
    padding-top: 8px;
    margin-bottom: 8px;
}
.link-wrap {
    margin: 14px 0 20px;
}

a.tel-link {
    font-size: 1.2em;
    text-decoration: none;
}
a.tel-link:before{
	content: '\f2a0';
	font-family: "Font Awesome 5 Free";
    font-size: .8em;
	margin-right: .2em;
	font-weight:bold;
}
ol.pp,ul.maru {
  font-size: 1em;
  margin-bottom: 12px;
}
ul.maru {
    margin-left: 1.4em;
}
ul.maru li{
	line-height:1.4em;
  margin-bottom:12px;
}
ul.maru li::before {
    margin-right: 10px;
    margin-left: -1.3em;
    color: var(--third-color);
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: bold;
    font-size: .7em;
}
.envelope li{
  text-align:left;
}


/*ヘッダー*/
#title #title_outer {
  display: block;
    height: 80px;
}
#topMenu_outer .topMenu li a {
    line-height: 2.2em;
    box-shadow: -1px 0 0 0 #CCC;
}
#topMenu_outer .topMenu li:first-child a {
    box-shadow: unset;
}
#title h1 {
    background: url(/materials/174839152788301.png) no-repeat center left;
    background-size: 100%;
    height: 76px;
    width: 400px;
    float: unset;
}
#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 li a {
    overflow: hidden;
}

#topMenu_outer .topMenu li a:after {
    content:none;
}
#topMenu_outer .topMenu li a:hover {
    background: var(--base-color);
    color: var(--first-color);
}
#mainImage_body {
width: 100%;
padding-bottom: 0px;
max-height: calc(100vh - 140px);
justify-content: center;
align-items: center;
overflow: hidden;
}
.mainImage img {
width: 100%;
max-width: none;
max-height: 100vh;
object-fit: cover;
}

/*headline*/
#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 strong, .serif, #footer_body li a,
.sideContents h2, .menubox li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
#mainArticles h2, #listTopics h2 {
    padding: 30px 0;
    line-height: 1.2em;
}
#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2,#mainTopics h2 {margin: 10px 0 30px;/* font-size: 2em; */color: var(--second-color);}
#mainTopics h2{
	   margin: 0 0 30px;
	   box-sizing: border-box;
}
.article h3 a, .gallery h3 a,
.article h3 a:hover, .gallery h3 a:hover{
    color: var(--first-color);
    font-weight: bold;
}
#wrap .article.bg-none h3, #wrap .gallery.bg-none h3 {
    background: #e4e0dc;
}
#mainTopics h2:after,
.article h3::after,
.gallery h3::after,
#mainArticles div[id^="blog"] h2::after {
    content: none;
}
.mainContents .article h4 {
  border:none;
  font-size: 1.4em;
  padding: 10px 0 8px;
  margin: 0 0 14px;
  color: var(--first-color);
  border-bottom: solid 1px var(--third-color);
  border-radius: unset;
}
.article h4::before {
    content: none;
}
.article.col2 h4, .article.col3 h4, .article.col4 h4, .article.col5 h4 {
    font-size: 1.2em;
    padding: 4px 12px;
    margin: 0 0 20px;
    text-align: center;
}

.article h5 {
  display: flow-root;
  border:none;
  background: none;
  padding: 10px 0;
  margin: 10px 0 22px;
  font-size: 1.2em;
  line-height: 1.3em;
  position:relative;
}
.article h5::before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 8px;
  	bottom: -6px;
  	background: repeating-linear-gradient(-45deg, transparent 0 3px, var(--third-color) 2px 4px);
}
.article h6 {
    background: #efefef;
    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: var(--second-color);
    position: absolute;
    left: 18px;
}

/*リンク*/
a.btn,a.btn:hover {
  	background: var(--third-color);
    border-bottom: solid 2px var(--first-color);
  border-radius: 999px;
}
a.btn{
    transition: all .2s linear;
  	padding: 10px 20px;
}
a.btn:hover {
    background: var(--second-color);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
a.btn::after {
    color: #ff0;
}
p.contact {
       max-width: 560px;
    margin: 0 auto 40px;
}
p.col2 a.btn {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
}
#contact.article .image img {
    max-width: 800px;
    width: 100%;
}



/*サイト案内
--------------------*/
#info-link .gallery_grid li.galleryGrid .comment::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 4px;
    color: var(--second-color);
    }
#info-link .comment {
    font-size: 1em;
    color: #444;
    margin: 8px 0;
    font-feature-settings: 'palt';
    margin: 8px 0;
}
#info-link .image a {
    display: block;
    position: relative;
    border: solid 4px #FFF;
    border-radius: 6px;
    margin: 0 6px;
}
#info-link .image a img {
    border-radius: 4px;
}
#info-link .galleryGrid_outer {
    padding: 0;
}
#site-link ul.galleryGrids img {
    max-height: 120px;
}
#site-link ul.galleryGrids .comment {
    font-size: 0.84em;
}
#site-link ul.galleryGrids li {
    color: #6e5947;
    border: solid 2px;
    border-radius: 4px;
    padding: 10px 0 0;
}
@media only screen and (min-width: 600px) {
#site-link .gallery_grid4 li.galleryGrid {
    width: 23%;
    margin: 1%;
}
}
@media only screen and (max-width: 960px) {
.article.col3 {
  flex-basis: 49%;
}
}
@media only screen and (max-width:820px) {
  #mainArticles .article.frame.col2 {
    flex-basis: unset;
    margin-left: 2%;
    margin-right: 2%;
}
}
@media only screen and (max-width: 600px) {
  .gallery .gallery_grid2 li.galleryGrid, .gallery .gallery_grid3 li.galleryGrid,
  .gallery .gallery_grid4 li.galleryGrid, .gallery .gallery_grid5 li.galleryGrid {
    margin: 1%;
    width: 48%;
}
  .menubox{
    display:block;
  }
  p.col2 a.btn {
    width: 100%;
    margin-bottom: .8em;
}
}

/*リスト*/

.menubox{
    display: flex;
    column-gap: 1%;
    flex-wrap: wrap;
}

.menubox li{
  width: 49%;
}
.menubox.col3 li{
  width:32%;
}
.menubox li a{
   display: block;
    border: solid 1px var(--third-color);
    border-radius: 999px;
    text-align: center;
    margin: 4px;
    padding: 8px 10px;
    color: var(--first-color);
    text-decoration: none;
}
.menubox li a:hover {
    background: var(--third-color);
    color: #FFF;
}
.menubox li a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight:bold;
    color: var(--third-color);
	margin-right:6px;
}
.menubox li a:hover::before {
    color: #f9de8f;
}

ul.check li {
    font-size: 1.1em;
    padding: 0 0 10px 8px;
    margin-bottom: 6px;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.1em;
    transform: unset;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    width: auto;
    height: auto;
    padding: 3px;
    top:0;
}
ul.check.col2 li {
    width: 48%;
}
ul.check.col2 {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4%;
}

ul.check.point li::before {
    content: '\f0eb';
    border: none;
    font-size: 1.2em;
    padding: 0;
    color: #f39800;
}
ul.check.point li {
    padding: 0 0 6px;
    margin-bottom: 12px;
    border-bottom: dotted 2px #CCC;
}

ul.faq li.qus::before, ul.faq li.ans::before {
  margin-right: 12px;
}
ul.faq li.qus::before {
    background: var(--second-color);
}
ul.faq li.ans::before {
    background: var(--point-color);
}

#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
    border-radius: 4px;
}

@media only screen and (max-width:700px) {
.menubox.col3 li {
  width: 49%;
}
}
@media only screen and (max-width: 600px) {
  .menubox{
    display:block;
  }
  .menubox.col3 li,
  .menubox li{
    width: 100%;
  }
}

/*テーブル*/
.article table.normalTbl.half {
    width: 52%;
    margin-top: 0;
}
.article table.normalTbl {
    border: none;
}
.article table.normalTbl th {
    background: #f8f8f8;
    color: var(--first-color);
    font-weight: bold;
    width: auto;
    white-space: nowrap;
}

.article table.normalTbl.cal th,.article table.normalTbl.cal td {
    text-align: center;
    font-feature-settings: 'palt';
    padding: 12px 6px;
    border-right: dotted 1px #CCC;
}
.article table.normalTbl.cal td:last-child,.article table.normalTbl.cal th:last-child {
    border-right: none;
}
.article table.normalTbl.cal thead th {
    background: #e8f7f0;
}
.article table.normalTbl.cal tbody th {
    color: #222;
}
.article table.normalTbl.cal tbody td {
    width: 10%;
}
@media only screen and (max-width: 600px) {
.article table.normalTbl.cal th, .article table.normalTbl.cal td {
    display: table-cell;
}
    .article table.normalTbl.cal tbody td {
    padding: 0;
}

 #mainArticles .normalTbl.cal th strong {
    display: block;
}
.article table.normalTbl.cal tbody th,.article table.normalTbl.cal thead th {
    font-size: .9em;
        line-height: 1.2em;
        padding: 6px 4px;
}
}



/*フロー*/
.article table#flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
    list-style: none;
    border-left: 1px dotted #CCC;
    padding-left: 0;
}
.article table#flowTbl td {
    border: none;
    background: none;
    display: block;
    margin-bottom: 1.2em;
    padding: 0 4%;
    position: relative;
}
.article table#flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:var(--point-color);
    position: absolute;
    left:-6px;
    top: .7em;
}
.article table#flowTbl td::after,
.article table#flowTbl tr:last-child td::after {
  content: "";
  display:block;
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 0.4em;
  bottom: unset;
  left: -6px;
}
.article table#flowTbl td strong,
.article table#flowTbl tr:last-child td strong{
    font-size: 1.2em;
    border-bottom: dotted 2px var(--point-color);
    padding: 0 0 4px;
}

/*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;
}
#mainArticles table.contactTable input.button {
    background: #f48700;
}

/*side*/
.sideContents .freeHtml {
    margin-bottom: 40px;
}
.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 240px;
    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 var(--first-color);
}
#sideContents table.normalTbl td {
	border-bottom:solid 1px #CCC;
	background: none;
	height: auto;
	line-height:1.6em;
	padding:6px;
}

/*footer side*/
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background: none;
    opacity: .6;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
    background: var(--second-color);
}
#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;
    justify-content: flex-start;
    flex-direction: unset;
}
#footer_body .topMenu li,
#footer_body .services li{
	width:20%;
}

@media only screen and (max-width: 800px) {
#footer_body .topMenu, #footer_body .services {
    display:block;
}
}

#footer_body .copyright {
  padding: 14px 0;
  background: #FFF;
}
#footer_body .copyright,
#footer_body .copyright a {
    color: #555;
    font-weight: normal;
}
.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before,
.sideContents #sideMobile h2:before {
    background: var(--point-color);
}
.freeHtml_body a.btn {
    margin-bottom: 30px;
}


#footer_body .topMenu li a, #footer_body .services li a {
    padding: 0;
    background: none;
}
#footer_body .topMenu li a::before,
#footer_body .services li a::before{
    color: var(--third-color);
}
#sideContents 
{
    background: #FFF;
}
.sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2{
	padding:0;
}
#footer, #mainArticles h2, #listTopics h2{
    background: url(/materials/174830702013201.jpg) no-repeat var(--first-color);
    background-size: cover;
    background-attachment: fixed;
    }

/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 980px) {
.article, .gallery, #title_outer, #topMenu_outer,
#mainArticles, #mainTopics_outer, #sideContents_outer,
#footer_outer,.article.full .article_body,ul.topics,
.gallery.full .article_body {
  width: 980px;
}
#mainArticles h2 {
  margin: 0 calc(490px - 50vw) 60px;
  font-size: 2em;
}
}
@media only screen and (max-width: 780px) {
    #title #title_outer {
    background: none;
}
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  #toggle, .active #toggle {
        background-color: var(--first-color);
}
    #title #title_outer {
	height: 56px;
}
  #mainArticles .article, #mainArticles .gallery,
  #mainArticles .article.bg-none, #mainArticles .gallery.bg-none{
    padding: 0 16px 10px;
}
  .zero_margin .article_outer {
    padding: 0;
}
  #info-link .comment {
  white-space: nowrap;
  font-size: .9em;
    bottom: -4px;
}
  #info-link .comment::before {
  margin-right: 4px;
}
  .article table#flowTbl td::after, .article table#flowTbl tr:last-child td::after {
    width: 6px;
}
    #title h1{
        max-width: 200px;
        margin: 0 0 0 10px;
        padding: 0;
        height: 56px;
    background: url(/materials/174840654903501.png) no-repeat center;
    background-size: 100%;
    }
  #topMenu_outer .topMenu li a:hover:before {
    content: none;
  }
.article .article_right .image, .article .article_left .image {
    float: unset;
}
  ul.faq li.qus:before, ul.faq li.ans:before {
        margin-left: -44px;
}
  #mainArticles #contact {
        padding: 6px 0 0;
        width: calc(100% - 20px);
        background: none;
}
  .article.frame {
    width: 90%;
    flex-basis: auto;
    margin: 0 auto 30px !important;
}

#topMenu_outer .topMenu li a {
    line-height: 1.25;
}
#topMenu_outer .topMenu li,
#topMenu_outer .topMenu li:last-of-type {
        border-color: var(--second-color);
}
  #sideContents table.normalTbl th, #sideContents table.normalTbl td {
    display: block;
    width: 100%;
}
#mainArticles h2, #listTopics h2 {
    font-size: 1.4em;
  margin-bottom: 20px;
}
  .mainContents .article h4 {
  font-size: 1.2em;
    margin: 0 auto 8px;
}
  .freeHtml_body h4 {
    line-height: 1.2em;
    font-size: 1.2em;
    font-feature-settings: 'palt';
    padding: 10px 0;
    margin: 0 -20px;
}
  .article h5 {
    font-size: 1.1em;
}
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.5em;
}
  #wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2 {
        font-size: 1.3em;
        line-height: 1.3em;
        text-align: left;
        padding: 20px 14px;
}
  #mainArticles div[id^="blog"] {
        padding: 0 16px 20px;
        margin-bottom: 10px;
}
  
  #wrap .article.bg-none h3,
  #wrap .gallery.bg-none h3{
        margin: 0 -16px 14px;
        box-sizing: unset;
  }
  
  .col2 a.btn {
    width: 100%;
    display: block;
    margin: 0 0 8px;
}
.article table.normalTbl.time th,
.article table.normalTbl.time td,
#sideContents table.normalTbl.time th,
#sideContents table.normalTbl.time td{
  border-top: solid 1px #CCC;
  font-size:.8em;
  display: table-cell;
  padding: 4px;
  font-feature-settings: 'palt';
  font-weight: normal;
  min-width: auto;
}
  .article table.galleryTbl tbody {
    grid-template-columns: repeat(2, auto);
    gap: 5% 3%;
}
  .article table.galleryTbl th, .article table.galleryTbl td {
    font-size: .85em;
    font-feature-settings:'palt';
}
  
  #contact.gallery li.galleryGrid {
    width: 100%;
}
    #footer_body .topMenu li, #footer_body .services li {
    width:100%;
}
#footer_body .topMenu, #footer_body .services {
    display: block;
    margin-left: 5%;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em;
  padding-right: 50px;
}
  .article table.normalTbl th {
    text-align: center;
}
  .article table.normalTbl th, .article table.normalTbl td {
    padding: 4px 10px;
}
  
  
.article.h480 {
    height: 480px;
}
.article.h480 .twitter-timeline.twitter-timeline-rendered {
  width: 100%;
  margin: 0 auto;
}

  
  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 3em;
}
#bottomLink a span {
    font-size: .8em;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    box-shadow: 0px -1px 4px 1px rgb(0 0 0 / 40%);
    color: #FFF;
  	background: var(--point-color);
    text-decoration: none;
    line-height: 3em;
}
  
#bottomLink a::before {
  font-family: "Font Awesome 5 Free";
        content: '\f274';
        font-weight: bold;
        margin-right: 6px;
        color: #FF0;
}
#wrap {
    margin-bottom: 50px;
}
  }
