@charset "UTF-8";
body {
    color: #2E2F2F;
/*	letter-spacing: 0.05em;*/
}
/*
body, #header {
	background: url("../images/cmn-bg-pw.jpg") repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
*/
main p {
    line-height: 1.95;
    margin-bottom: .65em;
}
#header img {
    transition: .2s;
}
#header {
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0);
}

/* header gradation */
body.top #header.offset,
body.top #header.fixed {
  background-image: linear-gradient(0deg, rgba(233, 233, 233, 0), rgba(0, 0, 0, 0.45));
}
body.lower #header.offset,
body.lower #header.fixed {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.55));
}
.nav-link-off {
	opacity: .8;
}
.tel img {
    max-height: 20px;
}
/*
@font-face {
    font-family: "genjugo";
    src: url("../font/websub_genjugo.woff2") format('woff2'), url("../font/websub_genjugo.woff") format('woff');
}
*/
.font-sawamin {
    font-family: "Sawarabi Mincho";
}
.font-min {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.font-maru {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}
/*.font-hanmin { font-family: "Hannari"; }*/
/*
.font-genjugo {
    font-family: "genjugo";
}
*/
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-homes-brown {
    background-color: #866856;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}
.btn-homes-brown:hover {
    color: #fff;
}
a.btn {
    padding-left: 1rem;
    padding-right: 1rem;
}
/*
.btn i {
    margin-right: 0.25em;
}
*/
h1, .h1 {
    font-size: 1.9rem;
}
h2, .h2 {
    font-size: 1.7rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.35rem;
}
h5, .h5 {
    font-size: 1.2rem;
}
h6, .h6 {
    font-size: 1rem;
}
.entry-box h1,
.entry-box h2,
.entry-box h3,
.entry-box h4,
.entry-box h5,
.entry-box h6,
.ttl {
/*    display: block;*/
/*    margin-bottom: 1.35rem;*/
    line-height: 1.35;
    font-weight: bold;
}
.entry-box h1,
.entry-box h2,
.entry-box h3,
.entry-box h4,
.ttl {
    display: block;
    margin-bottom: 1.35rem;
    line-height: 1.35;
}
h1.font-min,
h2.font-min,
.h1.font-min,
.h2.font-min {
	font-weight: normal;
}
.ttl-wrap {
    margin-bottom: 2.25rem;
}
.box .ttl-wrap {
    margin-bottom: 1.5rem;
}
.ttl-wrap .ttl {
    margin-bottom: 0;
}
.ttl-wrap.bg-img {
	background-repeat: no-repeat;
	background-size: contain;
}
.ttl-wrap.bg-img.bg-img-leaf {
	background-image: url("../images/cmn-ttl-bg-leaf@2x.png");
	background-position: left bottom;
}
.ttl-wrap.bg-img.bg-img-bird {
	background-image: url("../images/cmn-ttl-bg-bird@2x.png");
	background-position: center bottom 1rem;
	padding-bottom: calc(37px + 2rem);
	background-size: 147px 37px;
}
.ttl-wrap.bg-ilst > .ttl {
    text-align: center;
    display: inline-block;
}
.ttl-wrap.bg-ilst > .ttl::before,
.ttl-wrap.bg-ilst > .ttl::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -5px;
}
.ttl-wrap.bg-ilst > .ttl::before {
    background-image: url("../images/cmn-icon-bird@2x.png");
    width: 19px;
    height: 27px;
    margin-right: .6rem;
}
.ttl-wrap.bg-ilst > .ttl::after {
    background-image: url("../images/cmn-icon-leaf@2x.png");
    width: 17px;
    height: 31px;
    margin-left: .6rem;
}
.ttl-wrap.bg-sbk {
    background-image: url("../images/cmn-border-sbk@2x.png");
    background-size: 104px 3px;
    background-position: center bottom;
    padding-bottom: 2rem;
}
.line-both {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.line-both::before, .line-both::after {
    content: "─";
    position: absolute;
    top: calc(50% - 0.65em);
    font-weight: normal;
}
.line-both::before {
    left: 0;
}
.line-both::after {
    right: 0;
}
#main .article, #main article {
    padding-bottom: 3.5rem;
}
#main > article {
    padding-top: 3.5rem;
}
.frame {
    border: 8px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.bg-shadow {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
}
.bg-wood {
    background: url("../images/bg-wood-1@2x.jpg") repeat;
    background-size: cover;
}
.box-shadow {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
}
.text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.text-shadow-white {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.box {
    position: relative;
    padding: 2rem;
/*    border: 1px solid #C9C9C9;*/
    background-color: #fff;
}
li > .box {
    height: 100%;
}

.list-point .box {
    border-top-width: 10px;
}
.badge {
    display: inline-block;
    padding: 0.4rem 0.7rem;
    color: #fff;
    background: transparent;
    font-size: 0.9rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
	margin: 0;
	border-radius: 0.4rem;
}
.list-news .badge {
    padding: 0.25rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 0;
}
a:link.badge {
	text-decoration: none;
}
.badge.badge-link {
	background-color: rgba(46,47,47,1.00);
	color: #fff;
}
.badge.badge-link-trans {
    background-color: transparent;
    color: #2E2F2F;
    border: 1px solid #2E2F2F;
}
.badge.badge-link:hover {
/*	background-color: rgba(46,47,47,0.8);*/
	opacity: 0.8;
	transition: .3s;
	text-decoration: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .8rem;
}
.list-btn > li {
    margin-bottom: 0.5rem;
}
.list-btn.list-inline > li {
	margin: 0 0.4rem 0.4rem 0;
    display: inline-block;
}
.list-point .box > .badge, .list-badge .box > .badge {
    max-width: calc(100% - 2rem);
    position: absolute;
}
.list-badge .box .badge-wrap {
    top: -1.8rem;
    right: 1.25rem;
	position: absolute;
}
.list-badge .box .badge-wrap .badge {
    line-height: 1.8rem;
    height: 1.8rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.list-point .box > .badge {
    top: -2.5rem;
    left: 1.25rem;
    max-width: 70%;
}
.list-flow {
    padding: 0;
}
.list-flow li {
    overflow: hidden;
    margin-bottom: 2rem;
}
.list-flow li .num {
    position: relative;
}
.list-flow li .num::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    min-height: 150px;
    border-left: 1px dashed #808080;
    position: absolute;
    left: 50%;
    top: 57px;
}
.list-flow li:last-child .num::after {
    content: none;
}
.list-flow li .num, .list-flow li .img {
    margin-bottom: 1.5rem;
}
.mv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mv.mv-short, .mv.mv-short > .container, .mv.mv-short > .container .ttl {
    height: auto !important;
    min-height: 150px;
    background-position: top right;
}
.mv.page-header {
    position: relative;
}
.mv.page-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}
.mv.page-header > .container .ttl,
.mv .pan-list {
	z-index: 1;
}
.mv.page-header > .container .ttl {
	position: relative;
}
.mv.page-header > .container {
    padding-bottom: 2rem;
}
.mv, .mv > .container, .mv > .container .ttl {
    height: 100%;
    min-height: 200px;
}
.mv > .container .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.mv#noneMV {
	min-height: 30px;
}
#main article > .mv, #main .article > .mv {
    margin-top: -4rem;
    margin-bottom: 4rem;
}
#main article:last-child {
    padding-bottom: 60px;
}
#topSearch {
    background-color: #2E2F2F;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#topSearch .btn {
    color: #fff;
    margin: 0;
}
#topSearch #topSearchHeader {
    padding: 2rem;
}
#topSearch #topSearchHeader select {
    padding: .5rem;
    font-size: 1.2rem;
    overflow: hidden;
    max-width: 100% !important;
}
#topSearch #topSearchHeader select option {
    overflow: hidden;
}
#topSearch #topSearchHeader #topSearchSelectBtn {
    margin-left: 1rem;
    font-size: 1.1rem;
}
#topSearch #topSearchFooter {
    border-top: 1px solid #fff;
}
#topSearch #topSearchFooter > .row > *:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#topSearch #topSearchFooter .btn {
    width: 100%;
    height: 100%;
    padding: 1.25rem .5rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
}
#topSearch #topSearchFooter .btn p {
    line-height: 1.25;
    margin-bottom: 0;
}
#topMh .pagination-container {
    display: none !important;
}
#eventMov iframe {
    width: 100%;
}
.bg-fixed {
/*    background-position: 0 0;*/
/*    background-size: auto 100%;*/
/*    background-repeat: no-repeat;*/
    background-attachment: fixed;
}
.box-note {
    background-image: linear-gradient(180deg, #d1cfc7 1px, transparent 1px);
    background-size: auto 2.8em;
    line-height: 2.8em;
    padding-bottom: 0.5em;
}
.box-note p {
    line-height: 2.8em;
    margin-bottom: 0em;
}
.box-beige {
    display: block;
    border: 30px solid #f3eed5;
    background-color: #fff;
    padding: 2rem;
    width: 100%;
}
.box-gap-wrap {
    padding-top: 3rem;
}
.box-gap {
    position: relative;
    padding-bottom: 30px;
}

.box-gap-wrap .box-gap:last-of-type, article .box-gap:last-of-type {
    margin-bottom: 0 !important;
}
.box-gap::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 60%;
    display: block;
    height: 100%;
    background-color: #fff;
    border-bottom: 30px solid #f3eed5;
    z-index: -1;
}
.box-gap-right::before {
    right: 0;
    border-left: 30px solid #f3eed5;
}
.box-gap-left::before {
    left: 0;
    border-right: 30px solid #f3eed5;
}
.box-balloon {
    position: absolute;
    z-index: 1;
    max-width: 150px;
    top: -2rem;
    left: 1rem;
}
.box-gap .box-balloon {
    top: -3rem;
}
.box-arrow {
    display: inline-block;
    position: relative;
    background-color: #ccc;
    color: #fff;
}
.ttl.box-arrow {
    display: block;
    width: 100%;
    z-index: 2;
}
.box-arrow-right {
    line-height: 1em;
    height: 1.8em;
    padding: 0.4em 0 0.4em 0.5em;
    align-self: center;
    margin-right: 1.5rem;
    position: relative;
    color: #fff;
    white-space: nowrap;
}
.box-arrow-right::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9em 0 0.9em 10px;
    border-color: transparent transparent transparent #ccc;
}
.box-arrow-under {
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
    align-self: center;
    box-shadow: 0 1px .5rem rgba(0, 0, 0, 0.25);
/*    -webkit-box-shadow: 0 1px .5rem rgba(0, 0, 0, 0.25);*/
}
.list-point .box-arrow-under {
    position: absolute;
    top: -20px;
    left: 1rem;
}
.box-arrow-under::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 1.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
}
.pan-list {
    background-color: rgba(49, 19, 1, 0.75);
    font-size: 0.9rem;
    line-height: 2rem;
    height: 2rem;
    transition: .6s;
    width: 100%;
}
.mv .pan-list {
    position: absolute;
    bottom: 0;
    left: 0;
}
.pan-list, .pan-list a {
    color: #fff;
}
.pan-list li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 80%;
}
.pan-list li:nth-last-child(1)::after {
    content: "";
}
#footer {
    text-align: center;
}
#footer #footerMain,
#footer .copy {
    color: #fff;
/*    background-color: #2E2F2F;*/
}
#footer a {
    color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer .nav {
	justify-content: center;
}
#footer .nav .nav-item {
	padding: 0.2rem 0.5rem;
}
#footer .copy {
	font-size: 0.9rem;
}

#subBtn ul, #subBtn {
    margin-bottom: 0;
}
.fix-nav {
    display: block;
    position: fixed;
    z-index: 10;
}
.icon {
    vertical-align: middle;
    text-align: center;
    padding: 0.25rem 0.5rem;
    background: #2E2F2F;
    color: #fff;
    display: inline-block;
    line-height: 1;
	font-size: 80%;
}
.icon.cat-trans {
    background-color: transparent !important;
    color: #2E2F2F !important;
    border: 1px solid #2E2F2F !important;
}
.scroll {
    overflow: auto;
}
.link_card,
.link-card {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.list-news-wrap .scroll {
    max-height: 250px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.list-news-wrap ul.list-news > li, .list-news-wrap dl.list-news > dd {
    padding: 0.65rem 0;
/*    border-bottom: 1px solid #C9C9C9;*/
    margin-bottom: 0.5rem;
}
.list-news-wrap ul li p, .list-news-wrap dl dd p {
    margin: 0;
}
.list-news li {
    align-self: center;
}
body.top .list-news li a {
    color: #fff;
    text-decoration: none;
}
.list-news li a {
    text-decoration: none;
}
.list-news li a:active, .list-news li a:hover {
    text-decoration: underline;
}
.list-news .icon {
    margin: 0 0.35rem;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}
.list-news-wrap .list-news .icon {
    min-width: 8em;
}
.list-news .icon {
    border: 1px solid transparent;
}
.list-news .icon.cat-blue, .list-news .icon.cat-news {
    background-color: #4c9ac6;
    border-color: #4c9ac6;
}
.list-news .icon.cat-pink, .list-news .icon.cat-event {
    background-color: #ff7b7e;
    border-color: #ff7b7e;
}
.list-news .icon.cat-mint, .list-news .icon.cat-blog {
    background-color: #67d098;
    border-color: #67d098;
}
.list-news .icon.cat-orange {
    background-color: #ff8400;
    border-color: #ff8400;
}
.list-news .icon.cat-purple {
    background-color: #c65ad4;
    border-color: #c65ad4;
}
.list-news .icon.cat-brown {
    background-color: #754c24;
    border-color: #754c24;
}
.list-news .icon.cat-navy {
    background-color: #345e68;
    border-color: #345e68;
}
.list-news .icon.cat-gray {
    background-color: #666666;
    border-color: #666666;
}
.list-news-wrap .list-news .icon {
    border: 0;
}
.list-bn > li {
	margin-bottom: 2rem;
}
.list-bn > li a img {
	width: 100%;
	max-width: 620px;
}
.list-bn > li a img,
.list-links .card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
}
.list-links > li {
	position: relative;
    margin-bottom: 2rem;
}
.list-links .btn {
	color: #fff;
}
.list-links .btn i {
	align-self: center;
}
.list-links-1col .btn i {
	font-size: 1.15rem;
}
.list-links .card {
	border: 0;
	border-radius: 0;
}
.list-links .card.rounded,
.list-links .btn.rounded {
	border-radius: 10px !important;
}
.list-links li .card {
    height: 100%;
}
.list-links .card p,
.list-links .card li {
	font-size: .95rem;
}
.list-links .card-body {
	padding: 15px;
}
.list-links .card-body .ttl a {
	text-decoration: none;
}
.list-links-1col .card-body {
/*	padding: 20px 15px;*/
	padding: 1.5rem;
}
.list-links-step > li .row > *:nth-child(1) {
    padding-bottom: 80px;
    background: url("../images/htu-step-arrow.png") no-repeat;
    background-position: center 130px;
}
.list-links-step > li:nth-last-child(1) .row > * {
    padding-bottom: 0;
    background: none;
}
.list-links figure {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.10);
	text-align: center;
/*	height: 100%;*/
	overflow: hidden;
	display: flex;
    justify-content: center;
	align-items: center;
}
.list-links .swiper-slide figure {
	background-color: #fff;
}
.list-links figure a {
	width: 100%;
}
.list-links-godo .card:hover {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
    transition: 0;
}
/*
.list-links-2col figure,
.list-links-1col figure {
	align-items: center;
}
*/
/*

.list-links figure img {
	height: auto;
	max-width: none;
	min-width: 100%;
	align-self: center;
}
*/
/*

.list-links-1col .card .row *:nth-child(1) figure {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.10);
	text-align: center;
	height: 100%;
	overflow: hidden;
}

.list-links-1col .card {
	padding-right: 30px;
}
.list-links-1col .card .card-btn {
	align-self: center;
	position: absolute;
	height: 100%;
	background-color: #00942C;
	right: 0;
	top: 0;
	width: auto;
}
*/

/*
.table {
    line-height: 1.65;
	font-size: .95rem;
}
*/
.table th {
    vertical-align: top;
}
.table-company {
    margin-bottom: 0;
}
.table-company th, .table-company td {
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
    border-top: 0;
}
.table-company th {
	padding-left: 0;
	padding-right: 0;
	min-width: 5em;
}

table.side-calendar {
    table-layout: fixed;
}



.pagination {
    font-size: 1.1rem;
}
main .pagination a:link {
    text-decoration: none;
}
