<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	ヘッダー＆フッター
------------------------------------------------------------*/
/*FontAwesomeを使用しています。*/
.header {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 99999999;
   margin-bottom: 0.8%;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    height: 100px;
    padding: 0 0.8em;
    margin: 0 auto;
    font-size: 1.2em;
}
.logo {
    margin: 0 auto;
}
.logo img {
    width: 100%;
    text-align: center;
}
.icon {
    margin-left: 1em;
}
.header-inner_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10px;
    padding: 0 0.8em;
    margin: 0 auto;
    font-size: 1.2em;
    background-color: #9a7247;
    z-index: 99999999;
}
@media screen and (max-width: 767px) {
    .header-inner_2 {
   
        height: 10px;}
}
/* footer000 */
/*--------------------------------------------------*/

.footer000 {
    position: relative;
    padding: 40px 0 10%;
    background-color: #f5f0e8;
}
@media screen and (max-width: 767px) {
    .footer000 {
    position: relative;
        padding: 40px 0 25%;
    }
}
.footer000::before {
    position: absolute;
    top: -5px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #e3d2be;
}
.footer000-logo {
    text-align: center;
    margin-bottom: 30px;
}

/*
.footer000-popuplinks li ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #c39e6f;
}
*/


@media (max-width: 1199px) {
/*.footer000-logo {
	height: 40px;
}*/
}

/*.footer000-logo img {
	position: absolute;
	bottom: 0;
}*/
@media (max-width: 1199px) {
/*.footer000-logo img {
	position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}*/
}
.footer000-contact {
    display: block;
    padding: 10px 0;
    border: 1px solid #c39e6f;
    background-color: white;
}
.footer000-contact-inner {
    display: table;
    width: 100%;
}
.footer000-contact-inner.number02 {
    margin-top: 10px;
}
.footer000-contact-icon, .footer000-contact-body {
    display: table-cell;
    vertical-align: middle;
}
.footer000-contact-icon {
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid #c39e6f;
}

@media (min-width: 576px) and (max-width: 767px) {
.footer000-contact-icon {
    width: 90px;
}
}

@media (max-width: 575px) {
.footer000-contact-icon {
    width: auto;
}
}
.footer000-contact-icon i {
    font-size: 50px;
    color: #c39e6f;
}

@media (max-width: 575px) {
.footer000-contact-icon i {
    font-size: 30px;
}
}
.footer000-contact-body {
    padding: 0 10px;
    text-align: center;
}

@media (max-width: 991px) {
.footer000-contact-body {
    padding: 0 10px;
}
}
.footer000-contact-text1 {
    font-size: 15px;
    line-height: 1;
    display: block;
    text-align: center;
}
.footer000-contact-text1 i {
    font-size: 20px;
}
.footer000-contact-text1 i, .footer000-contact-text1 span {
    vertical-align: middle;
}
.footer000-contact-text2 {
    font-size: 34px;
    line-height: 1;
    display: block;
    margin-top: 2px;
    color: #c39e6f;
    text-align: center;
}

@media (max-width: 575px) {
.footer000-contact-text2 {
    font-size: 30px;
}
}
/*.footer000-text3 {
	font-size: 12px;
	line-height: 1;
}*/
.footer000-text3 {
    font-size: 11px;
    line-height: 1.6;
}

@media (max-width:991px) {
.footer000-contact-icon {
    padding: 0 0px;
}
.footer000-contact-icon i {
    font-size: 40px;
}
}

@media (max-width:360px) {
.footer000-contact-text1 {
    font-size: 13px;
    line-height: 1;
    display: block;
}
.footer000-contact-text2 {
    font-size: 26px;
}
.footer000-contact-body {
    padding: 0 0px;
}
}
.footer000-contact-form {
    font-size: 18px;
    line-height: 1;
    display: block;
    padding: 12px 0;
    -webkit-transition: 250ms;
    transition: 250ms;
    color: white;
    background-color: #c39e6f;
    text-align: center;
}

@media (max-width: 575px) {
.footer000-contact-form {
    font-size: 16px;
}
}
.footer000-contact-form:hover {
    background-color: #b38249;
}

.footer_text_1{
    font-size: 1.1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #FFFFFF;
        text-align: center;
}

.footer000-hr {
    margin: 40px 0;
    background-color: #e3d2be;
}
.footer000-links-category {
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3d2be;
}

@media (min-width: 768px) {
.footer000-links a {
    position: relative;
    display: block;
}
.footer000-links a:hover {
    color: #9a7247;
}
.footer000-links a::before {
/*content: '��';*/
}
}

@media (max-width: 767px) {
.footer000-links li + li {
    margin-top: 10px;
}
.footer000-links a {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 10px;
    background-color: #e3d2be;
}
}
.footer000-copy {
    padding: 10px 0;
    background-color: #e3d2be;
}

@media (max-width: 767px) {
.footer000-copy {
    text-align: center;
}
}
.footer000-copy-link {
    display: inline-block;
}

@media (max-width: 575px) {
.footer000-copy-link {

}
}
.footer000-copy-link li {
    display: inline-block;
}
.footer000-copy-link li + li {
    position: relative;
}
.footer000-copy-link li + li::before {
    margin: 0 .5em;
    content: ' | ';
}
.footer000-copy-link a:hover {
    text-decoration: underline;
}

.footer000-copy-link{
    font-size: 1rem;
}


.footer000-copy-copy {
    float: right;
    margin: 0  3em;
    font-size: 1rem;
}

@media (max-width: 767px) {
    
    .container-fluid{
        text-align: center;
    }
    
.footer000-copy-copy {
    display: block;
    float: none;
    margin-top: 5px;
    text-align: center;
}
}

@media screen and (min-width:1201px) {
footer.footer000 .col-xl-4 {
    width: 50%;
}
.footer000-contact-body {
    padding: 0 30px;
    text-align: center;
}
}

@media screen and (max-width:1200px) {
footer.footer000 .col-xl-6 {
    width: 50%;
}
footer.footer000 .col-md-offset-3.mt-xs-15 {
    margin-left: 0;
    margin-top: 0 !important;
}
}

@media screen and (max-width:767px) {
footer.footer000 .col-md-offset-3.mt-xs-15 {
    margin-top: 15px !important;
}
}
/* 2カラムレイアウト*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto 1em;
    max-width: 1300px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

.footer000-contact{
    height: 129px;
}


/* 2カラムレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}
.card-figure {
    margin: 0;
    padding: 0;
}
/* 2カラムレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}
/* 2カラムレイアウトの説明文部分 */
.top_gallery_01 {
    margin: 0;
    padding: 1em;
    color: #191919;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 12px;
    line-height: 1.9;
}
/* 2カラムレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 95%;
}

/* 画面幅768px以上の場合2カラムレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
.card-list {
    margin: 0.5em 0;
    width: calc(98% / 2); /* 100%幅を2で割るという指定 */
}
.top_gallery_01 {
    font-size: 1.3em;
}
}

/* 画面幅992px以上の場合2カラムレイアウトを2カラムで配置 */
@media all and (min-width: 992px) {
.card-list {
    width: calc(98% / 2); /* 100%幅を2で割るという指定 */
    padding: 0px;
}
.top_gallery_01 {
    font-size: 1.3em;
}
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
#cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(98% / 2);
}
}</pre></body></html>