/*=========================================================
テンプレート：シンプル01 イエロー 右メイン
=========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&family=Noto+Serif+JP:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
  --mainColor: #fba987;
  --subColor: #f3c888;
  --headerColor: #e99999;
  --linkColor: #78b8e8;
  --hoverColor: #e0e060;
  --accentColor: #f06543;
  --emphasisColor: #dc5662;
  --backColor: #f8f4e6;
  --outerWidth: 1200px;
  --mainWidth: 820px;
  --subWidth: 260px;
}

/*-------------------------------------------------------
  基本設定
-------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  background: #FFF;
  color: #333;
}
#wrap {
  margin: auto;
  background: #f6f8f7 url(/materials/174891029559601.png) no-repeat center center / cover;
  background-attachment: fixed;
}
#wrap_outer {
  max-width: calc( var(--outerWidth) *2 );
  min-width: var(--outerWidth);
}
#wrap_body #contents {
  background: rgba(255,255,255,0.5);
  width: var(--outerWidth);
}
#contents_outer {
  padding: 0 40px;
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: var(--outerWidth);
}
#mainContents {
  width: var(--mainWidth);
}
#sideContents {
  width: var(--subWidth);
}

#mainArticles {
  border-top: none;
//  background: #FFF;
}

/*-------------------------------------------------------
  リンク
-------------------------------------------------------*/
a {
  color: var(--linkColor);
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: var(--hoverColor);
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

/*ボタン*/
a.btn {
  margin: 1.5em auto;
  width: 60%;
  min-width: 320px;
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--subColor) 0%, var(--mainColor) 100%);
  font-weight: normal;
  padding: 0.75em;
}
a.btn:hover {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--subColor) 100%);
}

/*リンクボタン*/
a.linkbtn {
    background-color: var(--mainColor);
    border: 2px solid var(--mainColor);
    border-radius: 4px;
    color: #FFF;
    display: block;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 640px;
    font-size: 0.9em;
    width: 50%;
    box-sizing: border-box;
	overflow: hidden;
}
a.linkbtn:hover {
    background-color: #FFF;
    color: var(--mainColor);
}

/*ドキュメントリンク*/
a.doc, a.doc:hover {
  background: var(--accentColor);
}
a.doc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 8px;
}

/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.article, .gallery {
  background: none;
  border-top: none;
  padding: 40px 0 0;
  margin-bottom: 0;
}
.article .article_left .image {
  margin-right: 4%;
  margin-bottom: 1.5em;
}
.article .article_right .image {
  margin-left: 4%;
  margin-bottom: 1em;
}
.article p strong {
  font-size:110%;
  color: #333;
}
.article p, .gallery p {
  margin-bottom: 0.9em;
}
.article p.ib {
  display: inline-block;
  margin-right: 1em;
}
/*強調*/
.article .emphasis {
  color: var(--accentColor);
  font-size: 145%;
  font-weight: normal;
  margin: 0.25em 0;
}
/*下余白0*/
.article.gap0, .gallery.gap0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*上余白0*/
.article.top0, .gallery.top0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/*引用*/
.article blockquote {
  padding: 0.25em 1em;
  border-left: 4px solid #EEE;
  font-style: italic;
}
/*カラム記事*/
.article.col2, .article.col3, .article.col4, .article.col5 {
  padding: 20px 0 0;
}

/*-------------------------------------------------------
  ギャラリー
-------------------------------------------------------*/
.gallery ul.galleryGrids .comment {
  font-size: 0.9em;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 4px;
}
.gallery.txt_left ul.galleryGrids .comment {
  text-align: left;
}
.gallery_slide .galleryPreview .images li .comment {
  font-size: 1em;
}

/*-------------------------------------------------------
  タイトル部分
-------------------------------------------------------*/
#title {
  padding: 5px 0;
  background: rgba(255, 255, 248, 0.5);
}
#title h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100px;
  width: 360px;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  background: url(/materials/174900563289202.png) left top no-repeat;
  background-size: contain;
}
#title h1 a:hover {
  opacity: 0.75;
}
#title #title_outer {
  background: url(/materials/174900563289201.png) no-repeat top right;
  height: auto;
}
#title .description {
}

/*-------------------------------------------
　トップメニュー
-------------------------------------------*/
#topMenu_outer {
  height: 50px;
}
#wrap_body #topMenu {
  background: var(--subColor);
  border-bottom: none;
  margin: 0 auto;
}
#topMenu .topMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #EEE;
  position: absolute;
}
#topMenu .topMenu li.first::after {
  content: none;
}
#topMenu_outer .topMenu li a {
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  line-height: 50px;
  background: var(--subColor);
  border: none;
}
#topMenu_outer .topMenu li a:hover {
  color: #FFF;
  background: var(--mainColor);
  border: none;
  text-shadow: 0 0 1px #333;
}

/*ぱんくず*/
#pankuz {
  color: #999;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics, #listTopics, #mainServices {
  background:#fff;
  border-top:none;
  padding: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
#mainTopics .listview a,
p.more a {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--subColor) 0%, var(--mainColor) 100%);
}
#mainTopics .listview a:hover,
p.more a:hover {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--subColor) 100%);
}
#mainTopics, #listTopics, #mainServices {
  background: #fff;
  border-top: none;
  background: #fcfff6;
}
#mainTopics h2, #listTopics h2, #mainServices h2 {
  color: #222;
  background: none;
  text-align: center;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 175%;
  font-family: sans-serif;
  padding: 0;
}
#mainTopics h2 span, #listTopics h2 span, #mainServices h2 span {
  color: var(--subColor);
}
#mainArticles div[id^="blog"] h2 {
  color: #333;
  background: none;
  text-align: center;
  margin: 0.5em auto 1.5em;
//  font-weight: normal;
  font-size: 150%;
  padding: 0 0 1em;
}
ul.topics li .thumb {
  margin-bottom: 6px;
}
ul.topics li h3 {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
ul.topics h3 a:hover {
/*  font-weight: normal;*/
}
ul.topics li p.date {
  font-size: 0.75em;
  display: block;
  color: #666;
}
ul.topics li p.more a {
  padding: 2px 8px;
  font-size: 0.875em;
  border: none;
  font-weight: normal;
}
#mainTopics .listview a, p.more a, #mainServices h3 a {
  font-weight: normal;
}
#mainTopics .listview a {
  width: 50%;
  margin: auto;
}
#mainArticles div[id^="blog"] h2 {
  margin: 0.5em auto 1.5em;
}
#mainArticles div[id^="blog"] {
  border-bottom: 1px dotted #999;
}

/*-------------------------------------------
　見出し
-------------------------------------------*/

/*common*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  letter-spacing: 0.08em;
  font-family: 'Zen Maru Gothic','Noto Sans JP',sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
}

/*h2*/
#mainArticles h2 {
  margin: 0;
  padding: 40px 0;
  background: url(/materials/174900470299601.png) no-repeat top center / cover;
  color: #644;
//  text-shadow: 1px 1px 0 var(--subColor);
}
#mainArticles h2 span {
  color: var(--emphasisColor);
}

#mainArticles div[id^="blog"] h2 {
  margin: 0.5em auto 1.5em;
}

/*h3*/
.mainContents .article h3,
.mainContents div.gallery h3  {
  position: relative;
  padding: 0 0 1em;
  background: none;
  border: none;
  font-size: 165%;
  color: var(--emphasisColor);
  margin: 0 0 1.5em;
  text-align: center;
}
.mainContents .article h3:before,
.mainContents div.gallery h3:before {
  content: none;
/*position: absolute;
  background: var(--backColor);
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;*/
}
.mainContents .article h3:after,
.mainContents div.gallery h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 42%;
  height: 4px;
  width: 16%;
  display: block;
  border-bottom: 10px dotted;
}
.article h3 a, .article h3 a:hover {
  color: var(--emphasisColor);
}

/*h4*/
.article h4 {
  position: relative;
  padding: 4px 0 4px 1.5em;
  font-size: 145%;
  margin: 0 auto 1em;
  color: #644;
  background: var(--backColor);
  border: none;
  border-bottom: 1px solid var(--headerColor);
}
.article h4::before {
  position: absolute;
  left: 8px;
  top: 0.6em;
  content: '';
  width: 0.5em;
  height: 0.5em;
  background-color: var(--accentColor);
  border-radius: 1em;
}
.article h4::after {
  position: absolute;
  left: 16px;
  top: 0.88em;
  content: '';
  width: 0.5em;
  height: 0.5em;
  background-color: var(--hoverColor);
  border-radius: 0.5em;
}

/*h5*/
.article h5 {
  border-left: none;
  padding: 0.25em 0.5em;
  margin-bottom: 1em;
  color: #FFF;
  background: var(--mainColor);
}

/*h6*/
.article h6 {
  background: var(--backColor);
  margin: 1em auto;
  border-bottom: 1px solid #eee;
}
.article h6::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  color: var(--accentColor);
  font-weight: bold;
  display: inline-block;
}

/*-------------------------------------------------------
　サイド
-------------------------------------------------------*/
#sideContents {
  margin-top: 40px;
}
#sideContents .freeHtml_body {
  padding: 20px 10px;
}
#side {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0;
}
#side h3 {
  font-size: 145%;
  font-weight:normal;
}
#side h4 {
  font-size: 17px;
  margin: 0.5em auto 0;
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #644;
}
#sideContents h2 {
  font-size: 1.05em;
  text-align: center;
  color: var(--mainColor);
  padding: 18px 10px 15px;
  font-weight: bold;
  background: var(--backColor);
  margin-bottom: 0;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
  background: #fcfff6;
}
#sideContents #sideServices ul a, #sideContents #sideServices dl a, #sideContents #sideBlogCategories ul a, #sideContents #sideBlogCategories dl a, #sideContents #sideBlogDates ul a, #sideContents #sideBlogDates dl a,#sideContents #sideContact a {
  text-decoration: none;
}
#sideContents #sideServices ul a {
  font-weight: bold;
}
#sideContents #sideServices ul a:hover {
  color: var(--headerColor);
}
#sideContents #sideContact {
  margin: 0;
}
#sideContents #sideContact a {
  color: #fff;
  background: var(--mainColor);
}
#sideContents #sideContact a::after {
  top: 25%;
}

#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border-top: none;
  margin-bottom: 0.5em;
}
#sideContents #sideServices ul a::before, #sideContents #sideServices dl a::before, #sideContents #sideBlogCategories ul a::before, #sideContents #sideBlogCategories dl a::before, #sideContents #sideBlogDates ul a::before, #sideContents #sideBlogDates dl a::before {
  color: var(--headerColor);
}
#sideContents #sideServices ul {
  padding: 0 12px;
}
#sideContents #sideMobile {
  text-align: center;
  margin-bottom: 0;
}
#sideContents #sideMobile .qrcode {
  padding: 20px 0 0;
}
#sideContents #sideBanners li {
  margin: 24px 0;
}

/*-------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  background: var(--headerColor);
  padding: 20px 0;
}
#footer_body {
  display: block;
  padding: 1em 0;
}
#footer_body .topMenu, #footer_body .services {
  flex-direction: row;
  justify-content: center;
  flex-basis: 100%;
  margin: 0 auto 1.5em;
}
#footer_body .topMenu li, #footer_body .services li {
  display: flex;
}
#footer_body .topMenu li {
  width: auto;
  margin: 0 3em;
  line-height: 2;
  height: auto;
}
#footer_body .topMenu li a {
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
#footer_body .services li {
  margin: 0 3em;
}
#footer_body .services li a {
  text-decoration: none;
  font-size: 0.95em;
  line-height: 1.5;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: var(--hoverColor);
}
#footer_body .topMenu li a::before, #footer_body .services li a::before {
  margin-right: 1em;
  margin-left: 0;
}
#footer_body .copyright {
  padding: 1em 0 0;
  font-size: 0.8em;
  text-align: center;
  color: #FFF;
}


/*-------------------------------------------------------
　リスト
-------------------------------------------------------*/
.article ul, .article ol {
  margin: 1em 0;
  overflow: hidden;
}
.article li {
  line-height: 1.6;
  margin-bottom: 0.25em;
}

/*List 丸マーク*/
ul.maru {
  margin-left: 0;
  font-size: 0.9em;
  padding-left: 1.3em;
}
ul.maru li {
    margin-bottom: 6px;
}
ul.maru li:before {
  margin-right: 4px;
  color: var(--accentColor);
  font-size: 0.75em;
  margin-left: -1.5em;
}

/*List kome*/
ul.ps {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
}
ul.ps li {
  font-size: 95%;
  color: var(--emphasisColor);
}

/*List simple*/
ul.simple {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.simple li::before {
  content: "・";
  margin-left: -1.3em;
  margin-right: 0.25em;
}
ul.simple li {
  font-size: 95%;
  padding-left: 0.5em;
}

/*List ◆*/
ul.notes {
  padding-left: 1.2em;
}
ul.notes li::before {
  margin-right: 0.2em;
}
ul.notes li::before {
  font-size: 0.95em;
}

/*List check*/
ul.check li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.75em;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.check li {
  position: relative;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.25em 0 0.5em;
}

/*List checked*/
ul.checkedList {
  list-style: none;
  margin-bottom: 20px;
}
ul.checkedList li {
  padding: 10px 0 10px 40px;
  border-bottom: 1px dashed #999;
  margin: 0;
  color: #333;
  font-size: 105%;
  position: relative;
}
ul.checkedList li::before {
  display: block;
  content: '';
  position: absolute;
  top: 1.25em;
  left: 8px;
  width: 18px;
  height: 8px;
  border-left: 4px solid #E00;
  border-bottom: 4px solid #E00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.checkedList li strong {
  font-size: 125%;
  color: var(--headerColor);
}
/*List number*/
ol.number li {
  position: relative;
  margin: 0 2% 8px 2%;
  padding: 12px 10px 12px 48px;
  border-bottom: 1px dotted #666;
  line-height: 1.6;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
}
ol.number li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  top: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------ Font Awesome List ------*/
ul[class*="iconList_"] li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: inherit;
}
ul[class*="iconList_"] li {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;;
  justify-content: start;
  gap: 0.5em;
  border-bottom: 1px dotted #999;
}
ul[class*="iconList_"] li>strong ,
ul[class*="iconList_"] li>span {
  display: contents;
}

/* List check */
ul.iconList_check li {
  padding: 0.25em 0;
  border-bottom: 1px solid #CCC;
}
ul.iconList_check li::before {
  content: "\f00c";
  color: #F33;
}

/* List checkbox */
ul.iconList_ckbox li::before {
  content: "\f14a";
  color: #06C;
}

/* List arrow */
ul.iconList_arrow li {
  padding: 0.5em 0;
  border: none;
}
ul.iconList_arrow li::before {
  content: "\f105";
  color: var(--accentColor);
}

/* List double */
ul.iconList_double li::before {
  content: "\f101";
  color: #F09;
}

/* List caret */
ul.iconList_caret li {
  font-size: 1.05em;
  padding: 0.25em 0;
}
ul.iconList_caret li::before {
  content: "\f0da";
  color: #666;
  padding-left: 0.5em;
}

/* List maru */
ul.iconList_maru li {
  font-size: 1em;
  padding: 0.5em;
}
ul.iconList_maru li::before {
  content: "\f192";
  color: var(--accentColor);
}

/* List kome */
ul.iconList_kome li {
  font-size: 0.95em;
  padding: 0.25em;
  border-bottom: none;
  line-height: 1.4;
  margin-bottom: 0;
}
ul.iconList_kome li::before {
  content: "\f069";
  color: var(--accentColor);
  font-size: 0.75em;
}

/* List award */
ul.iconList_award li {
  padding: 0.33em;
  border-bottom: 2px dotted #DDD;
  font-size: 1.05em;
}
ul.iconList_award li::before {
  content: "\f559";
  color: #EB3;
  font-size: 1.2em;
}

/* List cloud */
ul.iconList_cloud li::before {
  content: "\f0c2";
  color: #CCC;
}

/* List pen */
ul.iconList_pen li::before {
  content: "\f304";
  color: #666;
}

/* List hatena */
ul.iconList_hatena li::before {
  content: "\f059";
  color: #126;
}

/* List square */
ul.iconList_square li::before {
  content: "\f0c8";
  color: #06A;
}

/*QA*/
.article ul.faq{
  margin: 0;
}
ul.faq li.ans {
  margin-bottom: 0.25em;
}
ul.faq li.qus::before {
  background-color: var(--headerColor);
}
ul.faq li.ans::before {
  background-color: var(--emphasisColor);
}

/*-------------------------------------------------------
　テーブル
-------------------------------------------------------*/

/* 汎用1 */
.article table.normalTbl {
  border-top: solid 1px #DDD;
  background: #fcfcfc;
}
.article table.normalTbl tr:nth-child(2n) {
  background: #fcfcfc;
}
.article table.normalTbl th {
  background: var(--backColor);
}
.article table.normalTbl th ,
.article table.normalTbl td {
  border-bottom: solid 1px #DDD;
  padding: 1.2em;
  font-size: 1em;
}

/* 汎用2 */
.article table.normalTbl2 {
  border-top: solid 1px #DDD;
  border-left: none;
  background: none;
  width: 98%;
  margin: 1em auto;
}
.article table.normalTbl2 th ,
.article table.normalTbl2 td {
  border-bottom: solid 1px #DDD;
  border-right: none;
  border-left: none;
  padding: 1em 2%;
}

/* フロー */
.article table.flow {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 100%;
}
.article table.flow td {
    background: #fffcf3;
    border: 1px solid var(--mainColor);
    display: block;
    padding: 2% 4%;
    position: relative;
    margin-bottom:40px;
}
.article table.flow td::after {
    content: "";
    left: 50%;
	transform: translateX(-50%);
    position: absolute;
    top: 100%;
    border-top: 20px solid var(--mainColor);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.article table.flow tr:last-child td::after {
    display:none;
}

/* フロー2 */
.article table#flowTbl td::after {
  color: var(--mainColor);
  bottom: -64px;
}
.article table#flowTbl td {
  border: solid 5px var(--mainColor);
  background: var(--backColor);
  margin-bottom: 50px;
  padding: 2em;
}

/* フォーム */
#mainArticles table.contactTable tr th {
  border-bottom: solid 1px var(--headerColor);
}
#mainArticles table.contactTable tr td {
  border-bottom: solid 1px #CCC;
}
#mainArticles table.contactTable input.button {
  background: var(--headerColor);
}
#mainArticles p.contact-note {
  color: #999;
}
#mainArticles table.contactTable input[type="text"], 
#mainArticles table.contactTable input[type="password"], 
#mainArticles table.contactTable textarea, 
#mainArticles table.contactTable select {
    line-height: 1.5;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm_outer table.contactTable tr td.th_headline {
  background: var(--headerColor);
  border: none;
}

/*-------------------------------------------------------
　その他
-------------------------------------------------------*/
/*コンセプト*/
.article.col2.concept {
  padding: 0 0 2em;
  margin-top: 1em;
  background: radial-gradient(ellipse at center, #fff 0%,#f9f9e2 100%);
}
.article.col2.concept p {
  padding: 0 1em;
}

/*サイト案内*/
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 8px 20px;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_body {
//  background: #f9f6f0;
//  border: 2px solid #DDD;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
//  border-bottom: 4px solid var(--mainColor);
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.25s all;
  width: 100%;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.25s all;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.2;
  padding: 0;
  color: var(--emphasisColor);
  margin-top: 0;
  font-weight: bold;
  font-size: 1.1em;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: bold;
  display: block;
}

/*サイト案内2*/
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 24px;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
  width: 100%;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.5;
  background: var(--linkColor);
  padding: 4px 0;
  color: #FFF;
  font-weight: bold;
}

/*スライドギャラリー*/
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
  background: rgba(255, 255, 255, 0.5);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment_body {
  color: #666;
  text-shadow: 1px 1px 1px #FFF;
}


/*お問い合わせバナーエリア*/
.article.contact {
  padding: 0;
  background: url(/materials/174900365943801.png) no-repeat center center / cover;
//  text-shadow: 1px 1px 0px #FFF;
//  border-top: 4px solid #f6f9fc;
  margin: 40px 0;
  border-radius: 1.5em;
}
.article.contact .article_outer {
  background: rgba(255,255,255,0.25);
  // backdrop-filter: blur(1px);
  padding: 2.5em 0em 2em;
}
.article.contact h3 {
  text-align: center;
  position: static;
  padding: 0 0 0.5em;
  background: none;
  border-bottom: 4px solid var(--mainColor);
  font-size: 165%;
  color: #333;
  margin: 0 auto 1em;
  width: fit-content;
}
.article.contact h3::before,
.article.contact h3::after {
  content: none;
}
.article.contact p {
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.article.contact p.emphasis {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.article.contact a.btn {
  text-shadow: none;
  background: var(--mainColor);
  padding: 1.25em 0.5em;
  font-weight: bold;
}
.article.contact a.btn:hover {
  text-shadow: none;
}

/*流れ*/
.article.arrow {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: visible;
}
.article.arrow::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  border-top: 20px solid var(--mainColor);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

/*囲い*/
#mainArticles .envelope {
  background: #f9f9e2;
  border: none;
  border-bottom: solid 2px #EEE;
  padding: 2em;
}

/*罫線*/
hr.line {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #AEC 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #ffeeaa 0) repeat scroll 0 0;
}

/*------記事背景------*/
div[class*="bk_color_"].article,
div[class*="bk_color_"].gallery {
  margin-bottom: 0;
  padding: 1.5%;
}
.article.bk_color_gray, .gallery.bk_color_gray {
  background: #f6f6f8;
}
.article.bk_color_orange, .gallery.bk_color_orange {
	background: #fef9e6;
}
.article.bk_color_beige, .gallery.bk_color_beige {
	background: #f9f6f3;
}
.article.bk_color_yellow, .gallery.bk_color_yellow {
	background: #f9f9e2;
}

/*------透過------*/
.article.bk_color_trans, .gallery.bk_color_trans {
  background: rgba(254,253,242,0.75);
}
.article.bk_color_trans2, .gallery.bk_color_trans2 {
  background: rgba(242,252,254,0.66);
}
/*------youtube------*/
div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*-------------
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; }

/*-------------
トップに戻るボタン
---------------*/
a.topBtn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  position: fixed;
  bottom: 0.8em;
  right: 0.8em;
  z-index: 1000;
}