<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("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 32254d*/
    --base-color: #495599;
    --link-color: #32254d;
    --linkhover-color: #fff;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
   /*display:block; */
    color: var(--link-color);
    text-decoration-line: none;
	transition : 0.5s;
	font-weight:600;
}
/*a:hover { 
    color: var(--linkhover-color);
}*/
a:hover { 
    opacity: 0.5;
	transition :  0.5s;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;    
}
.header-box {
	margin-left: auto;
	margin-top: 5px;
}

.logo_pc{
	position: relative;
	flex-direction: row; 
}
.logo_te {  display: none; }

.logo_m { margin: 1.0rem 0 0 0;
		text-align: left;
}

@media screen and (max-width : 995px ){
.logo_pc img{  max-width:30%; }

}
@media screen and (max-width: 735px){
header {
	flex-direction: column;
    margin-bottom: 0px;
	margin: 0 auto;
		text-align: center;}	
.La_box{   text-align: center;}	
.logo_m {  display: none;}		
.logo_pc{  display: none;}

}

nav{margin:1em 0 0 auto;}

.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
    background-color: rgba(255,255,255,0.5);
}

/*nav ul {
display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 0px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}

}*/


/*メイン画像
-------------------------------------*/
.mainimg {
	text-align: center;  margin:0 auto;
	padding: 3rem;
	background-color: var(--base-color);
}

.mainimg img {
    max-width: 100%;  
	text-align: center;  margin:0 auto;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;

}
section {
	margin: 0rem 0;/*5rem*/
	padding: 3rem 0;
}
.gray-back {
	background-color:rgba(255,255,255,0.8);
	padding:0.3rem;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}


.under {
    border-bottom: 0.3rem solid var(--base-color);
    padding:0 1rem 0.2rem 1rem;
	letter-spacing: 0.08em;
}

.center {
	text-align: center;
	margin-bottom: 4rem;
}
.top-text {
    padding:2.8rem 4rem;    font-size:1.2em;
}




/*GOODS*/

.coming{    /*border: dotted 1px #fff;*/
    font-size:3em;
    padding:3rem 0;    
/*	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);*/ 
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));  
	color:#e6dfcf;
}

.ashred{
	color:#B36B77;
}
.green{
	color:#00984f;
	font-weight: bold;
}
.image{
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2)
}

/*transform:rotateZ(-2deg);*/
/*.image:hover  {
 translateY(-0.5em); ;    transition: .4s all;
}*/

.text {    font-size:0.9em;
			letter-spacing:-0.08em;
			font-weight: 580;}

.text a{
 /*   display:block;	border-bottom: dotted 2px #b36b77;*/
    color: var(--base-color);
    text-decoration-line: none;	
}

.text_en {    font-size:1em;
			letter-spacing:0em;
			font-weight: 500;}


.text p {  text-align: left;}
.small {    font-size:0.8em;}

.mida { font-size:1.2em;
	font-weight: bold;
}

.name{
  font-weight: bold;	text-align: left;
  color: #4e454a; padding-top:5px; }

.date{
    padding:0px 10px;
	/*border-bottom: 1px solid #000;*/
}
/*.date::after{
  content: '⊿';
  font-size: 15px;text-align:right;text-align:right;
}*/

/* アニメーション前のスタイル */
.marker {
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '50%'の部分にマーカーの太さを記入 */
  transition: all 0s ease-in-out; /* マーカーを引く速度を調整 */
	margin:-20px -2px 0;
	padding:10px 0;
}
/* アニメーション発火時 */
.marker:hover {
  background-size: 100% 100%; /* '50%'の部分は上で設定した太さに合わせる */
}


.arrow_box{
    position:relative;
    width:100px;
    /*height:auto;*/height:55px;
    background:#B36B77;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-shadow:0px 0px 0px #FFFFFF ;top:20px;line-height: 1.2em;
	z-index: 7;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(179, 107, 119, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#B36B77;
    top:100%;
    left:50%;
}
/*1行の場合*/
.arrow_box p{
  display: inline-block;
  vertical-align: middle;  padding: 10px 0;
}


.arrow_box_aagf{
    position:relative;
    width:100px;
    /*height:auto;*/height:55px;
    background:#e6e617;
    padding:10px;
    text-align:center;
    color:#0f0f99;
    font-size:1em;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-shadow:0px 0px 0px #0f0f99 ;top:20px;line-height: 1.2em;
	z-index: 7;
}
.arrow_box_aagf:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(179, 107, 119, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#e6e617;
    top:100%;
    left:50%;
}


/*フェードイン*/
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(25px);
	}

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*オーダーシート
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color); 
    padding: 5rem 0;
		text-align: center;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
	font-size: 1.8rem;
}



/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {	font-size: 0.7em;
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
    color: var(--white-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}


.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: center;
  margin: 0 8px 8px 0;
  padding: 0;
display: inline-block;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  color: #fff;}

.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }




/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: -30px;
    right: 5px;
}
#pagetop a {
background-image: url("../images/top_return.png");
display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 65px;
  height: 75px;
/* border: 3px solid #aaaaaa;  background-color: #FAF0E6;
  border-radius: 0vh;*/
	transition: 0.8s;
}
#pagetop a:hover {
  transform: rotateY( 360deg );
  transition-duration: 0.8s;
  /*	background-color: #B13546;border-radius: 50vh;*/
}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
.image{
width: 90%;
}

    .list-009 li {
		line-height: 1.2em;
    }	

.text {    font-size:1.1em;
		/*	letter-spacing:-0.08em;*/
			font-weight: 550;}	
	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width : 767px ){
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.list-009 {
    list-style-type: disc;
    /*list-style-position: inside;*/
	list-style-type: none!important;
    text-align: left;
}

.list-009 li {
    padding:0px;
	line-height: 1em;
}
/*
.list-009 li:not(:last-child) {
    border-bottom: 1px dashed #8f8f8f;
}*/
/*  */
.list-009 li::marker {
  color: #8f8f8f;
    font-size: 1.1em;
}
.list-009 ul li:before {   /* position: absolute;*/
  font-family: "Font Awesome 5 Free";
  content: "\f518";/*アイコンの種類*/
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8f8f8f;/*アイコン色*/
  font-weight: 400;
}

/*フェードイン*/
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(25px);
	}

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


@media only screen and (min-width: 580px) {
	.is-sp{
		display: none!important;
	}

}
@media screen and (max-width:1249px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:735px){
	.is-pc2{
		display: none!important;
	}
}


          .u_line {
          border-bottom:2px solid;
          }


.ttl_frame2 {
  font-weight: bold;
  border: 3px solid #805973;
  padding: 0.5em 1em 0.5em calc(1em + 10px);
  position: relative;
}
.ttl_frame2::before {
  content: '';
  background-color: #805973;
  background: repeating-linear-gradient( -45deg, #805973, #805973 5px, #ffffff 5px, #ffffff 10px );
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sp_color{
	color: #805973;
	padding:4px 0;
}

a.btn_04 {
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 300px;*/
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #e60012;
	background: #e60012;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_04:hover {
	color: #e60012;
	background: #fff;
}


a.btn_05 {
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 300px;*/
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #096295;
	background: #096295;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_05:hover {
	color: #096295;
	background: #fff;
}

.pro{
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
	font-weight: 450;
}

.outline2{font-family: 'Hina Mincho', serif;
	color: #332114;
	letter-spacing: 0.2em;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

/* 幅550px以下の表示
-------------------------------------*/
@media screen and (max-width: 550px){
.outline2 {	font-size:1.3em;
}
.under {	font-size:0.7em;
}
}

/*追加*/
.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

 select{
 position: relative;
 /* width: 150px;*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
 display: none;
}
select:hover{
opacity:0.5;
}


.La_box{
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
    background: var(--link-color);
	margin: 0px auto;
	padding: 8px 2px 0 2px; 
}

.La_box .icon{
	color: #fff;
}

.film{
	background:url("../images/bg_f.png") repeat-x;
}

.point{
	padding: 0 8px 0 8px;  font-weight: bold;
    background: linear-gradient(45deg, #1f1f4d -3.42%, #323280 59.59%);
	color: #fff;
	border-radius: 5px;
	font-size:1.2em;
	letter-spacing: 1px;
}

.pro{
	font-size:0.8em;
}

.en-text{
	letter-spacing: 0.05em;
}

.come{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;font-weight: bold;
/*	text-shadow:0 0 2px #fff,0 0 5px #fff,0 0 7px #fff,0 0 10px #fff;　linear-gradient(45deg, #1f1f4d -3.42%, #323280 59.59%)*/
	font-size:1.1em;
	letter-spacing: 0.08em;
	padding: 15px; 
	margin: 15px; 
	border: solid 1px #a1a1b3;
	background-image:  linear-gradient(45deg, #1f1f4d -3.42%, #323280 59.59%);
	}


.infobox {border: solid 1px #a1a1b3;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   height:150px; margin-top: 30px; text-align: left;
   overflow: auto;color: #323280;padding: 5px; 
  background-image:
  repeating-linear-gradient(
    90deg,
    #f1f0f1 ,
    #f1f0f1 1px,
    transparent 1px,
    transparent 15px
  ),
  repeating-linear-gradient(
    0deg,
    #f1f0f1 ,
    #f1f0f1 1px,
    #e6e6e6 1px,
    #e6e6e6 15px
  );
	/* background-color:#a1a1b3; 背景色を追加rgba(5,5,5,0.2) */
}

/*更新履歴*/

dl.update{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}

dl.update dt{margin-bottom:5px;
	padding: 5px; 
	width:15%;
	border:none;
	display: inline-block;
	background-color:rgba(255,255,255,0.5) ;/*background-color:#fff;*/
}


dl.update dd{
	margin-bottom:5px;
	padding: 5px; 
	width:85%;
	border-bottom:solid
	rgba(255,255,255,0.5) 3px; /*borderの指定*/
	padding-bottom:5px;
}

dl.update dt:last-chil,dl.update dd:last-child{
	margin-bottom:0px;
}
.update a{
	padding: 0px 2px 0px 2px;
  font-weight: bold;
	color: #323280;
	
}
@media screen and (max-width: 768px){
dl.update dt{	  display:block;
	width:100%;
}
	dl.update dd{
	width:100%;}
}

.new{
    position: relative;
    width: 100%;
    max-width: 90px;
    margin: 0px auto;
}
.new::before {
    position: absolute;
    content: "NEW";
    background-color: crimson;
	color: #fff;
    left: 0px;
	padding: 5px 5px;
}



.button_a a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 9999px;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
.button_a a:hover {
    color: #fff;
    background-position: 99% 50%;
}
.button_a a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
body{
    vertical-align:middle; 
  /*   padding: 50px 0;
   text-align: center;*/
}


</pre></body></html>