@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/*-------------------------------------------
テンプレート
フラット02 ホワイト 1カラム
-------------------------------------------*/
/*カラー*/
:root {
    --main-color: #BFA670;
	--first-color: #bfa670;
	--second-color: #ebe9e2;
	--third-color: #f5deb3;
	--text-color: #333333;
	--bg-color01: #FFF7EB;
	--bg-color02: #DFE0DF;
	--border-color: #ccc;
}

html {
	scroll-behavior: smooth;
    transition: 0.5s all;
}

body {
    font-size: 18px;
    line-height: 1.8;
    color:var(--text-color);
    font-weight: normal;
    letter-spacing: 0.5px;
}
.mincho{
    font-family: "Zen Maru Gothic", sans-serif;
}
.mainImage #slider li {
        height: auto !important;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    transition: 0.5s;
}

div#mainArticles_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mainArticles, #mainContents, #title_outer, #topMenu_outer, #pankuz, #footer_outer, #mainTopics, #listTopics, #topMenu .topMenu, #mainArticles_body {
    width: 1080px;
    margin: 0 auto;
}
.mainArticles .article, .mainArticles div.gallery {
    width: 100%;
    border: none;
}
.mainArticles .article:first-of-type{
    margin-top: 100px;
}

#wrap{
    /* background: #ebe9e2; */
    background: #FFF;
}
#mainContents{
    padding-top: 0;
}
/* #mainArticles{
    margin-top: 100px;
} */
/*---------------------------
* Flex
----------------------------*/
#wrap_body.wrap {
	display: flex;
	flex-wrap: wrap;
    padding-top: 0;
    position: relative;
    z-index: 1;
}
div#wrap_body:before {
    content: "";
    /* background: url(/materials/174966061764901.png); */
    background: url(/materials/176311017093901.png);
    /* background-attachment: fixed; */
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}

#wrap_body.wrap #title {
	order: 1;
}

#wrap_body.wrap #topMenu {
	order: 3;
}

#wrap_body.wrap #contents {
	order: 4;
}

#wrap_body.wrap #footer {
	order: 5;
}

#wrap_body.wrap #mainImage {
	order:2;
}

/*---------------------------
* 幅拡張（1200px）
----------------------------*/
#contents,#mainArticles, #title,
#title_outer, #mainContents{
	width: 100%;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
	width: 100%;
}

.mainArticles .article_body {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#topMenu .topMenu {
	max-width: 1200px;
}

div#mainTopics {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    max-width: 980px;
}

#mainTopics h2{
    margin: 0 0 30px;
    padding: 0;
}
.mainTopics .topics {
    overflow: hidden;
    width: auto;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
}
#mainTopics h2 {
    border: none;
}
#mainTopics .listview {
    width: auto;
    margin: 40px auto 0 auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
#mainTopics .listview a {
    background: none;
    padding: 10px 20px;
    min-width: 200px;
    width: auto;
    background: var(--main-color);
    color: #FFF;
}
#mainTopics .topics li .more a {
    padding: 3px 14px 2px;
    font-size: 12px;
    border-color: var(--main-color);
    color: var(--main-color);
}
/*---------------------------
* Gallery
----------------------------*/
/* ul.galleryGrids {
	height: auto !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

li.galleryGrid {
	position: static  !important;
	height: auto  !important;
	left: unset  !important;
	top: unset  !important;
	padding:8px;
} */

/*---------------------------
* siteGuide
----------------------------*/
.mainArticles .article.siteGuide{
    background: #bfa670;
    position: relative;
}
.mainArticles .article.siteGuide:after{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.mainArticles .article.siteGuide .siteGuideLink {
    border: solid 2px #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    padding: 20px;
}
.mainArticles .article.siteGuide .image{
    max-width: 100px;
    margin: 20px;
    display: block;;
}
.mainArticles .article.siteGuide .image img{
    margin: 0;
}
.mainArticles .article.siteGuide .comment{
    color: #FFF;
    font-size: 30px;
    text-align: center;
    display: block;
}
.mainArticles .article.siteGuide .moreBtn{
    display: block;
    position: relative;
    z-index: 10;
    padding: 6px 20px;
    text-align: center;
    max-width: 210px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 20px;
    background: #FFF;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
}

/*---------------------------
* siteContents
----------------------------*/
.mainArticles .article.siteContents{
    background: #EEE;
    position: relative;
    padding: 0px !important;
}
.mainArticles .article.siteContentsColor {
    background: #EBE9E2;
}
.mainArticles .article.siteContents .article_outer {
    position: relative;
    padding-bottom: 50px;
}
.mainArticles .article.siteContents:before{
    background-image: url("/materials/176308607947603.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
}

.mainArticles .article.siteContents.siteContents2:before{
    background-image: url("/materials/176308607947604.jpg");
}
.mainArticles .article.siteContents.siteContents3:before{
    background-image: url("/materials/176308607947601.jpg");
}
.mainArticles .article.siteContents.siteContents4:before{
    background-image: url("/materials/176308607947602.jpg");
}
.mainArticles .article.siteContents:hover:before{
    opacity: 1;
}

.mainArticles .article.siteContents .article_outer:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    pointer-events: none;
    transition: .3s;
    opacity: 0;
}
.mainArticles .article.siteContents:hover .article_outer:after {
    opacity: 1;
}
.mainArticles .article.siteContents a:hover{
    opacity: 1;
}

.mainArticles .article.siteContents:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    pointer-events: none;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid var(--main-color);
    border-bottom: 30px solid var(--main-color);
}

.mainArticles .article.siteContents .siteContentsLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #3D3D3D;
    padding: 20px 10px;
    /* position: relative;
    z-index: 1; */
}
.mainArticles .article.siteContents:hover  .siteContentsLink {
    color: #FFF;
}

.mainArticles .article.siteContents .siteContentsLink:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.mainArticles .article.siteContents .image{
    max-width: 100px;
    margin: 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.mainArticles .article.siteContents .image img{
    margin: 0;
}
.mainArticles .article.siteContents:hover .image img{
    filter: brightness(0) invert(1);
}
.mainArticles .article.siteContents .comment{
    color: #3D3D3D;
    font-size: 28px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.mainArticles .article.siteContents:hover .comment{
    color: #FFF;
}
.mainArticles .article.siteContents .siteContentsText a{
    transition: 0s;
}
.mainArticles .article.siteContents:hover .siteContentsText{
    position: relative;
    z-index: 1;
}
.mainArticles .article.siteContents .moreBtn{
    display: block;
    position: relative;
    z-index: 10;
    padding: 6px 20px;
    text-align: center;
    max-width: 210px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 20px;
    background: #FFF;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
}
/*---------------------------
* table
----------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*---------------------------
* List
----------------------------*/
/******noticelist******/
ol.pp {
    margin-top: 1.5em;
    padding-left: 2em;
}
ol.pp li {
    list-style-type: decimal;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.ol{
    margin-top: 1.5em;
    padding-left: 2em;
}
.ol>*{
    list-style-type: decimal;
    line-height: 1.6;
    margin-bottom: 12px;
}


.ul{
    margin-top: 1.5em;
    padding-left: 2em;
}
.ul>*{
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 12px;
}


ul.notes {
    list-style-type: none;
    margin-left: 1em;
}
ul.notes li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 12px;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}
ul.ps {
font-size: 16px;
list-style-type: none;
margin-left:1em;
margin-bottom: 20px;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
}
ul.maru {
font-size: 16px;
list-style-type: none;
margin-left:1em;
}
ul.maru li::before {
content: "●";
margin-left: -1em;
}

/*---------------------------
* バッジ非表示
----------------------------*/
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}

.grecaptcha-badge { visibility: hidden; }


/*---------------------------
* スライドショー高さ可変
----------------------------*/
.mainImage #slider li {
    height: auto !important;
}


/*---------------------------
* 4分割
----------------------------*/
.mainArticles .article.col4 {
    width: 23%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px;
    letter-spacing: normal;
}

.mainArticles .article.col4 img {
    max-width: 100%;
}

.mainArticles .article.col4 p {
    margin-bottom: 0 !important;
}

.mainArticles .article.col4 h3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0.5em 0;
    padding: 0.5rem 0;
}


/*---------------------------
* 3分割
----------------------------*/
.mainArticles .article.col3 {
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px 20px 2px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px;
    letter-spacing: normal;
}

.mainArticles .article.col3 img {
    max-width: 100%;
}

.mainArticles .article.col3 p {
    margin-bottom: 0 !important;
}

.mainArticles .article.col3 h3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0.5em 0;
    padding: 0.5rem 0;
}

/*---------------------------
* 2分割
----------------------------*/
.mainArticles .article.col2 {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    padding: 20px;
    letter-spacing: normal;
}

.mainArticles .article.col2 img {
    max-width: 100%;
}

.mainArticles .article.col2 p {
    margin-bottom: 0 !important;
}

.mainArticles .article.col2 h3 {
    font-size: 30px;
    line-height: 1.6;
    margin: 0.5em 0;
    padding: 0.5rem 0;
}
.mainArticles .article.col2 h3:before{
    display: none;
}
.mainArticles .article.col2 h3:first-letter{
    color: var(--main-color);
}
.mainArticles .article.col2.card{
    width: 48%;
    margin: 0;
    height: 100%;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 100%;
    margin-right: 2%;
}
/* .mainArticles .article.col2.card:nth-of-type(2n) {
    margin-right: 0;
} */
.mainArticles .article.col2.card .article_outer {
    height: 100%;
}
/* .mainArticles .article.col2.card .article_body {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 100%;
} */
/*---------------------------
* ヘッダー
----------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 130px;
    margin-bottom: 0px;
    /*background-color: #bfa670;*/
    background-image: linear-gradient(152deg, #bfa670, #9d844f);
}

#title_outer {
    height: auto;
    width: 980px;
    margin: auto;
    background: url(/materials/176302415344201.png) no-repeat center right;
    background-size: 300px auto;
}

#title h1 {
    background: url(/materials/176307977166501.png) no-repeat center left;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 130px;
    background-size: 260px auto;
}

#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 300px;
}

#title .description {
    font-size: 14px;
    padding: 2px 10px;
    line-height: 1.6em;
    color: #000;
    position: absolute;
    top: 0;
    display: none;;
}

/*TOPイメージを幅100%に*/
.mainImage #slider li img {
    max-width: 100%;
}

.slick-slide {
    height: 100% !important;
}

#mainImage {
    background-color: #fff;
}

#topMenu {
    width: 100%;
    position: static;
    min-height: auto;
    background: #fff;
    border: none;
}

#topMenu_outer {
    background: none;
    margin: 0px auto;
}




#topMenu .topMenu {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

#topMenu .topMenu li {
    width: auto;
    position: relative;
}
#topMenu .topMenu li:after{
    content: "";
    width: 1px;
    height: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
#topMenu .topMenu li:last-of-type:after {
    display: none;
}
#topMenu .topMenu li a {
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 10px 25px;
    width: 100%;
    background: none;
    color: #000;
    position: relative;
    font-weight: normal;
}
#topMenu .topMenu li a:hover {
    color: #666;
}


/*---------------------------
* Table
----------------------------*/
.box{
    padding: 2em 4em;
    background: #fff;
}
.box2{
    padding: 2em 4em;
    background: #F4ECE4;
}



.article table.table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.article table.table td,
.article table.table th {
    border: none;
    border: 1px solid var(--main-color);
    padding: 20px 10px;
    box-sizing: border-box;
    background: none;
}
.article table.table th{
    text-align: center;
    font-weight: bold;
    background: var(--main-color);
    color: #FFF;
    border-bottom: solid 1px #FFF;
    width: 30%;
}
.article table.table tr:last-of-type th{
    border-bottom: solid 1px var(--main-color);
}




.article table.normalTbl {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.article table.normalTbl th{
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.article table.normalTbl td,
.article table.normalTbl th {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;;
    box-sizing: border-box;
    background: none;
}






#contents table.timeTbl {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.contents table.timeTbl td,
.contents table.timeTbl th {
    border: none;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: none;
}
.contents table.timeTbl thead th {
    border-bottom: 1px solid #333;
}

.contents table.timeTbl td{
    color: var(--main-color);
}

/*---------------------------
* Headings
----------------------------*/
#mainArticles h2,
#mainServices h2,
#mainTopics h2,
#listTopics h2,
.mainContents .article h3,
.mainContents div.gallery h3,
.mainContents .article h4,
.mainContents .article h5,
.mainContents .article h6
{
font-family: "Zen Maru Gothic", sans-serif;

}


#mainArticles h2,
#mainServices h2,
#listTopics h2 {
    margin: 60px auto;
    text-align: center;
    border-bottom: none;
    font-size: 36px;
    color: var(--text-color);
    line-height: 1.6;
    letter-spacing: 0.2em;
    /* font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif; */
}


/* #mainArticles h2 {
    color: #FFF;
    background: var(--main-color);
    margin: 0 calc(50% - 50vw) 40px;
    padding: 20px;
    box-sizing: border-box;
    background-position: center bottom;
    background-size: cover;
    width: 100vw;
    background-size: auto auto;
    background-color: #e3be6d;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(191, 166, 112, 1) 1px, rgba(191, 166, 112, 1) 7px);
} */
#mainArticles h2 {
    color: var(--text-color);
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    white-space: nowrap;
}
#mainArticles h2:before,
#mainArticles h2:after{
    content: "";
    height: 1px;
    width: 100%;
    background: var(--text-color);
    flex-grow: 1;
}

.mainContents .article h3,
.mainContents div.gallery h3 {
    font-size: 50px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    position: relative;
    padding: 0.5em;
    margin: 1em 0 1.5em 0;
    text-align: center;
    color: var(--text-color);
}

.mainContents .article h3:before,
.mainContents div.gallery h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: inline-block;
    width: 70px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: var(--text-color);
}


/*ブログタイトル*/
.mainContents .article h3 a {
    line-height: 1.5;
    font-size: 24px;
}

/*ブログ一覧お知らせ*/
.mainContents .article h3 a,
.article h3 a:hover {
    text-decoration: none;
    font-size: 0.9em;
}

.mainContents .article h4 {
    font-size: 1.8em;
    line-height: 1.7;
    padding: 4px 0 4px 18px;
    margin: 0.5em 0 1em 0;
    border-left: 2px solid var(--first-color);
    color: var(--text-color);
    /* display: flex; */
}
.mainContents .article h4:first-letter {
    color: var(--first-color);
}


.mainContents .article h5 {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 0.8em 0;
    padding: 0.3em 0;
    color: var(--text-color);
    border-bottom: none;
    /* gap: 20px; */
    align-items: center;
    /* white-space: nowrap; */
    display: flex;
}
.mainContents .article h5:after{
    content: '';
    display: block;
    flex-grow: 1;
    border-bottom: 1px dotted #333;
    height: 1px;
    margin-left: 20px;
}
.mainContents .article h5 strong {
    color: var(--first-color);
    font-size: 1.1em;
    margin-right: 0.1em;
}
.mainContents .article h6 {
    font-size: 26px;
    color: var(--text-color);
    line-height: 1.7;
    margin: 0.5em 0 1em 0;
}

.mainContents .article h6::first-letter {
    color: var(--first-color);
    /* font-size: 1.5em;
    margin-right: 0.3em; */
}


/*---------------------------
* Image 画像
----------------------------*/
.mainArticles .article .image {
    text-align: center;
    margin-bottom: 15px;
    width: auto;
    overflow: hidden;
    max-width: unset;
}
.mainArticles .article img{
    margin-bottom: 0;
}

/*---------------------------
* Flow 流れ
----------------------------*/
.box_flow {
	padding: 50px 4%;
}
.box_flow dt {
	position: relative;
	margin-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
}
.box_flow dt .num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-weight: 500;
	font-size: 155.56%;
	letter-spacing: .1em;
	color: #fff;
}
.box_flow.flow_col01 dt .num {
	background: #bfa670;
}
.box_flow.flow_col02 dt .num {
	background: #888;
}
.box_flow dt .ttl {
	display: inline-block;
	width: calc(100% - 85px);
	padding-left: 85px;
	font-weight: 700;
	font-size: 155.56%;
	letter-spacing: .1em;
}
.box_flow.flow_col01 dt .ttl:first-letter {
	color: #bfa670;
}
.box_flow.flow_col02 dt .ttl:first-letter {
	color: #888;
}

/*---------------------------
* バッジ
----------------------------*/
.badge{
    display: inline-block;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--main-color);
    color: #fff;
    font-size: 0.8em;
}
/*---------------------------
* レイアウト
----------------------------*/
.mr{
    margin-right: 1em;
}
.article.full{
    width: 100vw;
    position: relative;
    /* left: calc(50% - 50vw); */
    padding-top: 40px;
    padding-bottom: 40px;
}
.article.bg_white{
    background: rgba(255, 255, 255, 0.8);
}
.article.bg_white .article_body {
    max-width: 980px;
    margin: 0 auto;
}

.article.bg_gray{
    background: var(--second-color);
}
.article.bg_gray .article_body {
    max-width: 980px;
    margin: 0 auto;
}

.mainArticles .article.zero_margin,
.mainArticles .gallery.zero_margin {
    margin-bottom: 0;
}
.mainContents .article.zero_margin h3{
    margin: 0;
}
/*---------------------------
* Flow
----------------------------*/
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
/*---------------------------
* contact
----------------------------*/
.btn_foot{
    max-width: 100%;
    width: 980px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.col_box{
    background:#D9D9D9;
    border-radius: 8px 0 0 8px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 50%;
}
.col_box:nth-of-type(2){
    background: #F3F3F3;
    border-radius: 0 8px 8px 0;
}
.btn_foot_tel,
.btn_foot_tel a{
    color: #333;
    font-size: 38px;
    letter-spacing: .1em;
    text-decoration: none;
}
.col_box .en{
    margin-right: 20px;
}
.col_box .en:first-letter{
    color: var(--main-color);
}
.col_box .ja{
    font-size: 20px;
}
/*---------------------------
* 装飾
----------------------------*/
.envelope{
    padding: 10px 20px;
    box-sizing: border-box;
    background: #ebe9e2;
    margin: 10px auto;
}
/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #dbd0e6 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, var(--third-color) 0) repeat scroll 0 0;
}



ul.check{
    margin: 20px 0;
    overflow: hidden;;
}
ul.check>li{
    position: relative;
    line-height: 1.5;
    padding-left: 2em;
    border-bottom: 1px dotted #bfa670;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
ul.check>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0) url(/materials/174973314032301.png) no-repeat center / contain;
    width: 25px;
    height: 25px;
}

.check_title{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}


ul.StyleCheckList {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.5em;
}
ul.StyleCheckList>li {
    position: relative;
    font-size: 1.4em;
}
ul.StyleCheckList>li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -2em;
    width: 0.9em;
    height: 0.5em;
    border-left: 4px solid #E55;
    border-bottom: 4px solid #E55;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*---------------------------
* フッター/サイド
----------------------------*/
.freeHtml_outer{
    background: none;
}
#sideContents {
    background: none;
}


.side{
    background: #F3F3F3;
    padding: 50px 20px;
    width: 100vw;
    /*親要素をはみ出してブラウザ幅いっぱい*/
    position: relative;
    left: calc(50% - 50vw);
    box-sizing: border-box;
}
.side_inner{
    max-width: 980px;
    margin: 0 auto;
}
.side_logo{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.side_logo img{
    width: 340px;
    max-width: 100%;
    height: auto;
}
.footer_col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
.footer_col_item{
    width: 48%;
}

#mainServices {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.mainServices .service .more a {
    background-image: url(btn_service.gif);
    background-repeat: repeat;
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    font-size: 14px;
}

#sideContents_outer, #footer_outer {
    width: 980px;
    margin: 0 auto;
}
.footer .topMenu {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer li {
    line-height: unset;
    height: auto;
    float: unset;
    margin-right: 0;
}
.footer .copyright {
    text-align: center;
}






p {
    margin-bottom: 1.5em;
}
.article.mt{
    margin-top: 40px;
}

.circle{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 100;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}
.circle_color_second{
    background: #333;
}
.article.point{
    text-align: center;
}
.article.point .circle{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
}
.article.point .circle.circle_color_second{
    background: #333;
}
.article.point .circle .circle_title{
    font-size: 20px
}
.article.point .circle .circle_text{
    font-size: 26px;
}
.linkbtn{
    display: inline-block;
    padding: 10px 20px;
    background: #e95464;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 20px;
}
.linkbtn:hover{
    color: #FFF;
}

.btn{
    display: block;
    padding: 20px 20px;
    background: #e95464;
    border-radius: 50px;
    border-bottom: solid 4px #b7323b;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: 20px;
}
.btn:hover{
    color: #FFF;
}


.article.bg{
    background: #FFF;
}
.envelope2{
    padding: 20px;
    box-sizing: border-box;
    background: #EBE9E2;
    margin: 10px auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.bg-white{
    background: #FFF;
}

/* 表組テーブル */
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 95%;
}
.article table.flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 4%;
    position: relative;
    background:#F5F4F0;
}
.article table.flowTbl2 td{
    background: #F7F7F7;
}
.article table.flowTbl td::after {
    color: var(--main-color);
    content: "▼";
    font-family: monospace;
    font-size: 48px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
.article table.flowTbl tr:last-child td {
    margin-bottom: 0;
}
.article table.flowTbl tr:last-child td::after {
    display:none;
}

.article table.flowTbl td .flowTitleWrap{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.article table.flowTbl td .flowTitleWrap .flowTitle{
    display: inline-block;
}
.article table.flowTbl td .flowTitleWrap .flowTitle:first-letter{
    color: var(--main-color);
}
.article table.flowTbl td .flowTitleWrap .num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 120%;
    background: var(--main-color);
    color: #FFF;
    margin-right: 10px;
}
.article table.flowTbl2 td .flowTitleWrap .num{
    background: #888888;
}
.article table.flowTbl td strong {
    color: #f99;
    display: block;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}



.article.card{
    background: #EBE9E2;
    padding: 20px;
    box-sizing: border-box;
}

table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea {
    border-radius: 3px;
    padding: 8px 10px;
}

/*予約ボタン*/
.freeHtml #contact-box{
position:fixed;
top:130px;
right:0px;
z-index:100;
width:110px;
}
.freeHtml #contact-box2{
position:fixed;
top:245px;
right:0px;
z-index:100;
width:110px;
}
.freeHtml #contact-box3{
position:fixed;
top:510px;
right:0px;
z-index:100;
width:80px;
}

@media (max-width: 320px) {
    /* 横幅が320px以下の場合に適用するスタイル */
    .freeHtml #contact-box #contact-box2 #contact-box3 { display: none; }
 }

.mainTopics .topics li {
    padding: 40px 300px;
}