<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
    counter-reset: number 0 scene 0;
}
p{
    font-size: 16px;
    line-height: 1.7em;
}
.top_cont &gt; section{
    margin-bottom: 100px;
}
.wide_cont{
    width: 1200px;
    margin: 0 auto;
}
.mid_cont{
    width: 930px;
}

@media screen and (max-width: 768px) {
    p{
    font-size: 14px;
    }
    .top_cont{
        width: 100%;
        padding: 0 15px;
    }
    .wide_cont,
    .mid_cont{
        width: 100%;
    }
    .h_top{
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .top_cont &gt; section{
        margin-bottom: 60px;
    }
    .h_top{
        font-size: 20px;
        padding-bottom: 10px;
    }
}

/*------------------------------------
    メインイメージ
------------------------------------*/

.main_img{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
    .main_img{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

@media screen and (max-width: 480px) {
    .main_img{
        margin-bottom: 50px;
    }
}


/*-----------------------------------
　カーブバナーとは
------------------------------------*/
.about_curve_banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about_curve_banner .about_text{
    width: 700px;
}
.about_curve_banner .about_text .h_about{
    display: flex;
    align-items: baseline;
    column-gap: 5px;
    font-size: 43px;
    line-height: 1.2em;
    font-weight: bold;
    border-bottom: solid 2px #9184e0;
    margin-bottom: 30px;
}
.about_curve_banner .about_text .h_about::before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../../_images/top/icon-question-mark.gif) no-repeat;
    background-size: contain;
}
.about_curve_banner .about_text .h_about span{
    font-size: 25px;
}
.about_curve_banner .about_text p{
    font-size: 16px;
    line-height: 2em;
}

@media screen and (max-width: 768px) {
    .about_curve_banner {
        flex-direction: column-reverse;
    }
    .about_curve_banner .about_text{
        width: 100%;
    }
    .about_curve_banner .about_img{
        width: 80%;
        margin: 0 auto 20px;
    }
    .about_curve_banner .about_text p{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .about_curve_banner .about_img{
        width: 100%;
    }
    .about_curve_banner .about_text .h_about{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .about_curve_banner .about_text .h_about span{
        font-size: 16px;
    }
    .about_curve_banner .about_text .h_about::before {
        width: 20px;
        height: 20px;
    }

}


/*-----------------------------------
　特徴
------------------------------------*/
.feature_cont{
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    justify-content: center;
    row-gap: 50px;
    background: #f5f5fa;
    padding: 40px 0 60px;
    margin-bottom: 100px;
}
.feature_cont section{
    width: 565px;
    margin-bottom: 0;
}
.feature_cont section .h_feature span{
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #7f7ff0;
}
.feature_cont section .h_feature span::after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #a9a9e7;
    margin: 12px auto;
}
.feature_cont section .h_feature em{
    display: block;
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 65px;
    background: #fff;
    border: solid 2px #ebe8f9;
    margin: 0 auto 20px;
    box-shadow: rgba(235, 232, 249, 1) 1.95px 1.95px 2.6px;
}
.feature_cont section p{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .feature_cont section{
        width: 100%;
        padding: 0 15px;
    }
    .feature_cont section img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .feature_cont section .h_feature em{
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .feature_cont{
        padding: 30px 0 50px;
        margin-bottom: 60px;
    }
    .feature_cont section .h_feature em{
        font-size: 18px;
    }
    .feature_cont section img{
        width: 100%;
    }

}

/*-----------------------------------
　種類
------------------------------------*/
.type_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}
.type_box &gt; li{
    width: 585px;
}
.type_box &gt; li a{
    display: block;
    padding: 30px 30px 40px;
    background: #fafafc;
    border: 2px solid #d2d2f8;
    border-radius: 25px;
}
.type_box &gt; li section{
    margin-bottom: 0;
}
.type_box &gt; li a .h_type{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: fit-content;
    font-size: 26px;
    font-weight: bold;
    color: #191919;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    margin-bottom: 20px;
}
.type_box &gt; li a .h_type::before,
.type_box &gt; li a .h_type::after{
    content: "";
    display: block;
    transition-duration: .3s;
}
.type_box &gt; li a .h_type::before{
    position: absolute;
    width: 5px;
    height: 9px;
    clip-path: polygon(0 0,100% 50%,0 100%);
    background: #fff;
    right: 7px;
    top: 8px;
}
.type_box &gt; li a .h_type::after{
    position: relative;
    width: 20px;
    height: 20px;
    background: #ff6434;
    border-radius: 50%;
    z-index: -1;
}
.type_box &gt; li a ul{
    width: 430px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #ff4e19;
    text-align: center;
    padding: 15px;
    background: #f8f8fd;
    border: solid 2px #ccccf4;
    border-radius: 8px;
    margin: 25px auto;
}
.type_box &gt; li a p{
    color: #191919;
}

@media (hover: hover) {
    .type_box &gt; li a:hover{
        background: #f5f5fa;
    }
    .type_box &gt; li a:hover ul{
        background-color: #fff;
    }
    .type_box &gt; li a:hover .h_type::before,
    .type_box &gt; li a:hover .h_type::after{
        transform: translateX(5px);
    }
}

@media screen and (max-width: 768px) {
    .type_box &gt; li,
    .type_box &gt; li a ul{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .type_box &gt; li a{
        padding: 15px 15px 25px;
    }
    .type_box &gt; li a .h_type{
        font-size: 18px;
    }
    .type_box &gt; li a .h_type::after {
        width: 18px;
        height: 18px;
    }
    .type_box &gt; li a ul{
        font-size: 15px;
        padding: 15px 5px;
    }
}
    

/*-----------------------------------
　カーブバナーについて
------------------------------------*/
.about_box{
    display: flex;
    justify-content: space-between;
}

@media (hover: hover) {
    .about_box a:hover{
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .about_box li{
        width: 48%;
    }
}


/*-----------------------------------
　ご注文について
------------------------------------*/
.order_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
.order_box li{
    width: 290px;
    text-align: center;
}
.order_box li a img{
    transition-duration: .3s;
}
.order_box li a div{
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    margin-top: 5px;
}
.order_box li a div::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #7171db;
    margin: 5px auto;
    transition-duration: .3s;
}
@media (hover: hover) {
    .order_box li a:hover img{
        filter: blur(2px);
    }
    .order_box li a:hover div {
        color: #7171db;
    }
    .order_box li a:hover div::after{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .order_box li{
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .order_box{
        row-gap: 25px;
    }
    .order_box li a div{
        font-size: 15px;
    }
}


/*-----------------------------------
　活用シーン
------------------------------------*/
.scene_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}
.scene_box li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.scene_box &gt; *{
    flex-shrink: 0;
}
.scene_box li:nth-of-type(even){
    flex-direction: row-reverse;
}
.scene_box li dl{
    width: 580px;
}
.scene_box li dl dt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    color: #7a5cb2;
    background:linear-gradient(to right,#fff 10%,#f5f5fb 20%) ;
    padding: 12px 12px 12px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.scene_box li dl dt::before,
.scene_box li dl dt::after{
    display: block;
    font-weight: bold;
    letter-spacing: -0.09em;
    color: #d4c1f6;
}
.scene_box li dl dt::before{
    font-size: 80px;
    counter-reset: inner;
    counter-increment: scene 1;
    content: "0"counter(scene);
}
.scene_box li dl dt::after{
    content: "scene";
    position: absolute;
    font-size: 23px;
    transform: rotate(-90deg);
    left: -20px;
}

@media screen and (max-width: 768px) {
    .scene_box {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .scene_box li{
        width: 380px;
    }
    .scene_box li dl{
        width: 100%;
    }
    .scene_box li dl dt{
        justify-content: center;
        font-size: 17px;
        background:#f5f5fb;
        padding: 12px;
        border-radius: 0 0 10px 10px;
    }
    .scene_box li dl dt::before{
        width: 100%;
        content: "scene0"counter(scene);
        font-size: 18px;
        margin-bottom: 5px;
        text-align: center;
    }
    .scene_box li dl dt::after{
        content: none;
    }
    .scene_box li .scene_img{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .scene_box {
        column-gap: 30px;
    }
    .scene_box li{
        width: 290px;
    }

}


/*-----------------------------------
　よくある質問
------------------------------------*/
.qa_cont{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 40px;
}
details{
    width: 100%;
    border: solid 2px #7a8aeb;
    border-radius: 12px;
    overflow: hidden;
}
details summary{
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    padding: 20px;
    background: #7a8aeb;
}
details summary::before{
    content: "Q";
    display: block;
    flex-shrink: 0;
}
details div{
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    padding: 20px 50px 20px 20px;
}
details div::before{
    content: "A";
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #ff1e1e;
}
details:hover{
    cursor: pointer;
}


/*開閉*/
summary::-webkit-details-marker {
    display:none;
  }
details[open] div {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }


@media screen and (max-width: 480px) {
    details summary{
        column-gap: 10px;
        font-size: 15px;
        padding: 10px;
    }
    details div{
        column-gap: 10px;
        padding: 10px 10px 25px 10px;
    }
    details div::before {
        font-size: 18px;
    }

}

/*-----休業期間-----*/
.news-closed{
	width: 80%;
	max-width: 700px;
	margin: 10px auto 30px;
	padding: 3px;
	font-weight: 600;
	line-height: 2em;
	letter-spacing: 0.03em;
	border: 1px solid #e00000;
}
.news-closed a{
	display: block;
	background-color: #ffdada;
	padding-right: 20px;
	position: relative;
}
.news-closed a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #e00000;
	border-right: 2px solid #e00000;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.news-closed a dl{
	display: flex;
	gap: 5px;
}
.news-closed a dl dt{
	background-color: #191919;
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
}
.news-closed a dl dd{
	padding: 5px 10px;
	font-size: 17px;
}

/**/
.news-closed a:hover{
	background-color: #ffb238;
}


@media screen and (max-width: 768px) {
	.news-closed{
		width: 90%;
	}
	.news-closed a dl dt{
		display: flex;
		align-items: center;
		width: 130px;
	}
	.news-closed a dl dd{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.news-closed a dl dd{
		font-size: 15px;
	}
}</pre></body></html>