<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&amp;family=Shippori+Mincho:wght@400;700&amp;display=swap');
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 0;
}
#main .headLine02 {
    margin-bottom: 28px;
}
#main .topBox {
    padding: 23px 16px 24px;
    background: url("../img/common/bg01.jpg") no-repeat left center;
    background-size: cover;
}
#main .topBox .comLinkUl li {
    margin-bottom: 0;
    width: 47%;
}
#main .topBox .comLinkUl li a {
    padding: 9px;
    background-size: 15px auto;
    background-position: right 12px center;
}
#main .gray {
    padding: 28px 15px 57px;
    background-color: #F5F5F5;
}
#main .stepUl &gt; li {
    margin-bottom: 52px;
    position: relative;
    border: 1px dashed #386710;
    background-color: #fff;
}
#main .stepUl &gt; li .inner {
    width: 100%;
    display: table;
    border-collapse: collapse;
}
#main .stepUl &gt; li .inner &gt; div  {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#main .stepUl &gt; li .inner .img {
    padding: 18px 20px 21px;
    width: 66px;
}
#main .stepUl &gt; li .inner .txt {
    padding: 13px 5px;
}
#main .stepUl &gt; li .inner .txt .ttl {
    margin-bottom: -1px;
    color: #386710;
    font-size: 1.6rem;
    font-weight: bold;
}
#main .stepUl &gt; li .inner .txt .btn {
    margin: 6px auto 0;
    width: 152px;
}
#main .stepUl &gt; li .inner .txt .btn a {
    padding: 4px 3px 3px;
    font-weight: bold;
    display: block;
    color: #fff;
    background-color: #386710;
    border-radius: 10px;
}
#main .stepUl &gt; li::after {
    margin-left: -41px;
    width: 82px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -36px;
    background: url("../img/flower/arrow.png") no-repeat left top;
    background-size: 100% 100%;
    content: '';
}
#main .stepUl .title {
    padding-bottom: 6px;
    margin: 10px 17px 9px;
    color: #134F0D;
    font-weight: bold;
    border-bottom: 2px solid #134F0D;
}
#main .stepUl .title span a{
    padding: 5px 30px;
    font-weight: bold;
    color: #fff;
    background-color: #386710;
    border-radius: 10px;
	margin-left: 10px;
}
#main .stepUl .telUl {
    margin: -7px 28px 23px;
}
#main .stepUl .telUl li {
    margin-top: 7px;
    font-size: 1.9rem;
    font-weight: bold;
    width: 48%;
    font-family: 'Lato', sans-serif;
}
#main .stepUl .telUl li .down  {
    margin-bottom: 4px;
}
#main .stepUl .telUl li .down a {
   padding: 4px 22px;
    font-weight: bold;
    color: #fff;
    background-color: #386710;
    border-radius: 10px;
}

#main .stepUl .telUl li a {
    color: #525252;
}

#main .stepUl .telUl li span {
    margin-bottom: -4px;
    display: block;
    color: #134F0D;
    font-weight: normal;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#main .stepUl &gt; li:last-child {
    margin-bottom: 56px;
}
#main .stepUl &gt; li:last-child::after {
    display: none;
}
#main .stepUl {
    margin-bottom: -19px;
}
#main .gray .btmTxt {
    margin-top: 32px;
}
#main .gray .btmTxt span {
    display: block;
}
#main .gray .btmTxt span a {
    font-weight: bold;
    text-decoration: underline;
}
#main .bgBox {
    padding: 33px 16px 40px;
    background: url("../img/common/bg01.jpg") no-repeat left center;
    background-size: cover;
}
#main .bgBox .headLine01 {
    margin-bottom: 15px;
}
#main .bgBox .comLinkUl li a {
    padding: 9px;
    background-position: right 20px center;
}
#main .headLine02 span {
    color: #2C2C2C;
    display: block;
    text-align: right;
    font-size: 1.4rem;
}
#main .bgBox + .gray {
    margin-bottom: 30px;
    padding: 36px 15px 35px;
}
#main .bgBox + .gray .headLine02 {
    margin-bottom: 35px;
}
#main .photoUl {
    margin: -20px 0 0;
}
#main ul .set{
	text-align: center;
	margin: 20px 0px;
}    
#main ul .set .souki{
	color: #da5620;
}    
#main ul .set .souki2{
	font-size: 3rem;
    font-weight: bold;
    color: #da5620;
}  
#main .tyuui2{
	margin-top: 10px;
}  
#main .photoUl li {
    margin-top: 20px;
    width: 45.8%;
}
#main .photoUl li .photo {
    margin-bottom: 6px;
    text-align: center;
}
#main .photoUl li .photo img {
    width: 100%;
}
#main .photoUl li p {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
#main .photoUl li p .price {
    font-size: 2rem;
    font-weight: normal;
}
#main .photoUl li p .size {
    margin-bottom: -9px;
    display: block;
    line-height: 1.35;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
}
#main .photoUl li p .size2 {
    display: block;
    line-height: 1.35;
    font-weight: normal;
    font-size: 1.4rem;
}
#main #a04 .photoUl li:nth-child(3) {
    width: 100%;
}
#main #a04 .photoUl li:nth-child(3) .photo img {
    width: 54%;
}
#main .photoUl li p .size:last-child {
    margin-bottom: 0;
}
#main #a04 .photoUl li:nth-child(3) p .size {
    text-align: center;
}
@media all and (max-width: 365px) {

    #main .stepUl .telUl {
        margin: -7px 20px 23px;
    }
    #main .stepUl .telUl li {
        line-height: 1.2;
        font-size: 1.8rem;
        word-break: break-all;
    }
    #main .stepUl .telUl li span {
        margin-bottom: 0;
    }
}

.bg-height{
	height: 100vh;
}
.flower_title0601{
	font-family: 'Noto Serif JP', serif;
/*	font-family: 'Shippori Mincho', serif;*/
	background-image: url(../img/hatubon_info_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 200%;
    color: #FFF;
    padding: 20px 0;
    background-size: cover;
    margin: 0 0 40px 0;
}</pre></body></html>