/* CSS Document */
.font-sawamin, .font-min {
    font-family: "Sawarabi Mincho";
    /*    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
}
body {
    color: #454545;
    background-color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#main {
    background-color: rgba(255, 255, 255, 1.0);
}
#header #gNavi, #footer {
    background: url("../images/bg-washi-green.jpg");
}
body main p {
    line-height: 2;
}
.color-link,
a:link, a:hover, a:active, a {
    color: #456032;
}
body img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
}
figure.gallery {
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#mv .ttl {
    position: absolute;
    top: calc(50% - 3rem);
    width: 100%;
    text-align: center;
    margin: 0;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.95);
}
#mv .ttl h1 {
    font-size: 3rem;
}
#mv .ttl > * {
    margin-bottom: 0rem;
}
#mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    display: block;
}
#mv {
    background-repeat: no-repeat;
    background-position: center bottom;
    /*    background-size: auto 100%;*/
    background-size: cover;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 275px;
    /*	opacity: .4;*/
}
#mv.mv-short {
	min-height: 200px;
	height: auto;
}
#mv.mv-post {
    min-height: 10rem;
    height: auto;
}
#mv.mv-shitate {
    background-image: url("../images/mv-shitate@2x.jpg");
}
#mv.mv-syufuku {
    background-image: url("../images/mv-syufuku@2x.jpg");
}
#mv.mv-jirei {
    background-image: url("../images/mv-jirei@2x.jpg");
}
#mv.mv-annai {
    background-image: url("../images/mv-annai@2x.jpg");
}
#mv.mv-otoiawase {
    background-image: url("../images/mv-otoiawase@2x.jpg");
}
.fadeIn {
    opacity: 0;
    transition: 1.2s;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 1s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.lazyload, .lazyloading {
    opacity: 0;
    visibility: hidden;
    /*  transform: scale(.8);*/
}
.lazyloaded {
    opacity: 1;
    visibility: visible;
    /*  transform: none;*/
    transition: 3s ease;
}
/* ページTOPに戻る */
#pagetop a i {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
#pagetop {
    display: block;
    position: fixed;
    z-index: 888;
    bottom: 1rem;
    right: 1rem;
    padding: 0;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(69, 96, 50, 0.75);
    border: 2px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
}
#pagetop:hover {
    background-color: rgba(69, 96, 50, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
#main a:link {
    text-decoration: underline;
}
.btn {
    /*	border-radius: 0;*/
    line-height: 1.1;
}
#main a.btn, #main a:link:hover {
    text-decoration: none;
}
.color-green {
    color: #456032 !important;
}
.color-orange {
    color: #E89107 !important;
}
.color-blue {
    color: #1269AB !important;
}
.color-red {
    color: #FF1414 !important;
}
.color-gray {
    color: #656565 !important;
}
.color-white {
    color: #fff !important;
}
.border-green {
    border-color: #456032 !important;
}
.border-orange {
    border-color: #E89107 !important;
}
.border-blue {
    border-color: #1269AB !important;
}
.border-red {
    border-color: #FF1414 !important;
}
.border-pink {
    border-color: #FF6496 !important;
}
.border-gray {
    border-color: #656565 !important;
}
.border-white {
    border-color: #fff !important;
}
.bg-lGray {
    background-color: rgba(0, 0, 0, 0.05);
}
.bg-gray {
    background-color: #707070;
}
.bg-lBlue {
    background-color: #00AAE6;
}
.bg-lOrange {
    background-color: #FF3E00;
}
.bg-lGreen {
    background-color: rgba(69, 96, 50, 0.05);
}
.bg-green {
    background-color: #456032;
}
.bg-red {
    background-color: #FF1414;
}
.ttl {
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}
.lineUnder {
    background-repeat: repeat-x;
    background-position: left bottom;
}
hr.lineUnder {
    border: 0;
    height: 3px;
}
.ttl.lineUnder {
    padding-bottom: 5px;
}
.lineUnder-green {
    background-image: url("../web2020/images/lineUnder-green.png");
}
.lineUnder-orange {
    background-image: url("../web2020/images/lineUnder-orange.png");
}
.lineUnder-blue {
    background-image: url("../web2020/images/lineUnder-blue.png");
}
.lineUnder-gray {
    background-image: url("../web2020/images/lineUnder-gray.png");
}
.arrowUnder {
    width: 100%;
    height: 80px;
    clear: both;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
}
.arrowUnder-green {
    background-image: url("../web2020/images/arrowUnder-green.png");
}
.arrowUnder-blue {
    background-image: url("../web2020/images/arrowUnder-blue.png");
}
.arrowUnder-orange {
    background-image: url("../web2020/images/arrowUnder-orange.png");
}
.frame {
    /*	padding: 8px;*/
    /*	background-color: #fff;*/
    border: 8px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.box-rounded {
    border-radius: 20px;
}
.box .box.box-rounded {
    color: #727272;
    border-radius: 10px;
    background-color: #FDFCFA;
    border-width: 1px;
    padding: 1.5rem 1.5rem;
    /*    font-size: 90%;*/
}
.box .box.box-rounded ul li:last-child {
    margin-bottom: 0;
}
.dropdown-divider {
    opacity: 0.5;
}
/*===== ▼GoogleMap Responsive =====*/
.ggmap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px none;
}
/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
    /*    background-color: #000;*/
}
.swiper-slide {
    font-size: 1rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1105px;
    max-width: 100%;
}
.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
    opacity: .3;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-slide img {
    width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0.36);
}
.swiper-pagination-bullet {
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#main .article, #main article {
    padding: 3rem 0;
    border-bottom: 1px solid #efefef;
}
#main section {
    padding-bottom: 2rem;
}
#main article section:last-child, #main .article section:last-child {
    padding-bottom: 0;
}
#header {
    width: 100%;
    z-index: 999;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 35%);
}
#header img {
    transition: .2s;
}
#header #header_logo {
    padding-top: 0.5rem;
}
/*
#header #header_right {
	padding-top: 0.75rem;
	font-size: 0.75rem;
	text-align: right;
	white-space: nowrap;
}
*/
.tel {
    font-size: 1.5rem;
    white-space: nowrap;
}
.tel i {
    font-size: 65%;
    margin-top: -0.2em;
    vertical-align: middle;
}
/*
#header_logo img.logo_txt {
	padding: 15px 0 0 10px;
	width: auto;
}
*/
.navbar-collapse .navbar-nav a.nav-link, .navbar-collapse .navbar-nav a.dropdown-item {
    font-size: 90%;
    padding: 0.5rem 0.65rem;
    color: #fff;
    /*	border-bottom: 1px solid rgb(255 255 255 / 32%);*/
    line-height: normal;
}
#gNavi a.dropdown-item small::before, #footerMenu a.dropdown-item small::before {
    content: " \A ";
    white-space: pre;
}
a.dropdown-item {
    padding-right: 0.5rem;
}
a.dropdown-item i.small {
    padding-left: 0.5rem;
    margin-top: -0.5rem;
}
#footer {
    position: relative;
    /*	background-color: #456032;*/
    /*	rgba(69,96,50,1);*/
}
#footer, #footer a {
    color: rgba(255, 255, 255, 1);
}
#footerMenu .nav-item > a {
    display: block;
    padding: 0.35rem 0;
    font-weight: bold;
}
#footerMenu ul ul a {
    color: rgba(255, 255, 255, 0.85);
    padding: 0.15rem 0.5rem;
}
#header .menu .dropdown-item::before, #footerMenu .dropdown-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    padding-right: 0.5rem;
}
#footerMenu ul ul a:hover, #footerMenu ul ul a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}
#footer #footerMain {
    padding-top: 1.5rem;
    overflow: hidden;
}
#footerMenu {
    line-height: normal;
    font-size: 1rem;
}
#gNavi ul li .nav-link i, .dropdown-menu a i, #footerMenu a i {
    padding-right: 0.5rem;
}
#footerMenu li {
    /*	margin-bottom: 0.25rem;*/
}
#footerMenu li ul {
    font-size: 90%;
}
#footer .copy {
    color: #fff;
    text-align: center;
    padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}
#gNavi {
    padding: 0;
}
#gNavi .dropdown-toggle::after {
    color: #fff !important;
    vertical-align: middle;
}
#gNavi ul li .nav-link img {
    vertical-align: middle;
}
.common-footerQa {
    padding: 2rem 0;
}
.page-header {
    position: relative;
    line-height: 0;
    background-color: #f8f9fa;
    overflow: hidden;
    text-align: center;
}
.page-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5);
    z-index: 100;
}
.page-header img {
    width: auto;
    max-height: 500px;
    margin: 0 auto;
    display: block;
}
.list-desc {
    margin-bottom: 0;
}
.list-desc > li {
    position: relative;
    margin-bottom: 1.5rem;
}
.list-desc > li:last-child {
    margin-bottom: 0;
}
.list-desc > li.box {
    padding: 1rem 1rem;
}
.list-desc > li.box .number {
    margin-top: -0.5rem;
}
.list-desc > li.box.number img {
    max-width: 100%;
}
.box .desc {
    font-size: 0.9rem;
    line-height: 1.85;
    opacity: .85;
}
.desc p:nth-last-child(1) {
    margin-bottom: 0;
}
.box {
    position: relative;
    padding: 15px;
    border: 1px solid #707070;
    background-color: rgba(255, 255, 255, 1.00);
}
li > .box {
    height: 100%;
}
.box.trans {
    padding: 2.5rem;
    background-color: rgba(255, 255, 255, 0.90);
    border: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.box .ttl {
    margin-bottom: 0.85rem;
    font-weight: bold;
}
.box p:last-child {
    margin-bottom: 0;
}
.list-gallery {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.list-gallery li {
    padding: 0.5rem !important;
}
.list-gallery .box p {
    font-size: 0.9rem;
    line-height: 1.5;
}
.list-gallery li img {
    display: block;
    margin: 0 auto;
}
.list-gallery li .ttl > span {
    display: block;
}
.list-gallery li .ttl {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
}
.scroll {
    overflow: auto;
}
#news .news_list {
    height: 330px;
    overflow: hidden;
}
.news_list .ttl {
    margin-top: -0.5em;
}
.news_list .inner {
    background-color: #fff;
}
.news_list .inner .scroll {
    background-color: #fff;
    max-height: 250px;
    padding: 1rem 0;
    scroll-behavior: smooth;
    font-size: 1rem;
}
.news_list dl dt .date {
    font-size: 0.8rem;
    font-weight: normal;
    padding-right: 0.5rem;
}
.news_list dl dd {
    padding: 0.5rem 0;
    border-bottom: 1px dotted #C9C9C9;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.news_list dl dd p {
    margin: 0;
}
.capbox {
    position: relative;
}
.capbox .cap {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    font-size: 0.95rem;
    color: #fff;
    padding: 0.3em 0.65em;
    width: 100%;
    margin: 0;
    line-height: 1.15;
    text-align: center;
    display: block;
}
.capbox .frame .cap {
    bottom: 0.5rem;
    width: calc(100% - 1rem);
}
.capbox .cap2 {
    display: block;
    position: absolute;
    top: calc(50% - 0.65em);
    font-size: 1.5rem;
    color: #fff;
    width: 100%;
    margin: 0;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30)
}
table.price {
    margin: 0px auto 10px auto;
    margin-bottom: 1.5rem;
    width: 100%;
}
table.price th {
    text-align: center;
    padding: 6px 3px;
    font-weight: bold;
    background-color: #EFEFEF;
    white-space: nowrap;
    border: 1px solid #000;
    width: auto;
    font-size: 95%;
}
table.price th span {
    font-size: 85%;
    display: block;
    color: #666;
    padding: 3px 0 0 0;
}
table.price td {
    border: 1px solid #000;
    text-align: center;
    padding: 0.5rem;
    background-color: #FFF;
    width: auto;
    font-size: 100%;
}
table.price .red {
    color: #FF1414;
}
table.price td.red {
    background-color: #FFFBED;
    font-weight: bold;
    border: 2px solid #F00;
    font-size: 1.3rem;
    white-space: nowrap;
}
table.price td.red strong {
    font-weight: bold;
    font-size: 1.2rem;
}
table.price tr.red {
    border-left: 3px solid #FF1414;
    border-right: 3px solid #FF1414;
}
.price_s {
    display: block;
    margin-bottom: 15px;
    height: auto;
    width: auto;
}
.price_s table.price th.first, #rent table.price th.first {
    width: 60px !important;
}
.price_s div.fltrt, #rent .inner div.fltrt {
    display: block;
    width: 430px;
    /* [disabled]overflow: hidden;
*/
    margin-bottom: 15px;
}
.price_s .fltrt img, #rent .inner .fltrt img {
    display: block;
    margin: 0 0 10px 0;
}
.price_s .fltrt form, #rent .inner .fltrt form {
    display: block;
    width: auto;
    margin: 0 auto 10px auto;
    padding: 0 2px;
}
.price_s div.fltlt, #rent .inner div.fltlt {
    display: block;
    width: auto;
    font-size: 90%;
    text-align: center;
    margin-bottom: 15px;
}
.price_s div.fltlt img, #rent .inner div.fltlt img {
    display: block;
    margin-bottom: 5px;
}
/*
lower
*/
#topSS {
    background: url("../web2020/images/top_ss_bg.jpg");
    background-size: cover;
    color: #fff;
}
#main #companyGreeting {
    background: url("../web2020/images/company_greeting_bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 5rem 0;
}
#companyInfo {
    font-size: 0.9rem;
}
#companyInfo .table {
    font-family: "Osaka-mono", "MS Gothic", "monospace";
}
#companyInfo .table th {
    white-space: nowrap;
}
.ttl-bar {
    background-color: #707070;
    color: #fff;
    font-size: 1.1rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}

body .blocks-gallery-grid .blocks-gallery-image figcaption, body .blocks-gallery-grid .blocks-gallery-item figcaption, body .wp-block-gallery .blocks-gallery-image figcaption, body .wp-block-gallery .blocks-gallery-item figcaption {
    padding: .8em .77em 3em;
    bottom: inherit;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    font-size: 1rem;
}
.list-jirei .entry-ttl, 
.list-jirei .entry-exp {
	line-height: normal;
} 
.list-jirei .entry-exp {
	font-size: 0.7rem;
}
#main .list-jirei .entry-ttl a {
	text-decoration: none;
}
.pan-list {
	font-size: 0.9rem;
}
