<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */

.wrap {
	text-align: center;
}

.wrap h1 {
	text-align: left;
}

.topimg {
    background-image: url(/post/lixil/hangs/img/img_01.png);
    color: #4C6650;
    box-sizing: border-box;
    position: relative;
    height: 27rem;
    background-size: cover;
    margin: 3em;
}

.topimgs {
	display: none;
}

.top_01 {
    position: absolute;
    top: 20%;
    right: 0;
    width: 60%;
}

.top_01 img {
    width: 60%;
    margin-top: 1.0em;
}

.top_01 p {
    margin-top: 1.0em;
    font-weight: 500!important;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1em;
}

.hangs_00 {
	border-top: 5px solid #FFF7B9;
	background-color: #8D9E8F;
	padding: 3%;
	text-align: center;
}

.hangs_00 img.h-img {
	width: 30%;
}

.hangs_01 {
    width: 100%;
    text-align: center;
    margin: 1em auto;
    background-color: #ffffff;
    padding: 1em;
    display: grid;
    gap: 1em;
}

.hangs_01:nth-child(2){
}

/*
.hangs_01:first-child img {
	margin-bottom: 3em;
}

.hangs_01 img:first-child {
    max-width: 654px;
}

.hangs_01:last-child p {
    max-width: 720px;
    background-color: #ffffff;
    text-align: center;
    margin: 2em auto 0;
}
*/
.hangs_01:last-child img {
	padding: 5%;
}

.hangs_01 h2 {
    /* font-size: 1.8em; */
    color: #4C6650;
    /* font-weight: 700!important; */
    /* letter-spacing: 1px; */
    padding: 0.4em;
    border-bottom: #CEB993 2px solid;
    position: relative;
    width: 95%;
    margin: 0 auto 1em;
}

.hangs_01 h2::before {
	content: url(../img/img_04.png);
	padding: 0.4em;
}

::before {}

.hangs_01 h2::after {
	content: url(../img/img_04.png);
	padding: 0.4em;
}

.hangs_01 h3 {
    font-size: 1.4em;
    line-height: 1.6;
    margin: 1.0em 0 2.0em;
}

.hangs_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 91%;
    padding: 1em;
    background: #FCF8F2;
    margin: 0 auto;
    border-radius: 5px;
}

.hangs_box01 {
    /* width: 40%; */
}

.hangs_box02 {
    width: 50%;
    /* padding-right: 3%; */
}

.hangs_box02 p {
	margin-top: 2em;
}

.hangs_01 h4 {
    /* font-size: 1.7em; */
    /* line-height: 1.2em; */
    /* margin: 1.0em 0; */
    color: #604F43;
    /* font-weight: 500!important; */
}

.hangs_box03 {
    margin: 5% auto 5%;
    background: #FCF8F2;
    width: 90%;
    padding: 1% 2% 3% 2%;
    text-align: center;
	border-radius: 5px;
}

.hangs_box03:last-child {
    background: #ffffff;
	margin: 0;
	padding: 0 0 3em 0;
}

.hangs_box03 p {
	margin-bottom: 1.0em;
}

.mt {margin-top: 2em;}

.hangs_box ul{
    width: 90%;
    list-style: none;
    text-align: center;
    margin: 0;
}

.hangs_box03 ul li{
	color: #4C6650;
	text-align: left;
}

.hangs_box03 ul li a{
	text-decoration: none;
	color: #4C6650;
}

.hangs_box03 ul li a:hover{
	color: #849B86;
}

.fa-window-restore, .fa-envelope{
	font-weight: bold;
}

.hangs_01 p {
}

.hangs_01 p span {
	font-size: 1.0em;
}

.hangs_02 ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 3em;
    padding: 1% 3%;
    list-style: none;
    width: 88%;
    text-align: center;
	border: 2px solid #CEB993;
	border-radius: 10px;
}

.hangs_02 li:first-child {
	width: 40%;
}

.hangs_02 li:first-child img {
	width: 100%;
	max-width: 220px;
	height: auto;
}

.hangs_02 li:last-child {
	width: 60%;
	margin-top: 1.5em;
}

.hangs_021 {
    width: 320px;
    margin: 1% 1% 2% 1%;
	border: 1px solid #526389;
	padding: 2%;
}

.hangs_021 p {
	margin: 0;
}

.hangs_021 img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 1em 0;
}

a.hangs_btn {
	width: 80%;
	margin: 0.5em auto;
	font-weight: 600!important;
	font-size: 0.9em;
    position: relative;
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #ffffff;
    background: #AF8D52;
    border-radius: 4px;
}

a.hangs_btn:hover {	
    background: #CEAC7C;
}

.hangs_btn::after {
	font-family: "Font Awesome 5 Free";
  	content: "\f105";
	position: absolute;
	right: 15px;
	top: 1px;
    font-size: 1.5em;
    line-height: 42px;
	padding-bottom: 2em;
	font-weight: bold;
}
</pre></body></html>