@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');

/*レスポンシブ02 グリーン*/
:root {
    --first-color: #53d9b0;
    --second-color: #85e6c6;
    --point-color: #d5b16d;
    --base-color: #faf8f2;
}
body {
    line-height: 1.8;
	color:#494434;
}
.article table.normalTbl, .sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2 {
  font-size: 100%;
}

a, a img {
	transition: .2s ;
}
.article a {
  text-decoration: none;
}
.mainArticles {
    gap: 0 12px;
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
#mainArticles .article, #mainArticles .gallery {
    background: #FFF;
    padding: 0 30px 20px;
}
.article_outer {
    padding-top: 20px;
}
#mainArticles .article.bg-none, #mainArticles .gallery.bg-none {
    background: none;
    padding: 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;
}
#mainTopics,
.mainContents .article h4{
    background: none;
}
#mainArticles div[id^="blog"] {
    margin-top: 30px;
}
ul.topics li p.date {
    background: #eceadb;
    color: #605e4e;
	font-size: 16px;
}
#mainTopics .listview a, ul.topics li p.more a {
    background: var(--point-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);
}

/*パーツ*/
.article.zero_margin,
.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: 146px;
}
#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;
}
.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: 4px;
    margin-left: -1.3em;
    vertical-align: text-top;
    color: var(--point-color);
    content: '●';
}
.envelope li{
  text-align:left;
}


/*ヘッダー*/
#title #title_outer {
  display: block;
    height: 100px;
    background: url(/materials/174374200810601.png) right bottom 10px no-repeat;
    background-size: 370px;
}
#wrap_body #topMenu {
    background: var(--first-color);
}
#topMenu_outer .topMenu li a {
    line-height: 2.2em;
    color: #ffffff;
    box-shadow: -1px 0 0 0 var(--second-color);
	text-shadow: 1px 1px 0 #4ca;
}
#topMenu_outer .topMenu li:first-child a {
    box-shadow: unset;
}
#title h1 {
    background: url(/materials/174366000639501.png) no-repeat center left;
    background-size: 100%;
    height: 90px;
    width: 400px;
    margin: 6px 0 10px;
}
#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(--second-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: 100%;
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, 
.article table#flowTbl strong, .serif,
.sideContents h2, .menubox li a {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
}
#mainArticles h2, #listTopics h2 {
    background: #75d6b6;
    padding: 30px 0;
    line-height: 1.2em;
	text-shadow: 1px 1px 0 #4ca;
}
#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2,#mainTopics h2 {
    margin: -20px -30px 30px;
    padding: 16px 0 8px;
    padding-left: 60px;
    box-sizing: unset;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #605e4e;
    border-bottom: solid 2px #3dddbf;
    text-align: left;
    background: url(/materials/175066351909701.png) no-repeat center left 5px;
    background-size: 50px;
}
#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: #605e4e;
    font-weight: bold;
}
#wrap .article.bg-none h3, #wrap .gallery.bg-none h3 {
    margin: 0 0px 20px;
    box-sizing: border-box;
}
#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.3em;
  background: #f7eed9;
  padding: 5px 18px 4px;
  margin: 0 0 14px;
  color: #605e4e;
}
.article h4::before {
    content: none;
}
.article.col2 h4, .article.col3 h4, .article.col4 h4, .article.col5 h4 {
    font-size: 1.1em;
    padding: 4px 12px;
    margin: 0 -18px 8px;
    text-align: center;
}

.article h5 {
    position: relative;
    color: #605e4e;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 12px 8px;
    padding-left: 28px;
    margin: 10px 0 4px;
    display: flex;
    border: none;
}
.article h5::before {
    content: '';
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #ead3a7;
  border-radius: 50%;
}
.article h6 {
    background: none;
  color: #555;
  font-size: 1.1em;
  padding: 8px 20px 8px 26px;
  line-height: 1.4em;
  position: relative;
}
.article h6:before {
    content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #d3d3d3;
  border-radius: 50%;
}

/*リンク*/
a.btn,a.btn:hover {
  background: var(--point-color);
  border-bottom: none;
  border-radius: 4px;
}
a.btn{
    transition: all .2s linear;
  	padding: 10px 20px;
}
a.btn:hover {
  background: #eccd92;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
a.btn::after {
    color: #fff;
}
p.contact {
       max-width: 560px;
    margin: 0 auto 40px;
}
.col2 a.btn {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
}
#contact.article .image img {
    max-width: 800px;
    width: 100%;
}

/*contact*/
#mainArticles #contact {
    background: var(--first-color);
    color: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 #999586;
}
#mainArticles #contact a.tel-link {
    font-size: 3em;
    line-height: 1.2em;
    color: #ff0;
}
#mainArticles #contact .normalTbl.cal th {
    background: none;
    color: #FFF;
}
#mainArticles #contact h4 {
    background: var(--base-color);
    color: var(--first-color);
}
#mainArticles #contact .normalTbl.cal td,#mainArticles #contact .normalTbl.cal th {
    border-color: #FFF;
}

/*サイト案内
--------------------*/
#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: 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{
    overflow:hidden;
}
.menubox li a{
    width:48%;
    float: left;
    border: solid 1px #77640f;
    border-radius: 999px;
    text-align: center;
    margin: 4px;
    padding: 8px 10px;
    color: #77640f;
    text-decoration: none;
}
ul.menubox.col3 li a {
    width: 32.4%;
}
.menubox li a:hover {
    background: #9c820e;
    color: #FFF;
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight:bold;
    color: #e7ba33;
	margin-right:6px;
}

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-left: none;
  border-bottom: none;	
    border-radius: 50%;
	background: #d5b16d;
    color: #fff;
    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: #adac9e;
}
ul.faq li.ans::before {
    background: #f39800;
}

#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 {
    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*/
.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;
    color: #A6FFE2;
}
.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;
}
.sideContents .sideMobile p {
  text-align: center;
}


#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: #fff;
}
#sideContents 
{
    background: #FFF;
}
.sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2{
	padding:0;
}
#footer,#footer_body .topMenu li a, #footer_body .services li a{
    background: var(--first-color);
    }

/*--------------------------------------------
--------------------------------------------*/
@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) 16px;
}
}
@media only screen and (max-width: 820px) {
.article table.normalTbl.half {
    width: 100%;
}
}
@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: 240px;
        margin: 0;
        padding: 0;
        height: 56px;
        background: url(/materials/174366360143801.png) no-repeat center;
        background-size: 100%;
    }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
}
  #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 {
        margin: 0 10px;
        padding: 6px 10px 0;
        width: calc(100% - 20px);
}
  #mainArticles #contact p {
  padding: 0 10px;
  font-feature-settings: 'palt';
  line-height: 1.4em;
  margin-bottom: 10px;
}
  #mainArticles #contact a.tel-link {
    font-size: 2em;
}
#mainArticles #contact .normalTbl.cal thead th {
    border-top: none;
    border-bottom: solid 1px;
}
#mainArticles #contact h4 {
  	margin: 0 4px 18px;
    padding: 8px 10px;
    text-align: center;
}
  .article table.normalTbl.cal {
    letter-spacing: 0;
}

#topMenu_outer .topMenu li a {
  font-weight: normal;
    line-height: 1.25;
}
#topMenu_outer .topMenu li,
#topMenu_outer .topMenu li:last-of-type {
  border-color: #FFF;
}
  #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 {
    margin: 10px 0 6px;
        padding: 8px 0 0 22px;
    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 {
    background-size: 40px;
    font-size: 1.3em;
    margin: -20px -16px 20px;
  }
  #mainArticles div[id^="blog"] {
    padding: 0 30px;
  }
  #mainArticles div[id^="blog"] h2,
  #mainArticles div[id^="blog"] h3{
    margin-left: -30px;
  }
  #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;
}
  .menubox li a,
  ul.menubox.col3 li a{
  float: unset;
  width: 100%;
  display: block;
  margin: 6px 0;
  font-size: .9em;
  font-feature-settings: 'palt';
}
ul.col2 li {
    width: 100% !important;
}

.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: #ee714b;
    text-decoration: none;
    line-height: 3em;
}
  
#bottomLink a::before {
  font-family: "Font Awesome 5 Free";
    content: '\f2a0';
    font-weight: bold;
    margin-right: 6px;
    color: #FFEB3B;
}
#wrap {
    margin-bottom: 50px;
}
  }
/*------------ここから追加 20250620------------*/
/*タイトル*/
#wrap_body #title {
  background: #f5f5f5;
}
#title h1 {
  background: url(/materials/175049018082901.png) no-repeat center left;
  background-size: contain;
	margin-bottom: 0;
}
#title #title_outer {
  background: url(/materials/175048988732202.png) right bottom 10px no-repeat;
  background-size: 320px;
}

/*お問い合わせ欄*/
#mainArticles .article.contact {
	padding: 0;
	margin-bottom: 0;
	background: url(/materials/175037973957607.jpg) no-repeat center center / cover;
	text-align: center;
	text-shadow: 2px 2px 2px #FFF;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.75);
}

#wrap .article.contact h3 {
	background: none;
	color: #7e3613;
	margin: auto;
	padding-left: 0;
	position: relative;
	border-bottom: none;
	text-align: center;
}
/*#wrap .article.contact h3::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff8c00;
	height: 30px;
	width: 30px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transform: translateY(-25%);
}*/

/*プロフィール写真を小さめ*/
#profile .image{
	width: 30%;
}

/*サイドコンテンツ*/
.freeHtml {
  background: #f5f5f5;
  padding: 16px;
  margin-bottom: 25px;
}
.freeHtml_body a.btn {
  border-radius: 4px;
}

.sideLogo {
  text-align: center;
}
.sideLogo img {
  width: 200px;
  height: auto;
}

@media screen and (max-width:600px) {
	a[href^="tel:"]{color: #000; text-decoration:none;font-weight: normal;}
	a[href^="tel:"]:hover{color: #000; text-decoration:none;}
	
	#profile .image{width: 100%;}
}
@media screen and (max-width:780px){
	#title #title_outer{
		background: none;
	}
/*	#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2, #mainTopics h2{
		padding-left: 20px;
	}*/
}

