<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#footer-menu ul{ 
	text-align: center; 
  margin: 0px 0;
}
 
#footer-menu ul li {
  display: inline;
  list-style: outside none none;
}
 
#footer-menu ul li::before {
    content: "|";
    padding:  0.6em;
}
 
#footer-menu ul li:first-child::before{
  content: "";
  padding: 0;
}
 
#footer-menu ul .sub-menu{
  display: none;
}
#mainnav-mobi {
		background-color: #ffc0cb;
}

#mainnav-mobi ul li {
		border-top: 1px solid #FFFFFF;
}
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.button:hover {
  opacity: 0.75;
}

.button2:hover {
  box-shadow: 5px 5px 15px #CCCCCC;
}

.button3:hover {
  background-color: rgba(255, 192, 203);
	opacity: 0.75;
	
}


li#vfb-17.vfb-item{
display:none!important;
	Visibility:hidden!important;
	
}

div.vfb-legend{
display:none!important;
		Visibility:hidden!important;
}

fieldset#item-vfb-16.vfb-fieldset.vfb-fieldset-2.e585a5e58a9be38395e382a9e383bce383a0{
background-color: #ffffff;
	 border: 0px none;
}

input#vfb-18.vfb-submit{
}

li#item-vfb-18.vfb-item.vfb-item-submit{

}

fieldset#item-vfb-19.vfb-fieldset.vfb-fieldset-1.fieldset{
background-color: #ffffff;
	 border: 0px none;

}

fieldset#item-vfb-19.vfb-fieldset.vfb-fieldset-1.e382a8e383b3e38388e383aae383bce38395e382a9e383bce383a0{
background-color: #ffffff;
	 border: 0px none;

}


fieldset#item-vfb-19.vfb-fieldset.vfb-fieldset-1.e38090e696b0e58d92e68ea1e794a8e38091e382a8e383b3e38388e383aae383bce38395e382a9e383bce383a0 {
background-color: #ffffff;
	 border: 0px none;
}

.shokyo{
	display:none!important;
}

.haikei{
	background-color:#ffffff!important;
	border: 0px none!important;
}

.yokohaba{
width:100%;
}

.fontsize1{
	font-size:15px!important;
	height:50px!important;
	line-height:50px!important;
	padding:15px 3px 15px 3px;
}

.fontsize2{
	font-size:15px!important;
	height:50px!important;
	line-height:20px!important;
	padding:15px 3px 15px 3px;
	height: 7em!important;
}
.fontsize10{
	font-size:20px!important;
	line-height:25px!important;
	padding:15px 3px 15px 3px;
}
.checksize1{
	transform:scale(1.4);
}

@media only screen and (max-width: 767px) {
	#mainnav-mobi {
		left: -460%;
		top:132%;
		width:520%;
	}
.btn-menu {
	margin:0 auto;
}
#mainnav-mobi ul &gt; li &gt; a {
    padding: 20px 0px;
	  text-align:center;
	  font-weight: bold;
}
.site-header{
	 padding: 5px 0px;
}
}

.site-header{
	 padding: 5px 0px;
}

@media only screen and (max-width: 479px) {
    .text-slider .maintitle {
        font-size: 30px;
    }
}

.site-header.float-header {
    padding: 5px 0;
}

.site-header {
  margin: 10px 1%;
  border-radius: 100px;
	width: 98%;
    }

@media only screen and (max-width: 479px) {
	.site-header {
  margin: 5px 2%;
  border-radius: 100px;
	width: 96%;
    }
.btn-menu {
    font-size: 28px;
	}
.page-id-8 .site-header {
	position: absolute;
}
.page-id-8 .site-header.fixed {
	position: absolute!important;
}

}

.button004 a {
	  font-size:16px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 15px 30px;
    color: #ffc0cb;
    transition: 0.3s ease-in-out;
    font-weight: 900;
	  border: 2px solid #ffc0cb;
}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "&gt;";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button004 a:hover {
    background: #ffc0cb;
    color: #FFF;
}

.c-bnr.bg {
  position: relative;
  overflow: hidden;
}
.c-bnr.bg::before,
.c-bnr.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.c-bnr.bg::before {
  width: 100%;
  height: 100%;
}
.c-bnr.bg::after {
  color: #ffffff;
  content: "もっと見る →";
  font-size: 18px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
 
.c-bnr.bg:hover::before,
.c-bnr.bg:hover::after {
  opacity: 1;
	background:#ffc0cb;
	background-color: rgba(255, 192, 203, 0.462);
}





.c-bnr1.bg {
  position: relative;
  overflow: hidden;
}
.c-bnr1.bg::before,
.c-bnr1.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.c-bnr1.bg::before {
  backgoround:#ffc0cb;
  width: 100%;
  height: 100%;
	opacity: 0.3;
}
.c-bnr1.bg::after {
  color: #ffffff;
  content: "もっと見る →";
  font-size: 18px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
 
.c-bnr1.bg:hover::before,
.c-bnr1.bg:hover::after {
  opacity: 1;
	background:#ffc0cb;
	background-color: rgba(255, 192, 203, 0.462);
}
}

.page-id-435 .sample_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffc0cb;
  border-bottom:　2px;
}

.page-id-435 .sample_btn:hover{
  color: #ffc0cb;
}

.page-id-435 a {
  position: relative;
}

.page-id-435 a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffc0cb;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.page-id-435 a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}</pre></body></html>