<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.wf-ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.tx-white {
    color: #FFFFFF;	
}
li a span {
  display: block;
  color: #ABAAAA;
  font-size: 0.5em;
  font-weight: normal;
}
/* CSS Document */
[href^="tel"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.fa-3x spsn {
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}
.bg-1 {
    background-image: url(../img/common/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center bottom;
}
.bg-2 {
  background-image: url(../img/top/bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.bg-3 {
  background-image: url(../img/top/bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.bg-4 {
  background-image: url(../img/top/bg04.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.bg-5 {
  background-image: url(../img/top/bg05.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}
.bg_black {
  background-color: rgba(0, 0, 0, 0.60);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.bg_black2 {
  background-color: rgba(0, 0, 0, 0.60);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.top_cont a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.top_cont a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #F09A1E;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top_cont a:hover::after {
  transform: scale(1, 1);
}
#contact p, #contact p a {
  /*color: #FFFFFF;*/
}
.info {
  background-color: rgba(0, 0, 0, 0.70);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.info dl {
  max-height: 100px;
  overflow-y: scroll;
}
.info dl dt {
  float: left;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.info dl dd {
  padding-left: 8em;
  text-align: left;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}
@media (max-width:768px) {
  .info dl dt {
    padding-bottom: 0;
    float: none;
    text-align: left;
  }
  .info dl dd {
    padding-left: 10px;
    text-align: left;
    padding-top: 0;
  }
}
.info h2 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  text-align: left;
  color: #408c4f !important;
  font-size: 2em !important;
  border-bottom: 2pt solid #c9c9c9;
  padding-left: 0;
}
.catch {
  font-size: 2.5vw;
  color: #fff;
  border: solid 2px rgba(255, 255, 255, 1);
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 900;
}
.catch span {
  font-size: 1.8vw;
}
.flow h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.8em
}
.flow h2 span {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 0.4em;
}
.marker {
  background: linear-gradient(transparent 50%, #c4fbc3 0%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.sns li {
  margin-right: 5px;
  font-size: 1.8em;
  display: inline-block;
  margin-left: 5px;
}
.sns li a {
  color: #FFFFFF;
}
label {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  right: 9000px;
}
/*Check box*/
input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}
input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}
/*Radio box*/
input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #8e44ad;
  animation: effect 250ms ease-in;
}
input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}
/*Radio Toggle*/
.toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}
.toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #16a085;
  animation: effect 250ms ease-in;
}
.toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
.toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
a.arrow3 {
  position: relative;
  display: inline-block;
  padding: 0 32px 0 16px;
  color: #fff;
  text-decoration: none;
  /*height:24px;*/
  line-height: 24px;
  border-radius: 12px;
  background: #62A1CB;
}
a.arrow3:before, a.arrow3:after {
  content: "";
  display: block;
  position: absolute;
}
a.arrow3:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
a.arrow3:after {
  width: 4px;
  height: 4px;
  border-right: 2px solid #62A1CB;
  border-top: 2px solid #62A1CB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 9px;
}
a.arrow3:hover {
  color: #B7D6EB;
}
.button {
  display: inline-block;
  width: 80%;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #BC9AED;
  border: 2px solid #BC9AED;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  border-color: #BC9AED;
  color: #BC9AED
}
.button::before, .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #BC9AED;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before, .button:hover::after {
  width: 0;
  background-color: #BC9AED;
}

.button2 {
    display: inline-block;
    width: 80%;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.5em;
}
.button2:hover {
  background-color: rgba(255, 255, 255, .2);
}

.flexiblebox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width:481px) {
  .w25 th {
    width: 25%;
  }
}
.fix {
  position: absolute;
  top: 79px;
  right: 0;
  height: 1px;
  z-index: 999;
  width: 58%;
  background: rgba(255, 255, 255, 1);
}
@media (max-width:768px) {
  .fix {
    display: none;  
}
}
figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure {
  position: relative;
}
figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.bg_white {
    background-color: rgba(255,255,255,1.00);
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}
h3.h3_top:first-letter{
    color: #A181C7; 
} 
h3.h3_top {
    padding-left: 60px;
  }
h3.h3_top span {
    display: block;
    font-size: 0.5em;
    margin-bottom: 10px;
  }
h3.h3_top:before {
    content: " ";
    border-left: 1px solid #6C4799;
    padding-left: 10px;
    padding-top: 15px;
    -webkit-transform: skewX(130deg);
    -moz-transform: skewX(130deg);
    transform: skewX(130deg);
    display: block;
    height: 50px;
    position: relative;
    top: 30px;
    left: -40px;
}


.line {
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 10px;
}
.tx-left {
    text-align: left;	
}
.th30 {
    width: 25%;
}
.junbityu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30vh;
    border: 1px solid #CCCCCC;
}
.junbityu{
	margin: 16px 0;
	text-align: center;
	font-size: 14px; /*最小値*/
}
@media (min-width: 640px) {
  .junbityu{
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .junbityu{
    font-size: 20px; /*最大値*/
  }
}

.fa-arrow-circle-right {
    color: #EED502;	
}
.date {
	color:#898989;
	padding:0 0 16px 0;
}
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 481px;
	height: 319px;
}
.simply-scroll-list li img {
	display: block;
}

.btn1 a{
	border:#666 1px solid;
	text-decoration:none;
	padding:0.3em 1em;
	color:#666;
}
.btn1 a:hover{
	background: #666;
	color:#FFF;
	transition:0.6s;
}

ol li{
	list-style-position:inside;
}


.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

#video {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*背景を黒で表示*/
     }
 

.info-h {
	height: 650px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}</pre></body></html>