<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非対応 */
    --base-color: #4682b4;
    --link-color: #f5fffa;
    --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: 8px;
}
.logo img{
	position: relative;
	flex-direction: row; padding: 1rem 0 0 0;   
}

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: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
	
.logo img {
    width: 50%;
}	
/*nav ul {
	flex-direction: column;
}*/
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg {
	text-align: center;  margin:0 auto;
	padding: 3rem;
}
.mainimg img {
    max-width: 100%;  
	text-align: center;  margin:0 auto;
}


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

}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color:rgba(230,230,230,0.5);		/*230,227,220,0.7　230,230,230,0.5*/
	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.5rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}
.top-text {
    padding:2.8rem 4rem;    font-size:1.2em;
	width: 80%;
	margin: 0 auto;
}

/*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(98, 132, 182, 0.5));  
	color:#496fa9;/*e6dfcf　f5fffa*/
}

.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 a{
 /*   display:block;	border-bottom: dotted 2px #b36b77;*/
    color: var(--base-color);
    text-decoration-line: none;	
}
.text p {  text-align: left;}
.small {    font-size:0.8em;}

.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.9em;
    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: 5px;
    right: 5px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #e6dfcf;border: 3px solid #fffcf5;
/* border: 3px solid #aaaaaa;*/
  border-radius: 50vh;
  transition: 0.3s;
}
#pagetop a:hover {
  background-color: #1E294C;
}

#pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

 #pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

 #pagetop  a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  transform: translateY(-5px) rotate(45deg);
}


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

.top-text {
	width: 100%;
}	
	
}


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


.list-009 {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
}

.list-009 li {
    padding: .05em;
}
/*
.list-009 li:not(:last-child) {
    border-bottom: 1px dashed #8f8f8f;
}*/

.list-009 li::marker {
    color: #8f8f8f;
    font-size: 1.1em;
}

/*フェードイン*/
/* 下から */
.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 #4682b4;
  padding: 0.5em 1em 0.5em calc(1em + 10px);
  position: relative; 
}
.ttl_frame2::before {
  content: '';
  background-color: #4682b4;
  background: repeating-linear-gradient( -45deg, #4682b4, #4682b4 5px, #ffffff 5px, #ffffff 10px );
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


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

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 300px;*/
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

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


a.btn_04b {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 300px;	margin: auto;*/
	padding: 0.6rem 0.3rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s; 
	margin:0 0 3px 0;
}

a.btn_04b:hover {
	color: #27acd9;
	background: #fff;
}

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