<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: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --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;
}
a:hover { 
    color: var(--linkhover-color);
}
.button_solid021 a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    border-bottom: 4px solid #1d7fde;
    overflow: hidden;
}
.button_solid021 a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.button_solid021 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button_solid021 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 0;
}
.header-box {
	margin-left: auto;
}
/*動画*/
.hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
	background: url(../img/button2.png)　no-repeat　center center #000;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  /*background: rgba(0, 0, 0, 0.4);*/
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--動画--*/

.text-box h2 {
	width: 86%;
	text-align: center;
  letter-spacing: .1em;
  color: #fff;
	font-weight:bold;
  text-shadow: -1px 2px 0 #000;
	margin: 0 auto 10px;
}
/*フォーム*/
.s-box {
	background-color: rgba(255,255,255,0.7);
	padding:10px;
	border-radius: 8px;
	text-align: center;
}
.s-box-noc {
	padding:20px 10px;
	border-radius: 8px;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
  text-shadow: -1px 1px 0 #fff;
	font-weight:bold;
}
h3 strong {
	color: #e052a0;
}
.s-mail,.s-line {
	display: block;
	border: 1px #fff solid;
	min-height: 60px;
	padding: 5px;
}
.s-line img {
	vertical-align: middle;
}
.screen-reader-response {
	display: none;
}
.wpcf7 {
  margin: 0 auto;
}

.wpcf7-form {
	vertical-align: middle;
  padding: 1.5rem 1.5rem 0 1.5rem ;
}

.wpcf7 label, .wpcf7 input, .wpcf7 textarea {
  font-size: 16px;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7 input, .wpcf7 textarea {
	width: 60%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 8px;
  border: 2px solid #333;
}

.wpcf7 input[type="submit"] {
  max-width: 100px;
  margin: 0 auto 0 3px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(to right,#e052a0,#f15c41)!important;
  transition-property: all;
	border-radius: 3px;
	white-space: nowrap;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #e6375a;
	background-image: none!important;
}

/*--フォーム--*/
.lineup h4  {
  position: relative;
  padding: 1.5rem 2rem;
	font-weight: bold;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
.lineup h4 span {
	display: block;
	font-size: 80%;
	color: #474747;
  font-weight:lighter;
}
.lineup h4:before,
.lineup h4:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.lineup h4:before {
  top: 0;
}

.lineup h4:after {
  bottom: 0;
}
.container img {
	display: block;
	maring:0 auto;
}

.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
h1 {
	margin: 1rem auto;
	text-align: center;
}
h1 img {
	display: block;
	padding: 5px auto;
	margin:0 auto;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
/*メイン映像切り替え*/
.mobile-video {
    display: none;
	}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
	margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
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;
}
/*メイン映像切り替え*/
.pc-video {
    display: none;
	}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}
section {
	margin: 0 0 3rem;
	padding: 0;
}
section img {
	margin: 0 auto;
}
.gray-back {
	background-color: var(--back-color);
}
.point {
	padding-top: 2rem;
}
.point h3 {
	font-size: 22px;
}
.point .col {
	margin-bottom: 2rem;
}
.point .col p {
	margin-bottom: 1rem;
}
	/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    padding: 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

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

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}
.s-box {
	width: 86%;
	}
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}</pre></body></html>