@charset "utf-8";

/* *********************************************************
 * altstack base style seet
 * *********************************************************\*/


/*____________ element ____________\*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

a img,
a:focus,
:link img,
:visited img {
	border: 0;
	outline:none;
}

q:before,
q:after,
blockquote:before,
 blockquote:after {
	content: "";
}

html,
body {
height: 100%;
}

body {
	color: #333;
	font-family: Avenir, 'Helvetica neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
a:focus {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
li img {
	vertical-align: bottom;
}
label {
	cursor: pointer;
}
hr {
	height: 1px;
	background-color: #ccc;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

/*____________ table ____________\*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
 table td {
	font-size: 62.5%;
}

.simpletable {
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}

.simpletable th {
	border: 1px solid #b5b5b5;
	padding: 2px 5px;
	white-space: nowrap;
}

.simpletable td {
	border: 1px solid #b5b5b5;
	padding: 2px 5px;
}

.simpletable#mailform01 {
	margin-bottom: 20px;
	border: none;
}

.simpletable#mailform01 th {
	width: 150px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 3px 7px 3px;
	white-space: normal;
	background: #e6e6e6;
}

.simpletable#mailform01 span {
	text-align: left;
	font-size: 0.9em;
	color: #f00;
}

.simpletable#mailform01 td {
	font-size: 0.9em;
	vertical-align: top;
	font-weight: bold;
	padding: 3px 7px 3px;
	line-height: 1.5em;
	margin-bottom: 1em;
	border: none;
	background: #e6e6e6;
}

.simpletable#mailform01 th.oddtr01,
 .simpletable#mailform01 td.oddtr01 {
	background: #ccc;
}

.simpletable#mailform01 td.titlecol {
	color: #fff;
	font-weight: bold;
	background: #663;
}

.simpletable#mailform01 td input {
	padding: 3px;
}

.formsubmit {
	text-align: center;
}

.formsubmit input {
	padding: 10px 10px;
}


/* --------------------- CSS for oasis -------------------------- */

body {	
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}

.contents {
	max-width: 1200px;
	min-width:1024px;
	width: 100%;
	margin:0 auto 64px;
	overflow:hidden;
	padding:0;
}

header {
	display:none
}

.jk,
.frs {
	width: 50%;
	height:0;
	padding: 65% 0 0;
	background-repeat:no-repeat;
	position:relative;
	background-size: cover;
}

.jk {
	background:url(../images/girl_jk.png) center center no-repeat;
	float:left;
}

.frs {
	background:url(../images/girl_frs.png) center center no-repeat;
	float:right;
}

.jk .txt {
	background-image:url(../images/text_jk.png);
}

.frs .txt {
	background-image:url(../images/text_frs.png);
}

.txt {
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-size: cover;
	max-width:540px;
	width: 90%;
	height:0%;
	position: absolute;
    top: 30%;
	padding:45% 0 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.txt p {
	position: absolute;
	bottom: 8%;
	width: 90%;
	margin: 0 auto;
	right: 0;
	left: 0;
	color:#FFFFFF;
	line-height:1.5;
}

@media screen and (min-width: 1200px) {
	.txt p {
	font-size:16px;
		}
}


@media screen and (max-width: 1200px) {

.txt p {
	position: absolute;
	bottom: 8%;
	width: 90%;
	margin: 0 auto;
	right: 0;
	left: 0;
	color:#FFFFFF;
	font-size:1.41vw;
	line-height:1.5;
}

}

@media screen and (max-width: 1024px) {
	.txt p {
	font-size:14px;
		}
}
.enter {
	position: absolute;
	left:0;
	right: 0;
	bottom:11%;
	margin: 0 auto;
	width:260px;
	height:90px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

.enter a {
	display:block;
	width:260px;
	height:90px;
	background-repeat:no-repeat;
}

.jk .enter {
	background-image:url(../images/enter_jk.png);
}

.frs .enter {
	background-image:url(../images/enter_frs.png);
}

.jk .enter a {
	background-image:url(../images/enter_jk_hv.png);
}

.frs .enter a {
	background-image:url(../images/enter_frs_hv.png);
}

.enter a {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
}

.enter a:hover {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
}

footer {
	padding:16px 0 16px 0;
}

.footer p {
text-align: center;
	margin:24px 0;
}

.footer p a {
	color: #00f;
	text-decoration: underline;
}

.copyright {
	width:100%;
	text-align:center;
	font-size: 80%;
	color:#999;
}

.lt480 {
	display:none;
}

#gnav {
	margin: 0 auto 64px;
	width: 1024px;
}

#gnav ul,
#gnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gnav ul {
	text-align: center;
}

#gnav li {
	display: inline-block;
	margin: 0 16px;
}

#gnav a {
	display: block;
	padding: 16px 48px 16px 32px;
	line-height: 1;
	color: #fff;
	background: url(../images/btn_gotoyk01.png) center center repeat;
	text-decoration: none;
	border-radius: 8px;
	font-size: 24px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	transition: .3s;
	position: relative;
}

#gnav a::before {
	content:"";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto 0;
}

#gnav a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #777;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
}

#gnav a:hover {
	opacity: .5;
}

#main_col {
	background: rgba(255,255,255,.5);
	width: 1024px;
	margin: 0 auto 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 64px 64px;
	border-radius: 8px;
	border: 2px solid rgba(0,0,0,.03);
	overflow: hidden;
	position: relative;
}

#main_col::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .03;
}

#main_col::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 64px 64px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .03;
}


#main_col section {
	margin: 0 0 64px;
}

#main_col section:nth-last-of-type(1) {
	margin: 0;
}

#main_col h2 {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-left: 8px solid #f23d79;
	padding: 0 0 0 16px;
	position: relative;
}

#main_col h2::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #f23d79;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto 0;
}

#main_col p {
	margin: 0 0 16px;
	line-height: 1.8;
	font-size: 16px;
}

/* ------------- for mobile ----------------- */
@media screen and (max-width: 640px) {

.contents {
	width:94%;
	max-width:initial;
	max-width: auto;
	min-width:initial;
	min-width:auto;
}

.jk,
.frs {
	width:100%;
	height:0;
	float:none;
	padding-top:71.7%;
	margin-top:3%;
	position:relative;
}

.jk {
	background-image:url(../images/girl_jk_mbl.png);
	background-size:cover;
}

.frs {
	background-image:url(../images/girl_frs_mbl.png);
	background-size:cover;
}

.enter {
	width:37%;
	height:0;
	padding-top:12.9%;
	text-indent:-9999px;
	bottom:40%;
	background-size:contain;
}

.jk .enter {
	left:63%;
	right:inherit
}

.frs .enter {
	left:0;
	right:inherit
}

.enter a {
	position:absolute;
	top:0;
	width:100%;
	height:0;
	padding-top:33%;
	background-size:cover;
}

.enter a:active {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
}

.jk .txt,
.frs .txt {
	background-image:none;
}

.txt {
	position:absolute;
	top:23%;	
	width:57%;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

.jk .txt {
	left:3%;
	right: inherit;
}

.frs .txt {
	right:2%;
	left: inherit;
}

.txt p {
	font-size:15px;
	line-height:1.6;
	position:static;
	right: inherit;
	left: inherit;
}
	
#gnav {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px;
}
	
	#gnav li {
		display: block;
		margin: 0 0 24px;
	}
	
	#gnav li:nth-last-of-type(1) {
		margin: 0;
	}
	
#main_col {
	-webkit-width: calc(100% - 32px);
	width: calc(100% - 32px);
	margin: 0 auto 32px;
	padding: 32px 16px;
}
	

} /* media max640 end */

@media screen and (max-width: 480px) {

.txt {
	width:59%;
}

.jk .txt {
	left:2%;
}

.frs .txt {
	right:2.5%;
}
.lt480 {
	display:block;
	height:70%;
	letter-spacing:-1.5px;
}

.gt480 {
	display:none;
}



}


/*________________________ bits ________________________\*/

.fclear {
	clear: both;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}

p img.float_l {
	margin: 0 15px 15px 0;
}
 p img.float_r {
	margin: 0 0 15px 15px;
}

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

.align_c img {
	margin-left: auto !important;
	margin-right: auto !important;
}

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

.align_r {
	text-align: right !important;
}
.indent-10em {
	padding-left: 1em;
	text-indent: -1em;
}
.indent-15em {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.nomargin {
	margin: 0px !important;
}
.marginb10 {
	margin-bottom: 10px !important;
}
.marginb20 {
	margin-bottom: 20px !important;
}
.marginb30 {
	margin-bottom: 30px !important;
}
.marginb50 {
	margin-bottom: 50px !important;
}
.marginb2em {
	margin-bottom: 2em !important;
}

.nopadding {
	padding: 0px !important;
}

.paddingt2em {
	padding-top: 2em !important;
}
.paddingt10 {
	padding-top: 10px !important;
}
.paddingt20 {
	padding-top: 20px !important;
}
.paddingb10 {
	padding-bottom: 10px !important;
}
.paddingb20 {
	padding-bottom: 20px !important;
}
.paddingb30 {
	padding-bottom: 30px !important;
}

.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}
.underline {
	text-decoration: underline;
}
.overline {
	text-decoration: overline;
}

.x06emfont {
	font-size: 0.6em !important;
}
.x08emfont {
	font-size: 0.8em !important;
}

.x10emfont {
	font-size: 1em !important;
}

.x12emfont {
	font-size: 1.2em !important;
}

.x14emfont {
	font-size: 1.4em !important;
}

.blue {
	color: #00f !important;
}

.red {
	color: #f00 !important;
}

.orange {
	color: #f60 !important;
}

.pink {
	color: #e43f7b !important;
}

.pinkline {
	background: #ffe7ef;
	padding: 1px;
}

.brown01 {
	color: #9a5000 !important;
}

.date {
	color: #f60 !important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic
}

hr.hidden {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

div.fclear {
	height: 1px;
	overflow: hidden ;
}

.fclear hr {
	display: none;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden ;
}