@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/*-- レスポンシブ02  red oneColumn --*/

/*-- 色の指定 --*/
:root {
  --first-color: #D04337;/*-- メイン色 ライトレッド --*/
  --second-color: #e09a8d;/*-- サブ色 ちょいうすレッド --*/
  --third-color: #80554D;/* ブラウン */
  --fourth-color: #6e0000;/* 濃い赤 */
  --a-color: #c6a46b;/* イエローベージュ（ロゴ引用） */
  --accent-color: #cec937;/*-- アクセントカラー ゴールド--*/
  --text-color: #333;/*-- 基本テキスト --*/
  --bg-color: #FFFCF9;/*-- 背景色 ちょい色付き白 --*/
  --bg-color2: #fff5f1;　/* 背景（薄レッド）*/
  --bg-gray: #f4ebe8; /* 背景（赤みグレー）*/
}

body {
	font-family:"Shippori Mincho", serif;
  	color: var(--text-color);
}
#wrap_outer {
    background: var(--bg-color);
}
a {
 	color: var(--a-color);
    transition: 0.4s all;
}
a:hover {
	color: var(--first-color);
}
.article.theme,
.gallery.theme {
  background: #c9b3a7;
  color: #fff;
}
.article.bg, .gallery.bg {
    background: var(--bg-color2);
}
.article.gray, .gallery.gray, #mainTopics {
    background: #f2ecea;
}
.article.theme, .gallery.theme {
    background: var(--third-color);
    color: #fff;
}
#mainArticles .envelope {
    background: url(/materials/175377137453601.png);
    color: var(--text-color);
    background-size: cover;
}

.article.theme h3:after, .gallery.theme h3:after {
    background: url(/materials/175376835396701.png);
    width: 160px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
}
.article .image img, .gallery_grid li.galleryGrid .image img {  /* 画像を角丸に */
    border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
    .article.full, .article.max {
        margin: 0;
  }
}
/*----------------------------
header & Menu
-----------------------------*/

#wrap_body #title {
    position: relative;
    padding: 0px !important;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
#topMenu_outer .topMenu li a {
 	color: var(--text-color); 
}
#topMenu_outer .topMenu li a:hover {
    background: transparent;
    color: var(--first-color);
}
#title h1 {
    margin: 0px auto;
    text-align: left;
    height: 50px;
    width: 300px;
}
#title h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/materials/175395103928701.png) center left no-repeat;
    background-size: 100%;
    text-indent: -9000px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .active #toggle {
        background-color: var(--first-color);
    }
      #toggle {
        background-color: var(--first-color);
    }
  	#title h1 a {
  		background-size: 80%;
  	}
}

/*----------------------------
リスト装飾デザイン
-----------------------------*/
ul.check li {
	font-weight:500;
}
ul.check li:before {
    border-left: 4px solid var(--a-color);
    border-bottom: 4px solid var(--a-color);
    left: -1.5em;
    width: 0.8em;
    top: 0.6em;
}
ul.maru02 {
  	font-size: 1em;
}
ul.maru02 li {
    width: 100%;
  	margin-bottom: 40px;
    padding-bottom: 16px;
}
ul.maru02 li:before {
    color: var(--first-color);
}
ol.number li {
    padding-left: 2.4em;
}
ol.number li:before {
    background: var(--a-color);
    transform: translateX(-50%);
    border-radius: 2px;
  	top: 5px;
  	line-height: 23px;
  	left: 15px;
}
ul.faq li.qus:before, ul.faq li.ans:before {
  	line-height: 30px;
}
ul.faq li.qus::before {
    background-color: var(--third-color);
}
ul.faq li.ans::before {
    background-color: var(--first-color);
}

/*----------------------------
ボタン
-----------------------------*/
a.btn, .btn2, #mainTopics .listview a {
    padding: 8px 16px;;
    display: flow-root;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
}
a.btn, #mainTopics .listview a {
    color: #fff;
    background: var(--first-color);
  	font-size: 20px;
  	border: 2px solid var(--first-color);
  	border-radius: 4px;
    max-width: 440px;
    margin: 0 auto;
}
a.btn:hover, #mainTopics .listview a:hover {
    background:transparent;
  	color: var(--first-color);
}
.btn2 {
    background: transparent;
  	position: relative;
	border: none;
	display: flex;
    justify-content: end;
}
.btn2 a {
    text-decoration: none;
    color: var(--a-color);
    border-bottom: 1px solid var(--a-color);
    padding: 0 48px 4px 8px;
}
.btn2 a::after {
    content: ">";
    position: absolute;
    right: 1em;
    transition: 0.3s all;
    font-weight: 200;
}
.btn2 a:hover::after {
    right: 0.8em;
}
/*----------------------------
見出し
-----------------------------*/
#mainArticles h2, #listTopics h2 {
    background: var(--first-color);
    color: white;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
    background: url(/materials/175376835396701.png);
    width: 160px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
}
.article h4 {
    background: none;
    border: none;
    padding-left: 2em;
}
.article h4:before {
    background: url(/materials/175376829796501.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}
.article h5 {
    position: relative;
    line-height: 1.4;
    padding:0.25em 1em;
    display: inline-block;
    border-left: none;
    color: var(--first-color);
    font-size: 1.4em;
}

.article h5::before, .article h5::after { 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.article h5::before {
    border-left: solid 1px var(--second-color);
    border-top: solid 1px var(--second-color);
    top:0;
    left: 0;
}

.article h5::after {
  	border-right: solid 1px var(--second-color);
  	border-bottom: solid 1px var(--second-color);
  	bottom:0;
  	right: 0;
}
.article h6 {
    font-size: 1.1em;
    color: var(--first-color);
    background: none;
}
.article h6::before {
    content:none;
}
/*----------------------------
Table
-----------------------------*/
.article table.bgTbl {
 	border-radius: 8px;
  	border: none;
}
.article table.bgTbl tr th {
    background: var(--first-color);
    color: #fff;
    border-bottom: 1px solid var(--second-color)!important;
}
.bgTbl tbody tr:first-child th {
    border-radius: 8px 0 0 0;
}
.article table.bgTbl tr:last-child th {
    border-radius: 0 0 0 8px;
    border-bottom: none !important;	
}
.article table.bgTbl tr td {
	background: white;
    border-bottom: 1px solid #ddd!important;
}
.bgTbl tbody tr:first-child td {
    border-radius: 0 8px 0 0;
}
.article table.bgTbl tr:last-child td {
    border-radius: 0 0 8px 0;
  	border-bottom: none !important;
}
.article table.bgTbl tr th, .article table.bgTbl tr td, .article table.bgTbl tr:last-child th, .article table.bgTbl tr:last-child td {
  	border: none;
}

@media only screen and (max-width: 600px) {
 .bgTbl tbody tr:first-child th {
    border-radius: 8px 8px 0 0;
}
  .bgTbl tbody tr:first-child td {
    border-radius: 0px;
}
  .article table.bgTbl tr:last-child th {
	border-radius: 0px;
}
  .article table.bgTbl tr:last-child td {
    border-radius: 0 0 8px 8px;
}
}

.article table.normalTbl {
 	font-size:1em; 
}
/*----------------------------
Flow(ご利用案内)
-----------------------------*/
.article table#flowTbl {
    width: 100%;
    margin-top: 40px;
    border: none;
}
.article table#flowTbl td {
    border: solid 1px var(--first-color);
    background: white;
    border-radius: 8px;
  	margin-bottom: 48px;
}
.article table#flowTbl strong {
    background: transparent;
    color: var(--first-color);
  	padding: 0;
}
table#flowTbl p {
	margin-top: 24px;
}
.article table#flowTbl td:after {
    bottom: -66px;
    color: var(--first-color);
}
/*----------------------------
mainTopics
-----------------------------*/

ul.topics li p.more {
    text-decoration: none;
    color: var(--third-color);
    display: flex;
    justify-content: end;
}
ul.topics li p.more a {
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    font-size: 0.85em;
    border: none;
    display: flow-root;
    text-align:right;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    color: var(--third-color);
  	background: none;
    padding:0;
  	padding-right:3em;
}
ul.topics li p.more a:hover {
 	background: none;
  	color: var(--first-color);
}
p.more a::after {
    content: ">";
    position: absolute;
    right: 0.3em;
    transition: 0.3s all;
    font-weight: 200;
}
p.more a:hover::after {
    right: 0em;
  	color: var(--first-color);
}
ul.topics li p.more a:before {
	content: none;
}
ul.topics li h3 a {
    color: var(--a-color);
}
ul.topics li h3 a:hover {
    color: var(--first-color);
}
ul.topics li p.date {
    color: var(--third-color);
    background: none;
    margin: 0;
    padding: 0;
  	font-size: 14px;
}
@media only screen and (max-width: 600px) {
	ul.topics li p.more a {
  	  padding-right: 1em;
  }
  	p.more a::after {
      right: 1.3em;
  }
  	p.more a:hover::after {
      right: 1em;
  }
}
/*----------------------------
sideContents
-----------------------------*/
.sideContents .freeHtml_body {
    margin-bottom: 48px;
}
.sideContents .side {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 48px;
  	flex-wrap: wrap;
}
.side img {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    max-width: 400px;
}
.side p {
    margin-bottom: 0.8em;
    line-height: 2em;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 0.2em;
}

/*----------------------------
Form
-----------------------------*/
#mainArticles form, #mainBlogCommentForm form {
    background: white;
    border-radius: 8px;
    border: 2px solid var(--first-color);
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
    border-top: none;
    border-left: none;
}
#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th, #mainBlogCommentForm table.contactTable tr td {
    border-bottom: solid 2px white;
    border-right: none;
}
#mainArticles table.contactTable tr th {
    border-bottom: solid 2px var(--bg-color2);
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
    background: white;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
    background: var(--bg-color2);
}
#mainArticles table.contactTable tr:first-child td {
    border-radius: 2px 2px 0 0;
}
#mainArticles table.contactTable tr:last-child td {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}
#mainArticles table.contactTable tr:last-child th {
	border-bottom: none;
}
/* 確認ボタン */
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
    background: var(--second-color);
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type=button], #mainBlogCommentForm table.contactTable input.button, #mainBlogCommentForm table.contactTable input[type=button] {
    width: 55%;
    transition: 0.4s all;
}
#mainArticles table.contactTable input.button:hover, #mainBlogCommentForm table.contactTable input.button:hover {
    background: var(--first-color);
    opacity: 1;
}

/*----------------------------
footer
-----------------------------*/
#footer_body .copyright {
    background: var(--first-color);
}
#footer {
    background: var(--first-color);
}
#footer_body .topMenu li a, #footer_body .services li a {
    color: #fff;
    background: transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background-color: transparent;
    color: var(--second-color);
}
#footer_body .topMenu li a:hover:before, #footer_body .services li a:hover:before {
    color: var(--second-color);
}