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

div#sb-site {
    padding: 120px 0 0;
}
main a:hover {
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity: 0.7;
zoom:1;
}
#content{
  margin: 0 auto;
  text-align: -webkit-center;
}
.h2_title, .h2_title img {
    width: auto;
    height: 85px;
    margin-bottom: 0;
    display: block;
}
.h2_title img {
    margin: 0 auto;
}
#content h3{
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
#content p{
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
.sub_title {
    width: 210px;
    background-color: #000;
    color: #fff;
    padding: 2px 0;
    transform: skewX(-18deg);
    margin: 40px auto 60px;
}
#content .sub_title p,#content .sub_title h3 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    transform: skewX(18deg);
    line-height: 2;
}
/*----------------------------------
main
----------------------------------*/
#main{
  background: linear-gradient(180deg,#fff 0%,#fff 22%,#f4e6da 22%,#f4e6da 100%);
  margin: 0 0 50px;
  padding-bottom: 50px;
}
#main h2 {
    margin: 0 auto 20px;
}
#main h2 img {
    width: 217px;
}
.main_visual {
    margin: 0 0 50px;
    width: 788px;
}
/*-- what's --*/
#main .whats h3 {
    margin-bottom: 10px;
}
#main p.whats01 {
    font-size: 30px;
    margin-bottom: 20px;
}

/*----------------------------------
button
----------------------------------*/
.button{
    padding:70px;
}
.button &gt; a {
    background: #c33232;
    box-shadow: 0 3px 0 #7f1515;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding: 11px 10px 10px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}
.button &gt; a:hover {
  top: 3px;
  box-shadow: none;
}
/*----------------------------------
flow
----------------------------------*/
#flow {
  margin: 60px auto 120px;
}
#flow h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(transparent 60%, #fae5d2 60%);
    position: relative;
}
#flow ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 40px auto 0;
}
#flow li {
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 4%;
    border-right: 2px solid #000;
    position: relative;
}
#flow li:last-child {
    border-right: none;
}
#flow li:nth-child(1):before,
#flow li:nth-child(1):after,
#flow li:nth-child(2):before,
#flow li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}
#flow li:nth-child(1):before,
#flow li:nth-child(2):before {
    right: -16px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    border-width: 0 30px 30px 0;
    transform: rotate(-135deg);
}
#flow li:nth-child(1):after,
#flow li:nth-child(2):after {
    right: -14px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 30px 30px 0;
    transform: rotate(-135deg);
    z-index: 1;
}
#flow li h3 {
    text-align: left;
    vertical-align: bottom;
    height: 4em;
    position: relative;
    display: block;
}
#flow li h3 span {
    position: absolute;
    bottom: -5px;
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 75px 0 0;
}
#flow li:nth-child(1) h3 {
    background: url(../images/flow_no1.png) center right / contain no-repeat;
}
#flow li:nth-child(2) h3 {
    background: url(../images/flow_no2.png) center right / contain no-repeat;
}
#flow li:nth-child(3) h3 {
    background: url(../images/flow_no3.png) center right / contain no-repeat;
}
#flow li img {
    width: 80%;
    margin: 15px auto;
}
#flow li p {
    text-align: left;
    font-size: 15px;
}
/*----------------------------------
recommended
----------------------------------*/
#recommended{
  width: 80%;
  padding-bottom: 10%;
  margin: 0 auto;
}
#recommended h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(transparent 60%, #fae5d2 60%);
    position: relative;
}
#recommended h2:before {
    content: "";
    background-image: url(../images/recommended_icon.png);
    padding: 31px 27px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -10px;
    left: -63px;
}
ul.recommended_list {
    border: 1px solid #000;
    width: 96%;
    box-shadow: 5px 9px #000;
    margin: 30px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 20px 20px 35px;
    box-sizing: border-box;
}
ul.recommended_list li {
    width: 37%;
    margin: 0 auto;
}
ul.recommended_list li:nth-child(3) {
    width: 47%;
}
#recommended h3 {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    width: 215px;
    margin: 0 auto 10px;
}
/*----------------------------------
merit
----------------------------------*/
#merit h2 {
  width: 60%;
  margin-bottom:30px;
}
ul.merit_list{
  display: flex;
  display: -webkit-flex;
}
ul.merit_list li {
    border: 2px solid #000;
    border-radius: 10px;
    overflow: hidden;
    width: 49%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 30px;
}
ul.merit_list li &gt; img {
    margin-bottom: 30px;
}
#merit .merit_list h3 {
    letter-spacing: 1.3px;
    position: relative;
    margin-bottom: 20px;
}
#merit .merit_list h3:before {
    content: "";
    background-image: url(../images/merit_icon.png);
    padding: 15px 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -49px;
}
#merit .merit_list h3 span {
  background: linear-gradient(transparent 60%, #fae5d2 60%);
}
#merit .merit_list p {
    padding: 0 40px;
    font-size: 15px;
    text-align: left;
    font-style: normal;
}
/*----------------------------------
step
----------------------------------*/
#step .step_box {
  background:#efe2d5;
  padding: 70px 3% 100px 3%;
}
.step_preparation {
    border: 1px solid;
    padding: 45px 79px;
    text-align: left;
    width: 900px;
    box-sizing: border-box;
    margin: 30px auto 0;
}
#step .step_preparation p {
    font-size: 26px;
    font-weight: normal;
    padding-left: 1em;
    letter-spacing: 3.5px;
}
#step .step_preparation p.preparation01 {
    font-size: 29px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    font-weight: bold;
}
#step .step_preparation p.preparation02 {
    color: #ee342f;
    font-weight: bold;
    margin: 15px auto 20px;
}
.step_outer {
    background-color: #efe2d5;
    padding: 50px;
}
ul.step_list li {
    display: flex;
    text-align: left;
    margin: 30px auto;
}
ul.step_list li &gt; div{
  margin: 0 auto;
}
ul.step_list li &gt; div.text{
  width: 50%
}
ul.step_list li &gt; div.image{
  width: 39%
}
#step .step_outer img.step_number {
    width: 15%;
    margin-bottom: 10px;
    display: block;
}
#step .step_outer h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
#step .step_outer p {
    font-size: 16px;
    font-weight: normal;
}
#step .step_outer p.notes {
    font-size: 12px;
    margin-top: 20px;
}
/*----------------------------------
media
----------------------------------*/
.madia_image {
    width: 600px;
    margin: 100px auto 45px;
}
#media h3 {
    font-size: 22px;
    line-height: 2;
    background-color: #efe1d4;
    padding: 10px 90px;
    letter-spacing: 2.5px;
}
#media p {
    width: 600px;
    font-size: 24px;
    letter-spacing: 2.5px;
    margin: 100px auto;
}
/*----------------------------------
faq
----------------------------------*/
#faq .h2_title {
    width: 560px;
    height: auto;
    border-bottom: 3px solid #000;
    padding-bottom: 40px;
    margin: 0 auto;
}
.faq_box {
    margin: 40px auto 0;
    text-align: left;
    width: 760px;
}
#faq p{
  line-height: 2;
}
#faq p.question:before {
    content: "Q.";
    padding-right: 0.5em;
}
.faq_box &gt; div {
    margin: 10px auto 0;
    background-color: #efe1d4;
    padding: 40px 50px;
}
#faq p.answer:before {
    content: "A.";
    padding-right: 0.5em;
}
/*----------------------------------
voice
----------------------------------*/
#voice{
  background:#efe2d5;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
#voice p {
    text-align: left;
    line-height: 2;
}
.voice_box {
    margin: 40px auto 0;
    width: 650px;
}
#voice p.voice_text {
    display: inline-block;
    position: relative;
    border-radius: 45px;
    background: #ffffff;
    padding: 40px 20px;
    box-shadow: 8px 7px 5px #9a7e66;
    -moz-box-shadow: 8px 7px 5px #9a7e66;
}
#voice p.voice_text:before {
    content: "";
    position: absolute;
    bottom: -45px;
    right: 118px;
    box-shadow: 13px -20px 5px #9a7e66;
    -moz-box-shadow: 13px -20px 5px #9a7e66;
    transform: translateY(-45%) rotate(-195deg) skew(32deg,37deg);
    background-color: #fff;
    width: 52px;
    height: 57px;
}
#voice .voice_box.left_box p.voice_text:before {
    left: 118px;
    right: 0;
    box-shadow: -20px 11px 5px #9a7e66;
    -moz-box-shadow: -20px 11px 5px #9a7e66;
    transform: translateY(-45%) rotate(-87deg) skew(32deg,37deg);
}
#voice p.voice_text:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 138px;
    background-color: #fff;
    width: 60px;
    height: 42px;
}
#voice .voice_box.left_box p.voice_text:after {
        left: 138px;
        right: 0;
}
#voice p.costomer_info {
    font-size: 18px;
    font-weight: normal;
    padding-left: 2em;
    margin: 10px 0;
}
#voice .voice_box.left_box p.costomer_info {
    text-align: right;
    padding-right: 2em;
    padding-left: 0;
}
/*safari*/
_::-webkit-full-page-media, _:future, :root #voice p.voice_text:before {
    box-shadow: 13px -20px 45px #9a7e66;
}
_::-webkit-full-page-media, _:future, :root #voice .voice_box.left_box p.voice_text:before  {
    box-shadow: -20px 11px 45px #9a7e66;
}
_::-webkit-full-page-media, _:future, :root #voice p.voice_text:after {
    width: 75px;
}
/*----------------------------------
shop_list
----------------------------------*/
.shop_list_title{
  margin-bottom: 50px;
}
#shop_list ul {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#shop_list li {
    width: 49%;
    padding: 20px 30px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 10px;
    margin: 0 auto 10px;
}
#shop_list li &gt; a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#shop_list li img {
    width: 48%;
    margin: 12px 0 0;
}
#shop_list li img:first-child {
    width: 100%;
    margin: 0 auto;
}
#shop_list li p {
    text-align: left;
    font-size: 15px;
    margin: 20px auto;
    width: 100%;
}
#shop_list .button {
    padding: 0;
}
#shop_list .button &gt; a {
    width: 100%;
}
/*----------------------------------
SP
----------------------------------*/
 @media screen and (max-width:640px){
     div#sb-site {
         padding: 80px 0 0;
     }
    #content{
      margin: 0 auto;
      padding: 0 10px;
      text-align: -webkit-center;
    }
    #content p {
      font-size: 16px;
    }
    .h2_title, .h2_title img {
        width: auto;
        height: 12vw;
        margin-bottom: 0;
    }
    #content h3 {
        font-size: 18px;
    }
    .sub_title {
        width: 40vw;
        margin: 6% auto 10%;
    }
    #content .sub_title p,#content .sub_title h3 {
        font-size: 10px;
    }
    /*----------------------------------
    main
    ----------------------------------*/
    #main {
        background: linear-gradient(180deg,#fff 0%,#fff 15%,#f4e6da 15%,#f4e6da 100%);
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    #main h2 {
        margin: 0 auto 10px;
    }
    #main h2 img {
        width: 60%;
    }
    .main_visual {
        width: 90%;
        margin-bottom: 25px;
    }
    #main h3 img {
        height: 9vw;
    }
    /*-- what's --*/
    .whats {
        padding: 0 5%;
    }
    #main .whats p.whats01 {
        font-size: 18px;
    }
    /*----------------------------------
    button
    ----------------------------------*/
    .button {
      padding:10% 0;
    }
    .button &gt; a {
        width: 95%;
        font-size: 16px;
    }
    /*----------------------------------
    flow
    ----------------------------------*/
    #flow {
        margin-bottom: 20px;
    }
    #flow h2 {
        font-size: 16px;
    }
    #flow li {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #000;
    }
    #flow li:first-child {
        padding-top: 10px;
    }
    #flow li:last-child {
        border-bottom: none;
    }
    #flow li:nth-child(1):before,
    #flow li:nth-child(1):after,
    #flow li:nth-child(2):before,
    #flow li:nth-child(2):after {
        right: 0;
        left: 0;
        top: auto;
        margin: auto;
    }
    #flow li:nth-child(1):before,
    #flow li:nth-child(2):before {
        bottom: -16px;
        transform: rotate(-45deg);
    }
    #flow li:nth-child(1):after,
    #flow li:nth-child(2):after {
        bottom: -14px;
        transform: rotate(-45deg);
    }
    #flow ul {
        margin-top: 0;
        width: 90%;
    }
    #flow li {
        padding: 40px 0;
    }
    #flow li h3 {
        height: 3em;
        font-size: 220%;
    }
    #flow li:nth-child(1) h3,
    #flow li:nth-child(2) h3,
    #flow li:nth-child(3) h3 {
        background-position: center left;
    }
    #flow li h3 span {
        padding: 0 0 0 75px;
    }
    #flow li img {
        width: 60%;
    }

    /*----------------------------------
    recommended
    ----------------------------------*/
    #recommended{
      width: 100%;
      padding: 5% 0 0;
    }
    #recommended h2 {
        font-size: 16px;
    }
    #recommended h2:before {
        padding: 7vw 6vw;
        top: -3vw;
        left: -13vw;
    }

    ul.recommended_list {
        padding: 0px 20px 35px;
    }
    ul.recommended_list li {
        width: 100%;
        margin: 0 auto 10px;
        border-bottom: 1px solid;
        padding: 0 0 20px;
    }
    ul.recommended_list li:nth-child(3) {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 auto;
    }
    #recommended h3 {
        width: 100%;
        font-size: 16px;
    }
    /*----------------------------------
    merit
    ----------------------------------*/
    #merit {
        margin: 13% auto 0;
    }
    ul.merit_list {
        flex-wrap: wrap;
    }
    ul.merit_list li {
        width: 100%;
    }
    ul.merit_list li:first-child {
        margin-bottom: 20px;
    }
    ul.merit_list li &gt; img {
        margin-bottom: 20px;
    }
    #merit .merit_list p {
        padding: 0 5%;
    }
    #merit .merit_list h3 {
        padding-left: 8%;
    }
    #merit .merit_list h3:before {
        padding: 4% 5%;
        top: -5%;
        left: 1%;
    }
    /*----------------------------------
    step
    ----------------------------------*/
    .step_preparation {
        padding: 10px;
        width: 100%;
    }
    #step .step_preparation p {
        font-size: 17px;
        font-weight: normal;
        padding-left: 0;
        letter-spacing: 3.5px;
    }
    #step .step_preparation p.preparation01 {
        font-size: 16px;
    }
    .step_outer {
        padding: 5% 0 0;
    }
    #step .step_outer .sub_title {
        margin: 6% auto;
    }
    ul.step_list {
        padding: 5%;
    }
    ul.step_list li {
        display: flex;
        flex-wrap: wrap;
    }
    ul.step_list li &gt; div.image,ul.step_list li &gt; div.text {
        width: 100%;
    }
    ul.step_list li &gt; div.image {
        margin-bottom: 20px;
    }
    ul.step_list li:nth-child(odd) &gt; div.text{
        -webkit-order: 2;
        order: 2;
    }
    ul.step_list li:nth-child(odd) &gt; div.image{
        -webkit-order: 1;
        order: 1;
    }
    ul.step_list li:first-child,ul.step_list li:last-child{
        margin: 0 auto;
    }
    #step .step_outer img.step_number {
        margin:0 5px 10px 0;
        display: inline-block;
        vertical-align: middle;
        width: 13.5%;
    }
    #step .step_outer h4 {
        font-size: 16px;
        width: 83%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    #step .step_outer p {
        font-size: 14px;
    }
    #step .step_outer p.notes {
        font-size: 11px;
    }
    /*----------------------------------
    media
    ----------------------------------*/
    #media {
        padding: 10% 0 0;
    }
    .madia_image {
        width: 95%;
        margin: 30px auto;
    }
    #media h3 {
        font-size: 16px;
        padding: 5%;
    }
    #media p {
        width: 100%;
        margin: 30px auto 0;
    }
    /*----------------------------------
    faq
    ----------------------------------*/
    #faq {
        margin: 10% 0 0;
    }
    #faq .h2_title {
        width: 90%;
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
    }
    #faq p {
        font-size: 12px;
    }
    .faq_box {
        width: 95%;
    }
    .faq_box &gt; div {
        padding: 20px 10px;
    }
    /*----------------------------------
    voice
    ----------------------------------*/
    #voice {
       padding: 10% 0 0;
       margin-bottom: 0;
    }
    #voice p {
        font-size: 12px;
    }
    .voice_box {
        margin: 20px auto 0;
        width: 93%;
    }
    #voice p.voice_text:before {
        bottom: -26px;
        right: 54px;
        width: 35px;
        height: 35px;
    }
    #voice .voice_box.left_box p.voice_text:before {
        left: 54px;
    }
    #voice p.voice_text:after {
        right: 40px;
        width: 80px;
        height: 42px;
    }
    #voice .voice_box.left_box p.voice_text:after {
        left: 40px;
        right: 0;
    }
    #voice p.costomer_info {
        font-size: 10px;
        margin: 15px 0 0;
    }
    /*----------------------------------
    shop_list
    ----------------------------------*/
    #shop_list {
        margin: 10% auto 0;
    }
    #shop_list ul {
        width: 100%;
    }
    #shop_list li {
      width: 100%;
      padding: 5%;
    }
    #shop_list li p {
        font-size: 12px;
        margin: 15px auto;
    }
}
</pre></body></html>