html {
	height: 100%;
}
body {
	padding: 0;
	text-align: center;
	margin: 0;
	/*height: 100%;
	-webkit-font-smoothing: antialiased;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.wrapper {
/*	height: 100% !important;
	margin: 0 auto; 
	overflow: hidden;*/
}

a {
	text-decoration: none;
}

/* ==========================================
	スクロールアイコン
========================================== */
section.mainimage a#id-lgoo {
	padding-top: 60px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -25px;
	color: #fff;
	font-size: 13px;
  -webkit-filter: drop-shadow(0px 0px 3px #000);
          filter: drop-shadow(0px 0px 3px #000);
}
section.mainimage a#id-lgoo span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 45px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
section.mainimage a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================================
	mainimage
========================================== */
.mainimage {
	height: 100vh;
  overflow: hidden;
}
#video-background {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -100;

}
.mainimage p {
	font-size: 20px;
  position: absolute;
	top: 52%;
	color: #fff;
	width: 100%;
	text-align: center;
}

/* ロゴ */
#logo {
	width:300px;
	margin-top:20%;
	z-index:1;
}
#contents_menu_wrap {
  z-index:2;
  position: absolute;
	top: 40%;
	left: 50%;
  margin-left:-390px;
  opacity:0;
}
.contents_menu {
  color:#fff;
  float:left;
  width:220px;
  min-height:120px;
  margin:5px 15px;
  padding:5px;
  /*box-shadow: 0 1px 1px rgba(0,0,0,.3) inset,
              0 1px 1px rgba(255,255,255,.3);*/
}
.contents_menu img {
  -webkit-filter: drop-shadow(1px 1px 5px #fff);
          filter: drop-shadow(1px 1px 5px #fff);
}
.contents_menu span {
  color:#fff;
	display: block;
  font-size:0.8rem;
  -webkit-filter: drop-shadow(1px 1px 4px #333);
          filter: drop-shadow(1px 1px 4px #333);
}


/*
@media screen and ( max-width:761px ) {
	.mainimage {
		height: 100vh;
		max-width: 100%;
		overflow: hidden;
	}
	#video-background {
		position: absolute;
		right: -30%;
		top: 0;
		min-width: 100%;
		min-height: 100vh;
		width: auto;
		height: auto;
		z-index: -100;

	}
	.mainimage p {
		font-size: 20px;
		position: absolute;
		top: 52%;
		color: #fff;
		width: 100%;
		text-align: center;
	}
	#logo {
		width:250px;
		margin-top:20%;
		z-index:1;
	}
	#contents_menu_wrap {
		z-index:2;
		width: 50%;
		position: static;
		margin: 0 auto;
		opacity:0;
	}
	.contents_menu {
		color:#fff;
		float:none;
		width: 100%;
		max-height:0px;
		margin:5px 15px;
		padding:0;
		border: 1px solid #000;
	}
	.contents_menu img {
		-webkit-filter: drop-shadow(1px 1px 5px #fff);
						filter: drop-shadow(1px 1px 5px #fff);
		width: 120px!important;
	}
	.contents_menu span {
		color:#fff;
		display: block;
		font-size:0.8rem;
		-webkit-filter: drop-shadow(1px 1px 4px #333);
						filter: drop-shadow(1px 1px 4px #333);
	}
}
*/


/* ==========================================
	TOP コンテンツ
========================================== */
.contents {
	padding-bottom: 80px;
}
.contents h1 {
	margin: 80px 0 50px;
	font-size: 28px;
	font-weight: 400;
	font-family: 'Cormorant',"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝","MS PMincho", serif;
}
.about table {
	font-size: 11px;
	width: 700px;
	margin: 0 auto;
}
.about table th,
.about table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
	line-height: 1.8;
}
/*
@media screen and ( max-width:761px ) {
	.contents {
	}
	.contents h1 {
		margin: 80px 0 30px;
	}
	.about table {
		font-size: 11px;
		width: 96%;
		margin: 0 auto;
	}
	.about table th,
	.about table td {
		display: block;
		padding: 10px;
		text-align: left;
		border-bottom: 1px dotted #ccc;
		vertical-align: top;
		line-height: 1.8;
	}
	.about table th {
		font-weight: bold;
		border-bottom: 0;
		padding-bottom: 0;
	}
}
*/

/* ==========================================
	Instagram
========================================== */
#instagram {
	width: 840px;
	margin: 0 auto;
}
#instagram h1 {
}
#instagram li {
	float: left;
	padding: 15px;
}
#instagram li a img {
	width: 180px;
	height: 180px;
	object-fit: cover;
}
/*
@media screen and ( max-width:761px ) {
	#instagram {
		width: 96%;
		margin: 0 auto;
	}
	#instagram h1 {
	}
	#instagram li {
		padding: 1.5%;
		width: 30%;
	}
	#instagram li a img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
*/
/* ==========================================
	NEWS
========================================== */
#news {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#news h1 {
	text-align: center;
}

#news li {
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	font-size: 12px;
	line-height: 1.4;
}
#news li span {
	display: block;
	color: #999;
	font-weight: bold;
	margin-bottom: 8px;
}
/*
@media screen and ( max-width:761px ) {
	#news {
		width: 96%;
	}
	#news h1 {
	}
	#news li {
	}
	#news li span {
	}
}
*/

/* ==========================================
	bgm設定
========================================== */
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
 
#Audio-Control {
    overflow: hidden;
	position: fixed;
	top: 40px;
	right: 50px;
	z-index: 9999;
}
 
#Audio-Control button {
    width: 40px;
    float: left;
    padding: 5px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.5);
}
 
#Audio-Control button.on {
    border-left: none;
	margin-right: 5px;
}
#Audio-Control button.off {
    border-right: none;
}
#Audio-Control button.active:hover {
    background: rgba(204, 204, 204, 0.3);
}
#Audio-Control button:not(.active):hover {
    background: rgba(204, 204, 204, 0.3);
}

/*
@media screen and ( max-width:761px ) {
	button {
			background-color: transparent;
			border: none;
			cursor: pointer;
			outline: none;
			padding: 0;
			appearance: none;
		font-size: 10px;
	}

	#Audio-Control {
			overflow: hidden;
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 9999;
	}

	#Audio-Control button {
			width: 30px;
			float: left;
			padding: 5px 0;
			-webkit-transition: all 0.6s ease;
			-moz-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
			background: rgba(255, 255, 255, 0.5);
	}

	#Audio-Control button.on {
			border-left: none;
		margin-right: 5px;
	}
	#Audio-Control button.off {
			border-right: none;
	}
	#Audio-Control button.active:hover {
			background: rgba(204, 204, 204, 0.3);
	}
	#Audio-Control button:not(.active):hover {
			background: rgba(204, 204, 204, 0.3);
	}
}
*/

/* ==========================================
	footer
========================================== */
footer {
	background: #222;
	padding: 50px 0 20px;
}
.footer {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.footer img {
	width: 150px;
}
.footer p {
	margin-top: 50px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
}
.footer ul {
	margin: 20px auto 0;
	width: 980px;
}
.footer ul li {
	display: inline;
	text-align: center;
	font-size: 11px;
	margin: 0 5px;
}
.footer ul li a {
	color: #666;
	text-decoration: underline;
}
.footer ul li a:hover {
	text-decoration: none;
}

/*
@media screen and ( max-width:761px ) {
	footer {
		padding: 50px 0 20px;
	}
	.footer {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.footer img {
		width: 100px;
	}
	.footer p {
		margin-top: 50px;
		font-size: 11px;
		color: #666;
		line-height: 1.4;
	}
	.footer ul {
		margin: 20px auto 0;
		width: 98%;
	}
	.footer ul li {
		display: inline;
		text-align: center;
		font-size: 11px;
		margin: 0 5px;
	}
}
*/



/* ====================================================================================
	sub
==================================================================================== */
.sub-wrapper {
}
.sub-wrapper header {
	background: #fff;
	margin-bottom: 20px;
}
.sub-wrapper header h1 {
	padding: 20px 0;
	margin: 0 auto;
}
.sub-wrapper header img {
	width: 100px;
}
.sub-mainimage {
	padding: 0;
}
.sub-mainimage img {
	height: 100px;
	transition: 1s;
    transform: scale(1,1);
}
.sub-wrapper .contents {
	width: 980px;
	margin: 40px auto 0;
}

/*
@media screen and ( max-width:761px ) {
	.sub-wrapper {
	}
	.sub-wrapper header {
		margin-bottom: 10px;
	}
	.sub-wrapper header h1 {
		padding: 10px 0;
		margin: 0 auto;
	}
	.sub-wrapper header img {
		width: 100px;
	}
	.sub-mainimage {
		padding: 0;
	}
	.sub-mainimage img {
		height: 80px;
		transition: 1s;
			transform: scale(1,1);
	}
	.sub-wrapper .contents {
		width: 100%;
		margin: 40px auto 0;
	}
}
*/




/* ==========================================
	oops
========================================== */
html {
	height: 100%;
}
#oops{
	height: 100%;
}
#oops .sub-mainimage {
	padding: 20px 0 40px;
}
#oops .sub-wrapper {
	background-image: url(../images/03-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}


#oops .sub-wrapper {
/* フッター揃え */
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#oops .contents {
		padding-bottom:300px; /*フッターの高さと同じ*/
}
#oops footer {
		width: 100%;
    height:160px;
		position:absolute;
		bottom:0;
}
#oops .contents ul {
	margin: 0 auto;
	width: 350px;
}
#oops .contents ul li {
	float: left;
	padding: 10px;
}
#oops .contents ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#oops .contents ul li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
@media screen and ( max-width:761px ) {
	html {
		height: 100%;
	}
	#oops{
		height: 100%;
	}
	#oops .sub-mainimage {
		padding: 10px 0 20px;
	}
	#oops .sub-mainimage img {
		height: 70px;
	}
	#oops .contents ul {
		margin: 0 auto;
		width: 96%;
	}
	#oops .contents ul li {
		float: left;
		padding: 5px;
	}
	#oops .contents ul li img {
		width: 50px;
		height: 50px;
		object-fit: cover;
	}
	#oops .contents ul li img:hover {
		opacity: 1;
		-webkit-animation: flash 1.5s;
		animation: flash 1.5s;
	}
}
*/





/* ==========================================
	VANILLA SKY
========================================== */
#vanillasky .sub-wrapper {
	background-image: url(../images/02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
#vanillasky section {
	width: 680px;
	margin: 0 auto;
}

#vanillasky .sub-mainimage img {
	height: 100px;
}
#vanillasky .contents h1 {
	margin: 0px 0 50px;
	padding: 60px 0 0;
	font-family: 'Cormorant',"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-size: 30px;
	color: #982e86;
  position: relative;
}
#vanillasky .contents section h1:after{
  width:40px;
  content: "";
  border-bottom: 1px solid #666 ;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: -25px;
  margin:auto;
}
#vanillasky .contents p {
	font-size: 11px;
	line-height: 1.8;
	color: #666;
}
#vanillasky .contents ul {
	padding: 0 30px 50px;
}
#vanillasky .contents ul li {
	width: 17%;
	float: left;
	margin: 15px 1.5%;
	font-size: 13px;
	font-family: 'Cormorant',"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝","MS PMincho", serif;
	color: #666;
}
#vanillasky .contents ul li a {
	color: #666;
  cursor : pointer;
}
#vanillasky .contents ul li a img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#vanillasky .contents ul li img {
	width: 100%;
}

#vanillasky .contents ul li span {
	display: block;
	margin-bottom: 10px;
}

#vanillasky .fixed img {
	padding: 0;
}
#vanillasky .sub-mainimage {
	padding: 0;
	background: rgba(255,255,255,0.0);
	transition: 1s;
}
#vanillasky .fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: rgba(255,255,255,0.7);
	transition: 1s;
}
#vanillasky .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
	background: rgba(255,255,255,0.7);
	transition: 1s;
  }

	/* modal window
--------------------------------------*/
.modal-content {
  position:fixed;
  display:none;
  z-index:100;
  width:50%;
  min-width:100px;
  min-height:100px;
  margin:0;
  padding:10px 20px;
  max-height: 90%;
  overflow-y: auto;
	color: #999;
}
.modal-content dl dt {
	float: left;
	margin: 0 20px;
}
.modal-content dl dd {
	text-align: left;
	font-size: 12px;
	margin: 20px;
	line-height: 1.6;
}
.modal-content dl dd span {
	font-weight: bold;
}

.modal-overlay {
  z-index:99;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}
.modal-open {
  color:#00f;
}
.modal-close {
  color:#fff;
	border: 1px solid #fff;
	padding: 10px;
  text-decoration:none;
}
.modal-close:hover {
  cursor:pointer;
  color:#333;
	background: #fff;
	
}
.modal-content input[type="text"],
.modal-content input[type="date"],
.modal-content select,
.modal-content button{
  display:inline-block;
  margin:4px 2px;
  padding:5px;
  border: 1px solid #aaa;
  width: auto;
}
#update_form .modal-content button{
  padding: 6px 20px;
  color:#fff;
  border:none;
  border-radius: 3px;
  background: #75d1dc;
  cursor:pointer;
  font-size:1.2em;
}
#message {
  width:auto;
  height:80px;
  color:#fff;
  font:bold 120%/2 sans-serif;
  text-align:center;
  padding: 10px 20px;
  background: #faa;
  border: 4px #f55 solid;
  position: absolute;
  left:-300px;
  z-index:102!important;
}


@media screen and ( max-width:761px ) {
	#vanillasky section {
		width: 96%;
		margin: 0 auto;
	}

	#vanillasky .sub-mainimage img {
		height: 80px;
	}
	#vanillasky .contents h1 {
		margin: 0px 0 50px;
		padding: 60px 0 0;
	}
	#vanillasky .contents p {
	}
	#vanillasky .contents ul {
		padding: 0 30px 50px;
	}
	#vanillasky .contents ul li {
		width: 30%;
		float: left;
		margin: 15px 1.5%;
		font-size: 13px;
		font-family: 'Cormorant',"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝","MS PMincho", serif;
		color: #666;
	}

}
























