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

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

img{
	width: 100%;
}

.no-links {
    pointer-events: none;
    cursor: default;
	color:#333 !important;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.l-content a{
	color:#a97 !important;
}

.l-content a:hover,
.l-content a:visited{
	opacity:0.5;
	transition:all 0.35s;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 3%;
}

.pagetop a {
	display: block;
	background-color: #333;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.pagetop a::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 15px;
	margin: auto;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*-------------------------------------
ここまでbase
------------------------------------- */


/*------------------------
fadein
------------------------ */


.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }
 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }


/*-------------------------------------
nav
------------------------------------- */

.l-section-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav li {
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}


.l-section-nav li a {
	color:#333;
	background: #f8cbad;
	position: relative;
	display: block;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}


.l-section-nav li a:link,
.l-section-nav li a:visited {
	color: #333 !important;
}

.l-section-nav li a:link:hover,
.l-section-nav li a:visited:hover {
	color: #333 !important;
}

.l-section-nav li a:hover {
	opacity: 0.7;
}

.l-section-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(51, 51, 51, 1);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width: 1023px) {
	.l-section-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 30px 0;
	}

	.l-section-nav li {
		width: calc(100% / 3);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #f8cbad;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}


	.l-section-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}


	.l-section-nav li a {
		padding: 25px 0;
		display: block;
	}

	.l-section-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 769px) {

	.l-section-nav {
		font-size: 12px;
		margin-bottom: 44px;
	}

}

/*-------------------------------------
l-content
------------------------------------- */

.large_txt {
	font-size: 20px;
}

.small_txt {
	font-size: 14px;
}

.main-mv {
	margin-bottom:30px;
}


.linktxt a {
	color: #cc8855 !important;
}

.linktxt a:hover {
	opacity: 0.5;
}

.l-content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}


.section_block {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.section_title {
	display: block;
	text-align: center;
	margin:90px auto 0px;
}
.intro_txt a {
    text-decoration: underline!important;
}



@media (max-width: 1023px) {
	.section_block {
		margin: 0px auto 40px auto;
		width: 94%;
	}
}


/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 20px auto 60px;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}


.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	/*	border-color: #fff !important;*/
	color: #fff !important;
	border: 1px solid #fff;
}

.title_img_box{
	margin:60px auto 30px;
	width: 100%;
    text-align: center;
}

.title_border_box{
	background: #52c3f1;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
}

.h3_title{
	margin-top: 5px;
    border-bottom: solid 2px #333;
    padding-bottom: 5px;
	font-family: serif;
    font-size: 28px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 100%;
		margin: 0px 0 50px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}



	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}

	.h3_title{
		font-size: 22px;
	}

}





/*------------------------
section
------------------------ */

.linktxt a {
    color: #cc8855 !important;
}

.linktxt a:hover {
    opacity: 0.5;
}



.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	display: block;
	margin: 20px 0;
}

.section_txt_center {
	font-size:16px;
	line-height: 2;
	text-align: center;
	display: inline-block;
	margin: 30px 0;
	width: 100%;
}



.h2_txt {
    font-size: 2.2rem;
    text-align: left;
	line-height: 1;
    margin: 60px auto 30px;
    font-weight: normal;
}

.under {
    border-bottom: solid;
    border-color: #888;
    border-width: 1px;
}


.h2-shoulder {
    font-size: 1.8rem;
}


.h3_txt {
	font-size: 18px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
}


.h4_txt {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin-top: 40px;
	margin-bottom: -40px;
}

.flexbox2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	max-width: 1000px;
	margin: 30px auto;
    align-items: center;
}

.l-colom_tumb {
	order: 1;
	width: 50%;
}

.linkarea {
	order: 2;
	width: 50%;
	padding: 0 0px 0 20px;
}

.l-colom_tumb_invert {
	order: 2;
	width: 50%;
}

.linkarea_invert {
	order: 1;
	width: 50%;
	padding: 0 20px 0 0px;
}


.linkarea_title {
	text-align: left;
}

.flexbox_color {
    display: flex;
    flex-wrap: nowrap;
	max-width: 1000px;
	margin: 0px auto;
	justify-content: space-between;
}

.l-colom_tumb_color {
	order: 1;
	width: 50%;
	padding: 20px;
    background: #e3dfda;
}

.linkarea_color {
	order: 2;
	width: 50%;
	color:#fff;
	background: #6a649b;
    padding: 20px;
}

.l-colom_tumb_color a{
	color:#333 !important;
}

.linkarea_color a{
	color:#fff !important;
}

.flex_color_img{
	width: 75%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.l-colom_sectiontext {
	font-size: 16px;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    order: 1;
    width: 100%;
}


.indent_inner {
	padding-left: 1em;
	text-indent: -1em;
	}

	.indent_inner2 {
		margin-top:20px
		}

.col3_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
  background: #fdeadf;
  padding: 50px 20px 20px;
}

.col3_items{
	width: 32%;
	margin-bottom: 30px;
	    z-index: 2500;
}

.tag{
	max-width: 64px;
    display: block;
    margin: 20px 0;
    float: left;
    clear: both;
}

.ribbon{
	position: absolute;
    width: 30%;
    right: -3%;
    top: -3%;
	z-index: 5000;
}

.price_small_txt{
	font-size: 16px;
}

.price_small_txt2{
	font-size: 16px;
}

.color_box{
	display: flex;
    flex-direction: row;
    line-height: 1em;
    flex-wrap: nowrap;
    justify-content: center;
	margin-bottom: 20px;
}

.color_txt_box{
	position: relative;
    margin-right: 15px;
}

.color_txt{
	margin-left: 35px;
	font-size: 14px;
    line-height: 2em;
}

.color_txt2{
	margin-left: 35px;
	font-size: 14px;
    line-height: 1em;
}


.color_txt_box p:before {
    content: "";
    height: 30px;
    width: 30px;
    margin-right: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.text-line {
	display: flex;
	align-items: center;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #333; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

.line_title{
	display: inline-block;
    margin-top: -32px;
    font-size: 28px;
    line-height: 1.1;
    align-content: center;
    background: #fff;
    padding: 0 30px;
}

.center-line{
	border-top: 1px solid #333;
}
.bg_line {
	max-width: 150px;
}

.box_float img{
	max-height: 370px;
    object-fit: contain;
}

.img_center{
	margin: auto;
    width: 50%;
    display: flex;
    align-items: center;
}

.mb60{
	margin-bottom: 60px;
}

.mb30{
	margin-bottom: 30px;
}

.color_txt_box.blk p:before{
	background: #231815;
}

.color_txt_box.pur p:before{
	background: #404693;
}

.color_txt_box.beg p:before{
	background: #c5b6a3;
}

.color_txt_box.offh p:before{
	background: #fffcde;
}

.color_txt_box.org2 p:before{
	background: #dab8a7;
}

.color_txt_box.l_gry p:before{
	background: #c5c4c4;
}

.color_txt_box.m_grn p:before{
	background: #cbd5de;
}

.color_txt_box.lvn p:before{
	background: #c9d1ea;
}

.color_txt_box.beg2 p:before{
	background: #dbd2cb;
}

.color_txt_box.pnk p:before{
	background: #d35e9a;
}
.color_txt_box.pul p:before{
	background: #718cc7;
}

.color_txt_box.l_blu p:before{
	background: #c4d3dd;
}

.color_txt_box.n_beg p:before{
	background: #d7bfa9;
}

.color_txt_box.ivo p:before{
	background: #ffffff;
	border: 1px solid #333;
}

.color_txt_box.gry p:before{
	background: #676868;
}

.color_txt_box.sax p:before{
	background: #1d6389;
}

.color_txt_box.blu p:before{
	background: #394b9e;
}

.color_txt_box.c_gry p:before{
	background: #4d4a47;
}

.color_txt_box.nat p:before{
	background: #dbd6d1;
}

.color_txt_box.moc p:before{
	background: #8a7e78;
}

.color_txt_box.min p:before{
	background: #abc5b5;
}

.color_txt_box.nav p:before{
	background: #00223d;
}

.color_txt_box.lim p:before{
	background: #b8c384;
}

.color_txt_box.ivo2 p:before{
	background: #f7ddb5;
}

.color_txt_box.grn p:before{
	background: #0086a0;
}

.color_txt_box.turq p:before{
	background: #0092b6;
}

.color_txt_box.gre p:before{
	background: #c4b8a9;
}

.color_txt_box.cor p:before{
	background: #d37672;
}

.color_txt_box.g_bei p:before{
	background: #cfc5c4;
}

.color_txt_box.bro p:before{
	background: #332929;
}

.bg_color{
	background: #eeddbb;
    width: 100vw;
	padding: 1px 20px;
    margin: 0px calc(50% - 50vw);
}

.img_width{
	width:100%;
}
.intro {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}
.intro_ttl {
    width: 35%;
    font-size: 12px;
    text-align: right;
    padding-right: 40px;
}
.intro_txt {
    width: 65%;
    font-size: 12px;
    text-align: left;
}

.title_img{
	width: 100%;
    text-align: center;
	margin:0 auto 20px;
}

.box_flex{
	display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    border: 2px solid #52c3f1;
    border-radius: 10px;
    padding: 7% 1%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.box_flex_title{
	color: #52c3f1 !important;
    position: absolute;
    top: -12px;
    font-size: 22px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    z-index: 13;
}

.box_flex_2col{
	width: calc(85%/2);
    z-index: 11;
}

.box_flex_txt{
	font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.illust01{
	position: absolute;
    max-width: 200px;
    top: -50px;
    right: -70px;
    background: #fff;
    z-index: 1;
}

.illust02{
	position: absolute;
    max-width: 200px;
    left: -70px;
    bottom: -60px;
    background: #fff;
    z-index: 1;
}

.mt60{
	margin-top:60px;
}

.txt_2col{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 30px auto 60px;
	font-size: 14px;
}

.txt_2col_inner{
	width: calc(98%/2);
}

.last_text{
	max-width: 550px;
    margin: 30px auto;
}

.show_tb{
	display: none;
}

/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {


	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea {
		order: 2;
		/* width: 50%; */
		padding: 0px 0 0 20px;
	}

	.media_1023 {
		display: block;
	}
	

	.l-colom_sectiontext {
		font-size: 16px;
	}


	.h3_txt {
		font-size: 20px;
		line-height: 1.4;
	}

	.section_txt {
	    margin: 20px 0;
	}

	.section_txt_center {
	    margin: 30px 0;
	}

	.ribbon {
		width: 45%;
		right: -3%;
		top: -4%;
	}

	.color_box {
		flex-wrap: wrap;
	}

	.col3_box {
		margin-top: 30px;
	}

	.ribbon_title{
		font-size: 26px;
		margin-bottom: 50px;
	}

	.img_width{
		width:100%;
	}
	.bg_line {
		padding: 0 2%;
		margin-top: -20px;
	}

	.h2_txt {
		font-size: 2rem;
	}

	.illust01 {
		position: absolute;
		max-width: 150px;
		bottom: -70px;
		right: -50px;
		background: #fff;
		z-index: 1;
		top: unset;
	}

	.illust02 {
		position: absolute;
		max-width: 150px;
		left: -45px;
		bottom: -60px;
		background: #fff;
		z-index: 1;
	}

	.color_txt_box {
		margin-right: 10px;
		min-width: 120px;
	}

	.mb10{
		margin-bottom:10px;
	}

	.show_tb{
		display: block;
	}

}

/* 1023 */




/* @media */
@media (max-width: 767px) {

	.indent_inner2 {
		margin-top:10px
		}

		.title_img{
			margin:0 auto 0px;
		}

	.media_1023 {
		display: block;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 20px 0;
	}

	.section_txt_center {
		font-size: 14px;
		line-height: 2;
		margin: 30px 0;
	}


	.flexbox2 {
		display: flex;
		flex-direction: column-reverse;
	}

	.l-colom_tumb, .l-colom_tumb_invert {
		width: 100%;
		display: block;
		padding: 0%;
		margin: 0 auto 20px;
		line-height: 0;
		order: 2;
	}

	.flexbox_color {
		display: block;
		margin-bottom: 0px;
	}
	.l-colom_tumb_color {
		order: 1;
		width: 100%;
		padding: 30px 15px;
	}
	.linkarea_color {
		order: 2;
		width: 100%;
		padding:30px 15px;
	}

	.linkarea , .linkarea_invert {
		order: 1;
		width: 100%;
		padding: 0;
	}


	.linkarea_title {
		/*padding: 20px 0 30px;*/
		text-align: left;
		font-size: 14px;
	}



	.l-colom_sectiontext {
		font-size: 14px;
		width: 100%;
		}


	.h2_txt {
		font-size: 20px;
		margin: 20px 0;
		line-height: 1.5;
	}

	
	.h2-shoulder {
		font-size: 20px;
	}

	.f23 {
		font-size: 23px;
	}

	.h3_txt {
		line-height: 1.6;
		font-size: 18px;
	}

	.large_txt {
		font-size: 18px;
	}
	
	.small_txt {
		font-size: 12px;
	}

	.col3_items{
		width: 100%;
		margin-bottom: 30px;
	}

	.col3_box {
		margin-top: 30px;
		padding: 50px 10px 20px;
	}

	.box_float img {
		max-height: 270px;
		object-fit: contain;
	}
	

	/*.box_float{
		float: none;
		width:75%;
	}
	
	.box_float2{
		float: none;
		width:100%;
	}*/

	.color_box {
		flex-wrap: wrap;
		margin: 20px 0;
	}

	/*.float_box{
		display: block;
	}*/

	.bg_color{
		padding: 1px 10px;
	}

	.img_width{
		width:100%;
	
	}
	.bg_line {
		max-width: 130px;
	}
.line_title{
    font-size: 24px;
    padding: 0 15px;
}

	.intro_ttl {
		width: 15%;
		text-align: center;
		padding: auto;
	}
	.intro_txt {
		width: 100%;
		font-size:12px;
	}
	.section_title{
		margin:80px auto 0px;
	}
	.mb60{
		margin-bottom: 30px;
	}

	.box_flex_title {
		top: -30px;
		font-size: 18px;
	}

	.box_flex_txt {
		font-size: 12px;
	}

	.illust01 {
		position: absolute;
		max-width: 100px;
		bottom: -50px;
		right: -25px;
		background: #fff;
		z-index: 1;
		top: unset;
	}

	.illust02 {
		position: absolute;
		max-width: 100px;
		left: -25px;
		bottom: -50px;
		background: #fff;
		z-index: 1;
	}

	.txt_2col {
		margin: 20px auto 40px;
		font-size: 12px;
	}

	.img_center{
		width: 100%;
	}

	.color_box_min{
		min-width:90px;
	}

	.show_tb{
		display: none;
	}
	/* @media */
}</pre></body></html>